aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_internal.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* scriptapi: Sort out ServerEnvironment / Environment distinction properlysfan52020-04-111-2/+27
| | | | | | The API implementation is shared between CSM and SSM. Functions should retrieve a plain env when they do not need any server-specific functions.
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-4/+1
| | | | * Migrate cpp headers to pragma once
* Use a settings object for the main settingsShadowNinja2017-05-061-2/+1
| | | | | | | 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.
* [CSM] Add core.get_timeofday & core.get_day_count env calls (#5401)Loïc Blot2017-03-171-10/+0
| | | | | | * [CSM] Add core.get_timeofday & core.get_day_count env calls * [CSM] Add core.get_node_level, core.get_node_max_level, core.find_node_near
* Rename ObjectRef methods to be consistent and predictablerubenwardy2017-01-161-0/+1
|
* SAPI: Mark all Lua API functions requiring envlockkwolekr2015-10-251-0/+10
|
* SAPI: Disable unlockable time profilingkwolekr2015-08-181-4/+8
|
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-011-1/+0
| | | | | | | | | | | | Move debug streams to log.cpp|h Move GUI-related globals to clientlauncher Move g_settings and g_settings_path to settings.cpp|h Move g_menuclouds to clouds.cpp|h Move g_profiler to profiler.cpp|h
* Fix modstore/favourites hang by adding asynchronous lua job supportsapier2013-11-291-2/+4
|
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-0/+43