src-tinkerer 08284e420d Disable default password check in single player (#14493) 16 hours ago
..
benchmark cdce33dd05 Fix some narrowing warnings 3 weeks ago
client d53ef90a73 Remove Irrlicht versioning 18 hours ago
content aaf77025b6 Split up tile.cpp/h 3 weeks ago
database bc4ab8b99e General code refactoring/improvements in server, treegen and connection 1 week ago
gui 24cc33e704 Add button_url[] and hypertext element to allow mods to open web pages (#13825) 3 days ago
irrlicht_changes 5280863300 Set VBO hints in more places 3 weeks ago
mapgen bc4ab8b99e General code refactoring/improvements in server, treegen and connection 1 week ago
network 08284e420d Disable default password check in single player (#14493) 16 hours ago
script d53ef90a73 Remove Irrlicht versioning 18 hours ago
server bc4ab8b99e General code refactoring/improvements in server, treegen and connection 1 week ago
threading f07e1026ac Allow sync HTTP fetches to be interrupted to fix hanging (#14412) 2 weeks ago
unittest 24cc33e704 Add button_url[] and hypertext element to allow mods to open web pages (#13825) 3 days ago
util 24cc33e704 Add button_url[] and hypertext element to allow mods to open web pages (#13825) 3 days ago
CMakeLists.txt 9cee9bc279 Build with the imported IrrlichtMt at irr 1 day ago
activeobject.h 6ca214fefc Introduce `std::string_view` into wider use (#14368) 1 month ago
activeobjectmgr.h 0383c44f0d Custom data structure for active objects to get performance *and* safety (#13880) 2 months ago
chat.cpp 6ca214fefc Introduce `std::string_view` into wider use (#14368) 1 month ago
chat.h 2fbf5f4250 CSM: Fix duplicate player names (#13910) 5 months 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.cpp c8b615acc9 Remove excessive touchscreengui.h includes (#14466) 1 week ago
clientdynamicinfo.h c8b615acc9 Remove excessive touchscreengui.h includes (#14466) 1 week ago
cmake_config.h.in 225aa107f6 Define strlcpy only on platforms where it's not available 2 months ago
cmake_config_githash.h.in 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
collision.cpp bc4ab8b99e General code refactoring/improvements in server, treegen and connection 1 week ago
collision.h bc4ab8b99e General code refactoring/improvements in server, treegen and connection 1 week ago
config.h 8cccd75e81 Android build via CMake (#13528) 10 months ago
constants.h 84d4647329 Scale resend timeout exponentially 2 months 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 11 months ago
convert_json.h 7f6b09dce8 Use json forward-declarations 11 months ago
craftdef.cpp 6ca214fefc Introduce `std::string_view` into wider use (#14368) 1 month ago
craftdef.h ccd696c49a Throw Hocroft-Karp onto shapeless recipes 11 months ago
daynightratio.h 79440605ec Make natural night light as bright as MT 0.4.16 (#9053) 4 years ago
debug.cpp 033128d8dc Show better description to users when std::bad_alloc happens 6 months ago
debug.h 033128d8dc Show better description to users when std::bad_alloc happens 6 months ago
defaultsettings.cpp 09d542dfe0 Drop enable_vbo setting 3 weeks 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 bc4ab8b99e General code refactoring/improvements in server, treegen and connection 1 week ago
emerge.h dfba79f8ff Split servermap.cpp/h off from map.cpp/h 1 week ago
emerge_internal.h 3cac17d23e Lua on each mapgen thread (#13092) 1 month ago
environment.cpp 5958714309 Tool specific pointing and blocking pointable type (#13992) 2 months ago
environment.h 5958714309 Tool specific pointing and blocking pointable type (#13992) 2 months ago
exceptions.h f08e4bb27d Return to the main menu if a shader compilation fails (#14256) 2 months 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 6ca214fefc Introduce `std::string_view` into wider use (#14368) 1 month ago
filesys.h 6ca214fefc Introduce `std::string_view` into wider use (#14368) 1 month ago
gamedef.h 6c4a110679 Add world-independent storage directory for mods (#12315) 3 days ago
gameparams.h 03d86ea0b4 Add register dialog to separate login/register (#12185) 1 year ago
gettext.cpp 6f494a968d Move setenv compat code to porting.h 2 months ago
gettext.h 67068cfaf4 Get rid of wgettext 11 months ago
gettime.h 0d91ef78dd Refactor local time getter functions (#12221) 1 year ago
httpfetch.cpp bc4ab8b99e General code refactoring/improvements in server, treegen and connection 1 week ago
httpfetch.h f07e1026ac Allow sync HTTP fetches to be interrupted to fix hanging (#14412) 2 weeks ago
hud.cpp af4009d924 Add chat HUD flag (#13189) 1 year ago
hud.h 2ea8d9ca11 Fix out of range enum casts in deSerialize functions (#14090) 2 months ago
inventory.cpp 4245a7604b Inventory: Fix order of callbacks when swapping items 1 week ago
inventory.h 4245a7604b Inventory: Fix order of callbacks when swapping items 1 week ago
inventorymanager.cpp 4245a7604b Inventory: Fix order of callbacks when swapping items 1 week ago
inventorymanager.h 4245a7604b Inventory: Fix order of callbacks when swapping items 1 week ago
irr_aabb3d.h 94cd2bfeac Revert 6587 - Optimize entity-entity collision (#7539) 5 years ago
irr_ptr.h da832a295e Delete clang-format files and comments (#14079) 3 months ago
irr_v2d.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
irr_v3d.h 94cd2bfeac Revert 6587 - Optimize entity-entity collision (#7539) 5 years ago
irrlichttypes.h e3cc26cb7c Irrlicht support changes (#14383) 1 month 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 aaf77025b6 Split up tile.cpp/h 3 weeks ago
itemdef.h aaf77025b6 Split up tile.cpp/h 3 weeks ago
itemgroup.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
itemstackmetadata.cpp 6ca214fefc Introduce `std::string_view` into wider use (#14368) 1 month ago
itemstackmetadata.h 6ca214fefc Introduce `std::string_view` into wider use (#14368) 1 month ago
json-forwards.h 7f6b09dce8 Use json forward-declarations 11 months 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) 10 months ago
lighting.h e0d4a9d575 Make volumetric light effect strength server controllable 3 months ago
log.cpp 9c348d057e Replace the old STATIC_ASSERT macro with static_assert 9 months ago
log.h 4da8a18c8c Check specific outputs for isatty (#12980) 1 year ago
main.cpp d53ef90a73 Remove Irrlicht versioning 18 hours ago
map.cpp bc4ab8b99e General code refactoring/improvements in server, treegen and connection 1 week ago
map.h bc4ab8b99e General code refactoring/improvements in server, treegen and connection 1 week ago
map_settings_manager.cpp 524d446757 Minor script api fixes/cleanups 9 months ago
map_settings_manager.h 524d446757 Minor script api fixes/cleanups 9 months ago
mapblock.cpp 2386bfda7e Fix static_save=false not working & related cleanups 1 week ago
mapblock.h 0d4b489545 Detect air-only blocks instead of day/night differences (#14264) 1 month ago
mapnode.cpp 6ca214fefc Introduce `std::string_view` into wider use (#14368) 1 month ago
mapnode.h 6ca214fefc Introduce `std::string_view` into wider use (#14368) 1 month ago
mapsector.cpp 9da1354f3a Fix missing limit check for block y pos (#14320) 1 month ago
mapsector.h 4bf95703a0 Allow access into MapSector::m_blocks (#14232) 2 months ago
metadata.cpp 6ca214fefc Introduce `std::string_view` into wider use (#14368) 1 month ago
metadata.h 6ca214fefc Introduce `std::string_view` into wider use (#14368) 1 month 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 9408a1a025 Reduce size of some MapBlock members 3 months 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 aaf77025b6 Split up tile.cpp/h 3 weeks ago
nodedef.h 5958714309 Tool specific pointing and blocking pointable type (#13992) 2 months ago
nodemetadata.cpp 7e8831a414 Inventory: Don't throw resize lock exception in destructor (#13894) 5 months ago
nodemetadata.h 6ca214fefc Introduce `std::string_view` into wider use (#14368) 1 month 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 ceaa7e2fb0 Add API for restoring PseudoRandom and PcgRandom state (#14123) 2 months ago
noise.h e416c99419 Fix signed overflow UB in PseudoRandom::next() 2 months ago
objdef.cpp 2062c80e21 Allow ObjDefManager instances to be cloned 3 years ago
objdef.h c28fbd06a8 Fix remaining issues with mapgen scriptapi 3 years ago
object_properties.cpp 585ca90ae0 Reorder ObjectProperties struct 3 weeks ago
object_properties.h c524c52baa Fix some common SAO methods to not generate useless update packets 3 weeks ago
particles.cpp fbec378869 Fix more type promotion mistakes 1 month ago
particles.h 2ea8d9ca11 Fix out of range enum casts in deSerialize functions (#14090) 2 months ago
pathfinder.cpp 3b74cc4a41 Replace PP with direct printing 9 months ago
pathfinder.h 5cc06e4748 Reduce ServerEnvironment propagation (#9642) 4 years ago
player.cpp badd42789a Move PlayerSettings class to client code 3 weeks ago
player.h badd42789a Move PlayerSettings class to client code 3 weeks ago
porting.cpp d5d6e36ae0 Create CACHEDIR.TAG in path_cache (#14458) 1 week ago
porting.h d5d6e36ae0 Create CACHEDIR.TAG in path_cache (#14458) 1 week ago
porting_android.cpp a29d3cf074 Save the settings in more cases to avoid losing setting changes (especially on Android) (#14266) 2 months ago
porting_android.h 1ba26d67bd Remove excessive includes from porting.h 2 months ago
profiler.cpp 3d232e2345 Add MAX profiler option 11 months ago
profiler.h 3d232e2345 Add MAX profiler option 11 months ago
raycast.cpp bc4ab8b99e General code refactoring/improvements in server, treegen and connection 1 week ago
raycast.h bc4ab8b99e General code refactoring/improvements in server, treegen and connection 1 week 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 e7dbd325d2 RemotePlayer: make peer ID always reflect the validity of PlayerSAO (#14317) 1 month ago
remoteplayer.h e7dbd325d2 RemotePlayer: make peer ID always reflect the validity of PlayerSAO (#14317) 1 month ago
rollback_interface.cpp 3b74cc4a41 Replace PP with direct printing 9 months ago
rollback_interface.h 7528986e44 Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282) 6 years ago
serialization.cpp 6ca214fefc Introduce `std::string_view` into wider use (#14368) 1 month ago
serialization.h 6ca214fefc Introduce `std::string_view` into wider use (#14368) 1 month ago
server.cpp 6c4a110679 Add world-independent storage directory for mods (#12315) 3 days ago
server.h 6c4a110679 Add world-independent storage directory for mods (#12315) 3 days ago
serverenvironment.cpp bc4ab8b99e General code refactoring/improvements in server, treegen and connection 1 week ago
serverenvironment.h bc4ab8b99e General code refactoring/improvements in server, treegen and connection 1 week ago
servermap.cpp dfba79f8ff Split servermap.cpp/h off from map.cpp/h 1 week ago
servermap.h dfba79f8ff Split servermap.cpp/h off from map.cpp/h 1 week ago
settings.cpp 6ca214fefc Introduce `std::string_view` into wider use (#14368) 1 month ago
settings.h 6ca214fefc Introduce `std::string_view` into wider use (#14368) 1 month ago
settings_translation_file.cpp c2c8d4d410 Remove controls listed in the pause menu (no touchscreen) (#13282) 2 months ago
skyparams.h 9e3a11534f Allow fog color to be overriden properly (#14296) 2 months ago
sound.h 6ca214fefc Introduce `std::string_view` into wider use (#14368) 1 month ago
staticobject.cpp 2386bfda7e Fix static_save=false not working & related cleanups 1 week ago
staticobject.h 322c8cf270 Reduce exposure of various internals (#12885) 1 year ago
terminal_chat_console.cpp 1ba26d67bd Remove excessive includes from porting.h 2 months ago
terminal_chat_console.h 2fbf5f4250 CSM: Fix duplicate player names (#13910) 5 months ago
texture_override.cpp 961652c2e9 Address some clang-tidy warnings 3 months ago
texture_override.h 961652c2e9 Address some clang-tidy warnings 3 months ago
tileanimation.cpp 9fcd7f2dc0 Fix clang-tidy type promotion errors 1 month ago
tileanimation.h 2ea8d9ca11 Fix out of range enum casts in deSerialize functions (#14090) 2 months ago
tool.cpp bc4ab8b99e General code refactoring/improvements in server, treegen and connection 1 week ago
tool.h bc4ab8b99e General code refactoring/improvements in server, treegen and connection 1 week ago
translation.cpp d88f0866b7 Reduce translations log spam 3 weeks ago
translation.h d88f0866b7 Reduce translations log spam 3 weeks ago
unsupported_language_list.txt c60d971bc4 Move unsupported language list into a separate file (#13865) 5 months ago
version.cpp 8cccd75e81 Android build via CMake (#13528) 10 months ago
version.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
voxel.cpp 9676364c1f Optimize lighting calculation (#12797) 1 year ago
voxel.h 3b74cc4a41 Replace PP with direct printing 9 months ago
voxelalgorithms.cpp bf987bf58a Handle blit_back_with_light with empty area 8 months ago
voxelalgorithms.h f916398a54 Add lighting test and benchmark (#12802) 1 year ago