sfan5 524d446757 Minor script api fixes/cleanups hai 1 ano
..
benchmark f916398a54 Add lighting test and benchmark (#12802) hai 1 ano
client 5b6bc8a12b Remove unsupported media formats from client.cpp hai 1 ano
content 7f6b09dce8 Use json forward-declarations hai 1 ano
database d0bcdff5ce Use unique_ptrs for leveldb db and iterators hai 1 ano
gui 03ffc2618c TouchScreenGUI: Add an exit / "ESC" button to the rare controls bar (#13574) hai 1 ano
irrlicht_changes d6be6682ec Drop dependency on IrrCompileConfig hai 1 ano
mapgen 9c348d057e Replace the old STATIC_ASSERT macro with static_assert hai 1 ano
network edcbfa31c9 Sound refactor and improvements (#12764) hai 1 ano
script 524d446757 Minor script api fixes/cleanups hai 1 ano
server 1b51ff333a Use unique_ptr for ServerInventoryManager::DetachedInventory::inventory hai 1 ano
threading 34ad551efc Use MutexAutoLock for Thread::m_start_finished_mutex hai 1 ano
unittest f947e2afec Fix some gcc -Wself-move warnings hai 1 ano
util 5e6d144567 Enable -Wimplicit-fallthrough and use [[fallthrough]] attribute hai 1 ano
CMakeLists.txt 5e6d144567 Enable -Wimplicit-fallthrough and use [[fallthrough]] attribute hai 1 ano
activeobject.h 45ccfe26fb Removed some obsolete code (#10562) %!s(int64=3) %!d(string=hai) anos
activeobjectmgr.h 6832bf044e Avoid jittering when player is attached (#12439) hai 1 ano
ban.cpp 0d6b58a772 Add unittests on ActiveObject and BanManager class (#6866) %!s(int64=6) %!d(string=hai) anos
ban.h 921151d97a C++ modernize: Pragma once (#6264) %!s(int64=6) %!d(string=hai) anos
chat.cpp e700182f44 Replace Optional with std::optional hai 1 ano
chat.h e700182f44 Replace Optional with std::optional hai 1 ano
chat_interface.h 921151d97a C++ modernize: Pragma once (#6264) %!s(int64=6) %!d(string=hai) anos
chatmessage.h 17016090e3 Travis: Update clang from 4.0 to 5.0 (#6467) %!s(int64=6) %!d(string=hai) anos
clientdynamicinfo.h 39f4d26177 Add minetest.get_player_window_information() (#12367) hai 1 ano
clientiface.cpp a8ec6092e2 Load blocks and objects behind player when in third-persion front-view (#13431) hai 1 ano
clientiface.h 1f0d042377 Reduce server CPU consumed by occlusion culling. (#13260) hai 1 ano
cmake_config.h.in 7f6b09dce8 Use json forward-declarations hai 1 ano
cmake_config_githash.h.in 921151d97a C++ modernize: Pragma once (#6264) %!s(int64=6) %!d(string=hai) anos
collision.cpp ecd6d61697 Revisit F6 statistics formatting (#13126) hai 1 ano
collision.h b6b80f55c8 Expose collided objects in moveresult %!s(int64=4) %!d(string=hai) anos
config.h 8cccd75e81 Android build via CMake (#13528) hai 1 ano
constants.h a9bccb964f Raise max mapgen limit constant to align with mapblock size %!s(int64=2) %!d(string=hai) anos
content_mapnode.cpp 13e995b811 Modernize src/c* src/d* and src/e* files (#6263) %!s(int64=6) %!d(string=hai) anos
content_mapnode.h 921151d97a C++ modernize: Pragma once (#6264) %!s(int64=6) %!d(string=hai) anos
content_nodemeta.cpp 947466ab28 (se)SerializeString: Include max length in the name %!s(int64=3) %!d(string=hai) anos
content_nodemeta.h 921151d97a C++ modernize: Pragma once (#6264) %!s(int64=6) %!d(string=hai) anos
convert_json.cpp 7f6b09dce8 Use json forward-declarations hai 1 ano
convert_json.h 7f6b09dce8 Use json forward-declarations hai 1 ano
craftdef.cpp ccd696c49a Throw Hocroft-Karp onto shapeless recipes hai 1 ano
craftdef.h ccd696c49a Throw Hocroft-Karp onto shapeless recipes hai 1 ano
daynightratio.h 79440605ec Make natural night light as bright as MT 0.4.16 (#9053) %!s(int64=4) %!d(string=hai) anos
debug.cpp 3fce27ece5 Fix some misspellings (#8104) %!s(int64=5) %!d(string=hai) anos
debug.h 6a05d63993 Use [[noreturn]] hai 1 ano
defaultsettings.cpp 7221de6ede Option to invert direction or disable mouse wheel for hotbar item selection hai 1 ano
defaultsettings.h 37a05ec8d6 Settings: Proper priority hierarchy %!s(int64=3) %!d(string=hai) anos
dummygamedef.h 7c21347a40 Rename "mod metadata" to "mod storage" everywhere hai 1 ano
dummymap.h f916398a54 Add lighting test and benchmark (#12802) hai 1 ano
emerge.cpp 9c348d057e Replace the old STATIC_ASSERT macro with static_assert hai 1 ano
emerge.h f5a8593b11 Add more Prometheus metrics (#12274) %!s(int64=2) %!d(string=hai) anos
environment.cpp 322c8cf270 Reduce exposure of various internals (#12885) hai 1 ano
environment.h 8b73743baa Reduce number of recursively included headers hai 1 ano
exceptions.h 4c76239818 Remove dead code (#10845) %!s(int64=3) %!d(string=hai) anos
face_position_cache.cpp 55ab4264dc Modernize various files %!s(int64=6) %!d(string=hai) anos
face_position_cache.h 921151d97a C++ modernize: Pragma once (#6264) %!s(int64=6) %!d(string=hai) anos
filesys.cpp 15445a0fbe Raise and clean up _WIN32_WINNT constant hai 1 ano
filesys.h 8b108ed5f2 Use nicer syntax for nested namespace definitions hai 1 ano
gamedef.h 8b108ed5f2 Use nicer syntax for nested namespace definitions hai 1 ano
gameparams.h 03d86ea0b4 Add register dialog to separate login/register (#12185) %!s(int64=2) %!d(string=hai) anos
gettext.cpp a1463263b5 Auto-detect locale on Android (#13561) hai 1 ano
gettext.h 67068cfaf4 Get rid of wgettext hai 1 ano
gettime.h 0d91ef78dd Refactor local time getter functions (#12221) %!s(int64=2) %!d(string=hai) anos
httpfetch.cpp dade95e142 Fix curl deprecation warnings, and set minimum curl version to 7.56.0 hai 1 ano
httpfetch.h 29d2b2ccd0 Print announce error response (#11878) %!s(int64=2) %!d(string=hai) anos
hud.cpp af4009d924 Add chat HUD flag (#13189) hai 1 ano
hud.h af4009d924 Add chat HUD flag (#13189) hai 1 ano
inventory.cpp 252c79d53a Inventory mouse shortcut improvements (#13146) hai 1 ano
inventory.h 252c79d53a Inventory mouse shortcut improvements (#13146) hai 1 ano
inventorymanager.cpp bec9c68bf3 Release invlist resizelock while doing the recursive callback in move_somewhere mode (#13470) hai 1 ano
inventorymanager.h 00c647e4cc Convert spaces to tabs (#13506) hai 1 ano
irr_aabb3d.h 94cd2bfeac Revert 6587 - Optimize entity-entity collision (#7539) %!s(int64=6) %!d(string=hai) anos
irr_ptr.h ceec560779 Add make_irr hai 1 ano
irr_v2d.h 921151d97a C++ modernize: Pragma once (#6264) %!s(int64=6) %!d(string=hai) anos
irr_v3d.h 94cd2bfeac Revert 6587 - Optimize entity-entity collision (#7539) %!s(int64=6) %!d(string=hai) anos
irrlichttypes.h 3bafbaac49 Remove dead code behind Irrlicht version checks hai 1 ano
irrlichttypes_bloated.h 921151d97a C++ modernize: Pragma once (#6264) %!s(int64=6) %!d(string=hai) anos
irrlichttypes_extrabloated.h d5456da69d Use true pitch/yaw/roll rotations without loss of precision by pgimeno (#8019) %!s(int64=5) %!d(string=hai) anos
itemdef.cpp edcbfa31c9 Sound refactor and improvements (#12764) hai 1 ano
itemdef.h edcbfa31c9 Sound refactor and improvements (#12764) hai 1 ano
itemgroup.h 921151d97a C++ modernize: Pragma once (#6264) %!s(int64=6) %!d(string=hai) anos
itemstackmetadata.cpp f4a01f3a5d Avoid duplication of mod metadata in memory (#12562) hai 1 ano
itemstackmetadata.h f4a01f3a5d Avoid duplication of mod metadata in memory (#12562) hai 1 ano
json-forwards.h 7f6b09dce8 Use json forward-declarations hai 1 ano
light.cpp f5a203fbcd Fix light overflow of u8 if light is saturated at 255 (#10305) %!s(int64=3) %!d(string=hai) anos
light.h 79e393cf4b Light curve: Simplify and improve code, fix darkened daytime sky (#7693) %!s(int64=5) %!d(string=hai) anos
lighting.cpp 00c647e4cc Convert spaces to tabs (#13506) hai 1 ano
lighting.h 00c647e4cc Convert spaces to tabs (#13506) hai 1 ano
log.cpp 9c348d057e Replace the old STATIC_ASSERT macro with static_assert hai 1 ano
log.h 4da8a18c8c Check specific outputs for isatty (#12980) hai 1 ano
main.cpp 00c647e4cc Convert spaces to tabs (#13506) hai 1 ano
map.cpp 8f25f487fe Instrument touchMapBlocks and block loading/deserialization. (#13314) hai 1 ano
map.h 1780d1bbde Use unique_ptrs for MapSector::m_blocks hai 1 ano
map_settings_manager.cpp 524d446757 Minor script api fixes/cleanups hai 1 ano
map_settings_manager.h 524d446757 Minor script api fixes/cleanups hai 1 ano
mapblock.cpp d1b80b462e Fix typos and en_US/en_GB inconsistency in various files (#12902) hai 1 ano
mapblock.h 8b73743baa Reduce number of recursively included headers hai 1 ano
mapnode.cpp 5ba70cf5ef Fix crash on handling wallmounted nodes with invalid param2 (#13487) hai 1 ano
mapnode.h b3503e7853 Embed data directly in mapblocks hai 1 ano
mapsector.cpp 1780d1bbde Use unique_ptrs for MapSector::m_blocks hai 1 ano
mapsector.h 1780d1bbde Use unique_ptrs for MapSector::m_blocks hai 1 ano
metadata.cpp 8817af07fb Deprecate special handling of `${key}` syntax in metadata values (#12970) hai 1 ano
metadata.h 8817af07fb Deprecate special handling of `${key}` syntax in metadata values (#12970) hai 1 ano
modchannels.cpp 04bd253390 Move the codebase to C++14 %!s(int64=2) %!d(string=hai) anos
modchannels.h ad7daf7b52 Add session_t typedef + remove unused functions (#6470) %!s(int64=6) %!d(string=hai) anos
modifiedstate.h 921151d97a C++ modernize: Pragma once (#6264) %!s(int64=6) %!d(string=hai) anos
mtevent.h d1b80b462e Fix typos and en_US/en_GB inconsistency in various files (#12902) hai 1 ano
nameidmapping.cpp 947466ab28 (se)SerializeString: Include max length in the name %!s(int64=3) %!d(string=hai) anos
nameidmapping.h 921151d97a C++ modernize: Pragma once (#6264) %!s(int64=6) %!d(string=hai) anos
nodedef.cpp edcbfa31c9 Sound refactor and improvements (#12764) hai 1 ano
nodedef.h edcbfa31c9 Sound refactor and improvements (#12764) hai 1 ano
nodemetadata.cpp f4a01f3a5d Avoid duplication of mod metadata in memory (#12562) hai 1 ano
nodemetadata.h f4a01f3a5d Avoid duplication of mod metadata in memory (#12562) hai 1 ano
nodetimer.cpp 1992db1395 Code modernization: src/n*, src/o* (#6280) %!s(int64=6) %!d(string=hai) anos
nodetimer.h d1b80b462e Fix typos and en_US/en_GB inconsistency in various files (#12902) hai 1 ano
noise.cpp 7ffc0268df Inline triLinearInterpolationNoEase and triLinearInterpolation (#12421) %!s(int64=2) %!d(string=hai) anos
noise.h d1b80b462e Fix typos and en_US/en_GB inconsistency in various files (#12902) hai 1 ano
objdef.cpp 2062c80e21 Allow ObjDefManager instances to be cloned %!s(int64=4) %!d(string=hai) anos
objdef.h c28fbd06a8 Fix remaining issues with mapgen scriptapi %!s(int64=4) %!d(string=hai) anos
object_properties.cpp e700182f44 Replace Optional with std::optional hai 1 ano
object_properties.h e700182f44 Replace Optional with std::optional hai 1 ano
particles.cpp f8e0778fc9 Particle spawner: Move definitions to source hai 1 ano
particles.h f8e0778fc9 Particle spawner: Move definitions to source hai 1 ano
pathfinder.cpp 00c647e4cc Convert spaces to tabs (#13506) hai 1 ano
pathfinder.h 5cc06e4748 Reduce ServerEnvironment propagation (#9642) %!s(int64=4) %!d(string=hai) anos
player.cpp af4009d924 Add chat HUD flag (#13189) hai 1 ano
player.h edcbfa31c9 Sound refactor and improvements (#12764) hai 1 ano
porting.cpp 00c647e4cc Convert spaces to tabs (#13506) hai 1 ano
porting.h 15445a0fbe Raise and clean up _WIN32_WINNT constant hai 1 ano
porting_android.cpp a1463263b5 Auto-detect locale on Android (#13561) hai 1 ano
porting_android.h a1463263b5 Auto-detect locale on Android (#13561) hai 1 ano
profiler.cpp 3d232e2345 Add MAX profiler option hai 1 ano
profiler.h 3d232e2345 Add MAX profiler option hai 1 ano
raycast.cpp d1b80b462e Fix typos and en_US/en_GB inconsistency in various files (#12902) hai 1 ano
raycast.h 077627181e Allow rotating entity selectionboxes (#12379) hai 1 ano
reflowscan.cpp d1b80b462e Fix typos and en_US/en_GB inconsistency in various files (#12902) hai 1 ano
reflowscan.h 3face01a20 Node definition manager refactor (#7016) %!s(int64=6) %!d(string=hai) anos
remoteplayer.cpp f8cef52ea0 Fix consistency of sky sun/moon texture behaviour %!s(int64=2) %!d(string=hai) anos
remoteplayer.h 0f25fa7af6 Add API to control shadow intensity from the game/mod (#11944) %!s(int64=2) %!d(string=hai) anos
rollback.cpp bb74da5903 Remove old rollback migration code (#13082) hai 1 ano
rollback.h bb74da5903 Remove old rollback migration code (#13082) hai 1 ano
rollback_interface.cpp 5e6d144567 Enable -Wimplicit-fallthrough and use [[fallthrough]] attribute hai 1 ano
rollback_interface.h 7528986e44 Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282) %!s(int64=6) %!d(string=hai) anos
serialization.cpp 00c647e4cc Convert spaces to tabs (#13506) hai 1 ano
serialization.h d1624a5521 Switch MapBlock compression to zstd (#10788) %!s(int64=2) %!d(string=hai) anos
server.cpp edcbfa31c9 Sound refactor and improvements (#12764) hai 1 ano
server.h edcbfa31c9 Sound refactor and improvements (#12764) hai 1 ano
serverenvironment.cpp a8ec6092e2 Load blocks and objects behind player when in third-persion front-view (#13431) hai 1 ano
serverenvironment.h 8b73743baa Reduce number of recursively included headers hai 1 ano
serverlist.cpp 29d2b2ccd0 Print announce error response (#11878) %!s(int64=2) %!d(string=hai) anos
serverlist.h 7f6b09dce8 Use json forward-declarations hai 1 ano
settings.cpp 4158b72971 Add ability to override item images using meta (#12614) hai 1 ano
settings.h 051181fa6e Enforce limits of settings that could cause buggy behaviour (#12450) hai 1 ano
settings_translation_file.cpp 5cd6a22dd3 Update settingtypes (#13428) hai 1 ano
skyparams.h f3b198e490 Return shadow_sky_body_orbit_tilt setting hai 1 ano
sound.h edcbfa31c9 Sound refactor and improvements (#12764) hai 1 ano
staticobject.cpp 322c8cf270 Reduce exposure of various internals (#12885) hai 1 ano
staticobject.h 322c8cf270 Reduce exposure of various internals (#12885) hai 1 ano
terminal_chat_console.cpp 5683bb76cc Fix compiler warnings %!s(int64=2) %!d(string=hai) anos
terminal_chat_console.h 921151d97a C++ modernize: Pragma once (#6264) %!s(int64=6) %!d(string=hai) anos
texture_override.cpp 180ec92ef9 Remove trailing whitespace (#13505) hai 1 ano
texture_override.h 023a1c2427 Textures: introduce world-align overrides (#12540) hai 1 ano
tileanimation.cpp c607bee19e Allow looped animation to be used safely with old clients hai 1 ano
tileanimation.h c607bee19e Allow looped animation to be used safely with old clients hai 1 ano
tool.cpp 7f6b09dce8 Use json forward-declarations hai 1 ano
tool.h 7f6b09dce8 Use json forward-declarations hai 1 ano
translation.cpp 622d857bed Update my name %!s(int64=2) %!d(string=hai) anos
translation.h 622d857bed Update my name %!s(int64=2) %!d(string=hai) anos
version.cpp 8cccd75e81 Android build via CMake (#13528) hai 1 ano
version.h 921151d97a C++ modernize: Pragma once (#6264) %!s(int64=6) %!d(string=hai) anos
voxel.cpp 9676364c1f Optimize lighting calculation (#12797) hai 1 ano
voxel.h 12d1e4ff04 VoxelArea: add_{x,y,z,p} must be static %!s(int64=6) %!d(string=hai) anos
voxelalgorithms.cpp 8f996e4a7c Remove unused MapBlock functionality hai 1 ano
voxelalgorithms.h f916398a54 Add lighting test and benchmark (#12802) hai 1 ano