Lua Environments
Contents
Environments
Here is an exhaustive list of the different lua environments within Spring, roughly in execution order as a game is loaded.
LuaMenu
Source: rts/Lua/LuaMenu.cpp
Introduced in 104.0, a stripped down environment that starts before the game is loaded and persists through reload.
LuaParser
Source: rts/Lua/LuaParser.cpp
Minimal environment used to parse and load definition files.
LuaIntro
Source: rts/Lua/LuaIntro.cpp
Introduced in 95.0, to allow visual customisation of the loading process.
LuaRules (synced)
Source: rts/Lua/LuaHandle.cpp
Source: rts/Lua/LuaHandleSynced.cpp#L305
The main environment for synced game-controlling mechanics ("gadgets").
LuaRules (unsynced)
Source: rts/Lua/LuaHandle.cpp
Source: rts/Lua/LuaHandleSynced.cpp#L57
The main environment for unsynced game effects, rendering, UI etc. ("gadgets")
LuaGaia (synced)
Source: rts/Lua/LuaGaia.cpp
As LuaRules (synced) but for maps.
LuaGaia (unsynced)
Source: rts/Lua/LuaGaia.cpp
As LuaRules (unsynced) but for maps.
LuaUI
The main environment for toggleable UI elements and controls ("widgets").
Interfaces
The following table demonstrates which interfaces are available to each environment.
LuaMenu | LuaIntro | LuaParser | LuaRules/Gaia (synced) |
LuaRules/Gaia (unsynced) |
LuaUI | |
---|---|---|---|---|---|---|
Lua_ConstGame | - | + | - | + | + | + |
Lua_ConstEngine | + | + | + | + | + | + |
Lua_ConstPlatform | + | + | - | - | + | + |
Lua_UnitDefs | - | - | - | + | + | + |
Lua_WeaponDefs | - | - | - | + | + | + |
Lua_FeatureDefs | - | - | - | + | + | + |
Lua_ConstCOB | - | - | - | + | - | - |
Lua_CMDs | - | + | - | + | + | + |
Lua_UnsyncedRead | +*** | +*** | - | - | + | + |
Lua_UnsyncedCtrl | +*** | +*** | - | + | + | + |
Lua_SyncedRead | - | +*** | - | + | + | +** |
Lua_SyncedCtrl | - | - | - | + | - | - |
Lua_MoveCtrl | - | - | - | + | - | - |
Lua_PathFinder | - | - | - | + | + | + |
Lua_OpenGL_Api | +*** | +*** | - | - | + | + |
Lua_GLSL_Api | +*** | +*** | - | - | + | + |
Lua_FBO_and_RBO | + | + | - | - | + | + |
Lua_UnitRendering | - | - | - | - | + | - |
Lua_Fonts | + | + | - | - | + | + |
Lua_ConstGL | + | + | - | - | + | + |
Lua_VFS | + | + | + | +* | + | + |
Lua_Scream | + | + | - | - | + | + |
Lua_BitOps | - | - | - | + | + | + |
Lua_MathExtra | - | - | - | + | + | + |
Lua_Socket | + | - | - | - | - | + |
* | only VFS.ZIP_ONLY |
** | with special LOS handling and decoy unit handling |
*** | stripped down environment with certain functions removed |
Debug data:
[SQLBagOStuff] MainObjectStash using store ReplicatedBagOStuff
[objectcache] MainWANObjectCache using store EmptyBagOStuff
IP: 3.17.62.86
Start request GET /mediawiki/Lua_Environments
HTTP HEADERS:
CONTENT-TYPE:
CONTENT-LENGTH: 0
X-ORIGINAL-URL: /mediawiki/Lua_Environments
PRIORITY: u=0, i
SEC-FETCH-DEST: document
SEC-FETCH-USER: ?1
SEC-FETCH-MODE: navigate
SEC-FETCH-SITE: none
UPGRADE-INSECURE-REQUESTS: 1
SEC-CH-UA-PLATFORM: "Windows"
SEC-CH-UA-MOBILE: ?0
SEC-CH-UA: "HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"
USER-AGENT: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HOST: zero-k.info
ACCEPT-ENCODING: gzip, deflate, br, zstd
ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7
PRAGMA: no-cache
CONNECTION: close
CACHE-CONTROL: no-cache[localisation] LocalisationCache: using store LCStoreDB
[session] SessionManager using store SqlBagOStuff
[DBReplication] Cannot use ChronologyProtector with EmptyBagOStuff
[DBReplication] Wikimedia\Rdbms\LBFactory::getChronologyProtector: request info {
"IPAddress": "3.17.62.86",
"UserAgent": "Mozilla\/5.0 AppleWebKit\/537.36 (KHTML, like Gecko; compatible; ClaudeBot\/1.0; +claudebot@anthropic.com)",
"ChronologyProtection": false,
"ChronologyPositionIndex": 0,
"ChronologyClientId": false
}[DBConnection] Wikimedia\Rdbms\LoadBalancer::lazyLoadReplicationPositions: executed chronology callback.
[DBConnection] Wikimedia\Rdbms\LoadBalancer::getLocalConnection: connected to database 0 at 'localhost'.
[SQLBagOStuff] Connection mysql object #127 (handle id #121) will be used for SqlBagOStuff
[session] SessionBackend "7bjn9fq9v8epo7mqi70jkkjsu8hcttk6" is unsaved, marking dirty in constructor
[session] SessionBackend "7bjn9fq9v8epo7mqi70jkkjsu8hcttk6" save: dataDirty=1 metaDirty=1 forcePersist=0
[cookie] already deleted setcookie: "wikidb229_mw__session", "", "1712123561", "/", "", "", "1"
[cookie] already deleted setcookie: "wikidb229_mw_UserID", "", "1712123561", "/", "", "", "1"
[cookie] already deleted setcookie: "wikidb229_mw_Token", "", "1712123561", "/", "", "", "1"
[cookie] already deleted setcookie: "forceHTTPS", "", "1712123561", "/", "", "", "1"
[DBConnection] Wikimedia\Rdbms\LoadBalancer::getLocalConnection: connected to database 0 at 'localhost'.
Title::getRestrictionTypes: applicable restrictions to [[Lua Environments]] are {edit,move}
[ContentHandler] Created handler for wikitext: WikitextContentHandler
[MessageCache] MessageCache using store SqlBagOStuff
[SQLBagOStuff] Connection mysql object #127 (handle id #121) will be used for SqlBagOStuff
[SQLBagOStuff] Connection mysql object #127 (handle id #121) will be used for SqlBagOStuff
[SQLBagOStuff] Connection mysql object #127 (handle id #121) will be used for SqlBagOStuff
[SQLBagOStuff] Connection mysql object #127 (handle id #121) will be used for SqlBagOStuff
[SQLBagOStuff] SqlBagOStuff::lock failed due to timeout for wikidb229-mw_:messages:en.
[SQLBagOStuff] Connection mysql object #127 (handle id #121) will be used for SqlBagOStuff
[SQLBagOStuff] Connection mysql object #127 (handle id #121) will be used for SqlBagOStuff
[MessageCache] MessageCache::load: Loading en... local cache is empty, global cache is expired/volatile, loading from database
ParserFactory: using preprocessor: Preprocessor_Hash
Unstubbing $wgLang on call of $wgLang::_unstub from ParserOptions->__construct
[caches] parser: SqlBagOStuff
Article::view using parser cache: yes
[SQLBagOStuff] Connection mysql object #127 (handle id #121) will be used for SqlBagOStuff
[SQLBagOStuff] Connection mysql object #127 (handle id #121) will be used for SqlBagOStuff
Parser cache options found.
[SQLBagOStuff] Connection mysql object #127 (handle id #121) will be used for SqlBagOStuff
[SQLBagOStuff] Connection mysql object #127 (handle id #121) will be used for SqlBagOStuff
ParserOutput cache found.
Article::view: showing parser cache contents
MediaWiki::preOutputCommit: primary transaction round committed
MediaWiki::preOutputCommit: pre-send deferred updates completed
MediaWiki::preOutputCommit: session changes committed
MediaWiki::preOutputCommit: LBFactory shutdown completed
Title::getRestrictionTypes: applicable restrictions to [[Lua Environments]] are {edit,move}