summaryrefslogtreecommitdiffstats
path: root/src/Bindings/LuaChunkStay.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed unused forward declarations (#3888)Lukas Pioch2017-08-031-1/+0
|
* Clang 5.0 fixesLukas Pioch2017-05-211-1/+1
| | | | | - Added override keyword - Removed inherited member variables
* Fixed cWorld:ChunkStay bindings. (#3319)Mattes D2016-08-141-9/+4
| | | | | | Introduced new cLuaState::cOptionalCallback for representing optional callbacks (nil from Lua side). Introduced new cLuaState::cStackTable class for easy access to Lua table's elements. Fixes #3305.
* LuaState: Implemented proper locking for cCallback.Mattes D2016-06-271-3/+3
|
* Bulk clearing of whitespaceLogicParrot2016-02-051-10/+10
|
* Removed a few unnessicary includesTycho2014-09-261-0/+1
|
* Rewritten Lua ChunkStay API into a single function, cWorld:ChunkStay().madmaxoft2014-02-101-20/+28
| | | | This fixes problems with indeterminate class object lifespan (Lua-GC) and forgetting to disable it or keep it until ready.
* First working version of cLuaChunkStay.madmaxoft2014-02-091-7/+14
| | | | It works, but has random failures, probably due to threading issues.
* Initial Lua cChunkStay export.madmaxoft2014-02-091-0/+58