Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-03-07 | Some emplace_back replacements (#5149) | 12xx12 | 1 | -1/+1 | |
* replace push_back with emplace_back when a new object was created in the function call | |||||
2020-04-16 | Using Super. | Mattes D | 1 | -1/+1 | |
2016-08-14 | Fixed cWorld:ChunkStay bindings. (#3319) | Mattes D | 1 | -35/+17 | |
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-27 | Converted cLuaState::cCallbackPtr into a UniquePtr. | Mattes D | 1 | -2/+2 | |
2016-06-27 | LuaState: Implemented proper locking for cCallback. | Mattes D | 1 | -13/+9 | |
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -11/+11 | |
2015-05-24 | Made -Weverything an error. | tycho | 1 | -3/+3 | |
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -1/+1 | |
2014-10-20 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -1/+1 | |
2014-10-17 | LuaChunkStay: Fixed a crash on unused callback. | Mattes D | 1 | -2/+6 | |
2014-09-26 | Removed a few unnessicary includes | Tycho | 1 | -1/+0 | |
2014-08-28 | remove y-coord from chunks | LO1ZB | 1 | -1/+1 | |
2014-07-17 | Normalized comments. | madmaxoft | 1 | -1/+1 | |
This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign. | |||||
2014-05-01 | Fixed warnings in Lua helpers. | madmaxoft | 1 | -1/+1 | |
2014-03-19 | LuaChunkStay: Removed a debugging output. | madmaxoft | 1 | -3/+0 | |
2014-02-10 | Rewritten Lua ChunkStay API into a single function, cWorld:ChunkStay(). | madmaxoft | 1 | -26/+120 | |
This fixes problems with indeterminate class object lifespan (Lua-GC) and forgetting to disable it or keep it until ready. | |||||
2014-02-09 | First working version of cLuaChunkStay. | madmaxoft | 1 | -9/+36 | |
It works, but has random failures, probably due to threading issues. | |||||
2014-02-09 | Initial Lua cChunkStay export. | madmaxoft | 1 | -0/+52 | |