aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_settings.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-4/+1
| | | | * Migrate cpp headers to pragma once
* C++11 cleanup on constructors (#6000)Vincent Glize2017-06-191-3/+3
| | | | * C++11 cleanup on constructors dir script
* LINT fix since d0678948165768472fc940c03e78cba787f49ea5Loic Blot2017-05-071-1/+1
|
* Use a settings object for the main settingsShadowNinja2017-05-061-3/+10
| | | | | | | This unifies the settings APIs. This also unifies the sync and async registration APIs, since the async registration API did not support adding non-functions to the API table.
* Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat ↵Loïc Blot2017-04-081-1/+1
| | | | | (#5541) We are bundling Lua5.1 which has same macro
* Pass clang-format on 14 trivial header files fixesLoic Blot2017-04-071-15/+15
| | | | Also remove them from whitelist
* Mod security: Allow read-only access to all mod pathsShadowNinja2016-12-201-1/+2
|
* Add Settings interface for LuaPilzAdam2013-09-101-0/+73