Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-03-19 | AllToLua: Fixed cMonster inheritance. | Mattes D | 1 | -2/+2 | |
2015-03-19 | AllToLua: Removed an unneeded class declaration. | Mattes D | 1 | -8/+0 | |
It's perfectly possible to declare a class in ManualBindings without the need for declaration in AllToLua.pkg. | |||||
2015-03-19 | AllToLua: Fixed the parse order for bindings generation. | Mattes D | 1 | -26/+45 | |
Fixes #1789. | |||||
2014-11-29 | Many api fixes, add vanilla names to mob type -> string functions and mob spawner fixes. | Howaner | 1 | -0/+1 | |
2014-10-23 | Merged IniFile into main MCS sources. | Mattes D | 1 | -1/+1 | |
2014-10-21 | Properly exported cItemFrame and cHangingEntity to Lua. | Mattes D | 1 | -0/+2 | |
2014-10-21 | Exported individual projectile classes to Lua API. | Mattes D | 1 | -1/+11 | |
They used to be exported, but then they were moved to separate files and those werent' added to the ToLua processing list. | |||||
2014-10-05 | Fixed eMonsterType Lua API mismatch. | madmaxoft | 1 | -0/+1 | |
2014-08-21 | Removed cGroup and cGroupManager. | Mattes D | 1 | -1/+0 | |
2014-07-30 | Exported the beacon. | Howaner | 1 | -0/+1 | |
2014-07-30 | Exported cMojangAPI to Lua. | madmaxoft | 1 | -0/+1 | |
2014-06-19 | EntityEffects.x -> EntityEffect.x, Object-Oriented effects | archshift | 1 | -1/+1 | |
Changed effect map to take a pointer of the effect as a result. | |||||
2014-06-17 | Moved Effects.h to EntityEffects.h, added initial impl | archshift | 1 | -1/+1 | |
2014-05-11 | Statistic Manager | andrew | 1 | -0/+1 | |
2014-03-11 | Unified Matrix4 code | andrew | 1 | -1/+0 | |
2014-03-11 | Unified Vector classes | andrew | 1 | -3/+7 | |
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 |