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