Paul Ouellette 27ce6d0ecc Clean up craft replacements docs 4 lat temu
..
client 103d9c5c53 Renaming the function wasn't enough 4 lat temu
content bb35d06225 Optimize string handling in path search (#8098) 5 lat temu
database ffb17f1c9a Consistent HP and damage types (#8167) 5 lat temu
gui 51f230895c Fix failing build due to code style error 4 lat temu
irrlicht_changes 72416a6a1f Formspec: add hypertext element 4 lat temu
mapgen 154080c883 Caves: Fix shadowing of 'large_cave_depth' to avoid confusion 4 lat temu
network cf7fda0083 Add z-index management to HUD 4 lat temu
script aa8df112ff Attachments: Fix interpolation from (0,0,0) after detach 4 lat temu
server 539f016c1b Better F6 profiler (#8750) 4 lat temu
threading 49365b25d9 Optimize semaphore wait with zero timeout on POSIX 4 lat temu
unittest fec30e37ac Fix AreaStore's IDs persistence (#8888) 4 lat temu
util 72416a6a1f Formspec: add hypertext element 4 lat temu
CMakeLists.txt 3799ffd9d5 Move Quicktune code to util/ (#8871) 4 lat temu
activeobject.h f2e62298a5 Change some usages of "deprecated" to "obsolete" (#9062) 4 lat temu
activeobjectmgr.h eda35100b6 Add an activeobject manager to hold active objects (#7939) 5 lat temu
ban.cpp 0d6b58a772 Add unittests on ActiveObject and BanManager class (#6866) 6 lat temu
ban.h 921151d97a C++ modernize: Pragma once (#6264) 6 lat temu
chat.cpp 8e0b80aa36 Fix last performance-type-promotion-in-math-fn problems 6 lat temu
chat.h 8e0b80aa36 Fix last performance-type-promotion-in-math-fn problems 6 lat temu
chat_interface.h 921151d97a C++ modernize: Pragma once (#6264) 6 lat temu
chatmessage.h 17016090e3 Travis: Update clang from 4.0 to 5.0 (#6467) 6 lat temu
clientiface.cpp d73e458db6 ClientInterface: Use recursive mutex to prevent freeze in on_newplayer() (#8808) 4 lat temu
clientiface.h d73e458db6 ClientInterface: Use recursive mutex to prevent freeze in on_newplayer() (#8808) 4 lat temu
clientsimpleobject.h 921151d97a C++ modernize: Pragma once (#6264) 6 lat temu
cloudparams.h 921151d97a C++ modernize: Pragma once (#6264) 6 lat temu
cmake_config.h.in 526a9e4b66 Let ENABLE_GLES appear in cmake_config.h and change its functionality 4 lat temu
cmake_config_githash.h.in 921151d97a C++ modernize: Pragma once (#6264) 6 lat temu
collision.cpp 539f016c1b Better F6 profiler (#8750) 4 lat temu
collision.h e40be619f2 Add disable_jump to liquids and ladders (#7688) 5 lat temu
config.h 50b2185ced Update version correctly again (#6462) 6 lat temu
constants.h 53ebd803c6 Change some rough/inappropriate language in comments (#9061) 4 lat temu
content_mapnode.cpp 13e995b811 Modernize src/c* src/d* and src/e* files (#6263) 6 lat temu
content_mapnode.h 921151d97a C++ modernize: Pragma once (#6264) 6 lat temu
content_nodemeta.cpp 76be103a91 C++11 patchset 9: move hardcoded init parameters to class definitions (part 1) (#5984) 7 lat temu
content_nodemeta.h 921151d97a C++ modernize: Pragma once (#6264) 6 lat temu
content_sao.cpp f2e62298a5 Change some usages of "deprecated" to "obsolete" (#9062) 4 lat temu
content_sao.h 70f9e1aafa Punchwear (improved) (#8959) 4 lat temu
convert_json.cpp 87ad4d8e7f Add online content repository 6 lat temu
convert_json.h 50423d8c72 Update JsonCPP to 1.8.3 (#6466) 6 lat temu
craftdef.cpp 120155f312 Fix some issues with minetest.clear_craft (#8712) 4 lat temu
craftdef.h 27ce6d0ecc Clean up craft replacements docs 4 lat temu
daynightratio.h 79440605ec Make natural night light as bright as MT 0.4.16 (#9053) 4 lat temu
debug.cpp 3fce27ece5 Fix some misspellings (#8104) 5 lat temu
debug.h bd6b90359c Remove DSTACK support (#6346) 6 lat temu
defaultsettings.cpp 72416a6a1f Formspec: add hypertext element 4 lat temu
defaultsettings.h 921151d97a C++ modernize: Pragma once (#6264) 6 lat temu
emerge.cpp 539f016c1b Better F6 profiler (#8750) 4 lat temu
emerge.h b3716a03a6 EmergeManager::initMapgens use FATAL_ERROR if and drop boolean return 5 lat temu
environment.cpp 86d7f84b89 Merge pull request #8776 from osjc/FixGetNode 4 lat temu
environment.h fad263dec9 Revert "Add an active object step time budget #6721" 6 lat temu
event.h 0a8ca59891 event.h: Fix import GCC warning caused by ce87310 6 lat temu
exceptions.h 1c1c97cbd1 Modernize source code: last part (#6285) 6 lat temu
face_position_cache.cpp 55ab4264dc Modernize various files 6 lat temu
face_position_cache.h 921151d97a C++ modernize: Pragma once (#6264) 6 lat temu
filesys.cpp 7f545db977 Fix a stringop-truncation GCC warning 5 lat temu
filesys.h 05d93c7fa1 Load files from subfolders in texturepacks 6 lat temu
gamedef.h ce873108aa Client eventmanager refactor (#7179) 6 lat temu
gameparams.h 921151d97a C++ modernize: Pragma once (#6264) 6 lat temu
genericobject.cpp ffb17f1c9a Consistent HP and damage types (#8167) 5 lat temu
genericobject.h ffb17f1c9a Consistent HP and damage types (#8167) 5 lat temu
gettext.cpp 55ab4264dc Modernize various files 6 lat temu
gettext.h 22ebbe136a Fix segfault caused by wrong wgettext() 6 lat temu
gettime.h d1c27c7e80 Allow customizing chat message format (#8529) 4 lat temu
httpfetch.cpp 426bdba7fb httpfetch: Disable IPv6 here too if requested by settings (#8399) 5 lat temu
httpfetch.h 17016090e3 Travis: Update clang from 4.0 to 5.0 (#6467) 6 lat temu
hud.cpp cf7fda0083 Add z-index management to HUD 4 lat temu
hud.h cf7fda0083 Add z-index management to HUD 4 lat temu
inventory.cpp 94a5df795c Inventory: Properly revert client predictions (#8945) 4 lat temu
inventory.h 94a5df795c Inventory: Properly revert client predictions (#8945) 4 lat temu
inventorymanager.cpp 27ce6d0ecc Clean up craft replacements docs 4 lat temu
inventorymanager.h 720aedb467 InventoryManager: Fix virtual function overload warning 4 lat temu
irr_aabb3d.h 94cd2bfeac Revert 6587 - Optimize entity-entity collision (#7539) 6 lat temu
irr_ptr.h faa419fc8b Add Irrlicht-specific smart pointer (#6814) 5 lat temu
irr_v2d.h 921151d97a C++ modernize: Pragma once (#6264) 6 lat temu
irr_v3d.h 94cd2bfeac Revert 6587 - Optimize entity-entity collision (#7539) 6 lat temu
irrlichttypes.h 4900ff0c4b Fix Android build (#7873) 5 lat temu
irrlichttypes_bloated.h 921151d97a C++ modernize: Pragma once (#6264) 6 lat temu
irrlichttypes_extrabloated.h d5456da69d Use true pitch/yaw/roll rotations without loss of precision by pgimeno (#8019) 5 lat temu
itemdef.cpp ca363d3ef8 Unify OpenGL ES support 4 lat temu
itemdef.h f6a33a1a7a Overlays for wield and inventory images (#6107) 6 lat temu
itemgroup.h 921151d97a C++ modernize: Pragma once (#6264) 6 lat temu
itemstackmetadata.cpp 91615f9588 Add player:get_meta(), deprecate player attributes (#7202) 6 lat temu
itemstackmetadata.h 91615f9588 Add player:get_meta(), deprecate player attributes (#7202) 6 lat temu
light.cpp 1f142ec06f Improve light curve parameter limits and documentation (#9054) 4 lat temu
light.h 79e393cf4b Light curve: Simplify and improve code, fix darkened daytime sky (#7693) 5 lat temu
log.cpp 36bfc67574 Move debug.txt after it grows too big (#8904) 4 lat temu
log.h 36bfc67574 Move debug.txt after it grows too big (#8904) 4 lat temu
main.cpp 2ecf57c640 Fix build issue due to conflicting s64 type definitions (#9064) 4 lat temu
map.cpp 53ebd803c6 Change some rough/inappropriate language in comments (#9061) 4 lat temu
map.h 2f3c96b38d Remove legacy flat-file map code 4 lat temu
map_settings_manager.cpp b55fc3d773 mapgen: drop mapgen id from child mapgens. 5 lat temu
map_settings_manager.h 921151d97a C++ modernize: Pragma once (#6264) 6 lat temu
mapblock.cpp 86d7f84b89 Merge pull request #8776 from osjc/FixGetNode 4 lat temu
mapblock.h 25cc5d1a32 Optimize ABM checks. 6 lat temu
mapnode.cpp 53ebd803c6 Change some rough/inappropriate language in comments (#9061) 4 lat temu
mapnode.h 431d8a9b83 Abort when trying to set a not registered node (#7011) 5 lat temu
mapsector.cpp de4c2e4250 ServerMap saving: cleanups (#6274) 6 lat temu
mapsector.h de4c2e4250 ServerMap saving: cleanups (#6274) 6 lat temu
metadata.cpp 91615f9588 Add player:get_meta(), deprecate player attributes (#7202) 6 lat temu
metadata.h 91615f9588 Add player:get_meta(), deprecate player attributes (#7202) 6 lat temu
modchannels.cpp ad7daf7b52 Add session_t typedef + remove unused functions (#6470) 6 lat temu
modchannels.h ad7daf7b52 Add session_t typedef + remove unused functions (#6470) 6 lat temu
modifiedstate.h 921151d97a C++ modernize: Pragma once (#6264) 6 lat temu
nameidmapping.cpp 1992db1395 Code modernization: src/n*, src/o* (#6280) 6 lat temu
nameidmapping.h 921151d97a C++ modernize: Pragma once (#6264) 6 lat temu
nodedef.cpp 2f879e8bbd Clear old item groups when they are overridden. (#8753) 4 lat temu
nodedef.h 2f879e8bbd Clear old item groups when they are overridden. (#8753) 4 lat temu
nodemetadata.cpp 3d66622772 Send only changed node metadata to clients instead of whole mapblock (#5268) 5 lat temu
nodemetadata.h 3d66622772 Send only changed node metadata to clients instead of whole mapblock (#5268) 5 lat temu
nodetimer.cpp 1992db1395 Code modernization: src/n*, src/o* (#6280) 6 lat temu
nodetimer.h 1992db1395 Code modernization: src/n*, src/o* (#6280) 6 lat temu
noise.cpp 4827f754ec Fix more clang-tidy reported problems for performance-type-promotion-in-math-fn 6 lat temu
noise.h 1992db1395 Code modernization: src/n*, src/o* (#6280) 6 lat temu
objdef.cpp 39869aaa25 Fix Windows build, clean up included headers 9 lat temu
objdef.h 3face01a20 Node definition manager refactor (#7016) 6 lat temu
object_properties.cpp ffb17f1c9a Consistent HP and damage types (#8167) 5 lat temu
object_properties.h ffb17f1c9a Consistent HP and damage types (#8167) 5 lat temu
pathfinder.cpp 86d7f84b89 Merge pull request #8776 from osjc/FixGetNode 4 lat temu
pathfinder.h 921151d97a C++ modernize: Pragma once (#6264) 6 lat temu
player.cpp e462a9a5ef Unify wield item handling (#8677) 4 lat temu
player.h 47da640d77 Add support for per-player FOV overrides and multipliers 4 lat temu
porting.cpp a8575295d5 porting.cpp: better minetest support on BSD 5 lat temu
porting.h 9537cfd3f8 Add a MSVC / Windows compatible snprintf function (#7353) 6 lat temu
porting_android.cpp 7528986e44 Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282) 6 lat temu
porting_android.h 22a891a925 Android build fixes for c++11 6 lat temu
profiler.cpp 539f016c1b Better F6 profiler (#8750) 4 lat temu
profiler.h 539f016c1b Better F6 profiler (#8750) 4 lat temu
raycast.cpp 45b52f6d5a Ease selection of entities behind nodes (#7739) 5 lat temu
raycast.h 921151d97a C++ modernize: Pragma once (#6264) 6 lat temu
reflowscan.cpp 3face01a20 Node definition manager refactor (#7016) 6 lat temu
reflowscan.h 3face01a20 Node definition manager refactor (#7016) 6 lat temu
remoteplayer.cpp ffb17f1c9a Consistent HP and damage types (#8167) 5 lat temu
remoteplayer.h 9acd36bf99 Formspecs: Introduce formspec_version to mods 4 lat temu
rollback.cpp 7528986e44 Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282) 6 lat temu
rollback.h 921151d97a C++ modernize: Pragma once (#6264) 6 lat temu
rollback_interface.cpp 26b39f1eae Fix some reference counters (memleak) (#8981) 4 lat temu
rollback_interface.h 7528986e44 Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282) 6 lat temu
serialization.cpp bd6f1cca9d Add compatibility to vcpkg buildsystem (#8317) 5 lat temu
serialization.h 921151d97a C++ modernize: Pragma once (#6264) 6 lat temu
server.cpp cf7fda0083 Add z-index management to HUD 4 lat temu
server.h 26b39f1eae Fix some reference counters (memleak) (#8981) 4 lat temu
serverenvironment.cpp fae6242d4e Send cumulated inventory changes only each step (#8856) 4 lat temu
serverenvironment.h 0971a14a57 Improve ABM time budget handling. #8645 5 lat temu
serverlist.cpp d11bfa3ef5 Make core.get_favorites("local") ignore duplicates (#7926) 4 lat temu
serverlist.h 87ad4d8e7f Add online content repository 6 lat temu
serverobject.cpp 5fa614d97e Wieldhand: Specify which ItemStack to use (#8961) 4 lat temu
serverobject.h 70f9e1aafa Punchwear (improved) (#8959) 4 lat temu
settings.cpp 4271889ef8 Settings: Prevent mutex deadlock in remove() (#7803) 4 lat temu
settings.h 9526c68699 Fix issue Minetest crash when custom font path is not exist 6 lat temu
settings_translation_file.cpp 22e04d9919 Update translation strings 4 lat temu
sound.h bba4563d89 Proselytize the network. Use IEEE F32 (#8030) 5 lat temu
staticobject.cpp a067d40454 Handle multiple deserialization of a block's entities 4 lat temu
staticobject.h 2c860a6a42 ServerEnvironment & StaticObject cleanups 6 lat temu
terminal_chat_console.cpp 1c1c97cbd1 Modernize source code: last part (#6285) 6 lat temu
terminal_chat_console.h 921151d97a C++ modernize: Pragma once (#6264) 6 lat temu
tileanimation.cpp bba4563d89 Proselytize the network. Use IEEE F32 (#8030) 5 lat temu
tileanimation.h b7ee608e70 Bump minimal protocol version to 36 (#6319) 6 lat temu
tool.cpp 70f9e1aafa Punchwear (improved) (#8959) 4 lat temu
tool.h 70f9e1aafa Punchwear (improved) (#8959) 4 lat temu
translation.cpp eb2bda7d0b Optimize string (mis)handling (#8128) 5 lat temu
translation.h b24e6433df Add clientside translations. 6 lat temu
version.cpp 50b2185ced Update version correctly again (#6462) 6 lat temu
version.h 921151d97a C++ modernize: Pragma once (#6264) 6 lat temu
voxel.cpp 3face01a20 Node definition manager refactor (#7016) 6 lat temu
voxel.h 12d1e4ff04 VoxelArea: add_{x,y,z,p} must be static 6 lat temu
voxelalgorithms.cpp 86d7f84b89 Merge pull request #8776 from osjc/FixGetNode 4 lat temu
voxelalgorithms.h 735fc2a1f2 Remove unused light updating code 6 lat temu