aboutsummaryrefslogtreecommitdiff
path: root/src/drawscene.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-26Fix mismatch struct/class for GameUIFlagsLoic Blot1-1/+1
2017-03-26clang-format: fix counter increment & output (#5456)Loïc Blot1-6/+9
2017-03-26clang-format: limit diff to 50 files to prevent exceding the maximum travis o...Loïc Blot1-0/+7
2017-03-26Sneak: Replicate sneak ladder in new code, is optionalsfan52-21/+89
2017-03-26Change command prefix to "." and add "help" command.red-0019-63/+103
2017-03-26Add mesh generation delaynumber Zero6-2/+22
2017-03-25Add clang format & skip build if no source file modified (#5433)Loïc Blot6-3/+68
2017-03-24Tile.cpp: Fix MSVC build broken by 072bbbaSmallJoker1-2/+2
2017-03-24Typo fixLoïc Blot1-1/+1
2017-03-24Add multiline support to colorize. (#5444)red-0011-1/+8
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