.. |
CMakeLists.txt
|
Clean up and tweak build system
|
2015-03-27 15:00:48 -04:00 |
l_base.cpp
|
Schematics: Prepend mod path to relative schematic filepaths
|
2015-04-08 00:28:56 -04:00 |
l_base.h
|
Document for api functions that rely on current_modname, that it doesn't work when not loading mods
|
2015-04-08 23:05:26 +02:00 |
l_craft.cpp
|
Fix minetest.get_craft_recipe function
|
2015-03-23 13:40:20 +10:00 |
l_craft.h
|
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
|
2013-08-14 21:03:33 +02:00 |
l_env.cpp
|
Add core.find_nodes_with_meta() script API
|
2015-05-05 16:21:59 -04:00 |
l_env.h
|
Add core.find_nodes_with_meta() script API
|
2015-05-05 16:21:59 -04:00 |
l_internal.h
|
Move globals from main.cpp to more sane locations
|
2015-04-01 23:04:25 +10:00 |
l_inventory.cpp
|
Clear inventory before setting lists
|
2014-06-23 15:28:48 -04:00 |
l_inventory.h
|
Use "core" namespace internally
|
2014-05-08 13:02:04 -04:00 |
l_item.cpp
|
LuaItemStack: Fix and document behavior of set_name, set_count, set_wear, set_metadata
|
2014-12-28 23:59:24 -05:00 |
l_item.h
|
Use "core" namespace internally
|
2014-05-08 13:02:04 -04:00 |
l_mainmenu.cpp
|
Move globals from main.cpp to more sane locations
|
2015-04-01 23:04:25 +10:00 |
l_mainmenu.h
|
Add Lua function get_video_modes() for main menu
|
2015-03-28 13:26:03 +10:00 |
l_mapgen.cpp
|
Fix compiler warning about sign comparison
|
2015-05-13 00:04:30 +02:00 |
l_mapgen.h
|
Schematics: Refactor NodeResolver and add NodeResolveMethod
|
2015-04-16 16:27:05 -04:00 |
l_nodemeta.cpp
|
Fixed potential NULL pointer and leak when setting node metadata
|
2013-11-29 23:35:16 -05:00 |
l_nodemeta.h
|
Fixed potential NULL pointer and leak when setting node metadata
|
2013-11-29 23:35:16 -05:00 |
l_nodetimer.cpp
|
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
|
2013-08-14 21:03:33 +02:00 |
l_nodetimer.h
|
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
|
2013-08-14 21:03:33 +02:00 |
l_noise.cpp
|
Add 'persistence' alias for Lua noiseparams and validate more vector parameters
|
2015-04-19 21:42:40 -04:00 |
l_noise.h
|
Add support for the PCG32 PRNG algo (and associated script APIs)
|
2015-03-22 00:48:08 -04:00 |
l_object.cpp
|
Add push_ARGB8 to script/common/c_converter
|
2015-05-15 16:21:56 -04:00 |
l_object.h
|
Generalize core.get/set_nametag_color into core.get/set_nametag_attributes
|
2015-05-15 16:21:01 -04:00 |
l_particles.cpp
|
Add proper lua api deprecated handling
|
2014-04-29 22:49:04 +02:00 |
l_particles.h
|
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
|
2013-08-14 21:03:33 +02:00 |
l_rollback.cpp
|
Fix unused (and so, broken) enable_rollback_recording. This option must be reloaded at server loop but loaded when server starts, for data consistency (not a hot load variable)
|
2015-02-18 09:28:39 +01:00 |
l_rollback.h
|
Rollback fixes and get_node_actions
|
2013-11-27 18:13:06 -05:00 |
l_server.cpp
|
Prepare Protocol v25 init & authentication.
|
2015-03-13 20:23:03 +01:00 |
l_server.h
|
Add lua exception handling test code
|
2014-08-23 20:53:34 +02:00 |
l_settings.cpp
|
Settings: Fail on invalid sequence and throw exception for LuaSettings
|
2014-12-12 00:44:17 -05:00 |
l_settings.h
|
Add Settings interface for Lua
|
2013-09-10 18:31:38 +02:00 |
l_util.cpp
|
Make early protocol auth mechanism generic, and add SRP
|
2015-05-11 18:40:27 +02:00 |
l_util.h
|
Add compression API
|
2014-09-20 14:02:54 -04:00 |
l_vmanip.cpp
|
Switch to check_v3s16 in l_mapgen.cpp and l_vmanip.cpp for type safety
|
2015-04-17 01:03:13 -04:00 |
l_vmanip.h
|
Shorten ManualMapVoxelManipulator to MMVManip
|
2015-01-05 02:42:27 -05:00 |