.. |
CMakeLists.txt
|
[CSM] Add camera API (#5609)
|
2017-05-05 22:07:36 +02:00 |
l_areastore.cpp
|
C++11 cleanup on constructors (#6000)
|
2017-06-19 23:54:58 +02:00 |
l_areastore.h
|
C++ modernize: Pragma once (#6264)
|
2017-08-17 22:19:39 +02:00 |
l_base.cpp
|
Use a settings object for the main settings
|
2017-05-06 15:33:19 -04:00 |
l_base.h
|
C++ modernize: Pragma once (#6264)
|
2017-08-17 22:19:39 +02:00 |
l_camera.cpp
|
Cleanup various headers to reduce compilation times (#6255)
|
2017-08-16 22:11:45 +02:00 |
l_camera.h
|
C++ modernize: Pragma once (#6264)
|
2017-08-17 22:19:39 +02:00 |
l_client.cpp
|
Cleanup various headers to reduce compilation times (#6255)
|
2017-08-16 22:11:45 +02:00 |
l_client.h
|
C++ modernize: Pragma once (#6264)
|
2017-08-17 22:19:39 +02:00 |
l_craft.cpp
|
Fix various points reported by cppcheck (#5656)
|
2017-04-25 10:21:42 +02:00 |
l_craft.h
|
C++ modernize: Pragma once (#6264)
|
2017-08-17 22:19:39 +02:00 |
l_env.cpp
|
Optimize headers (part 2) (#6272)
|
2017-08-18 19:25:07 +02:00 |
l_env.h
|
C++ modernize: Pragma once (#6264)
|
2017-08-17 22:19:39 +02:00 |
l_http.cpp
|
Require minetest.request_http_api to be called from the mod's main scope
|
2016-03-03 22:42:00 +01:00 |
l_http.h
|
C++ modernize: Pragma once (#6264)
|
2017-08-17 22:19:39 +02:00 |
l_internal.h
|
C++ modernize: Pragma once (#6264)
|
2017-08-17 22:19:39 +02:00 |
l_inventory.cpp
|
Optimize headers (part 2) (#6272)
|
2017-08-18 19:25:07 +02:00 |
l_inventory.h
|
C++ modernize: Pragma once (#6264)
|
2017-08-17 22:19:39 +02:00 |
l_item.cpp
|
Fix various copy instead of const ref reported by cppcheck (#5615)
|
2017-04-19 23:02:07 +02:00 |
l_item.h
|
C++ modernize: Pragma once (#6264)
|
2017-08-17 22:19:39 +02:00 |
l_itemstackmeta.cpp
|
Hardware coloring for itemstacks
|
2017-04-08 18:39:15 -07:00 |
l_itemstackmeta.h
|
C++ modernize: Pragma once (#6264)
|
2017-08-17 22:19:39 +02:00 |
l_localplayer.cpp
|
Cleanup various headers to reduce compilation times (#6255)
|
2017-08-16 22:11:45 +02:00 |
l_localplayer.h
|
C++ modernize: Pragma once (#6264)
|
2017-08-17 22:19:39 +02:00 |
l_mainmenu.cpp
|
Remove remaining modstore code (#6120)
|
2017-07-14 20:37:58 +02:00 |
l_mainmenu.h
|
C++ modernize: Pragma once (#6264)
|
2017-08-17 22:19:39 +02:00 |
l_mapgen.cpp
|
C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)
|
2017-06-04 21:00:04 +02:00 |
l_mapgen.h
|
C++ modernize: Pragma once (#6264)
|
2017-08-17 22:19:39 +02:00 |
l_metadata.cpp
|
Hardware coloring for itemstacks
|
2017-04-08 18:39:15 -07:00 |
l_metadata.h
|
C++ modernize: Pragma once (#6264)
|
2017-08-17 22:19:39 +02:00 |
l_minimap.cpp
|
Cleanup various headers to reduce compilation times (#6255)
|
2017-08-16 22:11:45 +02:00 |
l_minimap.h
|
C++ modernize: Pragma once (#6264)
|
2017-08-17 22:19:39 +02:00 |
l_nodemeta.cpp
|
Optimize headers (part 2) (#6272)
|
2017-08-18 19:25:07 +02:00 |
l_nodemeta.h
|
C++ modernize: Pragma once (#6264)
|
2017-08-17 22:19:39 +02:00 |
l_nodetimer.cpp
|
Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#5541)
|
2017-04-08 09:28:37 +02:00 |
l_nodetimer.h
|
C++ modernize: Pragma once (#6264)
|
2017-08-17 22:19:39 +02:00 |
l_noise.cpp
|
Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#5541)
|
2017-04-08 09:28:37 +02:00 |
l_noise.h
|
C++ modernize: Pragma once (#6264)
|
2017-08-17 22:19:39 +02:00 |
l_object.cpp
|
Optimize headers (part 2) (#6272)
|
2017-08-18 19:25:07 +02:00 |
l_object.h
|
C++ modernize: Pragma once (#6264)
|
2017-08-17 22:19:39 +02:00 |
l_particles.cpp
|
Initialize TileAnimationParams to prevent crashes/bugs for legacy invocations of add_particle{,spawner} (fixes #5108)
|
2017-01-24 15:19:29 +01:00 |
l_particles.h
|
C++ modernize: Pragma once (#6264)
|
2017-08-17 22:19:39 +02:00 |
l_rollback.cpp
|
SAPI: Mark all Lua API functions requiring envlock
|
2015-10-25 23:06:48 -04:00 |
l_rollback.h
|
C++ modernize: Pragma once (#6264)
|
2017-08-17 22:19:39 +02:00 |
l_server.cpp
|
Optimize headers (part 2) (#6272)
|
2017-08-18 19:25:07 +02:00 |
l_server.h
|
C++ modernize: Pragma once (#6264)
|
2017-08-17 22:19:39 +02:00 |
l_settings.cpp
|
C++11 cleanup on constructors (#6000)
|
2017-06-19 23:54:58 +02:00 |
l_settings.h
|
C++ modernize: Pragma once (#6264)
|
2017-08-17 22:19:39 +02:00 |
l_sound.cpp
|
[CSM] Add support for positional audio. (#5516)
|
2017-04-06 08:14:31 +02:00 |
l_sound.h
|
C++ modernize: Pragma once (#6264)
|
2017-08-17 22:19:39 +02:00 |
l_storage.cpp
|
Hardware coloring for itemstacks
|
2017-04-08 18:39:15 -07:00 |
l_storage.h
|
C++ modernize: Pragma once (#6264)
|
2017-08-17 22:19:39 +02:00 |
l_util.cpp
|
Create a filesystem abstraction layer for CSM and only allow accessing files that are scanned into it. (#5965)
|
2017-06-30 20:14:39 +02:00 |
l_util.h
|
C++ modernize: Pragma once (#6264)
|
2017-08-17 22:19:39 +02:00 |
l_vmanip.cpp
|
Optimize headers (part 2) (#6272)
|
2017-08-18 19:25:07 +02:00 |
l_vmanip.h
|
C++ modernize: Pragma once (#6264)
|
2017-08-17 22:19:39 +02:00 |