minetest/src
Paramat 1f142ec06f
Improve light curve parameter limits and documentation (#9054)
Revert gamma upper limit to 3.0 because that was raised based on
a misunderstanding and had no benefit. A sane upper limit is
needed as players on a competitive server tend to use the maximum.
Set gamma lower limit to 0.33 for consistency with 3.0.
Set sane limits on alpha, beta, boost and enforce these in code
to limit values entered in minetest.conf and to avoid easy cheating
by editing settingtypes.txt.
Improve documentation and 'readable' setting names.
Clarify that gamma does not significantly affect natural night light.
light.cpp: Various codestyle and comment improvements.
2019-10-24 01:08:49 +01:00
..
client Correction for alpha blending issues in texture mod compositing (#9029) 2019-10-18 19:17:35 +02:00
content Optimize string handling in path search (#8098) 2019-03-07 08:20:33 +01:00
database Consistent HP and damage types (#8167) 2019-02-10 23:03:26 +00:00
gui Formspecs: Reset version number on rebuild 2019-10-20 12:44:52 +02:00
irrlicht_changes Clean up and fix freetype=false crashes (#8641) 2019-08-06 21:33:13 +02:00
mapgen Randomwalk caves: Reduce 'insure' value from 10 to 2 (#9035) 2019-10-13 00:18:23 +01:00
network Fix broken build 2019-09-23 00:28:26 +02:00
script Allow calling ItemStack with no arguments (#8783) 2019-10-23 19:48:19 +02:00
server Better F6 profiler (#8750) 2019-08-13 19:56:55 +02:00
threading DragonFly BSD is somewhat identical to FreeBSD (#8159) 2019-02-03 09:53:54 +01:00
unittest Fix AreaStore's IDs persistence (#8888) 2019-09-21 17:54:52 +02:00
util Move Quicktune code to util/ (#8871) 2019-09-29 13:41:13 +02:00
CMakeLists.txt Move Quicktune code to util/ (#8871) 2019-09-29 13:41:13 +02:00
activeobject.h ContentCAO: Fix broken attachments on join (#8701) 2019-07-29 19:14:07 +02:00
activeobjectmgr.h Add an activeobject manager to hold active objects (#7939) 2018-12-13 20:18:54 +01:00
ban.cpp Add unittests on ActiveObject and BanManager class (#6866) 2018-01-01 18:48:52 +01:00
ban.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
chat.cpp Fix last performance-type-promotion-in-math-fn problems 2018-04-04 07:42:40 +02:00
chat.h Fix last performance-type-promotion-in-math-fn problems 2018-04-04 07:42:40 +02:00
chat_interface.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
chatmessage.h Travis: Update clang from 4.0 to 5.0 (#6467) 2017-10-09 11:32:06 +02:00
clientiface.cpp ClientInterface: Use recursive mutex to prevent freeze in on_newplayer() (#8808) 2019-08-17 13:27:28 +02:00
clientiface.h ClientInterface: Use recursive mutex to prevent freeze in on_newplayer() (#8808) 2019-08-17 13:27:28 +02:00
clientsimpleobject.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
cloudparams.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
cmake_config.h.in Let ENABLE_GLES appear in cmake_config.h and change its functionality 2019-08-04 16:12:52 +02:00
cmake_config_githash.h.in C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
collision.cpp Better F6 profiler (#8750) 2019-08-13 19:56:55 +02:00
collision.h Add disable_jump to liquids and ladders (#7688) 2019-06-10 13:00:35 +02:00
config.h Update version correctly again (#6462) 2017-09-26 20:30:42 +02:00
constants.h Customizeable max breath for players (#6411) 2017-09-15 12:18:47 +02:00
content_mapnode.cpp Modernize src/c* src/d* and src/e* files (#6263) 2017-08-17 23:02:50 +02:00
content_mapnode.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
content_nodemeta.cpp C++11 patchset 9: move hardcoded init parameters to class definitions (part 1) (#5984) 2017-06-16 11:25:52 +02:00
content_nodemeta.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
content_sao.cpp Attachments: Fix attachments to temporary removed objects (#8989) 2019-10-02 19:11:27 +02:00
content_sao.h Punchwear (improved) (#8959) 2019-09-22 22:12:21 +02:00
convert_json.cpp Add online content repository 2018-04-19 20:14:53 +01:00
convert_json.h Update JsonCPP to 1.8.3 (#6466) 2017-09-26 20:30:14 +02:00
craftdef.cpp Fix some issues with minetest.clear_craft (#8712) 2019-08-10 23:28:00 +02:00
craftdef.h Fix some issues with minetest.clear_craft (#8712) 2019-08-10 23:28:00 +02:00
daynightratio.h Make natural night light as bright as MT 0.4.16 (#9053) 2019-10-18 21:54:44 +01:00
debug.cpp Fix some misspellings (#8104) 2019-01-16 13:39:13 +01:00
debug.h Remove DSTACK support (#6346) 2017-08-30 08:09:41 +02:00
defaultsettings.cpp Dungeons: Remove non-functional 'projecting dungeons' setting (#8897) 2019-09-08 17:51:34 +01:00
defaultsettings.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
emerge.cpp Better F6 profiler (#8750) 2019-08-13 19:56:55 +02:00
emerge.h EmergeManager::initMapgens use FATAL_ERROR if and drop boolean return 2019-03-31 20:49:39 +02:00
environment.cpp Merge pull request #8776 from osjc/FixGetNode 2019-08-10 19:45:44 +02:00
environment.h Revert "Add an active object step time budget #6721" 2018-01-12 23:47:39 -08:00
event.h event.h: Fix import GCC warning caused by ce87310 2018-03-31 14:33:54 +02:00
exceptions.h Modernize source code: last part (#6285) 2017-08-20 13:30:50 +02:00
face_position_cache.cpp Modernize various files 2017-08-18 07:44:52 +02:00
face_position_cache.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
filesys.cpp Fix a stringop-truncation GCC warning 2018-12-04 12:39:19 +01:00
filesys.h Load files from subfolders in texturepacks 2017-11-17 19:23:08 +00:00
gamedef.h Client eventmanager refactor (#7179) 2018-03-30 18:32:52 +02:00
gameparams.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
genericobject.cpp Consistent HP and damage types (#8167) 2019-02-10 23:03:26 +00:00
genericobject.h Consistent HP and damage types (#8167) 2019-02-10 23:03:26 +00:00
gettext.cpp Modernize various files 2017-08-18 07:44:52 +02:00
gettext.h Fix segfault caused by wrong wgettext() 2018-04-09 16:25:57 +02:00
gettime.h Allow customizing chat message format (#8529) 2019-08-08 17:04:46 +01:00
httpfetch.cpp httpfetch: Disable IPv6 here too if requested by settings (#8399) 2019-03-18 15:06:27 +01:00
httpfetch.h Travis: Update clang from 4.0 to 5.0 (#6467) 2017-10-09 11:32:06 +02:00
hud.cpp Minimap: Fix radar restriction broken by 9649e47 2019-02-23 15:54:53 +01:00
hud.h Raise hotbar limit to 32 slots, add associated keybinding options (#7916) 2018-12-02 23:34:29 +01:00
inventory.cpp Inventory: Properly revert client predictions (#8945) 2019-09-18 18:47:09 +02:00
inventory.h Inventory: Properly revert client predictions (#8945) 2019-09-18 18:47:09 +02:00
inventorymanager.cpp Inventory: Properly revert client predictions (#8945) 2019-09-18 18:47:09 +02:00
inventorymanager.h InventoryManager: Fix virtual function overload warning 2019-09-09 20:35:45 +02:00
irr_aabb3d.h Revert 6587 - Optimize entity-entity collision (#7539) 2018-07-08 21:30:55 +01:00
irr_ptr.h Add Irrlicht-specific smart pointer (#6814) 2019-04-12 17:27:39 +01:00
irr_v2d.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
irr_v3d.h Revert 6587 - Optimize entity-entity collision (#7539) 2018-07-08 21:30:55 +01:00
irrlichttypes.h Fix Android build (#7873) 2018-11-18 11:48:16 +01:00
irrlichttypes_bloated.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
irrlichttypes_extrabloated.h Use true pitch/yaw/roll rotations without loss of precision by pgimeno (#8019) 2019-02-07 21:26:06 +00:00
itemdef.cpp Unify OpenGL ES support 2019-08-04 16:12:52 +02:00
itemdef.h Overlays for wield and inventory images (#6107) 2017-08-25 13:20:53 +02:00
itemgroup.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
itemstackmetadata.cpp Add player:get_meta(), deprecate player attributes (#7202) 2018-04-06 10:52:29 +02:00
itemstackmetadata.h Add player:get_meta(), deprecate player attributes (#7202) 2018-04-06 10:52:29 +02:00
light.cpp Improve light curve parameter limits and documentation (#9054) 2019-10-24 01:08:49 +01:00
light.h Light curve: Simplify and improve code, fix darkened daytime sky (#7693) 2018-09-16 17:59:42 +01:00
log.cpp Move debug.txt after it grows too big (#8904) 2019-09-07 19:38:54 +02:00
log.h Move debug.txt after it grows too big (#8904) 2019-09-07 19:38:54 +02:00
main.cpp Fix build issue due to conflicting s64 type definitions (#9064) 2019-10-23 20:28:55 +02:00
map.cpp Remove legacy flat-file map code 2019-10-23 20:53:24 +02:00
map.h Remove legacy flat-file map code 2019-10-23 20:53:24 +02:00
map_settings_manager.cpp mapgen: drop mapgen id from child mapgens. 2019-03-31 20:49:39 +02:00
map_settings_manager.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
mapblock.cpp Merge pull request #8776 from osjc/FixGetNode 2019-08-10 19:45:44 +02:00
mapblock.h Optimize ABM checks. 2018-07-21 03:09:39 -07:00
mapnode.cpp Merge pull request #8776 from osjc/FixGetNode 2019-08-10 19:45:44 +02:00
mapnode.h Abort when trying to set a not registered node (#7011) 2019-03-07 08:31:25 +01:00
mapsector.cpp ServerMap saving: cleanups (#6274) 2017-08-19 11:29:46 +02:00
mapsector.h ServerMap saving: cleanups (#6274) 2017-08-19 11:29:46 +02:00
metadata.cpp Add player:get_meta(), deprecate player attributes (#7202) 2018-04-06 10:52:29 +02:00
metadata.h Add player:get_meta(), deprecate player attributes (#7202) 2018-04-06 10:52:29 +02:00
modchannels.cpp Add session_t typedef + remove unused functions (#6470) 2017-09-27 19:47:36 +02:00
modchannels.h Add session_t typedef + remove unused functions (#6470) 2017-09-27 19:47:36 +02:00
modifiedstate.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
nameidmapping.cpp Code modernization: src/n*, src/o* (#6280) 2017-08-19 11:30:46 +02:00
nameidmapping.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
nodedef.cpp Clear old item groups when they are overridden. (#8753) 2019-08-12 19:18:52 +02:00
nodedef.h Clear old item groups when they are overridden. (#8753) 2019-08-12 19:18:52 +02:00
nodemetadata.cpp Send only changed node metadata to clients instead of whole mapblock (#5268) 2018-12-04 20:37:48 +01:00
nodemetadata.h Send only changed node metadata to clients instead of whole mapblock (#5268) 2018-12-04 20:37:48 +01:00
nodetimer.cpp Code modernization: src/n*, src/o* (#6280) 2017-08-19 11:30:46 +02:00
nodetimer.h Code modernization: src/n*, src/o* (#6280) 2017-08-19 11:30:46 +02:00
noise.cpp Fix more clang-tidy reported problems for performance-type-promotion-in-math-fn 2018-04-03 21:58:29 +02:00
noise.h Code modernization: src/n*, src/o* (#6280) 2017-08-19 11:30:46 +02:00
objdef.cpp Fix Windows build, clean up included headers 2015-05-22 20:37:59 +02:00
objdef.h Node definition manager refactor (#7016) 2018-02-10 21:04:16 +01:00
object_properties.cpp Consistent HP and damage types (#8167) 2019-02-10 23:03:26 +00:00
object_properties.h Consistent HP and damage types (#8167) 2019-02-10 23:03:26 +00:00
pathfinder.cpp Merge pull request #8776 from osjc/FixGetNode 2019-08-10 19:45:44 +02:00
pathfinder.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
player.cpp Unify wield item handling (#8677) 2019-08-07 19:16:31 +02:00
player.h Add support for per-player FOV overrides and multipliers 2019-09-19 20:14:16 +02:00
porting.cpp porting.cpp: better minetest support on BSD 2018-12-11 17:35:39 +01:00
porting.h Add a MSVC / Windows compatible snprintf function (#7353) 2018-07-22 21:56:06 +02:00
porting_android.cpp Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282) 2017-08-19 14:25:35 +02:00
porting_android.h Android build fixes for c++11 2018-03-11 16:56:27 +01:00
profiler.cpp Better F6 profiler (#8750) 2019-08-13 19:56:55 +02:00
profiler.h Better F6 profiler (#8750) 2019-08-13 19:56:55 +02:00
raycast.cpp Ease selection of entities behind nodes (#7739) 2018-10-26 19:23:33 +02:00
raycast.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
reflowscan.cpp Node definition manager refactor (#7016) 2018-02-10 21:04:16 +01:00
reflowscan.h Node definition manager refactor (#7016) 2018-02-10 21:04:16 +01:00
remoteplayer.cpp Consistent HP and damage types (#8167) 2019-02-10 23:03:26 +00:00
remoteplayer.h Formspecs: Introduce formspec_version to mods 2019-09-14 19:43:08 +02:00
rollback.cpp Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282) 2017-08-19 14:25:35 +02:00
rollback.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
rollback_interface.cpp Fix some reference counters (memleak) (#8981) 2019-09-24 19:05:28 +02:00
rollback_interface.h Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282) 2017-08-19 14:25:35 +02:00
serialization.cpp Add compatibility to vcpkg buildsystem (#8317) 2019-06-10 02:56:55 +01:00
serialization.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
server.cpp Attachments: Fix attachments to temporary removed objects (#8989) 2019-10-02 19:11:27 +02:00
server.h Fix some reference counters (memleak) (#8981) 2019-09-24 19:05:28 +02:00
serverenvironment.cpp Send cumulated inventory changes only each step (#8856) 2019-09-09 19:19:54 +02:00
serverenvironment.h Improve ABM time budget handling. #8645 2019-07-07 23:23:00 -07:00
serverlist.cpp Update JsonCPP to 1.8.3 (#6466) 2017-09-26 20:30:14 +02:00
serverlist.h Add online content repository 2018-04-19 20:14:53 +01:00
serverobject.cpp Wieldhand: Specify which ItemStack to use (#8961) 2019-09-21 11:44:24 +02:00
serverobject.h Punchwear (improved) (#8959) 2019-09-22 22:12:21 +02:00
settings.cpp Settings: Prevent mutex deadlock in remove() (#7803) 2019-09-18 18:48:41 +02:00
settings.h Fix issue Minetest crash when custom font path is not exist 2017-11-08 16:14:00 +01:00
settings_translation_file.cpp Update translation strings 2019-10-12 14:29:24 +02:00
sound.h Proselytize the network. Use IEEE F32 (#8030) 2019-01-03 17:04:26 +01:00
staticobject.cpp Handle multiple deserialization of a block's entities 2019-08-12 19:14:07 +02:00
staticobject.h ServerEnvironment & StaticObject cleanups 2018-03-09 23:27:26 +01:00
terminal_chat_console.cpp Modernize source code: last part (#6285) 2017-08-20 13:30:50 +02:00
terminal_chat_console.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
tileanimation.cpp Proselytize the network. Use IEEE F32 (#8030) 2019-01-03 17:04:26 +01:00
tileanimation.h Bump minimal protocol version to 36 (#6319) 2017-08-29 19:26:55 +02:00
tool.cpp Punchwear (improved) (#8959) 2019-09-22 22:12:21 +02:00
tool.h Punchwear (improved) (#8959) 2019-09-22 22:12:21 +02:00
translation.cpp Optimize string (mis)handling (#8128) 2019-05-18 17:19:13 +02:00
translation.h Add clientside translations. 2017-08-24 17:54:10 +02:00
version.cpp Update version correctly again (#6462) 2017-09-26 20:30:42 +02:00
version.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
voxel.cpp Node definition manager refactor (#7016) 2018-02-10 21:04:16 +01:00
voxel.h VoxelArea: add_{x,y,z,p} must be static 2018-03-09 23:27:26 +01:00
voxelalgorithms.cpp Merge pull request #8776 from osjc/FixGetNode 2019-08-10 19:45:44 +02:00
voxelalgorithms.h Remove unused light updating code 2018-02-04 03:16:45 +00:00