.. |
CMakeLists.txt
|
Revert "Revert CSM particles commit to fix particle spawner bug for 5.0.0 (#8288)"
|
2019-02-26 08:53:53 +01:00 |
l_areastore.cpp
|
Fix AreaStore's IDs persistence (#8888)
|
2019-09-21 17:54:52 +02:00 |
l_areastore.h
|
C++ modernize: Pragma once (#6264)
|
2017-08-17 22:19:39 +02:00 |
l_auth.cpp
|
Replace auth.txt with SQLite auth database (#7279)
|
2018-08-05 13:13:38 +02:00 |
l_auth.h
|
Replace auth.txt with SQLite auth database (#7279)
|
2018-08-05 13:13:38 +02:00 |
l_base.cpp
|
script: Put getGuiEngine() inside a client-only #ifdef
|
2020-04-27 06:58:34 +02:00 |
l_base.h
|
script: Put getGuiEngine() inside a client-only #ifdef
|
2020-04-27 06:58:34 +02:00 |
l_camera.cpp
|
Fix camera:get_offset() in CSM
|
2019-11-11 14:06:48 +01:00 |
l_camera.h
|
Code modernization: subfolders (#6283)
|
2017-08-19 22:23:47 +02:00 |
l_client.cpp
|
Various features and fixes
|
2020-04-11 13:12:51 +02:00 |
l_client.h
|
Implement minetest.sound_fade()
|
2020-04-11 13:12:51 +02:00 |
l_craft.cpp
|
Fix some issues with minetest.clear_craft (#8712)
|
2019-08-10 23:28:00 +02:00 |
l_craft.h
|
C++ modernize: Pragma once (#6264)
|
2017-08-17 22:19:39 +02:00 |
l_env.cpp
|
script: Fix add_entity returning unusable ref if object deleted in on_activate
|
2020-04-27 06:58:34 +02:00 |
l_env.h
|
Add server side translations capability (#9733)
|
2020-04-25 07:20:00 +02:00 |
l_http.cpp
|
HTTP API: Allow binary downloads and headers (#8573)
|
2019-06-06 19:13:29 +02:00 |
l_http.h
|
C++ modernize: Pragma once (#6264)
|
2017-08-17 22:19:39 +02:00 |
l_internal.h
|
scriptapi: Sort out ServerEnvironment / Environment distinction properly
|
2020-04-11 13:12:51 +02:00 |
l_inventory.cpp
|
Script: Enforce type checks if not nil (#9748)
|
2020-04-27 07:02:39 +02:00 |
l_inventory.h
|
Add core.remove_detached_inventory (#7684)
|
2018-10-10 20:48:58 +02:00 |
l_item.cpp
|
Fix alias handling of get_content_id (#9712)
|
2020-04-19 19:07:54 +02:00 |
l_item.h
|
Add ItemStack:get_description() to get tooltip (#8847)
|
2019-08-24 18:38:02 +02:00 |
l_itemstackmeta.cpp
|
Send only changed node metadata to clients instead of whole mapblock (#5268)
|
2018-12-04 20:37:48 +01:00 |
l_itemstackmeta.h
|
Send only changed node metadata to clients instead of whole mapblock (#5268)
|
2018-12-04 20:37:48 +01:00 |
l_localplayer.cpp
|
Various features and fixes
|
2020-04-11 13:12:51 +02:00 |
l_localplayer.h
|
Various features and fixes
|
2020-04-11 13:12:51 +02:00 |
l_mainmenu.cpp
|
Give the online lua mainmenu also the client_list and mods (#8691)
|
2020-05-01 16:47:17 +02:00 |
l_mainmenu.h
|
Add support for set_formspec_prepend in main menu (#8611)
|
2019-08-12 19:16:35 +02:00 |
l_mapgen.cpp
|
scriptapi: Some small optimizations to value pushing (#9669)
|
2020-04-14 20:44:18 +02:00 |
l_mapgen.h
|
Add function minetest.read_schematic
|
2019-08-14 13:15:41 +02:00 |
l_metadata.cpp
|
Auto delete MetaData when = 0 (#8770)
|
2020-05-02 12:57:04 +02:00 |
l_metadata.h
|
Send only changed node metadata to clients instead of whole mapblock (#5268)
|
2018-12-04 20:37:48 +01:00 |
l_minimap.cpp
|
Move client-specific files to 'src/client' (#7902)
|
2018-11-28 20:01:49 +01:00 |
l_minimap.h
|
Code modernization: subfolders (#6283)
|
2017-08-19 22:23:47 +02:00 |
l_modchannels.cpp
|
Fix mod channels crash (#7481)
|
2018-06-27 17:45:40 +02:00 |
l_modchannels.h
|
Fix mod channels crash (#7481)
|
2018-06-27 17:45:40 +02:00 |
l_nodemeta.cpp
|
Implement minetest.sound_fade()
|
2020-04-11 13:12:51 +02:00 |
l_nodemeta.h
|
Send only changed node metadata to clients instead of whole mapblock (#5268)
|
2018-12-04 20:37:48 +01:00 |
l_nodetimer.cpp
|
Reduce ServerEnvironment propagation (#9642)
|
2020-04-11 19:59:43 +02:00 |
l_nodetimer.h
|
Reduce ServerEnvironment propagation (#9642)
|
2020-04-11 19:59:43 +02:00 |
l_noise.cpp
|
scriptapi: Some small optimizations to value pushing (#9669)
|
2020-04-14 20:44:18 +02:00 |
l_noise.h
|
Log deprecated Lua function calls (#7491)
|
2018-07-01 12:31:49 +02:00 |
l_object.cpp
|
Sky API: Rename *_tint to fog_*_tint for consistency
|
2020-05-05 08:37:04 +02:00 |
l_object.h
|
set_sky improvements, set_sun, set_moon and set_stars
|
2020-03-05 20:12:19 +01:00 |
l_particles_local.cpp
|
Fix particle spawners not visible since CSM spawner implementation (#8289)
|
2019-03-01 20:16:11 +01:00 |
l_particles_local.h
|
Revert "Revert CSM particles commit to fix particle spawner bug for 5.0.0 (#8288)"
|
2019-02-26 08:53:53 +01:00 |
l_particles.cpp
|
Move client-specific files to 'src/client' (#7902)
|
2018-11-28 20:01:49 +01:00 |
l_particles.h
|
C++ modernize: Pragma once (#6264)
|
2017-08-17 22:19:39 +02:00 |
l_playermeta.cpp
|
reportMetadataChange; Silence clang warnings
|
2018-12-21 19:05:29 +01:00 |
l_playermeta.h
|
reportMetadataChange; Silence clang warnings
|
2018-12-21 19:05:29 +01: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
|
Allow connection info to be missing from minetest.get_player_information() (#9739)
|
2020-05-01 21:44:28 +02:00 |
l_server.h
|
C++ modernize: Pragma once (#6264)
|
2017-08-17 22:19:39 +02:00 |
l_settings.cpp
|
Settings: Add get_flags API for mapgen flags (mg_flags, mgv6_spflags, ...) (#9284)
|
2020-01-25 16:56:54 +01:00 |
l_settings.h
|
Settings: Add get_flags API for mapgen flags (mg_flags, mgv6_spflags, ...) (#9284)
|
2020-01-25 16:56:54 +01:00 |
l_sound.cpp
|
Modernize lua read (part 2 & 3): C++ templating assurance (#7410)
|
2018-06-30 17:11:38 +02:00 |
l_sound.h
|
C++ modernize: Pragma once (#6264)
|
2017-08-17 22:19:39 +02:00 |
l_storage.cpp
|
Modernize lua read (part 2 & 3): C++ templating assurance (#7410)
|
2018-06-30 17:11:38 +02:00 |
l_storage.h
|
Fix memory leaks in mod storage (#7500)
|
2018-06-30 17:11:04 +02:00 |
l_util.cpp
|
Fix configuration caching in log_deprecated (#9697)
|
2020-04-22 00:07:12 +02:00 |
l_util.h
|
Fix configuration caching in log_deprecated (#9697)
|
2020-04-22 00:07:12 +02:00 |
l_vmanip.cpp
|
scriptapi: Some small optimizations to value pushing (#9669)
|
2020-04-14 20:44:18 +02:00 |
l_vmanip.h
|
C++ modernize: Pragma once (#6264)
|
2017-08-17 22:19:39 +02:00 |