Alex af4009d924 Add chat HUD flag (#13189) 1 ano atrás
..
benchmark f916398a54 Add lighting test and benchmark (#12802) 1 ano atrás
client af4009d924 Add chat HUD flag (#13189) 1 ano atrás
content 7c21347a40 Rename "mod metadata" to "mod storage" everywhere 1 ano atrás
database 8b26bab37d Remove unnecessary bool return types 1 ano atrás
gui 3bafbaac49 Remove dead code behind Irrlicht version checks 1 ano atrás
irrlicht_changes 3bafbaac49 Remove dead code behind Irrlicht version checks 1 ano atrás
mapgen d13b12b791 Store `MapEditEvent` blocks in a vector (#13071) 1 ano atrás
network aa5dc0968b Fix typo and missing entry in serveropcodes 1 ano atrás
script 3992a13f24 Improve `MetaDataRef:{get,set}_float` precision (#13130) 1 ano atrás
server 7701e70dc9 Make MapEditEvent more complete 1 ano atrás
threading 663c936428 Fix synchronization issue at thread start 2 anos atrás
unittest 5f2925c59c Increase `ftos` precision (#13141) 1 ano atrás
util d3a6ee00e6 Generalize mesh chunking, and make it configurable. (#13179) 1 ano atrás
CMakeLists.txt 6d45c243f8 Add dynamic exposure correction (#12959) 1 ano atrás
activeobject.h 45ccfe26fb Removed some obsolete code (#10562) 3 anos atrás
activeobjectmgr.h f85e9ab925 Add nametag background setting and object property (#10937) 3 anos atrás
ban.cpp 0d6b58a772 Add unittests on ActiveObject and BanManager class (#6866) 6 anos atrás
ban.h 921151d97a C++ modernize: Pragma once (#6264) 6 anos atrás
chat.cpp 2f9f0c0900 Improve chat history (#12975) 1 ano atrás
chat.h 2f9f0c0900 Improve chat history (#12975) 1 ano atrás
chat_interface.h 921151d97a C++ modernize: Pragma once (#6264) 6 anos atrás
chatmessage.h 17016090e3 Travis: Update clang from 4.0 to 5.0 (#6467) 6 anos atrás
clientiface.cpp 8f996e4a7c Remove unused MapBlock functionality 1 ano atrás
clientiface.h d1b80b462e Fix typos and en_US/en_GB inconsistency in various files (#12902) 1 ano atrás
cmake_config.h.in a81259d19a Run Minetest update checker on startup (#7629) 1 ano atrás
cmake_config_githash.h.in 921151d97a C++ modernize: Pragma once (#6264) 6 anos atrás
collision.cpp ecd6d61697 Revisit F6 statistics formatting (#13126) 1 ano atrás
collision.h b6b80f55c8 Expose collided objects in moveresult 4 anos atrás
config.h a81259d19a Run Minetest update checker on startup (#7629) 1 ano atrás
constants.h a9bccb964f Raise max mapgen limit constant to align with mapblock size 2 anos atrás
content_mapnode.cpp 13e995b811 Modernize src/c* src/d* and src/e* files (#6263) 6 anos atrás
content_mapnode.h 921151d97a C++ modernize: Pragma once (#6264) 6 anos atrás
content_nodemeta.cpp 947466ab28 (se)SerializeString: Include max length in the name 3 anos atrás
content_nodemeta.h 921151d97a C++ modernize: Pragma once (#6264) 6 anos atrás
convert_json.cpp 34888a914e Sort out cURL timeouts and increase default 3 anos atrás
convert_json.h 34888a914e Sort out cURL timeouts and increase default 3 anos atrás
craftdef.cpp 6eb7d57ed3 Fix inconsistent craft replacements (#9250) (#12819) 1 ano atrás
craftdef.h d1b80b462e Fix typos and en_US/en_GB inconsistency in various files (#12902) 1 ano atrás
daynightratio.h 79440605ec Make natural night light as bright as MT 0.4.16 (#9053) 4 anos atrás
debug.cpp 3fce27ece5 Fix some misspellings (#8104) 5 anos atrás
debug.h bd6b90359c Remove DSTACK support (#6346) 6 anos atrás
defaultsettings.cpp d3a6ee00e6 Generalize mesh chunking, and make it configurable. (#13179) 1 ano atrás
defaultsettings.h 37a05ec8d6 Settings: Proper priority hierarchy 3 anos atrás
dummygamedef.h 7c21347a40 Rename "mod metadata" to "mod storage" everywhere 1 ano atrás
dummymap.h f916398a54 Add lighting test and benchmark (#12802) 1 ano atrás
emerge.cpp d13b12b791 Store `MapEditEvent` blocks in a vector (#13071) 1 ano atrás
emerge.h f5a8593b11 Add more Prometheus metrics (#12274) 2 anos atrás
environment.cpp 322c8cf270 Reduce exposure of various internals (#12885) 1 ano atrás
environment.h 649211bf27 Allow the ABM time budget to be configurable. 3 anos atrás
exceptions.h 4c76239818 Remove dead code (#10845) 3 anos atrás
face_position_cache.cpp 55ab4264dc Modernize various files 6 anos atrás
face_position_cache.h 921151d97a C++ modernize: Pragma once (#6264) 6 anos atrás
filesys.cpp 87d509e462 Implement --debugger option to improve UX when debugging crashes (#13157) 1 ano atrás
filesys.h 87d509e462 Implement --debugger option to improve UX when debugging crashes (#13157) 1 ano atrás
gamedef.h d0a118f5b1 Add `minetest.get_game_info` and allow reading `game.conf` (#12989) 1 ano atrás
gameparams.h 03d86ea0b4 Add register dialog to separate login/register (#12185) 1 ano atrás
gettext.cpp 87d509e462 Implement --debugger option to improve UX when debugging crashes (#13157) 1 ano atrás
gettext.h ff934d538c Fix various code & correctness issues (#11815) 2 anos atrás
gettime.h 0d91ef78dd Refactor local time getter functions (#12221) 2 anos atrás
httpfetch.cpp 29d2b2ccd0 Print announce error response (#11878) 2 anos atrás
httpfetch.h 29d2b2ccd0 Print announce error response (#11878) 2 anos atrás
hud.cpp af4009d924 Add chat HUD flag (#13189) 1 ano atrás
hud.h af4009d924 Add chat HUD flag (#13189) 1 ano atrás
inventory.cpp bbdb1929c6 Clean up Game::handleDigging() and some related parts 1 ano atrás
inventory.h bbdb1929c6 Clean up Game::handleDigging() and some related parts 1 ano atrás
inventorymanager.cpp d1b80b462e Fix typos and en_US/en_GB inconsistency in various files (#12902) 1 ano atrás
inventorymanager.h 050964bed6 Fix inventory swapping not calling all callbacks (#9923) 3 anos atrás
irr_aabb3d.h 94cd2bfeac Revert 6587 - Optimize entity-entity collision (#7539) 5 anos atrás
irr_ptr.h d1b80b462e Fix typos and en_US/en_GB inconsistency in various files (#12902) 1 ano atrás
irr_v2d.h 921151d97a C++ modernize: Pragma once (#6264) 6 anos atrás
irr_v3d.h 94cd2bfeac Revert 6587 - Optimize entity-entity collision (#7539) 5 anos atrás
irrlichttypes.h 3bafbaac49 Remove dead code behind Irrlicht version checks 1 ano atrás
irrlichttypes_bloated.h 921151d97a C++ modernize: Pragma once (#6264) 6 anos atrás
irrlichttypes_extrabloated.h d5456da69d Use true pitch/yaw/roll rotations without loss of precision by pgimeno (#8019) 5 anos atrás
itemdef.cpp 525fc3833c Implement tool use sounds 1 ano atrás
itemdef.h 525fc3833c Implement tool use sounds 1 ano atrás
itemgroup.h 921151d97a C++ modernize: Pragma once (#6264) 6 anos atrás
itemstackmetadata.cpp f4a01f3a5d Avoid duplication of mod metadata in memory (#12562) 1 ano atrás
itemstackmetadata.h f4a01f3a5d Avoid duplication of mod metadata in memory (#12562) 1 ano atrás
light.cpp f5a203fbcd Fix light overflow of u8 if light is saturated at 255 (#10305) 3 anos atrás
light.h 79e393cf4b Light curve: Simplify and improve code, fix darkened daytime sky (#7693) 5 anos atrás
lighting.cpp 6d45c243f8 Add dynamic exposure correction (#12959) 1 ano atrás
lighting.h 6d45c243f8 Add dynamic exposure correction (#12959) 1 ano atrás
log.cpp 367a2d4b29 Add missing concurrency protection in logger (#12325) 2 anos atrás
log.h 4da8a18c8c Check specific outputs for isatty (#12980) 1 ano atrás
main.cpp 87d509e462 Implement --debugger option to improve UX when debugging crashes (#13157) 1 ano atrás
map.cpp 69fc206109 8x block meshes (#13133) 1 ano atrás
map.h d13b12b791 Store `MapEditEvent` blocks in a vector (#13071) 1 ano atrás
map_settings_manager.cpp d1b80b462e Fix typos and en_US/en_GB inconsistency in various files (#12902) 1 ano atrás
map_settings_manager.h c60a146e22 Rework Settings to support arbitrary hierarchies (#11352) 2 anos atrás
mapblock.cpp d1b80b462e Fix typos and en_US/en_GB inconsistency in various files (#12902) 1 ano atrás
mapblock.h 2715cc8bf6 Occlusion culling algorithm based on recursive descend (#13104) 1 ano atrás
mapnode.cpp d1b80b462e Fix typos and en_US/en_GB inconsistency in various files (#12902) 1 ano atrás
mapnode.h b3503e7853 Embed data directly in mapblocks 1 ano atrás
mapsector.cpp de4c2e4250 ServerMap saving: cleanups (#6274) 6 anos atrás
mapsector.h b826e39730 Minor clientmap improvements. 3 anos atrás
metadata.cpp 8817af07fb Deprecate special handling of `${key}` syntax in metadata values (#12970) 1 ano atrás
metadata.h 8817af07fb Deprecate special handling of `${key}` syntax in metadata values (#12970) 1 ano atrás
modchannels.cpp 04bd253390 Move the codebase to C++14 2 anos atrás
modchannels.h ad7daf7b52 Add session_t typedef + remove unused functions (#6470) 6 anos atrás
modifiedstate.h 921151d97a C++ modernize: Pragma once (#6264) 6 anos atrás
mtevent.h d1b80b462e Fix typos and en_US/en_GB inconsistency in various files (#12902) 1 ano atrás
nameidmapping.cpp 947466ab28 (se)SerializeString: Include max length in the name 3 anos atrás
nameidmapping.h 921151d97a C++ modernize: Pragma once (#6264) 6 anos atrás
nodedef.cpp d1b80b462e Fix typos and en_US/en_GB inconsistency in various files (#12902) 1 ano atrás
nodedef.h d1b80b462e Fix typos and en_US/en_GB inconsistency in various files (#12902) 1 ano atrás
nodemetadata.cpp f4a01f3a5d Avoid duplication of mod metadata in memory (#12562) 1 ano atrás
nodemetadata.h f4a01f3a5d Avoid duplication of mod metadata in memory (#12562) 1 ano atrás
nodetimer.cpp 1992db1395 Code modernization: src/n*, src/o* (#6280) 6 anos atrás
nodetimer.h d1b80b462e Fix typos and en_US/en_GB inconsistency in various files (#12902) 1 ano atrás
noise.cpp 7ffc0268df Inline triLinearInterpolationNoEase and triLinearInterpolation (#12421) 1 ano atrás
noise.h d1b80b462e Fix typos and en_US/en_GB inconsistency in various files (#12902) 1 ano atrás
objdef.cpp 2062c80e21 Allow ObjDefManager instances to be cloned 4 anos atrás
objdef.h c28fbd06a8 Fix remaining issues with mapgen scriptapi 4 anos atrás
object_properties.cpp 077627181e Allow rotating entity selectionboxes (#12379) 1 ano atrás
object_properties.h 077627181e Allow rotating entity selectionboxes (#12379) 1 ano atrás
particles.cpp c607bee19e Allow looped animation to be used safely with old clients 1 ano atrás
particles.h 644f145ff2 Explicitly initialize value of particle parameter. Fixes #12621. 1 ano atrás
pathfinder.cpp d1b80b462e Fix typos and en_US/en_GB inconsistency in various files (#12902) 1 ano atrás
pathfinder.h 5cc06e4748 Reduce ServerEnvironment propagation (#9642) 4 anos atrás
player.cpp af4009d924 Add chat HUD flag (#13189) 1 ano atrás
player.h c8ee755c05 Physics overrides: Move values to a common struct (#12591) 1 ano atrás
porting.cpp 87d509e462 Implement --debugger option to improve UX when debugging crashes (#13157) 1 ano atrás
porting.h 87d509e462 Implement --debugger option to improve UX when debugging crashes (#13157) 1 ano atrás
porting_android.cpp 4baf56520d Android: Add support for sharing debug.txt (#12370) 1 ano atrás
porting_android.h 4baf56520d Android: Add support for sharing debug.txt (#12370) 1 ano atrás
profiler.cpp cded6a3945 Display whole profiler numbers up to 999999 without scientific notation. (#13155) 1 ano atrás
profiler.h 539f016c1b Better F6 profiler (#8750) 4 anos atrás
raycast.cpp d1b80b462e Fix typos and en_US/en_GB inconsistency in various files (#12902) 1 ano atrás
raycast.h 077627181e Allow rotating entity selectionboxes (#12379) 1 ano atrás
reflowscan.cpp d1b80b462e Fix typos and en_US/en_GB inconsistency in various files (#12902) 1 ano atrás
reflowscan.h 3face01a20 Node definition manager refactor (#7016) 6 anos atrás
remoteplayer.cpp f8cef52ea0 Fix consistency of sky sun/moon texture behaviour 2 anos atrás
remoteplayer.h 0f25fa7af6 Add API to control shadow intensity from the game/mod (#11944) 2 anos atrás
rollback.cpp bb74da5903 Remove old rollback migration code (#13082) 1 ano atrás
rollback.h bb74da5903 Remove old rollback migration code (#13082) 1 ano atrás
rollback_interface.cpp 7701e70dc9 Make MapEditEvent more complete 1 ano atrás
rollback_interface.h 7528986e44 Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282) 6 anos atrás
serialization.cpp ae555465ba Fix zlib (de)compressor memory leaks 1 ano atrás
serialization.h d1624a5521 Switch MapBlock compression to zstd (#10788) 2 anos atrás
server.cpp 8fded9d990 Disable Prometheus in singleplayer mode 1 ano atrás
server.h 7701e70dc9 Make MapEditEvent more complete 1 ano atrás
serverenvironment.cpp 5c248c2d7d Add callback on_mapblocks_changed 1 ano atrás
serverenvironment.h 5c248c2d7d Add callback on_mapblocks_changed 1 ano atrás
serverlist.cpp 29d2b2ccd0 Print announce error response (#11878) 2 anos atrás
serverlist.h 67aa75d444 Use JSON for favorites, move server list code to Lua (#10085) 3 anos atrás
settings.cpp 051181fa6e Enforce limits of settings that could cause buggy behaviour (#12450) 1 ano atrás
settings.h 051181fa6e Enforce limits of settings that could cause buggy behaviour (#12450) 1 ano atrás
settings_translation_file.cpp 111d047b0a Update minetest.conf.example 1 ano atrás
skyparams.h 142928e944 Allow to set maximum star opacity at daytime (#11663) 1 ano atrás
sound.h e51f474613 Sounds: Various little improvements (#12486) 1 ano atrás
staticobject.cpp 322c8cf270 Reduce exposure of various internals (#12885) 1 ano atrás
staticobject.h 322c8cf270 Reduce exposure of various internals (#12885) 1 ano atrás
terminal_chat_console.cpp 5683bb76cc Fix compiler warnings 2 anos atrás
terminal_chat_console.h 921151d97a C++ modernize: Pragma once (#6264) 6 anos atrás
texture_override.cpp 023a1c2427 Textures: introduce world-align overrides (#12540) 1 ano atrás
texture_override.h 023a1c2427 Textures: introduce world-align overrides (#12540) 1 ano atrás
tileanimation.cpp c607bee19e Allow looped animation to be used safely with old clients 1 ano atrás
tileanimation.h c607bee19e Allow looped animation to be used safely with old clients 1 ano atrás
tool.cpp d1b80b462e Fix typos and en_US/en_GB inconsistency in various files (#12902) 1 ano atrás
tool.h 6a6b579c54 Add helper functions to make tool usable n times (#12047) 1 ano atrás
translation.cpp 622d857bed Update my name 1 ano atrás
translation.h 622d857bed Update my name 1 ano atrás
version.cpp 76dbd0d2d0 Fully remove bitmap font support (#11863) 2 anos atrás
version.h 921151d97a C++ modernize: Pragma once (#6264) 6 anos atrás
voxel.cpp 9676364c1f Optimize lighting calculation (#12797) 1 ano atrás
voxel.h 12d1e4ff04 VoxelArea: add_{x,y,z,p} must be static 6 anos atrás
voxelalgorithms.cpp 8f996e4a7c Remove unused MapBlock functionality 1 ano atrás
voxelalgorithms.h f916398a54 Add lighting test and benchmark (#12802) 1 ano atrás