summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/APIDump/Classes/World.lua (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-07-12Changing pickup lifetime and combining semantics, making these adjustable in the lua api. (#3843)Lane Kolbly1-0/+60
2017-07-07Added bed entity (#3823)Lukas Pioch1-0/+29
* Added bed entity * Export cBedEntity to lua * Set color of bed through item damage value * Added bed entity to APIDoc * NBT: Added loading and saving * Crafting recipes for the colored beds
2017-06-24cBlockArea supports block entities. (#3795)Mattes D1-6/+5
2017-05-24Exported boatLukas Pioch1-1/+5
- NBT: Added saving / loading of material - Added the material in the item handler of the boat - Drop the correct boat if destroyed - APIDoc: Added desc and functions
2017-05-08Added missing checks for Initialize function and updated APIDocLukas Pioch1-6/+6
2017-05-02APIDoc: Removed non-existent functions and added missing return typesLukas Pioch1-37/+33
2017-04-30APIDoc: Replaced incorrect param cMonster with eMonsterTypeLukas Pioch1-1/+1
2017-04-05APIDoc: Added missing IsStatic flags and corrected param types.Lukas Pioch1-1/+1
2017-04-04APIDoc: Documented missing functions and variables. (#3634)Lukas Pioch1-0/+17
2016-10-13APIDump: Fixed cWorld:QueueTask signature, moved to separate file. (#3400)Mattes D1-0/+3363