minetest/src
2022-11-27 15:55:10 -05:00
..
benchmark Add lighting test and benchmark (#12802) 2022-09-26 06:49:08 -04:00
client Rename "mod metadata" to "mod storage" everywhere 2022-11-24 17:58:25 -05:00
content Rename "mod metadata" to "mod storage" everywhere 2022-11-24 17:58:25 -05:00
database Remove unnecessary bool return types 2022-11-24 17:58:25 -05:00
gui Virtual joystick: Use s32 when using m_screensize as a subtrahend (#12814) 2022-11-26 09:16:14 -05:00
irrlicht_changes Fix typos and en_US/en_GB inconsistency in various files (#12902) 2022-11-09 11:57:19 -05:00
mapgen Fix typos and en_US/en_GB inconsistency in various files (#12902) 2022-11-09 11:57:19 -05:00
network Fix typos and en_US/en_GB inconsistency in various files (#12902) 2022-11-09 11:57:19 -05:00
script Rename "mod metadata" to "mod storage" everywhere 2022-11-24 17:58:25 -05:00
server avoid clearChildAttachments iterator invalidation (#12987) 2022-11-23 14:48:12 -05:00
threading Fix synchronization issue at thread start 2022-05-02 20:54:55 +02:00
unittest Rename "mod metadata" to "mod storage" everywhere 2022-11-24 17:58:25 -05:00
util Deprecate special handling of ${key} syntax in metadata values (#12970) 2022-11-24 17:56:43 -05:00
activeobject.h Removed some obsolete code (#10562) 2021-01-21 18:17:09 +00:00
activeobjectmgr.h Add nametag background setting and object property (#10937) 2021-02-17 19:51:28 +00:00
ban.cpp
ban.h
chat.cpp Chat weblink: remove comma as delimiter (#12730) 2022-09-10 12:21:15 +02:00
chat.h Remove a few unused functions reported by callcatcher (#11658) 2021-10-12 20:12:20 +02:00
chat_interface.h
chatmessage.h
clientiface.cpp Remove unused MapBlock functionality 2022-10-09 13:43:48 -04:00
clientiface.h Fix typos and en_US/en_GB inconsistency in various files (#12902) 2022-11-09 11:57:19 -05:00
cmake_config.h.in Run Minetest update checker on startup (#7629) 2022-08-02 21:34:17 +02:00
cmake_config_githash.h.in
CMakeLists.txt Fix typos and en_US/en_GB inconsistency in various files (#12902) 2022-11-09 11:57:19 -05:00
collision.cpp Avert collision static detection rounding error (#12822) 2022-09-30 06:31:24 -04:00
collision.h
config.h Run Minetest update checker on startup (#7629) 2022-08-02 21:34:17 +02:00
constants.h Raise max mapgen limit constant to align with mapblock size 2022-01-30 13:49:26 +01:00
content_mapnode.cpp
content_mapnode.h
content_nodemeta.cpp
content_nodemeta.h
convert_json.cpp Sort out cURL timeouts and increase default 2021-04-02 00:19:39 +02:00
convert_json.h Sort out cURL timeouts and increase default 2021-04-02 00:19:39 +02:00
craftdef.cpp Fix inconsistent craft replacements (#9250) (#12819) 2022-09-30 06:30:39 -04:00
craftdef.h Fix typos and en_US/en_GB inconsistency in various files (#12902) 2022-11-09 11:57:19 -05:00
daynightratio.h
debug.cpp
debug.h
defaultsettings.cpp Fix touchscreen crash due to missing rangeselect 2022-11-25 19:57:03 +01:00
defaultsettings.h Settings: Proper priority hierarchy 2021-01-29 17:32:35 +01:00
dummygamedef.h Rename "mod metadata" to "mod storage" everywhere 2022-11-24 17:58:25 -05:00
dummymap.h Add lighting test and benchmark (#12802) 2022-09-26 06:49:08 -04:00
emerge.cpp Remove unused MapBlock functionality 2022-10-09 13:43:48 -04:00
emerge.h Add more Prometheus metrics (#12274) 2022-05-09 21:20:58 +02:00
environment.cpp Reduce exposure of various internals (#12885) 2022-11-03 17:35:31 +01:00
environment.h
exceptions.h Remove dead code (#10845) 2021-01-22 15:09:26 +00:00
face_position_cache.cpp
face_position_cache.h
filesys.cpp Code optimizations / refactor (#12704) 2022-09-06 11:21:09 +01:00
filesys.h Refactor ModConfiguration 2022-07-14 22:12:54 +01:00
gamedef.h Rename "mod metadata" to "mod storage" everywhere 2022-11-24 17:58:25 -05:00
gameparams.h Add register dialog to separate login/register (#12185) 2022-06-05 17:47:38 +02:00
gettext.cpp Gettext support on Android (#11435) 2021-08-08 18:59:07 +02:00
gettext.h Fix various code & correctness issues (#11815) 2021-12-05 14:40:30 +01:00
gettime.h Refactor local time getter functions (#12221) 2022-04-28 18:53:33 +02:00
httpfetch.cpp Print announce error response (#11878) 2022-01-01 22:44:56 +01:00
httpfetch.h Print announce error response (#11878) 2022-01-01 22:44:56 +01:00
hud.cpp Readd basic_debug as a HUD flag (#12020) 2022-03-05 22:16:17 +01:00
hud.h Readd basic_debug as a HUD flag (#12020) 2022-03-05 22:16:17 +01:00
inventory.cpp Clean up Game::handleDigging() and some related parts 2022-09-30 14:02:14 +02:00
inventory.h Clean up Game::handleDigging() and some related parts 2022-09-30 14:02:14 +02:00
inventorymanager.cpp Fix typos and en_US/en_GB inconsistency in various files (#12902) 2022-11-09 11:57:19 -05:00
inventorymanager.h
irr_aabb3d.h
irr_ptr.h Fix typos and en_US/en_GB inconsistency in various files (#12902) 2022-11-09 11:57:19 -05:00
irr_v2d.h
irr_v3d.h
irrlichttypes.h Irrlicht support code maintenance 2021-03-31 13:15:47 +02:00
irrlichttypes_bloated.h
irrlichttypes_extrabloated.h
itemdef.cpp Implement tool use sounds 2022-09-30 14:02:14 +02:00
itemdef.h Implement tool use sounds 2022-09-30 14:02:14 +02:00
itemgroup.h
itemstackmetadata.cpp Avoid duplication of mod metadata in memory (#12562) 2022-09-26 17:03:43 -04:00
itemstackmetadata.h Avoid duplication of mod metadata in memory (#12562) 2022-09-26 17:03:43 -04:00
light.cpp
light.h
lighting.h Add API to control shadow intensity from the game/mod (#11944) 2022-03-26 16:58:26 +01:00
log.cpp Add missing concurrency protection in logger (#12325) 2022-05-23 22:50:25 +02:00
log.h Check specific outputs for isatty (#12980) 2022-11-21 12:08:40 -05:00
main.cpp Remove unused MapBlock functionality 2022-10-09 13:43:48 -04:00
map.cpp Fix typos and en_US/en_GB inconsistency in various files (#12902) 2022-11-09 11:57:19 -05:00
map.h Speed up find_nodes_in_area (#12845) 2022-10-13 09:35:19 -04:00
map_settings_manager.cpp Fix typos and en_US/en_GB inconsistency in various files (#12902) 2022-11-09 11:57:19 -05:00
map_settings_manager.h Rework Settings to support arbitrary hierarchies (#11352) 2021-06-23 15:22:31 +02:00
mapblock.cpp Fix typos and en_US/en_GB inconsistency in various files (#12902) 2022-11-09 11:57:19 -05:00
mapblock.h Reduce exposure of various internals (#12885) 2022-11-03 17:35:31 +01:00
mapnode.cpp Fix typos and en_US/en_GB inconsistency in various files (#12902) 2022-11-09 11:57:19 -05:00
mapnode.h Embed data directly in mapblocks 2022-10-09 13:43:48 -04:00
mapsector.cpp
mapsector.h
metadata.cpp Deprecate special handling of ${key} syntax in metadata values (#12970) 2022-11-24 17:56:43 -05:00
metadata.h Deprecate special handling of ${key} syntax in metadata values (#12970) 2022-11-24 17:56:43 -05:00
modchannels.cpp Move the codebase to C++14 2022-02-26 14:39:41 +01:00
modchannels.h
modifiedstate.h
mtevent.h Fix typos and en_US/en_GB inconsistency in various files (#12902) 2022-11-09 11:57:19 -05:00
nameidmapping.cpp
nameidmapping.h
nodedef.cpp Fix typos and en_US/en_GB inconsistency in various files (#12902) 2022-11-09 11:57:19 -05:00
nodedef.h Fix typos and en_US/en_GB inconsistency in various files (#12902) 2022-11-09 11:57:19 -05:00
nodemetadata.cpp Avoid duplication of mod metadata in memory (#12562) 2022-09-26 17:03:43 -04:00
nodemetadata.h Avoid duplication of mod metadata in memory (#12562) 2022-09-26 17:03:43 -04:00
nodetimer.cpp
nodetimer.h Fix typos and en_US/en_GB inconsistency in various files (#12902) 2022-11-09 11:57:19 -05:00
noise.cpp Inline triLinearInterpolationNoEase and triLinearInterpolation (#12421) 2022-06-11 20:01:30 +02:00
noise.h Fix typos and en_US/en_GB inconsistency in various files (#12902) 2022-11-09 11:57:19 -05:00
objdef.cpp
objdef.h
object_properties.cpp Allow rotating entity selectionboxes (#12379) 2022-10-30 16:53:14 +01:00
object_properties.h Allow rotating entity selectionboxes (#12379) 2022-10-30 16:53:14 +01:00
particles.cpp Allow looped animation to be used safely with old clients 2022-09-10 12:21:29 +02:00
particles.h Explicitly initialize value of particle parameter. Fixes #12621. 2022-08-02 23:51:50 +02:00
pathfinder.cpp Fix typos and en_US/en_GB inconsistency in various files (#12902) 2022-11-09 11:57:19 -05:00
pathfinder.h
player.cpp Readd basic_debug as a HUD flag (#12020) 2022-03-05 22:16:17 +01:00
player.h Physics overrides: Move values to a common struct (#12591) 2022-08-12 10:17:02 +01:00
porting.cpp Fix typos and en_US/en_GB inconsistency in various files (#12902) 2022-11-09 11:57:19 -05:00
porting.h Slap u64 on everything time-y (#10984) 2021-02-24 12:05:17 +01:00
porting_android.cpp Android: Add support for sharing debug.txt (#12370) 2022-06-05 17:42:09 +01:00
porting_android.h Android: Add support for sharing debug.txt (#12370) 2022-06-05 17:42:09 +01:00
profiler.cpp Minor profiler fixes. 2020-12-23 14:48:08 -08:00
profiler.h
raycast.cpp Fix typos and en_US/en_GB inconsistency in various files (#12902) 2022-11-09 11:57:19 -05:00
raycast.h Allow rotating entity selectionboxes (#12379) 2022-10-30 16:53:14 +01:00
reflowscan.cpp Fix typos and en_US/en_GB inconsistency in various files (#12902) 2022-11-09 11:57:19 -05:00
reflowscan.h
remoteplayer.cpp Fix consistency of sky sun/moon texture behaviour 2022-01-22 11:18:34 -05:00
remoteplayer.h Add API to control shadow intensity from the game/mod (#11944) 2022-03-26 16:58:26 +01:00
rollback.cpp Fix possible unreliable behavior due to uninitialized variables 2022-05-10 22:36:25 +02:00
rollback.h Remove a few unused functions reported by callcatcher (#11658) 2021-10-12 20:12:20 +02:00
rollback_interface.cpp
rollback_interface.h
serialization.cpp Fix zlib (de)compressor memory leaks 2022-06-16 23:53:23 +02:00
serialization.h Switch MapBlock compression to zstd (#10788) 2021-08-31 17:32:31 -07:00
server.cpp Rename "mod metadata" to "mod storage" everywhere 2022-11-24 17:58:25 -05:00
server.h Rename "mod metadata" to "mod storage" everywhere 2022-11-24 17:58:25 -05:00
serverenvironment.cpp Abort active ABM iteration when content changes (#12998) 2022-11-27 15:55:10 -05:00
serverenvironment.h Reduce active mgmt interval for a bit when a player joins. (#12925) 2022-11-10 15:25:38 -08:00
serverlist.cpp Print announce error response (#11878) 2022-01-01 22:44:56 +01:00
serverlist.h Use JSON for favorites, move server list code to Lua (#10085) 2021-01-22 15:08:57 +00:00
settings.cpp Enforce limits of settings that could cause buggy behaviour (#12450) 2022-07-09 22:32:08 +02:00
settings.h Enforce limits of settings that could cause buggy behaviour (#12450) 2022-07-09 22:32:08 +02:00
settings_translation_file.cpp Fix typos and en_US/en_GB inconsistency in various files (#12902) 2022-11-09 11:57:19 -05:00
skyparams.h Allow to set maximum star opacity at daytime (#11663) 2022-07-02 19:57:48 +01:00
sound.h Sounds: Various little improvements (#12486) 2022-07-09 22:32:24 +02:00
staticobject.cpp Reduce exposure of various internals (#12885) 2022-11-03 17:35:31 +01:00
staticobject.h Reduce exposure of various internals (#12885) 2022-11-03 17:35:31 +01:00
terminal_chat_console.cpp Fix compiler warnings 2022-04-08 14:55:21 +01:00
terminal_chat_console.h
texture_override.cpp Textures: introduce world-align overrides (#12540) 2022-08-13 08:52:16 +02:00
texture_override.h Textures: introduce world-align overrides (#12540) 2022-08-13 08:52:16 +02:00
tileanimation.cpp Allow looped animation to be used safely with old clients 2022-09-10 12:21:29 +02:00
tileanimation.h Allow looped animation to be used safely with old clients 2022-09-10 12:21:29 +02:00
tool.cpp Fix typos and en_US/en_GB inconsistency in various files (#12902) 2022-11-09 11:57:19 -05:00
tool.h Add helper functions to make tool usable n times (#12047) 2022-06-03 21:47:04 +02:00
translation.cpp Update my name 2022-06-16 21:38:32 +02:00
translation.h Update my name 2022-06-16 21:38:32 +02:00
version.cpp Fully remove bitmap font support (#11863) 2022-01-08 14:53:25 +01:00
version.h
voxel.cpp Optimize lighting calculation (#12797) 2022-10-09 10:50:26 -04:00
voxel.h
voxelalgorithms.cpp Remove unused MapBlock functionality 2022-10-09 13:43:48 -04:00
voxelalgorithms.h Add lighting test and benchmark (#12802) 2022-09-26 06:49:08 -04:00