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