Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-03-07 | Add Lua Bindings for FlowerPotEntity.h and add documentation. | Howaner | 1 | -0/+2 | |
2014-03-02 | Exported cBlockInfo | andrew | 1 | -0/+1 | |
2014-03-01 | Exported and documented cScoreboard | andrew | 1 | -0/+1 | |
2014-02-24 | Fixed tolua export for Byte. | madmaxoft | 1 | -0/+7 | |
No longer treated as an unknown class. | |||||
2014-02-23 | Documented and exported cMapManager | andrew | 1 | -0/+1 | |
2014-02-22 | Documented and exported cMap | andrew | 1 | -0/+1 | |
2014-02-18 | Properly exported and documented paintings | Tiger Wang | 1 | -0/+1 | |
2014-02-15 | Implemented cCompositeChat. | madmaxoft | 1 | -0/+1 | |
This allows plugins to send composite chat messages, containing URLs, commands to run and cmdline suggestions. Fixes #678. | |||||
2014-02-14 | Send map when selected | andrew | 1 | -0/+1 | |
2014-02-10 | Rewritten Lua ChunkStay API into a single function, cWorld:ChunkStay(). | madmaxoft | 1 | -2/+0 | |
This fixes problems with indeterminate class object lifespan (Lua-GC) and forgetting to disable it or keep it until ready. | |||||
2014-02-09 | Initial Lua cChunkStay export. | madmaxoft | 1 | -0/+2 | |
2014-01-25 | Fixed exports | Tycho | 1 | -1/+0 | |
2014-01-22 | Fixed spelling error | Tycho | 1 | -1/+1 | |
2014-01-22 | Added manual bindings for moved functions | Tycho | 1 | -0/+1 | |
2014-01-19 | Exported cFloater to the Lua API. | STRWarrior | 1 | -0/+1 | |
2014-01-11 | Removed an unused file. | madmaxoft | 1 | -2/+0 | |
2014-01-09 | Move biome definition to separate files | Bill Derouin | 1 | -0/+1 | |
2013-12-14 | Exported E_EFFECTS_<Effect> to lua. Forgot to commit Globals.h. | STRWarrior | 1 | -0/+1 | |
2013-12-14 | Exported the cTNTEntity | STRWarrior | 1 | -0/+1 | |
2013-12-08 | Moved bindings-related to a Bindings subfolder. | madmaxoft | 1 | -0/+82 | |
Ref.: #407 |