aboutsummaryrefslogtreecommitdiff
path: root/src/script
AgeCommit message (Expand)Author
2017-04-25Rename Scripting API files for consistencyShadowNinja
2017-04-25Fix various points reported by cppcheck (#5656)Loïc Blot
2017-04-23Player data to Database (#5475)Loïc Blot
2017-04-23Pass clang-format on various cpp/header files (#5559)Loïc Blot
2017-04-22Add on_flood() callback.Auke Kok
2017-04-22lua: remove core.cause_error call (#5637)Loïc Blot
2017-04-21Soft node overlay (#5186)Dániel Juhász
2017-04-20Light update for map blocksDániel Juhász
2017-04-20Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)Loïc Blot
2017-04-19Fix various copy instead of const ref reported by cppcheck (#5615)Loïc Blot
2017-04-17Sneak: Add option for old move codeparamat
2017-04-17Plug two minor Leaks (#5603)Auke Kok
2017-04-15Implement delayed server shutdown with cancelation (#4664)Loïc Blot
2017-04-15Minimap: Do a double-typecast to fix compiling with MSVCSmallJoker
2017-04-14[CSM] Add function to set minimap shape (#5569)bigfoot547
2017-04-12Fix inability to change metadata using stack:to_table() (#5547)numberZero
2017-04-11Replace occurrence of luaL_reg in l_localplayer (#5566)t0ny2
2017-04-10Clang-format styles fixes since previous commitLoïc Blot
2017-04-10Clang format: fix LINT on old PR which doesn't have LINT enabledLoic Blot
2017-04-08LocalPlayer api luaVincent Glize
2017-04-08Hardware coloring for itemstacksDániel Juhász
2017-04-08Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#...Loïc Blot
2017-04-08code style fix on src/script/cpp_api/s_client.hLoic Blot
2017-04-08[CSM] Add event on_connect player API lua (#5540)Vincent Glize
2017-04-07Pass clang-format on 14 trivial header files fixesLoic Blot
2017-04-07Clang-format: fix some header files and remove them from whitelistLoic Blot
2017-04-06LINT: Switch whitelist check from egrep to awkLoïc Blot
2017-04-06[CSM] Add function to get the server protocol version. (#5529)red-001
2017-04-06Move LINT process in dedicated shell & fixLoic Blot
2017-04-06[CSM] Add support for positional audio. (#5516)red-001
2017-04-04[CSM] Add local node meta reference. (#5508)red-001
2017-04-01[CSM] Add function and chat command to disconnect from server. (#5487)red-001
2017-03-31Fix clang-format Columns WidthLoic Blot
2017-03-30Paramtype2: Add missing type CPT2_GLASSLIKE_LIQUID_LEVELparamat
2017-03-29l_minimap: don't show minimap if configuration doesn't allow itLoïc Blot
2017-03-22[CSM] Add function to get player names in range (#5435)bigfoot547
2017-03-19Refactor Game class (part 2) (#5422)Loïc Blot
2017-03-19Block access to the `io` libraryred-001
2017-03-17[CSM] Fix minimap problems (#5405)Loïc Blot
2017-03-17[CSM] Add core.get_timeofday & core.get_day_count env calls (#5401)Loïc Blot
2017-03-16Fix indentation problem since merge resolutionLoïc Blot
2017-03-16[CSM] Add minimap API modifiers (#5399)Loïc Blot
2017-03-16Add ModStorageAPI to client side modding (#5396)Loïc Blot
2017-03-16Get biome list: Downgrade missing biome message to infostreamparamat
2017-03-13Add `get_wielded_item`red-001
2017-03-13[CSM] Add enable_client_modding param (default: false)nerzhul
2017-03-13[CSM] Add `on_punchnode` callbackred-001
2017-03-13[CSM] Add `get_node` and `get_node_or_nil`red-001
2017-03-13[CSM] Add `on_dignode` callback (#5140)red-001
2017-03-13[CSM] storage + fixesLoic Blot