rubenwardy cf1802a6de Prevent multi-line chat messages server-side (#8420) 5 years ago
..
client 538a7b12bd Fix texture rotation for wallmounted nodeboxes 5 years ago
content 6e37fdc21d Optimize subgames search a little bit (#8096) 5 years ago
database ffb17f1c9a Consistent HP and damage types (#8167) 5 years ago
gui bf4deb0ce6 Confirm registration GUI: Remove positional strings to fix Windows bug (#8258) 5 years ago
irrlicht_changes dd451a8a00 Fix cast from const by accessing string data directly (#8354) 5 years ago
mapgen 922e6ff57e blitToVManip: Check out-of-bounds using node position not index (#8127) 5 years ago
network d8ece2e3e9 Fix serialization of std::time_t by casting to u64 first (#8353) 5 years ago
script 444ec1e412 HPChange Reason: Fix push after free, and type being overwritten (#8359) 5 years ago
server eda35100b6 Add an activeobject manager to hold active objects (#7939) 5 years ago
threading 339341ba4e DragonFly BSD is somewhat identical to FreeBSD (#8159) 5 years ago
unittest 3dafc007a9 LINT fix 5 years ago
util b7e1bca28c numeric: Fix clang, broken since d5456da 5 years ago
CMakeLists.txt ad0f20835c Don't include and link to gettext if gettext is not found (#8305) 5 years ago
activeobject.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
activeobjectmgr.h eda35100b6 Add an activeobject manager to hold active objects (#7939) 5 years 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 8e0b80aa36 Fix last performance-type-promotion-in-math-fn problems 6 years ago
chat.h 8e0b80aa36 Fix last performance-type-promotion-in-math-fn problems 6 years 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
clientiface.cpp faa358e797 Add Lua methods 'set_rotation()' and 'get_rotation()' (#7395) 5 years ago
clientiface.h 297beea5bf Check node updates whether the blocks are known (#7568) 5 years ago
clientsimpleobject.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
cloudparams.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
cmake_config.h.in 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
cmake_config_githash.h.in 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
collision.cpp 5f1cd555cd Move client-specific files to 'src/client' (#7902) 5 years ago
collision.h 93bccb3490 Client-side autojump. Remove Android-only stepheight autojump (#7228) 5 years ago
config.h 50b2185ced Update version correctly again (#6462) 6 years ago
constants.h edbc533414 Customizeable max breath for players (#6411) 6 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 76be103a91 C++11 patchset 9: move hardcoded init parameters to class definitions (part 1) (#5984) 7 years ago
content_nodemeta.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
content_sao.cpp 88c68ce8ec Don't regain breath while in ignore node (#8218) 5 years ago
content_sao.h 444ec1e412 HPChange Reason: Fix push after free, and type being overwritten (#8359) 5 years ago
convert_json.cpp 87ad4d8e7f Add online content repository 6 years ago
convert_json.h 50423d8c72 Update JsonCPP to 1.8.3 (#6466) 6 years ago
craftdef.cpp a51909bb64 Speed up the craft definition handling (#8097) 5 years ago
craftdef.h 13e995b811 Modernize src/c* src/d* and src/e* files (#6263) 6 years ago
daynightratio.h 13e995b811 Modernize src/c* src/d* and src/e* files (#6263) 6 years ago
debug.cpp 3fce27ece5 Fix some misspellings (#8104) 5 years ago
debug.h bd6b90359c Remove DSTACK support (#6346) 6 years ago
defaultsettings.cpp 82739f4d7d Change 'num_emerge_threads' default to 1 (#8303) 5 years ago
defaultsettings.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
emerge.cpp 1ae0335b62 num_emerge_threads: Initialise value to cope with setting syntax error (#8396) 5 years ago
emerge.h 3face01a20 Node definition manager refactor (#7016) 6 years ago
environment.cpp 325bf68041 Raycast: export exact pointing location (#6304) 5 years ago
environment.h fad263dec9 Revert "Add an active object step time budget #6721" 6 years ago
event.h 0a8ca59891 event.h: Fix import GCC warning caused by ce87310 6 years ago
exceptions.h 1c1c97cbd1 Modernize source code: last part (#6285) 6 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 7f545db977 Fix a stringop-truncation GCC warning 5 years ago
filesys.h 05d93c7fa1 Load files from subfolders in texturepacks 6 years ago
gamedef.h ce873108aa Client eventmanager refactor (#7179) 6 years ago
gameparams.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
genericobject.cpp ffb17f1c9a Consistent HP and damage types (#8167) 5 years ago
genericobject.h ffb17f1c9a Consistent HP and damage types (#8167) 5 years ago
gettext.cpp 55ab4264dc Modernize various files 6 years ago
gettext.h 22ebbe136a Fix segfault caused by wrong wgettext() 6 years ago
gettime.h 1c1c97cbd1 Modernize source code: last part (#6285) 6 years ago
httpfetch.cpp 57e0f52aaa httpfetch: Disable IPv6 here too if requested by settings (#8399) 5 years ago
httpfetch.h 17016090e3 Travis: Update clang from 4.0 to 5.0 (#6467) 6 years ago
hud.cpp 1942660955 Minimap: Fix radar restriction broken by 9649e47 5 years ago
hud.h 1b0fd195c6 Raise hotbar limit to 32 slots, add associated keybinding options (#7916) 5 years ago
inventory.cpp 220ec79e4a Inv deSerialize(): Prevent infinite loop, error on failure (#7711) 5 years ago
inventory.h a637107a4e Allow overriding tool capabilities through itemstack metadata 6 years ago
inventorymanager.cpp 8543df7752 Fix various code issues found by cppcheck (#7741) 5 years ago
inventorymanager.h 9fa547bb80 Run callback in IDropAction, refactor function arguments 6 years ago
irr_aabb3d.h 94cd2bfeac Revert 6587 - Optimize entity-entity collision (#7539) 5 years 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 4900ff0c4b Fix Android build (#7873) 5 years 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 bba4563d89 Proselytize the network. Use IEEE F32 (#8030) 5 years ago
itemdef.h f6a33a1a7a Overlays for wield and inventory images (#6107) 6 years ago
itemgroup.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
itemstackmetadata.cpp 91615f9588 Add player:get_meta(), deprecate player attributes (#7202) 6 years ago
itemstackmetadata.h 91615f9588 Add player:get_meta(), deprecate player attributes (#7202) 6 years ago
light.cpp 79e393cf4b Light curve: Simplify and improve code, fix darkened daytime sky (#7693) 5 years ago
light.h 79e393cf4b Light curve: Simplify and improve code, fix darkened daytime sky (#7693) 5 years ago
log.cpp 540e07e3ef Fix missing warningstream (or similar problem) (#7034) 6 years ago
log.h 540e07e3ef Fix missing warningstream (or similar problem) (#7034) 6 years ago
main.cpp b7eb81fed9 Add command line option to load password from file (#7832) 5 years ago
map.cpp 7454deb1bf Allow an optional readonly base database (#7544) 5 years ago
map.h 3d66622772 Send only changed node metadata to clients instead of whole mapblock (#5268) 5 years ago
map_settings_manager.cpp 20a85d76d9 Move files to subdirectories (#6599) 6 years ago
map_settings_manager.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
mapblock.cpp bc1e54764b Fix warnings about dungeongen.cpp memcpy() and unused variable in MapBlock::deSerializeNetworkSpecific() (#8122) 5 years ago
mapblock.h 25cc5d1a32 Optimize ABM checks. 5 years ago
mapnode.cpp 309e158fc8 mapnode: add const/noexcept (#8009) 5 years ago
mapnode.h 309e158fc8 mapnode: add const/noexcept (#8009) 5 years ago
mapsector.cpp de4c2e4250 ServerMap saving: cleanups (#6274) 6 years ago
mapsector.h de4c2e4250 ServerMap saving: cleanups (#6274) 6 years ago
metadata.cpp 91615f9588 Add player:get_meta(), deprecate player attributes (#7202) 6 years ago
metadata.h 91615f9588 Add player:get_meta(), deprecate player attributes (#7202) 6 years ago
modchannels.cpp ad7daf7b52 Add session_t typedef + remove unused functions (#6470) 6 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
nameidmapping.cpp 1992db1395 Code modernization: src/n*, src/o* (#6280) 6 years ago
nameidmapping.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
nodedef.cpp bba4563d89 Proselytize the network. Use IEEE F32 (#8030) 5 years ago
nodedef.h bba4563d89 Proselytize the network. Use IEEE F32 (#8030) 5 years ago
nodemetadata.cpp 3d66622772 Send only changed node metadata to clients instead of whole mapblock (#5268) 5 years ago
nodemetadata.h 3d66622772 Send only changed node metadata to clients instead of whole mapblock (#5268) 5 years ago
nodetimer.cpp 1992db1395 Code modernization: src/n*, src/o* (#6280) 6 years ago
nodetimer.h 1992db1395 Code modernization: src/n*, src/o* (#6280) 6 years ago
noise.cpp 4827f754ec Fix more clang-tidy reported problems for performance-type-promotion-in-math-fn 6 years ago
noise.h 1992db1395 Code modernization: src/n*, src/o* (#6280) 6 years ago
objdef.cpp 39869aaa25 Fix Windows build, clean up included headers 9 years ago
objdef.h 3face01a20 Node definition manager refactor (#7016) 6 years ago
object_properties.cpp ffb17f1c9a Consistent HP and damage types (#8167) 5 years ago
object_properties.h ffb17f1c9a Consistent HP and damage types (#8167) 5 years ago
pathfinder.cpp 5a00b11895 Optimize path finalization in pathfinder (#8100) 5 years ago
pathfinder.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
player.cpp aa5ec2ec02 Extend pitch fly mode to swimming (#7943) 5 years ago
player.h aa5ec2ec02 Extend pitch fly mode to swimming (#7943) 5 years ago
porting.cpp a8575295d5 porting.cpp: better minetest support on BSD 5 years ago
porting.h 9537cfd3f8 Add a MSVC / Windows compatible snprintf function (#7353) 5 years ago
porting_android.cpp 7528986e44 Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282) 6 years ago
porting_android.h 22a891a925 Android build fixes for c++11 6 years ago
profiler.cpp 17016090e3 Travis: Update clang from 4.0 to 5.0 (#6467) 6 years ago
profiler.h 7528986e44 Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282) 6 years ago
quicktune.cpp d4c0f91275 Use C++11 mutexes only (remove compat code) (#5922) 7 years ago
quicktune.h 7528986e44 Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282) 6 years ago
quicktune_shortcutter.h 7528986e44 Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282) 6 years ago
raycast.cpp 45b52f6d5a Ease selection of entities behind nodes (#7739) 5 years ago
raycast.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
reflowscan.cpp 3face01a20 Node definition manager refactor (#7016) 6 years ago
reflowscan.h 3face01a20 Node definition manager refactor (#7016) 6 years ago
remoteplayer.cpp ffb17f1c9a Consistent HP and damage types (#8167) 5 years ago
remoteplayer.h 4a7c97c5f6 Fix on_successful_save -> onSuccessfulSave 5 years ago
rollback.cpp 7528986e44 Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282) 6 years ago
rollback.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
rollback_interface.cpp 3d66622772 Send only changed node metadata to clients instead of whole mapblock (#5268) 5 years ago
rollback_interface.h 7528986e44 Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282) 6 years ago
serialization.cpp c27504a322 compressZlib: don't use a SharedBuffer but a raw u8 * pointer 6 years ago
serialization.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
server.cpp cf1802a6de Prevent multi-line chat messages server-side (#8420) 5 years ago
server.h 3d66622772 Send only changed node metadata to clients instead of whole mapblock (#5268) 5 years ago
serverenvironment.cpp 70672e1cb7 Force player save before kicking on player shutdown (#8157) 5 years ago
serverenvironment.h 70672e1cb7 Force player save before kicking on player shutdown (#8157) 5 years ago
serverlist.cpp 50423d8c72 Update JsonCPP to 1.8.3 (#6466) 6 years ago
serverlist.h 87ad4d8e7f Add online content repository 6 years ago
serverobject.cpp 7528986e44 Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282) 6 years ago
serverobject.h ffb17f1c9a Consistent HP and damage types (#8167) 5 years ago
settings.cpp 80b9015939 Advanced settings noiseparams: Remove '}' left in .conf 5 years ago
settings.h 9526c68699 Fix issue Minetest crash when custom font path is not exist 6 years ago
settings_translation_file.cpp ae1caba6aa Update minetest.conf.example and settings_translation_file.cpp (#8278) 5 years ago
sound.h bba4563d89 Proselytize the network. Use IEEE F32 (#8030) 5 years ago
staticobject.cpp 2c860a6a42 ServerEnvironment & StaticObject cleanups 6 years ago
staticobject.h 2c860a6a42 ServerEnvironment & StaticObject cleanups 6 years ago
terminal_chat_console.cpp 1c1c97cbd1 Modernize source code: last part (#6285) 6 years ago
terminal_chat_console.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
tileanimation.cpp bba4563d89 Proselytize the network. Use IEEE F32 (#8030) 5 years ago
tileanimation.h b7ee608e70 Bump minimal protocol version to 36 (#6319) 6 years ago
tool.cpp bba4563d89 Proselytize the network. Use IEEE F32 (#8030) 5 years ago
tool.h 345e1041a2 Tool.cpp/.h, lua_api/l_util.cpp: Tidy up code and remove dead code 6 years ago
translation.cpp eeb67627ec Fix files with CRLF line endings in translations (#8280) 5 years ago
translation.h b24e6433df Add clientside translations. 6 years ago
version.cpp 50b2185ced Update version correctly again (#6462) 6 years ago
version.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
voxel.cpp 3face01a20 Node definition manager refactor (#7016) 6 years ago
voxel.h 12d1e4ff04 VoxelArea: add_{x,y,z,p} must be static 6 years ago
voxelalgorithms.cpp ee20433425 Fix typo in lighting code since bcdb3d5 6 years ago
voxelalgorithms.h 735fc2a1f2 Remove unused light updating code 6 years ago