Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implemented brewing | Lukas Pioch | 2015-11-03 | 1 | -0/+1 |
| | |||||
* | AllToLua: Fixed cMonster inheritance. | Mattes D | 2015-03-19 | 1 | -2/+2 |
| | |||||
* | AllToLua: Removed an unneeded class declaration. | Mattes D | 2015-03-19 | 1 | -8/+0 |
| | | | | It's perfectly possible to declare a class in ManualBindings without the need for declaration in AllToLua.pkg. | ||||
* | AllToLua: Fixed the parse order for bindings generation. | Mattes D | 2015-03-19 | 1 | -26/+45 |
| | | | | Fixes #1789. | ||||
* | Many api fixes, add vanilla names to mob type -> string functions and mob spawner fixes. | Howaner | 2014-11-29 | 1 | -0/+1 |
| | |||||
* | Merged IniFile into main MCS sources. | Mattes D | 2014-10-23 | 1 | -1/+1 |
| | |||||
* | Properly exported cItemFrame and cHangingEntity to Lua. | Mattes D | 2014-10-21 | 1 | -0/+2 |
| | |||||
* | Exported individual projectile classes to Lua API. | Mattes D | 2014-10-21 | 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. | ||||
* | Fixed eMonsterType Lua API mismatch. | madmaxoft | 2014-10-05 | 1 | -0/+1 |
| | |||||
* | Removed cGroup and cGroupManager. | Mattes D | 2014-08-21 | 1 | -1/+0 |
| | |||||
* | Merge pull request #1255 from mc-server/NameToUUID | Mattes D | 2014-08-01 | 1 | -0/+1 |
|\ | | | | | Name to UUID | ||||
| * | Exported cMojangAPI to Lua. | madmaxoft | 2014-07-30 | 1 | -0/+1 |
| | | |||||
* | | Exported the beacon. | Howaner | 2014-07-30 | 1 | -0/+1 |
|/ | |||||
* | EntityEffects.x -> EntityEffect.x, Object-Oriented effects | archshift | 2014-06-19 | 1 | -1/+1 |
| | | | | Changed effect map to take a pointer of the effect as a result. | ||||
* | Moved Effects.h to EntityEffects.h, added initial impl | archshift | 2014-06-17 | 1 | -1/+1 |
| | |||||
* | Statistic Manager | andrew | 2014-05-11 | 1 | -0/+1 |
| | |||||
* | Unified Matrix4 code | andrew | 2014-03-11 | 1 | -1/+0 |
| | |||||
* | Unified Vector classes | andrew | 2014-03-11 | 1 | -3/+7 |
| | |||||
* | Add Lua Bindings for FlowerPotEntity.h and add documentation. | Howaner | 2014-03-07 | 1 | -0/+2 |
| | |||||
* | Exported cBlockInfo | andrew | 2014-03-02 | 1 | -0/+1 |
| | |||||
* | Exported and documented cScoreboard | andrew | 2014-03-01 | 1 | -0/+1 |
| | |||||
* | Fixed tolua export for Byte. | madmaxoft | 2014-02-24 | 1 | -0/+7 |
| | | | | No longer treated as an unknown class. | ||||
* | Documented and exported cMapManager | andrew | 2014-02-23 | 1 | -0/+1 |
| | |||||
* | Documented and exported cMap | andrew | 2014-02-22 | 1 | -0/+1 |
| | |||||
* | Manual merge (Fixed conflicts) | andrew | 2014-02-20 | 1 | -0/+2 |
|\ | |||||
| * | Properly exported and documented paintings | Tiger Wang | 2014-02-18 | 1 | -0/+1 |
| | | |||||
| * | Implemented cCompositeChat. | madmaxoft | 2014-02-15 | 1 | -0/+1 |
| | | | | | | | | | | This allows plugins to send composite chat messages, containing URLs, commands to run and cmdline suggestions. Fixes #678. | ||||
* | | Send map when selected | andrew | 2014-02-14 | 1 | -0/+1 |
|/ | |||||
* | Exported cFloater to the Lua API. | STRWarrior | 2014-01-19 | 1 | -0/+1 |
| | |||||
* | Merge pull request #532 from mc-server/LuaStateErrorHandler | Mattes D | 2014-01-12 | 1 | -2/+0 |
|\ | | | | | Lua state error handler | ||||
| * | Removed an unused file. | madmaxoft | 2014-01-11 | 1 | -2/+0 |
| | | |||||
* | | Move biome definition to separate files | Bill Derouin | 2014-01-09 | 1 | -0/+1 |
|/ | |||||
* | Exported E_EFFECTS_<Effect> to lua. Forgot to commit Globals.h. | STRWarrior | 2013-12-14 | 1 | -0/+1 |
| | |||||
* | Exported the cTNTEntity | STRWarrior | 2013-12-14 | 1 | -0/+1 |
| | |||||
* | Moved bindings-related to a Bindings subfolder. | madmaxoft | 2013-12-08 | 1 | -0/+82 |
Ref.: #407 |