Loic Blot e3e98f9356 LINT fix vor 6 Jahren
..
client 3f0720e721 Add crossview support (#7361) vor 6 Jahren
content 3eb363f813 Add updating to online content browser vor 6 Jahren
database 91615f9588 Add player:get_meta(), deprecate player attributes (#7202) vor 6 Jahren
gui a78659ed05 Fix more GCC 8.1 warnings   1   master vor 6 Jahren
irrlicht_changes 6f2fe8a554 Forget to fix non freetype build in StaticText vor 6 Jahren
mapgen 5c1edc58ab Vein ore: Fix bug caused by changing perlinmap Y size (#7371) vor 6 Jahren
network bb4f0fd228 Formspec verification: Fix show_formspec inside callbacks (#7374) vor 6 Jahren
script 22df02d25b Fix missing ignore textures (#7326) vor 6 Jahren
server 87ad4d8e7f Add online content repository vor 6 Jahren
threading 5070ca2111 Fix 5 issues reported by PVS studio vor 6 Jahren
unittest e3e98f9356 LINT fix vor 6 Jahren
util a1868e8f6c Use server's zoom fov for distant world loading. vor 6 Jahren
CMakeLists.txt 87ad4d8e7f Add online content repository vor 6 Jahren
activeobject.h 921151d97a C++ modernize: Pragma once (#6264) vor 6 Jahren
ban.cpp 0d6b58a772 Add unittests on ActiveObject and BanManager class (#6866) vor 6 Jahren
ban.h 921151d97a C++ modernize: Pragma once (#6264) vor 6 Jahren
camera.cpp 28813702d6 FOV: Raise lower limit to avoid zoom-loading of distant world (#7234) vor 6 Jahren
camera.h f470cb7270 Zoom: Set zoom FOV per-player using a player object property vor 6 Jahren
chat.cpp 8e0b80aa36 Fix last performance-type-promotion-in-math-fn problems vor 6 Jahren
chat.h 8e0b80aa36 Fix last performance-type-promotion-in-math-fn problems vor 6 Jahren
chat_interface.h 921151d97a C++ modernize: Pragma once (#6264) vor 6 Jahren
chatmessage.h 17016090e3 Travis: Update clang from 4.0 to 5.0 (#6467) vor 6 Jahren
client.cpp 87ad4d8e7f Add online content repository vor 6 Jahren
client.h ce873108aa Client eventmanager refactor (#7179) vor 6 Jahren
clientenvironment.cpp ce873108aa Client eventmanager refactor (#7179) vor 6 Jahren
clientenvironment.h 2323842dd3 Add formspec theming using prepended strings vor 6 Jahren
clientiface.cpp a1868e8f6c Use server's zoom fov for distant world loading. vor 6 Jahren
clientiface.h 6036f865cb Drop less performant Server::setBlockNotSent for ClientInterface::markBlockposAsNotSent vor 6 Jahren
clientmap.cpp 3face01a20 Node definition manager refactor (#7016) vor 6 Jahren
clientmap.h 921151d97a C++ modernize: Pragma once (#6264) vor 6 Jahren
clientmedia.cpp b204bc4da9 clientmap, clientmedia: code modernization vor 6 Jahren
clientmedia.h 921151d97a C++ modernize: Pragma once (#6264) vor 6 Jahren
clientobject.cpp c738d1eeab clientobject, clouds, collision, clientsimpleobject: code modernization (#6260) vor 6 Jahren
clientobject.h 921151d97a C++ modernize: Pragma once (#6264) vor 6 Jahren
clientsimpleobject.h 921151d97a C++ modernize: Pragma once (#6264) vor 6 Jahren
cloudparams.h 921151d97a C++ modernize: Pragma once (#6264) vor 6 Jahren
clouds.cpp ae9b5e0098 Modernize code: very last fixes (#6290) vor 6 Jahren
clouds.h 921151d97a C++ modernize: Pragma once (#6264) vor 6 Jahren
cmake_config.h.in 921151d97a C++ modernize: Pragma once (#6264) vor 6 Jahren
cmake_config_githash.h.in 921151d97a C++ modernize: Pragma once (#6264) vor 6 Jahren
collision.cpp a90d27e1e2 Optimize a little bit isBlockInSight, adjustDist & collisions (#7193) vor 6 Jahren
collision.h 921151d97a C++ modernize: Pragma once (#6264) vor 6 Jahren
config.h 50b2185ced Update version correctly again (#6462) vor 6 Jahren
constants.h edbc533414 Customizeable max breath for players (#6411) vor 6 Jahren
content_cao.cpp 0cecc1d1a9 Make sure color returns to normal after a damage flash (#7332) vor 6 Jahren
content_cao.h 0cecc1d1a9 Make sure color returns to normal after a damage flash (#7332) vor 6 Jahren
content_cso.cpp 13e995b811 Modernize src/c* src/d* and src/e* files (#6263) vor 6 Jahren
content_cso.h 921151d97a C++ modernize: Pragma once (#6264) vor 6 Jahren
content_mapblock.cpp 9fcc0c1217 Update mesh collector and move it to a separate file (#6904) vor 6 Jahren
content_mapblock.h 0358ae789a Fix node-nodebox lighting difference in direct sunlight (#7061) vor 6 Jahren
content_mapnode.cpp 13e995b811 Modernize src/c* src/d* and src/e* files (#6263) vor 6 Jahren
content_mapnode.h 921151d97a C++ modernize: Pragma once (#6264) vor 6 Jahren
content_nodemeta.cpp 76be103a91 C++11 patchset 9: move hardcoded init parameters to class definitions (part 1) (#5984) vor 7 Jahren
content_nodemeta.h 921151d97a C++ modernize: Pragma once (#6264) vor 6 Jahren
content_sao.cpp a1598e1b83 Fix segfault in player migration and crash in log_deprecated vor 6 Jahren
content_sao.h a363a9bf71 Remove a useless struct keyword for ObjectProperties vor 6 Jahren
convert_json.cpp 87ad4d8e7f Add online content repository vor 6 Jahren
convert_json.h 50423d8c72 Update JsonCPP to 1.8.3 (#6466) vor 6 Jahren
craftdef.cpp 90e7d42375 Don't try to craft a non-existent item vor 6 Jahren
craftdef.h 13e995b811 Modernize src/c* src/d* and src/e* files (#6263) vor 6 Jahren
daynightratio.h 13e995b811 Modernize src/c* src/d* and src/e* files (#6263) vor 6 Jahren
debug.cpp bd6b90359c Remove DSTACK support (#6346) vor 6 Jahren
debug.h bd6b90359c Remove DSTACK support (#6346) vor 6 Jahren
defaultsettings.cpp 9cc341e91f Update contentdb_url to content.minetest.net vor 6 Jahren
defaultsettings.h 921151d97a C++ modernize: Pragma once (#6264) vor 6 Jahren
emerge.cpp 07622bf9b4 Generate Notifier: Clear events once after all 'on generated' functions vor 6 Jahren
emerge.h 3face01a20 Node definition manager refactor (#7016) vor 6 Jahren
environment.cpp 3face01a20 Node definition manager refactor (#7016) vor 6 Jahren
environment.h fad263dec9 Revert "Add an active object step time budget #6721" vor 6 Jahren
event.h 0a8ca59891 event.h: Fix import GCC warning caused by ce87310 vor 6 Jahren
exceptions.h 1c1c97cbd1 Modernize source code: last part (#6285) vor 6 Jahren
face_position_cache.cpp 55ab4264dc Modernize various files vor 6 Jahren
face_position_cache.h 921151d97a C++ modernize: Pragma once (#6264) vor 6 Jahren
filecache.cpp 55ab4264dc Modernize various files vor 6 Jahren
filecache.h 921151d97a C++ modernize: Pragma once (#6264) vor 6 Jahren
filesys.cpp 05d93c7fa1 Load files from subfolders in texturepacks vor 6 Jahren
filesys.h 05d93c7fa1 Load files from subfolders in texturepacks vor 6 Jahren
fontengine.cpp 8e0b80aa36 Fix last performance-type-promotion-in-math-fn problems vor 6 Jahren
fontengine.h 55ab4264dc Modernize various files vor 6 Jahren
game.cpp a78659ed05 Fix more GCC 8.1 warnings   1   master vor 6 Jahren
game.h aab3b18e4b GameUI refactor (part 3/X): Move Game::guitext2, Game::guitext_info, Game::infotext to GameUI class vor 6 Jahren
gamedef.h ce873108aa Client eventmanager refactor (#7179) vor 6 Jahren
gameparams.h 921151d97a C++ modernize: Pragma once (#6264) vor 6 Jahren
genericobject.cpp bf403b923a Fix animation frame_speed and blend loosing precision due to incorrec… (#6357) vor 6 Jahren
genericobject.h bf403b923a Fix animation frame_speed and blend loosing precision due to incorrec… (#6357) vor 6 Jahren
gettext.cpp 55ab4264dc Modernize various files vor 6 Jahren
gettext.h 22ebbe136a Fix segfault caused by wrong wgettext() vor 6 Jahren
gettime.h 1c1c97cbd1 Modernize source code: last part (#6285) vor 6 Jahren
guiscalingfilter.cpp 55ab4264dc Modernize various files vor 6 Jahren
guiscalingfilter.h 1d086aee7c Modernize various files (part 2) vor 6 Jahren
httpfetch.cpp 87ad4d8e7f Add online content repository vor 6 Jahren
httpfetch.h 17016090e3 Travis: Update clang from 4.0 to 5.0 (#6467) vor 6 Jahren
hud.cpp 05fe3b06c8 Fix last clang-tidy reported problems for performance-type-promotion-in-math-fn vor 6 Jahren
hud.h 9649e47214 [CSM] Add basic HUD manipulation. (#6067) vor 6 Jahren
imagefilters.cpp 1d086aee7c Modernize various files (part 2) vor 6 Jahren
imagefilters.h 921151d97a C++ modernize: Pragma once (#6264) vor 6 Jahren
inventory.cpp bd6b90359c Remove DSTACK support (#6346) vor 6 Jahren
inventory.h a637107a4e Allow overriding tool capabilities through itemstack metadata vor 6 Jahren
inventorymanager.cpp e98fd934ce 'fix' LINT, use InventoryLocation== vor 6 Jahren
inventorymanager.h 9fa547bb80 Run callback in IDropAction, refactor function arguments vor 6 Jahren
irr_aabb3d.h 528908a4c3 Optimize entity-entity collision (#6587) vor 6 Jahren
irr_v2d.h 921151d97a C++ modernize: Pragma once (#6264) vor 6 Jahren
irr_v3d.h 528908a4c3 Optimize entity-entity collision (#6587) vor 6 Jahren
irrlichttypes.h 921151d97a C++ modernize: Pragma once (#6264) vor 6 Jahren
irrlichttypes_bloated.h 921151d97a C++ modernize: Pragma once (#6264) vor 6 Jahren
irrlichttypes_extrabloated.h 921151d97a C++ modernize: Pragma once (#6264) vor 6 Jahren
itemdef.cpp b7ee608e70 Bump minimal protocol version to 36 (#6319) vor 6 Jahren
itemdef.h f6a33a1a7a Overlays for wield and inventory images (#6107) vor 6 Jahren
itemgroup.h 921151d97a C++ modernize: Pragma once (#6264) vor 6 Jahren
itemstackmetadata.cpp 91615f9588 Add player:get_meta(), deprecate player attributes (#7202) vor 6 Jahren
itemstackmetadata.h 91615f9588 Add player:get_meta(), deprecate player attributes (#7202) vor 6 Jahren
keycode.cpp 19df59f844 Rename some keys for clarity (#7384) vor 6 Jahren
keycode.h 951f1201c4 Modernize various files (src/k*, src/l*) vor 6 Jahren
light.cpp 2d9f0d344e Update light decoding table size (#6696) vor 6 Jahren
light.h f5fd4a0af1 Cleanup in flat lighting (#7051) vor 6 Jahren
localplayer.cpp 3eac249464 PlayerSettings struct for player movement code (#7243) vor 6 Jahren
localplayer.h a1cf8a127c Slippery: Simplify, make more efficient (#7086) vor 6 Jahren
log.cpp 540e07e3ef Fix missing warningstream (or similar problem) (#7034) vor 6 Jahren
log.h 540e07e3ef Fix missing warningstream (or similar problem) (#7034) vor 6 Jahren
main.cpp 540e07e3ef Fix missing warningstream (or similar problem) (#7034) vor 6 Jahren
map.cpp bcdb3d56c0 Variable name fix + structure creation unrolling in lighting code vor 6 Jahren
map.h 359a940dde SAO limits: Allow SAOs to exist outside the set 'mapgen limit' vor 6 Jahren
map_settings_manager.cpp 20a85d76d9 Move files to subdirectories (#6599) vor 6 Jahren
map_settings_manager.h 921151d97a C++ modernize: Pragma once (#6264) vor 6 Jahren
mapblock.cpp 3face01a20 Node definition manager refactor (#7016) vor 6 Jahren
mapblock.h 735fc2a1f2 Remove unused light updating code vor 6 Jahren
mapblock_mesh.cpp 9fcc0c1217 Update mesh collector and move it to a separate file (#6904) vor 6 Jahren
mapblock_mesh.h 9fcc0c1217 Update mesh collector and move it to a separate file (#6904) vor 6 Jahren
mapnode.cpp 3face01a20 Node definition manager refactor (#7016) vor 6 Jahren
mapnode.h 3face01a20 Node definition manager refactor (#7016) vor 6 Jahren
mapsector.cpp de4c2e4250 ServerMap saving: cleanups (#6274) vor 6 Jahren
mapsector.h de4c2e4250 ServerMap saving: cleanups (#6274) vor 6 Jahren
mesh.cpp fd9f195fcc Use Irrlicht's mesh cache for animated meshes. vor 6 Jahren
mesh.h fd9f195fcc Use Irrlicht's mesh cache for animated meshes. vor 6 Jahren
mesh_generator_thread.cpp bd6b90359c Remove DSTACK support (#6346) vor 6 Jahren
mesh_generator_thread.h d382483fa7 Code modernization: src/m* (part 3) vor 6 Jahren
metadata.cpp 91615f9588 Add player:get_meta(), deprecate player attributes (#7202) vor 6 Jahren
metadata.h 91615f9588 Add player:get_meta(), deprecate player attributes (#7202) vor 6 Jahren
minimap.cpp 8295f9f89b Player marker on both minimaps (#7350) vor 6 Jahren
minimap.h 3face01a20 Node definition manager refactor (#7016) vor 6 Jahren
modchannels.cpp ad7daf7b52 Add session_t typedef + remove unused functions (#6470) vor 6 Jahren
modchannels.h ad7daf7b52 Add session_t typedef + remove unused functions (#6470) vor 6 Jahren
modifiedstate.h 921151d97a C++ modernize: Pragma once (#6264) vor 6 Jahren
nameidmapping.cpp 1992db1395 Code modernization: src/n*, src/o* (#6280) vor 6 Jahren
nameidmapping.h 921151d97a C++ modernize: Pragma once (#6264) vor 6 Jahren
nodedef.cpp 22df02d25b Fix missing ignore textures (#7326) vor 6 Jahren
nodedef.h 55bb1938c1 nodedef: Delete two unused method definitions (#7288) vor 6 Jahren
nodemetadata.cpp 1992db1395 Code modernization: src/n*, src/o* (#6280) vor 6 Jahren
nodemetadata.h 921151d97a C++ modernize: Pragma once (#6264) vor 6 Jahren
nodetimer.cpp 1992db1395 Code modernization: src/n*, src/o* (#6280) vor 6 Jahren
nodetimer.h 1992db1395 Code modernization: src/n*, src/o* (#6280) vor 6 Jahren
noise.cpp 4827f754ec Fix more clang-tidy reported problems for performance-type-promotion-in-math-fn vor 6 Jahren
noise.h 1992db1395 Code modernization: src/n*, src/o* (#6280) vor 6 Jahren
objdef.cpp 39869aaa25 Fix Windows build, clean up included headers vor 9 Jahren
objdef.h 3face01a20 Node definition manager refactor (#7016) vor 6 Jahren
object_properties.cpp 821e3f7072 Optional alpha channel support for entities vor 6 Jahren
object_properties.h 821e3f7072 Optional alpha channel support for entities vor 6 Jahren
particles.cpp 8e0b80aa36 Fix last performance-type-promotion-in-math-fn problems vor 6 Jahren
particles.h 5dab742645 [CSM] Add functions to create particles and particlespawners. (#6072) vor 6 Jahren
pathfinder.cpp 3face01a20 Node definition manager refactor (#7016) vor 6 Jahren
pathfinder.h 921151d97a C++ modernize: Pragma once (#6264) vor 6 Jahren
player.cpp 3eac249464 PlayerSettings struct for player movement code (#7243) vor 6 Jahren
player.h 3eac249464 PlayerSettings struct for player movement code (#7243) vor 6 Jahren
porting.cpp 67ed56be3b Print error when HOME is not set (#7376) vor 6 Jahren
porting.h ae9b5e0098 Modernize code: very last fixes (#6290) vor 6 Jahren
porting_android.cpp 7528986e44 Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282) vor 6 Jahren
porting_android.h 22a891a925 Android build fixes for c++11 vor 6 Jahren
profiler.cpp 17016090e3 Travis: Update clang from 4.0 to 5.0 (#6467) vor 6 Jahren
profiler.h 7528986e44 Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282) vor 6 Jahren
quicktune.cpp d4c0f91275 Use C++11 mutexes only (remove compat code) (#5922) vor 7 Jahren
quicktune.h 7528986e44 Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282) vor 6 Jahren
quicktune_shortcutter.h 7528986e44 Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282) vor 6 Jahren
raycast.cpp 7528986e44 Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282) vor 6 Jahren
raycast.h 921151d97a C++ modernize: Pragma once (#6264) vor 6 Jahren
reflowscan.cpp 3face01a20 Node definition manager refactor (#7016) vor 6 Jahren
reflowscan.h 3face01a20 Node definition manager refactor (#7016) vor 6 Jahren
remoteplayer.cpp d99a033fd6 Fix builtin inventory list crash when size = 0 (#7297) vor 6 Jahren
remoteplayer.h 4be46aeeb1 Cleanup: drop Server::hudGetHotbarImage() vor 6 Jahren
rollback.cpp 7528986e44 Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282) vor 6 Jahren
rollback.h 921151d97a C++ modernize: Pragma once (#6264) vor 6 Jahren
rollback_interface.cpp 3face01a20 Node definition manager refactor (#7016) vor 6 Jahren
rollback_interface.h 7528986e44 Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282) vor 6 Jahren
serialization.cpp c27504a322 compressZlib: don't use a SharedBuffer but a raw u8 * pointer vor 6 Jahren
serialization.h 921151d97a C++ modernize: Pragma once (#6264) vor 6 Jahren
server.cpp 9dd432c29f Run detach callbacks on player leave vor 6 Jahren
server.h 87ad4d8e7f Add online content repository vor 6 Jahren
serverenvironment.cpp 91615f9588 Add player:get_meta(), deprecate player attributes (#7202) vor 6 Jahren
serverenvironment.h 528908a4c3 Optimize entity-entity collision (#6587) vor 6 Jahren
serverlist.cpp 50423d8c72 Update JsonCPP to 1.8.3 (#6466) vor 6 Jahren
serverlist.h 87ad4d8e7f Add online content repository vor 6 Jahren
serverobject.cpp 7528986e44 Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282) vor 6 Jahren
serverobject.h ba91624d8c Allow damage for attached objects, add attach/detach callbacks (#6786) vor 6 Jahren
settings.cpp 9526c68699 Fix issue Minetest crash when custom font path is not exist vor 6 Jahren
settings.h 9526c68699 Fix issue Minetest crash when custom font path is not exist vor 6 Jahren
settings_translation_file.cpp 3f0720e721 Add crossview support (#7361) vor 6 Jahren
shader.cpp ae9b5e0098 Modernize code: very last fixes (#6290) vor 6 Jahren
shader.h 7528986e44 Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282) vor 6 Jahren
sky.cpp af868421da Sun colour: Undo colour change. Remove double assignment (#7227) vor 6 Jahren
sky.h 921151d97a C++ modernize: Pragma once (#6264) vor 6 Jahren
sound.h 4fd9715876 Cleanup sound manager class (#7158) vor 6 Jahren
staticobject.cpp 2c860a6a42 ServerEnvironment & StaticObject cleanups vor 6 Jahren
staticobject.h 2c860a6a42 ServerEnvironment & StaticObject cleanups vor 6 Jahren
terminal_chat_console.cpp 1c1c97cbd1 Modernize source code: last part (#6285) vor 6 Jahren
terminal_chat_console.h 921151d97a C++ modernize: Pragma once (#6264) vor 6 Jahren
tileanimation.cpp b7ee608e70 Bump minimal protocol version to 36 (#6319) vor 6 Jahren
tileanimation.h b7ee608e70 Bump minimal protocol version to 36 (#6319) vor 6 Jahren
tool.cpp 345e1041a2 Tool.cpp/.h, lua_api/l_util.cpp: Tidy up code and remove dead code vor 6 Jahren
tool.h 345e1041a2 Tool.cpp/.h, lua_api/l_util.cpp: Tidy up code and remove dead code vor 6 Jahren
translation.cpp b620f2f02d Fix a -Wcatch-value warning reported by GCC 8.1 vor 6 Jahren
translation.h b24e6433df Add clientside translations. vor 6 Jahren
version.cpp 50b2185ced Update version correctly again (#6462) vor 6 Jahren
version.h 921151d97a C++ modernize: Pragma once (#6264) vor 6 Jahren
voxel.cpp 3face01a20 Node definition manager refactor (#7016) vor 6 Jahren
voxel.h 12d1e4ff04 VoxelArea: add_{x,y,z,p} must be static vor 6 Jahren
voxelalgorithms.cpp ee20433425 Fix typo in lighting code since bcdb3d5 vor 6 Jahren
voxelalgorithms.h 735fc2a1f2 Remove unused light updating code vor 6 Jahren
wieldmesh.cpp 5862d9e482 Global new() or grab() to be managed in constuctor only (#7235 partial) (#7236) vor 6 Jahren
wieldmesh.h 75320e7e88 Real global textures (#6105) vor 6 Jahren