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