summaryrefslogtreecommitdiffstats
path: root/src/Bindings/AllToLua.pkg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rewritten Lua ChunkStay API into a single function, cWorld:ChunkStay().madmaxoft2014-02-101-2/+0
| | | | This fixes problems with indeterminate class object lifespan (Lua-GC) and forgetting to disable it or keep it until ready.
* Initial Lua cChunkStay export.madmaxoft2014-02-091-0/+2
|
* Exported cFloater to the Lua API.STRWarrior2014-01-191-0/+1
|
* Merge pull request #532 from mc-server/LuaStateErrorHandlerMattes D2014-01-121-2/+0
|\ | | | | Lua state error handler
| * Removed an unused file.madmaxoft2014-01-111-2/+0
| |
* | Move biome definition to separate filesBill Derouin2014-01-091-0/+1
|/
* Exported E_EFFECTS_<Effect> to lua. Forgot to commit Globals.h.STRWarrior2013-12-141-0/+1
|
* Exported the cTNTEntitySTRWarrior2013-12-141-0/+1
|
* Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-081-0/+82
Ref.: #407