summaryrefslogtreecommitdiffstats
path: root/src/Bindings/AllToLua.pkg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* AllToLua: Fixed cMonster inheritance.Mattes D2015-03-191-2/+2
|
* AllToLua: Removed an unneeded class declaration.Mattes D2015-03-191-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 D2015-03-191-26/+45
| | | | Fixes #1789.
* Many api fixes, add vanilla names to mob type -> string functions and mob spawner fixes.Howaner2014-11-291-0/+1
|
* Merged IniFile into main MCS sources.Mattes D2014-10-231-1/+1
|
* Properly exported cItemFrame and cHangingEntity to Lua.Mattes D2014-10-211-0/+2
|
* Exported individual projectile classes to Lua API.Mattes D2014-10-211-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.madmaxoft2014-10-051-0/+1
|
* Removed cGroup and cGroupManager.Mattes D2014-08-211-1/+0
|
* Merge pull request #1255 from mc-server/NameToUUIDMattes D2014-08-011-0/+1
|\ | | | | Name to UUID
| * Exported cMojangAPI to Lua.madmaxoft2014-07-301-0/+1
| |
* | Exported the beacon.Howaner2014-07-301-0/+1
|/
* EntityEffects.x -> EntityEffect.x, Object-Oriented effectsarchshift2014-06-191-1/+1
| | | | Changed effect map to take a pointer of the effect as a result.
* Moved Effects.h to EntityEffects.h, added initial implarchshift2014-06-171-1/+1
|
* Statistic Managerandrew2014-05-111-0/+1
|
* Unified Matrix4 codeandrew2014-03-111-1/+0
|
* Unified Vector classesandrew2014-03-111-3/+7
|
* Add Lua Bindings for FlowerPotEntity.h and add documentation.Howaner2014-03-071-0/+2
|
* Exported cBlockInfoandrew2014-03-021-0/+1
|
* Exported and documented cScoreboardandrew2014-03-011-0/+1
|
* Fixed tolua export for Byte.madmaxoft2014-02-241-0/+7
| | | | No longer treated as an unknown class.
* Documented and exported cMapManagerandrew2014-02-231-0/+1
|
* Documented and exported cMapandrew2014-02-221-0/+1
|
* Manual merge (Fixed conflicts)andrew2014-02-201-0/+2
|\
| * Properly exported and documented paintingsTiger Wang2014-02-181-0/+1
| |
| * Implemented cCompositeChat.madmaxoft2014-02-151-0/+1
| | | | | | | | | | This allows plugins to send composite chat messages, containing URLs, commands to run and cmdline suggestions. Fixes #678.
* | Send map when selectedandrew2014-02-141-0/+1
|/
* 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