aboutsummaryrefslogtreecommitdiff
path: root/src/light.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-15Fix two nul deref if digging unknown nodes. (#5398)Auke Kok1-2/+2
2017-03-14Add disclaimer to client_lua_api.txt (#5391)rubenwardy1-3/+6
2017-03-13Add `get_wielded_item`red-00115-33/+92
2017-03-13[CSM] Add enable_client_modding param (default: false)nerzhul9-14/+41
2017-03-13[CSM] Add `on_punchnode` callbackred-0016-11/+46
2017-03-13[CSM] Add `get_node` and `get_node_or_nil`red-0016-2/+67
2017-03-13[CSM] Add `on_dignode` callback (#5140)red-0016-13/+57
2017-03-13[CSM] storage + fixesLoic Blot7-11/+9
2017-03-13[CSM] Improve security for client-sided mods (#5100)red-0016-29/+171
2017-03-13[CSM] implement client side mod loading (#5123)Loïc Blot9-148/+194
2017-03-13[CSM] Add local formspecs. (#5094)red-00112-67/+126
2017-03-13[CSM] sound_play & sound_stop support + client_lua_api doc (#5096)Loïc Blot23-91/+996
2017-03-13[CSM] Add client-sided chat commands (#5092)red-0019-33/+100
2017-03-13[CSM] Add on_death, on_hp_modification & oh_damage_taken callbacks (#5093)Loïc Blot8-18/+76
2017-03-13[CSM] Add method that display chat to client-sided lua. (#5089) (#5091)red-00110-6/+66
2017-03-13[CSM] Client side moddingLoic Blot37-64/+488
2017-03-13GUI: Allow texture packs to customize the progress bar (#5368)kilbith2-24/+48
2017-03-11Save metainfo for falling nodesVladislav Tsendrovskii1-8/+25
2017-03-11Enable server side occlusion culling by default.Lars Hofhansl3-3/+3
2017-03-11Allow server side occlusion culling.Lars Hofhansl7-66/+92
2017-03-11Do not increase breath if at full breath.Auke Kok1-1/+1
2017-03-11database-redis: Support password authenticationsfan51-0/+12
2017-03-11Climb speed: Increase default setting from 2 to 3paramat3-3/+3
2017-03-11Minimap: Optimisenumber Zero3-80/+59
2017-03-11Light calculation: New bulk node lighting codeDániel Juhász10-636/+408
2017-03-10Optimize item.luatenplus11-18/+19
2017-03-10GUI: Convert loading screen's progress bar to image (#5362)kilbith3-21/+27
2017-03-06CI: Add memleak checking using valgrind (#5350)Loïc Blot3-1/+15
2017-03-05Update .appdata and .desktop filesJuhani Numminen3-11/+23
2017-03-05Dungeons: Use 'block' instead of 'brick' for nodebox stairsparamat2-10/+10
2017-03-05Font: attempt fallback font, abort if no fonts found.Auke Kok1-3/+23
2017-03-05README.txt: Clarify loading of minetest.confFixer1-1/+3
2017-03-04Add minetest.spawn_falling_node(pos) (#5339)zaoqi2-0/+17
2017-03-04FormSpec: Add position and anchor elements (#5284)adelcoding13-8/+109
2017-02-27Fixed spelling mistakes (#5312)Bond-0091-4/+4
2017-02-26Dungeongen: Add and improve parametersparamat4-108/+137
2017-02-25Fix crash that can be caused by the shutdown command. (#5292)red-0011-1/+2
2017-02-22Fix wrong meta key in item meta on ItemStack constructionrubenwardy1-22/+6
2017-02-20Fix the documentation for `minetest.is_yes` (#5276)red-0011-1/+1
2017-02-18Fixes for colorwallmounted and colorfacedir nodesDániel Juhász3-4/+8
2017-02-18Voxelmanip: Do not emerge or blit to blocks over map gen limitparamat1-1/+1
2017-02-18Multiplayer menu: fix attempt to open nonexistant imagekilbith2-2/+3
2017-02-18Statbars.lua: Cache enable_damage settingtenplus11-5/+5
2017-02-18Fix not being able to damage players in minimal (#5266)red-0011-14/+47
2017-02-18Use the `ARRLEN` macro in more places and remove an unused macro. (#5260)red-0012-5/+4
2017-02-18Add support for the new arguments of `request_shutdown` to the `/shutdown` ch...red-0011-1/+3
2017-02-16Revert part of eb49009d023e6e3b5d59a97b8fb5fed5eee83296 (#5230)Auke Kok38-619/+23
2017-02-16Cavegen: Place correct biome surface in tunnel entrancesparamat1-15/+33
2017-02-16Objectpos over limit: Avoid crash caused by sector over limitparamat2-9/+13
2017-02-16Fix a small regression caused by e2ad76f.red-0011-9/+10