aboutsummaryrefslogtreecommitdiff
path: root/clientmods (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-22Some performance optimizations (#5424)Loïc Blot16-134/+79
2017-03-22[CSM] Add function to get player names in range (#5435)bigfoot5474-2/+33
2017-03-20Firelike drawtype: Add missing docs for visual_scale in lua_api.txt (#5434)Paramat1-3/+4
2017-03-20Content_mapblock.cpp: Refactornumber Zero5-1940/+1295
2017-03-20Refactored client event if-else cascade to switch statementBen Deutsch1-102/+138
2017-03-20Map generation limit: Rewriteparamat4-59/+44
2017-03-19Fix /shutdown or ^C no longer causing server exitsfan51-0/+3
2017-03-19Refactor Game class (part 2) (#5422)Loïc Blot6-266/+285
2017-03-19Block access to the `io` libraryred-0012-34/+13
2017-03-19Update server min protocol version to v24 (#5411)Loïc Blot10-299/+116
2017-03-18Server list cleanupShadowNinja6-50/+56
2017-03-18Show itemstring as tooltip if no item descriptionWuzzy1-0/+3
2017-03-18TOGGLE_CHAT keymap should togglechat not HUDLoic Blot1-1/+1
2017-03-17Reduce memory & function cost of Game class functions (#5406)Loïc Blot1-271/+217
2017-03-17avoid crashing when accessing mapgen early (#5384)zeuner1-0/+3
2017-03-17Give CSM access to use `core.colorize()` (#5113)red-0014-33/+74
2017-03-17[CSM] Fix minimap problems (#5405)Loïc Blot5-17/+18
2017-03-17[CSM] Add core.get_timeofday & core.get_day_count env calls (#5401)Loïc Blot13-25/+67
2017-03-16Fix indentation problem since merge resolutionLoïc Blot1-1/+1
2017-03-16[CSM] Add minimap API modifiers (#5399)Loïc Blot14-53/+349
2017-03-16Add ModStorageAPI to client side modding (#5396)Loïc Blot8-11/+68
2017-03-16Get biome list: Downgrade missing biome message to infostreamparamat1-4/+4
2017-03-16Sneak: Fix various problems with sneakingsfan52-65/+47
2017-03-15lua_api: Document minetest.features (#5311)SmallJoker1-4/+22
2017-03-15Use true distance for block priority.Lars Hofhansl1-3/+3
2017-03-15Fix undefined references (#5400)Wayward One1-1/+5
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