summaryrefslogtreecommitdiffstats
path: root/src/Bindings/LuaChunkStay.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-04-16Using Super.Mattes D1-3/+3
2017-08-03Removed unused forward declarations (#3888)Lukas Pioch1-1/+0
2017-05-21Clang 5.0 fixesLukas Pioch1-1/+1
- Added override keyword - Removed inherited member variables
2016-08-14Fixed cWorld:ChunkStay bindings. (#3319)Mattes D1-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.
2016-06-27LuaState: Implemented proper locking for cCallback.Mattes D1-3/+3
2016-02-05Bulk clearing of whitespaceLogicParrot1-10/+10
2014-09-26Removed a few unnessicary includesTycho1-0/+1
2014-02-10Rewritten Lua ChunkStay API into a single function, cWorld:ChunkStay().madmaxoft1-20/+28
This fixes problems with indeterminate class object lifespan (Lua-GC) and forgetting to disable it or keep it until ready.
2014-02-09First working version of cLuaChunkStay.madmaxoft1-7/+14
It works, but has random failures, probably due to threading issues.
2014-02-09Initial Lua cChunkStay export.madmaxoft1-0/+58