.. |
CMakeLists.txt
|
Add mod security
|
2015-05-16 18:32:31 -04:00 |
s_async.cpp
|
For usages of assert() that are meant to persist in Release builds (when NDEBUG is defined), replace those usages with persistent alternatives
|
2015-03-07 22:41:47 +10:00 |
s_async.h
|
Fix code style of async API
|
2014-04-27 16:15:53 -04:00 |
s_base.cpp
|
Fix uninitialized variable error
|
2015-06-02 13:55:02 +02:00 |
s_base.h
|
Add mod security
|
2015-05-16 18:32:31 -04:00 |
s_entity.cpp
|
Fix object reference pushing functions when called from coroutines
|
2014-10-07 16:37:45 -04:00 |
s_entity.h
|
Fix class/struct forward declaration inconsistencies (good on ya, MSVC)
|
2013-06-06 22:57:38 +02:00 |
s_env.cpp
|
Expose mapgen parameters on scripting init
|
2014-12-29 12:59:59 -05:00 |
s_env.h
|
Expose mapgen parameters on scripting init
|
2014-12-29 12:59:59 -05:00 |
s_internal.h
|
Add minetest.register_on_punchplayer
|
2015-05-15 11:09:55 +02:00 |
s_inventory.cpp
|
Fix object reference pushing functions when called from coroutines
|
2014-10-07 16:37:45 -04:00 |
s_inventory.h
|
Fix class/struct forward declaration inconsistencies (good on ya, MSVC)
|
2013-06-06 22:57:38 +02:00 |
s_item.cpp
|
Fix object reference pushing functions when called from coroutines
|
2014-10-07 16:37:45 -04:00 |
s_item.h
|
Fix all warnings reported by clang
|
2014-04-15 21:34:53 +02:00 |
s_mainmenu.cpp
|
Replace instances of std::map<std::string, std::string> with StringMap
|
2015-05-19 16:10:49 -04:00 |
s_mainmenu.h
|
Replace instances of std::map<std::string, std::string> with StringMap
|
2015-05-19 16:10:49 -04:00 |
s_node.cpp
|
Replace instances of std::map<std::string, std::string> with StringMap
|
2015-05-19 16:10:49 -04:00 |
s_node.h
|
Replace instances of std::map<std::string, std::string> with StringMap
|
2015-05-19 16:10:49 -04:00 |
s_nodemeta.cpp
|
Fix object reference pushing functions when called from coroutines
|
2014-10-07 16:37:45 -04:00 |
s_nodemeta.h
|
Fix class/struct forward declaration inconsistencies (good on ya, MSVC)
|
2013-06-06 22:57:38 +02:00 |
s_player.cpp
|
Replace instances of std::map<std::string, std::string> with StringMap
|
2015-05-19 16:10:49 -04:00 |
s_player.h
|
Replace instances of std::map<std::string, std::string> with StringMap
|
2015-05-19 16:10:49 -04:00 |
s_security.cpp
|
dofile error reporting for syntax errors
|
2015-06-12 20:23:31 +02:00 |
s_security.h
|
Add mod security
|
2015-05-16 18:32:31 -04:00 |
s_server.cpp
|
Use "core" namespace internally
|
2014-05-08 13:02:04 -04:00 |
s_server.h
|
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
|
2013-08-14 21:03:33 +02:00 |