Loic Blot e3e98f9356 LINT fix 6 years ago
..
client 3f0720e721 Add crossview support (#7361) 6 years ago
content 3eb363f813 Add updating to online content browser 6 years ago
database 91615f9588 Add player:get_meta(), deprecate player attributes (#7202) 6 years ago
gui a78659ed05 Fix more GCC 8.1 warnings   1   master 6 years ago
irrlicht_changes 6f2fe8a554 Forget to fix non freetype build in StaticText 6 years ago
mapgen 5c1edc58ab Vein ore: Fix bug caused by changing perlinmap Y size (#7371) 6 years ago
network bb4f0fd228 Formspec verification: Fix show_formspec inside callbacks (#7374) 6 years ago
script 22df02d25b Fix missing ignore textures (#7326) 6 years ago
server 87ad4d8e7f Add online content repository 6 years ago
threading 5070ca2111 Fix 5 issues reported by PVS studio 6 years ago
unittest e3e98f9356 LINT fix 6 years ago
util a1868e8f6c Use server's zoom fov for distant world loading. 6 years ago
CMakeLists.txt 87ad4d8e7f Add online content repository 6 years ago
activeobject.h 921151d97a C++ modernize: Pragma once (#6264) 6 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
camera.cpp 28813702d6 FOV: Raise lower limit to avoid zoom-loading of distant world (#7234) 6 years ago
camera.h f470cb7270 Zoom: Set zoom FOV per-player using a player object property 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
client.cpp 87ad4d8e7f Add online content repository 6 years ago
client.h ce873108aa Client eventmanager refactor (#7179) 6 years ago
clientenvironment.cpp ce873108aa Client eventmanager refactor (#7179) 6 years ago
clientenvironment.h 2323842dd3 Add formspec theming using prepended strings 6 years ago
clientiface.cpp a1868e8f6c Use server's zoom fov for distant world loading. 6 years ago
clientiface.h 6036f865cb Drop less performant Server::setBlockNotSent for ClientInterface::markBlockposAsNotSent 6 years ago
clientmap.cpp 3face01a20 Node definition manager refactor (#7016) 6 years ago
clientmap.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
clientmedia.cpp b204bc4da9 clientmap, clientmedia: code modernization 6 years ago
clientmedia.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
clientobject.cpp c738d1eeab clientobject, clouds, collision, clientsimpleobject: code modernization (#6260) 6 years ago
clientobject.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
clientsimpleobject.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
cloudparams.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
clouds.cpp ae9b5e0098 Modernize code: very last fixes (#6290) 6 years ago
clouds.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 a90d27e1e2 Optimize a little bit isBlockInSight, adjustDist & collisions (#7193) 6 years ago
collision.h 921151d97a C++ modernize: Pragma once (#6264) 6 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_cao.cpp 0cecc1d1a9 Make sure color returns to normal after a damage flash (#7332) 6 years ago
content_cao.h 0cecc1d1a9 Make sure color returns to normal after a damage flash (#7332) 6 years ago
content_cso.cpp 13e995b811 Modernize src/c* src/d* and src/e* files (#6263) 6 years ago
content_cso.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
content_mapblock.cpp 9fcc0c1217 Update mesh collector and move it to a separate file (#6904) 6 years ago
content_mapblock.h 0358ae789a Fix node-nodebox lighting difference in direct sunlight (#7061) 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) 6 years ago
content_nodemeta.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
content_sao.cpp a1598e1b83 Fix segfault in player migration and crash in log_deprecated 6 years ago
content_sao.h a363a9bf71 Remove a useless struct keyword for ObjectProperties 6 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 90e7d42375 Don't try to craft a non-existent item 6 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 bd6b90359c Remove DSTACK support (#6346) 6 years ago
debug.h bd6b90359c Remove DSTACK support (#6346) 6 years ago
defaultsettings.cpp 9cc341e91f Update contentdb_url to content.minetest.net 6 years ago
defaultsettings.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
emerge.cpp 07622bf9b4 Generate Notifier: Clear events once after all 'on generated' functions 6 years ago
emerge.h 3face01a20 Node definition manager refactor (#7016) 6 years ago
environment.cpp 3face01a20 Node definition manager refactor (#7016) 6 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
filecache.cpp 55ab4264dc Modernize various files 6 years ago
filecache.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
filesys.cpp 05d93c7fa1 Load files from subfolders in texturepacks 6 years ago
filesys.h 05d93c7fa1 Load files from subfolders in texturepacks 6 years ago
fontengine.cpp 8e0b80aa36 Fix last performance-type-promotion-in-math-fn problems 6 years ago
fontengine.h 55ab4264dc Modernize various files 6 years ago
game.cpp a78659ed05 Fix more GCC 8.1 warnings   1   master 6 years ago
game.h aab3b18e4b GameUI refactor (part 3/X): Move Game::guitext2, Game::guitext_info, Game::infotext to GameUI class 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 bf403b923a Fix animation frame_speed and blend loosing precision due to incorrec… (#6357) 6 years ago
genericobject.h bf403b923a Fix animation frame_speed and blend loosing precision due to incorrec… (#6357) 6 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
guiscalingfilter.cpp 55ab4264dc Modernize various files 6 years ago
guiscalingfilter.h 1d086aee7c Modernize various files (part 2) 6 years ago
httpfetch.cpp 87ad4d8e7f Add online content repository 6 years ago
httpfetch.h 17016090e3 Travis: Update clang from 4.0 to 5.0 (#6467) 6 years ago
hud.cpp 05fe3b06c8 Fix last clang-tidy reported problems for performance-type-promotion-in-math-fn 6 years ago
hud.h 9649e47214 [CSM] Add basic HUD manipulation. (#6067) 6 years ago
imagefilters.cpp 1d086aee7c Modernize various files (part 2) 6 years ago
imagefilters.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
inventory.cpp bd6b90359c Remove DSTACK support (#6346) 6 years ago
inventory.h a637107a4e Allow overriding tool capabilities through itemstack metadata 6 years ago
inventorymanager.cpp e98fd934ce 'fix' LINT, use InventoryLocation== 6 years ago
inventorymanager.h 9fa547bb80 Run callback in IDropAction, refactor function arguments 6 years ago
irr_aabb3d.h 528908a4c3 Optimize entity-entity collision (#6587) 6 years ago
irr_v2d.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
irr_v3d.h 528908a4c3 Optimize entity-entity collision (#6587) 6 years ago
irrlichttypes.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
irrlichttypes_bloated.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
irrlichttypes_extrabloated.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
itemdef.cpp b7ee608e70 Bump minimal protocol version to 36 (#6319) 6 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
keycode.cpp 19df59f844 Rename some keys for clarity (#7384) 6 years ago
keycode.h 951f1201c4 Modernize various files (src/k*, src/l*) 6 years ago
light.cpp 2d9f0d344e Update light decoding table size (#6696) 6 years ago
light.h f5fd4a0af1 Cleanup in flat lighting (#7051) 6 years ago
localplayer.cpp 3eac249464 PlayerSettings struct for player movement code (#7243) 6 years ago
localplayer.h a1cf8a127c Slippery: Simplify, make more efficient (#7086) 6 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 540e07e3ef Fix missing warningstream (or similar problem) (#7034) 6 years ago
map.cpp bcdb3d56c0 Variable name fix + structure creation unrolling in lighting code 6 years ago
map.h 359a940dde SAO limits: Allow SAOs to exist outside the set 'mapgen limit' 6 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 3face01a20 Node definition manager refactor (#7016) 6 years ago
mapblock.h 735fc2a1f2 Remove unused light updating code 6 years ago
mapblock_mesh.cpp 9fcc0c1217 Update mesh collector and move it to a separate file (#6904) 6 years ago
mapblock_mesh.h 9fcc0c1217 Update mesh collector and move it to a separate file (#6904) 6 years ago
mapnode.cpp 3face01a20 Node definition manager refactor (#7016) 6 years ago
mapnode.h 3face01a20 Node definition manager refactor (#7016) 6 years ago
mapsector.cpp de4c2e4250 ServerMap saving: cleanups (#6274) 6 years ago
mapsector.h de4c2e4250 ServerMap saving: cleanups (#6274) 6 years ago
mesh.cpp fd9f195fcc Use Irrlicht's mesh cache for animated meshes. 6 years ago
mesh.h fd9f195fcc Use Irrlicht's mesh cache for animated meshes. 6 years ago
mesh_generator_thread.cpp bd6b90359c Remove DSTACK support (#6346) 6 years ago
mesh_generator_thread.h d382483fa7 Code modernization: src/m* (part 3) 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
minimap.cpp 8295f9f89b Player marker on both minimaps (#7350) 6 years ago
minimap.h 3face01a20 Node definition manager refactor (#7016) 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 22df02d25b Fix missing ignore textures (#7326) 6 years ago
nodedef.h 55bb1938c1 nodedef: Delete two unused method definitions (#7288) 6 years ago
nodemetadata.cpp 1992db1395 Code modernization: src/n*, src/o* (#6280) 6 years ago
nodemetadata.h 921151d97a C++ modernize: Pragma once (#6264) 6 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 821e3f7072 Optional alpha channel support for entities 6 years ago
object_properties.h 821e3f7072 Optional alpha channel support for entities 6 years ago
particles.cpp 8e0b80aa36 Fix last performance-type-promotion-in-math-fn problems 6 years ago
particles.h 5dab742645 [CSM] Add functions to create particles and particlespawners. (#6072) 6 years ago
pathfinder.cpp 3face01a20 Node definition manager refactor (#7016) 6 years ago
pathfinder.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
player.cpp 3eac249464 PlayerSettings struct for player movement code (#7243) 6 years ago
player.h 3eac249464 PlayerSettings struct for player movement code (#7243) 6 years ago
porting.cpp 67ed56be3b Print error when HOME is not set (#7376) 6 years ago
porting.h ae9b5e0098 Modernize code: very last fixes (#6290) 6 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 7528986e44 Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282) 6 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 d99a033fd6 Fix builtin inventory list crash when size = 0 (#7297) 6 years ago
remoteplayer.h 4be46aeeb1 Cleanup: drop Server::hudGetHotbarImage() 6 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 3face01a20 Node definition manager refactor (#7016) 6 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 9dd432c29f Run detach callbacks on player leave 6 years ago
server.h 87ad4d8e7f Add online content repository 6 years ago
serverenvironment.cpp 91615f9588 Add player:get_meta(), deprecate player attributes (#7202) 6 years ago
serverenvironment.h 528908a4c3 Optimize entity-entity collision (#6587) 6 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 ba91624d8c Allow damage for attached objects, add attach/detach callbacks (#6786) 6 years ago
settings.cpp 9526c68699 Fix issue Minetest crash when custom font path is not exist 6 years ago
settings.h 9526c68699 Fix issue Minetest crash when custom font path is not exist 6 years ago
settings_translation_file.cpp 3f0720e721 Add crossview support (#7361) 6 years ago
shader.cpp ae9b5e0098 Modernize code: very last fixes (#6290) 6 years ago
shader.h 7528986e44 Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282) 6 years ago
sky.cpp af868421da Sun colour: Undo colour change. Remove double assignment (#7227) 6 years ago
sky.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
sound.h 4fd9715876 Cleanup sound manager class (#7158) 6 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 b7ee608e70 Bump minimal protocol version to 36 (#6319) 6 years ago
tileanimation.h b7ee608e70 Bump minimal protocol version to 36 (#6319) 6 years ago
tool.cpp 345e1041a2 Tool.cpp/.h, lua_api/l_util.cpp: Tidy up code and remove dead code 6 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 b620f2f02d Fix a -Wcatch-value warning reported by GCC 8.1 6 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
wieldmesh.cpp 5862d9e482 Global new() or grab() to be managed in constuctor only (#7235 partial) (#7236) 6 years ago
wieldmesh.h 75320e7e88 Real global textures (#6105) 6 years ago