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 년 전