..
client
CSM restrictions: Make 'LOAD_CLIENT_MODS' disable loading of 'builtin' ( #8000 )
4 years ago
content
Add protocol_version and supported package types to ContentDB urls
4 years ago
database
Add Lua methods 'set_rotation()' and 'get_rotation()' ( #7395 )
4 years ago
gui
Android: Fix memory leak when displaying images in the mainmenu ( #8011 )
4 years ago
irrlicht_changes
Drop .NET-specific workaround: _IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIX
4 years ago
mapgen
Fix Mapgen Valleys getSpawnLevelAtPoint() ( #7756 )
4 years ago
network
CSM restrictions: Make 'LOAD_CLIENT_MODS' disable loading of 'builtin' ( #8000 )
4 years ago
script
Add minetest.load_area ( #8023 )
4 years ago
server
Add an activeobject manager to hold active objects ( #7939 )
4 years ago
threading
Fix 5 issues reported by PVS studio
4 years ago
unittest
Fix the part of the float test that requires IEC559/IEEE754 compliance
4 years ago
util
ieee_float: Silence compiler warning
4 years ago
CMakeLists.txt
Revert "Fix another GCC warning"
4 years ago
activeobject.h
C++ modernize: Pragma once ( #6264 )
5 years ago
activeobjectmgr.h
Add an activeobject manager to hold active objects ( #7939 )
4 years ago
ban.cpp
Add unittests on ActiveObject and BanManager class ( #6866 )
5 years ago
ban.h
C++ modernize: Pragma once ( #6264 )
5 years ago
chat.cpp
Fix last performance-type-promotion-in-math-fn problems
4 years ago
chat.h
Fix last performance-type-promotion-in-math-fn problems
4 years ago
chat_interface.h
C++ modernize: Pragma once ( #6264 )
5 years ago
chatmessage.h
Travis: Update clang from 4.0 to 5.0 ( #6467 )
5 years ago
clientiface.cpp
Add Lua methods 'set_rotation()' and 'get_rotation()' ( #7395 )
4 years ago
clientiface.h
Check node updates whether the blocks are known ( #7568 )
4 years ago
clientsimpleobject.h
C++ modernize: Pragma once ( #6264 )
5 years ago
cloudparams.h
C++ modernize: Pragma once ( #6264 )
5 years ago
cmake_config.h.in
C++ modernize: Pragma once ( #6264 )
5 years ago
cmake_config_githash.h.in
C++ modernize: Pragma once ( #6264 )
5 years ago
collision.cpp
Move client-specific files to 'src/client' ( #7902 )
4 years ago
collision.h
Client-side autojump. Remove Android-only stepheight autojump ( #7228 )
4 years ago
config.h
Update version correctly again ( #6462 )
5 years ago
constants.h
Customizeable max breath for players ( #6411 )
5 years ago
content_mapnode.cpp
Modernize src/c* src/d* and src/e* files ( #6263 )
5 years ago
content_mapnode.h
C++ modernize: Pragma once ( #6264 )
5 years ago
content_nodemeta.cpp
C++11 patchset 9: move hardcoded init parameters to class definitions (part 1) ( #5984 )
5 years ago
content_nodemeta.h
C++ modernize: Pragma once ( #6264 )
5 years ago
content_sao.cpp
Fix entity rotation in existing worlds ( #7989 )
4 years ago
content_sao.h
Add Lua methods 'set_rotation()' and 'get_rotation()' ( #7395 )
4 years ago
convert_json.cpp
Add online content repository
4 years ago
convert_json.h
Update JsonCPP to 1.8.3 ( #6466 )
5 years ago
craftdef.cpp
Add disable_repair group to prevent tool repair ( #7381 )
4 years ago
craftdef.h
Modernize src/c* src/d* and src/e* files ( #6263 )
5 years ago
daynightratio.h
Modernize src/c* src/d* and src/e* files ( #6263 )
5 years ago
debug.cpp
Remove DSTACK support ( #6346 )
5 years ago
debug.h
Remove DSTACK support ( #6346 )
5 years ago
defaultsettings.cpp
Extend pitch fly mode to swimming ( #7943 )
4 years ago
defaultsettings.h
C++ modernize: Pragma once ( #6264 )
5 years ago
emerge.cpp
Fix crash caused by Lua error during startup ( #7473 )
4 years ago
emerge.h
Node definition manager refactor ( #7016 )
4 years ago
environment.cpp
Raycast: export exact pointing location ( #6304 )
4 years ago
environment.h
Revert "Add an active object step time budget #6721"
5 years ago
event.h
event.h: Fix import GCC warning caused by ce87310
4 years ago
exceptions.h
Modernize source code: last part ( #6285 )
5 years ago
face_position_cache.cpp
Modernize various files
5 years ago
face_position_cache.h
C++ modernize: Pragma once ( #6264 )
5 years ago
filesys.cpp
Fix a stringop-truncation GCC warning
4 years ago
filesys.h
Load files from subfolders in texturepacks
5 years ago
gamedef.h
Client eventmanager refactor ( #7179 )
4 years ago
gameparams.h
C++ modernize: Pragma once ( #6264 )
5 years ago
genericobject.cpp
Network: Send IEEE floats ( #7768 )
4 years ago
genericobject.h
Add Lua methods 'set_rotation()' and 'get_rotation()' ( #7395 )
4 years ago
gettext.cpp
Modernize various files
5 years ago
gettext.h
Fix segfault caused by wrong wgettext()
4 years ago
gettime.h
Modernize source code: last part ( #6285 )
5 years ago
httpfetch.cpp
Add online content repository
4 years ago
httpfetch.h
Travis: Update clang from 4.0 to 5.0 ( #6467 )
5 years ago
hud.cpp
Fix last clang-tidy reported problems for performance-type-promotion-in-math-fn
4 years ago
hud.h
Raise hotbar limit to 32 slots, add associated keybinding options ( #7916 )
4 years ago
inventory.cpp
Inv deSerialize(): Prevent infinite loop, error on failure ( #7711 )
4 years ago
inventory.h
Allow overriding tool capabilities through itemstack metadata
5 years ago
inventorymanager.cpp
Fix various code issues found by cppcheck ( #7741 )
4 years ago
inventorymanager.h
Run callback in IDropAction, refactor function arguments
4 years ago
irr_aabb3d.h
Revert 6587 - Optimize entity-entity collision ( #7539 )
4 years ago
irr_v2d.h
C++ modernize: Pragma once ( #6264 )
5 years ago
irr_v3d.h
Revert 6587 - Optimize entity-entity collision ( #7539 )
4 years ago
irrlichttypes.h
Fix Android build ( #7873 )
4 years ago
irrlichttypes_bloated.h
C++ modernize: Pragma once ( #6264 )
5 years ago
irrlichttypes_extrabloated.h
C++ modernize: Pragma once ( #6264 )
5 years ago
itemdef.cpp
Move client-specific files to 'src/client' ( #7902 )
4 years ago
itemdef.h
Overlays for wield and inventory images ( #6107 )
5 years ago
itemgroup.h
C++ modernize: Pragma once ( #6264 )
5 years ago
itemstackmetadata.cpp
Add player:get_meta(), deprecate player attributes ( #7202 )
4 years ago
itemstackmetadata.h
Add player:get_meta(), deprecate player attributes ( #7202 )
4 years ago
light.cpp
Light curve: Simplify and improve code, fix darkened daytime sky ( #7693 )
4 years ago
light.h
Light curve: Simplify and improve code, fix darkened daytime sky ( #7693 )
4 years ago
log.cpp
Fix missing warningstream (or similar problem) ( #7034 )
4 years ago
log.h
Fix missing warningstream (or similar problem) ( #7034 )
4 years ago
main.cpp
Add command line option to load password from file ( #7832 )
4 years ago
map.cpp
Allow an optional readonly base database ( #7544 )
4 years ago
map.h
Send only changed node metadata to clients instead of whole mapblock ( #5268 )
4 years ago
map_settings_manager.cpp
Move files to subdirectories ( #6599 )
5 years ago
map_settings_manager.h
C++ modernize: Pragma once ( #6264 )
5 years ago
mapblock.cpp
Move client-specific files to 'src/client' ( #7902 )
4 years ago
mapblock.h
Optimize ABM checks.
4 years ago
mapnode.cpp
mapnode: add const/noexcept ( #8009 )
4 years ago
mapnode.h
mapnode: add const/noexcept ( #8009 )
4 years ago
mapsector.cpp
ServerMap saving: cleanups ( #6274 )
5 years ago
mapsector.h
ServerMap saving: cleanups ( #6274 )
5 years ago
metadata.cpp
Add player:get_meta(), deprecate player attributes ( #7202 )
4 years ago
metadata.h
Add player:get_meta(), deprecate player attributes ( #7202 )
4 years ago
modchannels.cpp
Add session_t typedef + remove unused functions ( #6470 )
5 years ago
modchannels.h
Add session_t typedef + remove unused functions ( #6470 )
5 years ago
modifiedstate.h
C++ modernize: Pragma once ( #6264 )
5 years ago
nameidmapping.cpp
Code modernization: src/n*, src/o* ( #6280 )
5 years ago
nameidmapping.h
C++ modernize: Pragma once ( #6264 )
5 years ago
nodedef.cpp
Move client-specific files to 'src/client' ( #7902 )
4 years ago
nodedef.h
nodedef: Delete two unused method definitions ( #7288 )
4 years ago
nodemetadata.cpp
Send only changed node metadata to clients instead of whole mapblock ( #5268 )
4 years ago
nodemetadata.h
Send only changed node metadata to clients instead of whole mapblock ( #5268 )
4 years ago
nodetimer.cpp
Code modernization: src/n*, src/o* ( #6280 )
5 years ago
nodetimer.h
Code modernization: src/n*, src/o* ( #6280 )
5 years ago
noise.cpp
Fix more clang-tidy reported problems for performance-type-promotion-in-math-fn
4 years ago
noise.h
Code modernization: src/n*, src/o* ( #6280 )
5 years ago
objdef.cpp
Fix Windows build, clean up included headers
7 years ago
objdef.h
Node definition manager refactor ( #7016 )
4 years ago
object_properties.cpp
Optional alpha channel support for entities
4 years ago
object_properties.h
Optional alpha channel support for entities
4 years ago
pathfinder.cpp
Node definition manager refactor ( #7016 )
4 years ago
pathfinder.h
C++ modernize: Pragma once ( #6264 )
5 years ago
player.cpp
Extend pitch fly mode to swimming ( #7943 )
4 years ago
player.h
Extend pitch fly mode to swimming ( #7943 )
4 years ago
porting.cpp
porting.cpp: better minetest support on BSD
4 years ago
porting.h
Add a MSVC / Windows compatible snprintf function ( #7353 )
4 years ago
porting_android.cpp
Code modernization: src/p*, src/q*, src/r*, src/s* (partial) ( #6282 )
5 years ago
porting_android.h
Android build fixes for c++11
4 years ago
profiler.cpp
Travis: Update clang from 4.0 to 5.0 ( #6467 )
5 years ago
profiler.h
Code modernization: src/p*, src/q*, src/r*, src/s* (partial) ( #6282 )
5 years ago
quicktune.cpp
Use C++11 mutexes only (remove compat code) ( #5922 )
5 years ago
quicktune.h
Code modernization: src/p*, src/q*, src/r*, src/s* (partial) ( #6282 )
5 years ago
quicktune_shortcutter.h
Code modernization: src/p*, src/q*, src/r*, src/s* (partial) ( #6282 )
5 years ago
raycast.cpp
Ease selection of entities behind nodes ( #7739 )
4 years ago
raycast.h
C++ modernize: Pragma once ( #6264 )
5 years ago
reflowscan.cpp
Node definition manager refactor ( #7016 )
4 years ago
reflowscan.h
Node definition manager refactor ( #7016 )
4 years ago
remoteplayer.cpp
Add Lua methods 'set_rotation()' and 'get_rotation()' ( #7395 )
4 years ago
remoteplayer.h
Cleanup: drop Server::hudGetHotbarImage()
4 years ago
rollback.cpp
Code modernization: src/p*, src/q*, src/r*, src/s* (partial) ( #6282 )
5 years ago
rollback.h
C++ modernize: Pragma once ( #6264 )
5 years ago
rollback_interface.cpp
Send only changed node metadata to clients instead of whole mapblock ( #5268 )
4 years ago
rollback_interface.h
Code modernization: src/p*, src/q*, src/r*, src/s* (partial) ( #6282 )
5 years ago
serialization.cpp
compressZlib: don't use a SharedBuffer but a raw u8 * pointer
5 years ago
serialization.h
C++ modernize: Pragma once ( #6264 )
5 years ago
server.cpp
Send only changed node metadata to clients instead of whole mapblock ( #5268 )
4 years ago
server.h
Send only changed node metadata to clients instead of whole mapblock ( #5268 )
4 years ago
serverenvironment.cpp
Add an activeobject manager to hold active objects ( #7939 )
4 years ago
serverenvironment.h
Add an activeobject manager to hold active objects ( #7939 )
4 years ago
serverlist.cpp
Update JsonCPP to 1.8.3 ( #6466 )
5 years ago
serverlist.h
Add online content repository
4 years ago
serverobject.cpp
Code modernization: src/p*, src/q*, src/r*, src/s* (partial) ( #6282 )
5 years ago
serverobject.h
Fix C++11 violation that broke clang on Debian Stretch
4 years ago
settings.cpp
Remove settings properly ( #7676 )
4 years ago
settings.h
Fix issue Minetest crash when custom font path is not exist
5 years ago
settings_translation_file.cpp
Update minetest.conf.example and run updatepo.sh ( #7947 )
4 years ago
sound.h
Cleanup sound manager class ( #7158 )
4 years ago
staticobject.cpp
ServerEnvironment & StaticObject cleanups
4 years ago
staticobject.h
ServerEnvironment & StaticObject cleanups
4 years ago
terminal_chat_console.cpp
Modernize source code: last part ( #6285 )
5 years ago
terminal_chat_console.h
C++ modernize: Pragma once ( #6264 )
5 years ago
tileanimation.cpp
Bump minimal protocol version to 36 ( #6319 )
5 years ago
tileanimation.h
Bump minimal protocol version to 36 ( #6319 )
5 years ago
tool.cpp
Tool.cpp/.h, lua_api/l_util.cpp: Tidy up code and remove dead code
5 years ago
tool.h
Tool.cpp/.h, lua_api/l_util.cpp: Tidy up code and remove dead code
5 years ago
translation.cpp
Fix a -Wcatch-value warning reported by GCC 8.1
4 years ago
translation.h
Add clientside translations.
5 years ago
version.cpp
Update version correctly again ( #6462 )
5 years ago
version.h
C++ modernize: Pragma once ( #6264 )
5 years ago
voxel.cpp
Node definition manager refactor ( #7016 )
4 years ago
voxel.h
VoxelArea: add_{x,y,z,p} must be static
4 years ago
voxelalgorithms.cpp
Fix typo in lighting code since bcdb3d5
4 years ago
voxelalgorithms.h
Remove unused light updating code
4 years ago