summaryrefslogtreecommitdiffstats
path: root/src/Bindings/LuaChunkStay.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some emplace_back replacements (#5149)12xx122021-03-071-1/+1
* Using Super.Mattes D2020-04-161-1/+1
* Fixed cWorld:ChunkStay bindings. (#3319)Mattes D2016-08-141-35/+17
* Converted cLuaState::cCallbackPtr into a UniquePtr.Mattes D2016-06-271-2/+2
* LuaState: Implemented proper locking for cCallback.Mattes D2016-06-271-13/+9
* Bulk clearing of whitespaceLogicParrot2016-02-051-11/+11
* Made -Weverything an error.tycho2015-05-241-3/+3
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-1/+1
* LuaChunkStay: Fixed a crash on unused callback.Mattes D2014-10-171-2/+6
* Removed a few unnessicary includesTycho2014-09-261-1/+0
* remove y-coord from chunksLO1ZB2014-08-281-1/+1
* Normalized comments.madmaxoft2014-07-171-1/+1
* Fixed warnings in Lua helpers.madmaxoft2014-05-011-1/+1
* LuaChunkStay: Removed a debugging output.madmaxoft2014-03-191-3/+0
* Rewritten Lua ChunkStay API into a single function, cWorld:ChunkStay().madmaxoft2014-02-101-26/+120
* First working version of cLuaChunkStay.madmaxoft2014-02-091-9/+36
* Initial Lua cChunkStay export.madmaxoft2014-02-091-0/+52