sfan5 70df3d54f3 Quick workaround for crashing destructor on Mingw32 3 years ago
..
client ebb721a476 Fix player controls only being applied for the first move 3 years ago
content 471e567657 Value copy / allocation optimizations mostly in server, SAO and serialize code 3 years ago
database 42b0d612ef Fix build due to revert error 3 years ago
gui da71313e1d Don't stop style parsing on unknown property (#10143) 3 years ago
irrlicht_changes 4eb3baa51e StaticText: Reset background on EnrichedString change (#9340) 4 years ago
mapgen b546e8938d L-System trees: Remove hardcoded use of 'mapgen_dirt' alias (#9931) 3 years ago
network e7e065f553 Exposing the zoom key to Lua API (#9903) 3 years ago
script 70df3d54f3 Quick workaround for crashing destructor on Mingw32 3 years ago
server c1e01bc638 Move shared parameters sending to UnitSAO (#9968) 3 years ago
threading 49365b25d9 Optimize semaphore wait with zero timeout on POSIX 4 years ago
unittest 08c0b7696a TestBan: Clean up properly after completing test (#9994) 3 years ago
util 471e567657 Value copy / allocation optimizations mostly in server, SAO and serialize code 3 years ago
CMakeLists.txt 1357ea1da2 Cleanup of particle & particlespawner structures and code (#9893) 3 years ago
activeobject.h 4c8e1c3200 Clean up CAO nametag handling and remove deprecated AO_CMD 3 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 5430770b68 Fix constant re-queueing of emerges that will always be unsuccessful 3 years ago
clientiface.h cee3c5e73d Add server side translations capability (#9733) 4 years ago
cloudparams.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
cmake_config.h.in 56bababcdf Add MetricsBackend with prometheus counter support 4 years ago
cmake_config_githash.h.in 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
collision.cpp 0fc51db772 Add missing sao->isGone() checks 4 years ago
collision.h b6b80f55c8 Expose collided objects in moveresult 4 years ago
config.h 13a8ea2dac Add STATIC_LOCALEDIR to BUILD_INFO and move it to version.cpp 4 years ago
constants.h a36c9c3e93 Fix breath_bar scaling; delay breath_bar hiding by one second (#8271) 4 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
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 de73f989eb Overall improvements to log messages (#9598) 4 years ago
craftdef.h 27ce6d0ecc Clean up craft replacements docs 4 years ago
daynightratio.h 79440605ec Make natural night light as bright as MT 0.4.16 (#9053) 4 years ago
debug.cpp 3fce27ece5 Fix some misspellings (#8104) 5 years ago
debug.h bd6b90359c Remove DSTACK support (#6346) 6 years ago
defaultsettings.cpp a2199bf622 Android: fix TMPFolder path (#10052) 3 years ago
defaultsettings.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
emerge.cpp a9d6be8b6f Fix documentation of emergequeue_limit settings 3 years ago
emerge.h c28fbd06a8 Fix remaining issues with mapgen scriptapi 4 years ago
environment.cpp 6d43736172 Move serveractiveobject & unitsao 4 years ago
environment.h 054c5dfaa3 scriptapi: Sort out ServerEnvironment / Environment distinction properly 4 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 2424dfe007 Server pushing media at runtime (#9961) 3 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
gettext.cpp ca8957f500 Fix detection of in-place path_locale when RUN_IN_PLACE=0 4 years ago
gettext.h 22ebbe136a Fix segfault caused by wrong wgettext() 6 years ago
gettime.h d1c27c7e80 Allow customizing chat message format (#8529) 4 years ago
httpfetch.cpp 426bdba7fb 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 6e1372bd89 Add support for statbar “off state” icons (#9462) 4 years ago
hud.h 037422fdba Modernize include guards and add missing ones (#9898) 3 years ago
inventory.cpp b16f841756 LuaItemStack: Add __tostring metamethod (#8785) 3 years ago
inventory.h b16f841756 LuaItemStack: Add __tostring metamethod (#8785) 3 years ago
inventorymanager.cpp 6d43736172 Move serveractiveobject & unitsao 4 years ago
inventorymanager.h 720aedb467 InventoryManager: Fix virtual function overload warning 4 years ago
irr_aabb3d.h 94cd2bfeac Revert 6587 - Optimize entity-entity collision (#7539) 5 years ago
irr_ptr.h faa419fc8b Add Irrlicht-specific smart pointer (#6814) 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 338195ff25 Fix alias handling of get_content_id (#9712) 4 years ago
itemdef.h 5cf6318117 Refactor texture overrides and add new features (#9600) 4 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 1f142ec06f Improve light curve parameter limits and documentation (#9054) 4 years ago
light.h 79e393cf4b Light curve: Simplify and improve code, fix darkened daytime sky (#7693) 5 years ago
log.cpp 836dd4a1e4 Add chat_log_level setting (#9223) 4 years ago
log.h 836dd4a1e4 Add chat_log_level setting (#9223) 4 years ago
main.cpp 454dbf83a9 Server class code cleanups (#9769) 4 years ago
map.cpp 6e4d8de104 Revert "Verify database connection on interval (#9665)" 3 years ago
map.h 6e4d8de104 Revert "Verify database connection on interval (#9665)" 3 years ago
map_settings_manager.cpp eca6ee911a Fix mapgen settings in minetest.conf being ignored (#9737) 4 years ago
map_settings_manager.h 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
mapblock.cpp 86d7f84b89 Merge pull request #8776 from osjc/FixGetNode 4 years ago
mapblock.h 25cc5d1a32 Optimize ABM checks. 5 years ago
mapnode.cpp 82e4137893 Cache liquid alternative IDs (#8053) 3 years ago
mapnode.h c94d37827d Rework functionality of leveled nodes (#9852) 3 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 0e698e63b3 Fix autoscale_mode segfault if tile doesn't have texture 3 years ago
nodedef.h 82e4137893 Cache liquid alternative IDs (#8053) 3 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 68f45fc130 Remove unused lookup table from noise.cpp 4 years ago
noise.h 1992db1395 Code modernization: src/n*, src/o* (#6280) 6 years ago
objdef.cpp 2062c80e21 Allow ObjDefManager instances to be cloned 4 years ago
objdef.h c28fbd06a8 Fix remaining issues with mapgen scriptapi 4 years ago
object_properties.cpp 3a6dfda358 Make shading of CAOs optional (#10033) 3 years ago
object_properties.h 3a6dfda358 Make shading of CAOs optional (#10033) 3 years ago
particles.cpp 9d6e7e48d6 Implement spawning particles with node texture appearance 3 years ago
particles.h 9d6e7e48d6 Implement spawning particles with node texture appearance 3 years ago
pathfinder.cpp 5cc06e4748 Reduce ServerEnvironment propagation (#9642) 4 years ago
pathfinder.h 5cc06e4748 Reduce ServerEnvironment propagation (#9642) 4 years ago
player.cpp e462a9a5ef Unify wield item handling (#8677) 4 years ago
player.h e0ea87f1f3 set_fov: Add support for time-based transitions (#9705) 4 years ago
porting.cpp 212a1123e0 Fix build on FreeBSD, broken since open_url 3 years ago
porting.h a9c3a42323 Add core.open_url() to main menu API (#8592) 4 years ago
porting_android.cpp a9c3a42323 Add core.open_url() to main menu API (#8592) 4 years ago
porting_android.h a9c3a42323 Add core.open_url() to main menu API (#8592) 4 years ago
profiler.cpp 539f016c1b Better F6 profiler (#8750) 4 years ago
profiler.h 539f016c1b Better F6 profiler (#8750) 4 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 cad5b987ad Sky API: Rename *_tint to fog_*_tint for consistency 4 years ago
remoteplayer.h ef09e8a4d6 Fix code style to make clang-format happy 4 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 26b39f1eae Fix some reference counters (memleak) (#8981) 4 years ago
rollback_interface.h 7528986e44 Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282) 6 years ago
serialization.cpp 2b3490db1f Add limit parameter to decompressZlib 4 years ago
serialization.h 2b3490db1f Add limit parameter to decompressZlib 4 years ago
server.cpp 2424dfe007 Server pushing media at runtime (#9961) 3 years ago
server.h 2424dfe007 Server pushing media at runtime (#9961) 3 years ago
serverenvironment.cpp 6e4d8de104 Revert "Verify database connection on interval (#9665)" 3 years ago
serverenvironment.h 6e4d8de104 Revert "Verify database connection on interval (#9665)" 3 years ago
serverlist.cpp d11bfa3ef5 Make core.get_favorites("local") ignore duplicates (#7926) 4 years ago
serverlist.h 87ad4d8e7f Add online content repository 6 years ago
settings.cpp e8a8185d24 Settings: Fix game minetest.conf flags overriding defaults (#9404) 4 years ago
settings.h e8a8185d24 Settings: Fix game minetest.conf flags overriding defaults (#9404) 4 years ago
settings_translation_file.cpp 0ba19a08b8 Update minetest.conf.example, settings_translation_file.cpp 3 years ago
skyparams.h 7cb53791c3 Color gradient for default and 'regular' type sky (#9502) 4 years ago
sound.h bba4563d89 Proselytize the network. Use IEEE F32 (#8030) 5 years ago
staticobject.cpp 5146086a64 Drop content_sao.{cpp,h} 4 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
texture_override.cpp 5cf6318117 Refactor texture overrides and add new features (#9600) 4 years ago
texture_override.h 5cf6318117 Refactor texture overrides and add new features (#9600) 4 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 471e567657 Value copy / allocation optimizations mostly in server, SAO and serialize code 3 years ago
tool.h 70f9e1aafa Punchwear (improved) (#8959) 4 years ago
translation.cpp cee3c5e73d Add server side translations capability (#9733) 4 years ago
translation.h cee3c5e73d Add server side translations capability (#9733) 4 years ago
version.cpp 13a8ea2dac Add STATIC_LOCALEDIR to BUILD_INFO and move it to version.cpp 4 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 86d7f84b89 Merge pull request #8776 from osjc/FixGetNode 4 years ago
voxelalgorithms.h 735fc2a1f2 Remove unused light updating code 6 years ago