Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-09-29 | Refactored more of Entities and BlockEntities to use Vector3. (#4403) | Mattes D | 1 | -0/+10 | |
2018-04-11 | Smelting Gives Experience (#4094) | Alex Sweet | 1 | -0/+10 | |
* Smelting Exp Smelting now gives experience * Furnace.txt update Exp rewards are entered in furnace.txt, Reward calculation is now done is the furnaceentity class * furnace.txt update Changed alignment tabs to spaces Included documentation of exp in recipe * Updated StringToFloat changed strtod to strtof * Explicit Float to Int * Reworked Smelting Rewards * No C casts -Adds new function to the api -Sets reward counter to 0 in furnace constructor * Style and exp lock removed -Fixed style mistakes accoring to PR notes -XP isn't locked to a single player anymore * No Smelter API -Removed SetLastSmelter and GetLastSmelter -Fixed comments -Fixed log reward amounts | |||||
2017-07-07 | Added bed entity (#3823) | Lukas Pioch | 1 | -0/+40 | |
* 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-05-08 | Corrected brewingstand and added support for fuel | Lukas Pioch | 1 | -0/+35 | |
2017-05-02 | APIDoc: Removed non-existent functions and added missing return types | Lukas Pioch | 1 | -17/+0 | |
2017-03-02 | Added missing IsStatic flag to functions. (#3613) | Lukas Pioch | 1 | -0/+1 | |
2016-10-03 | APIDump: Check param and return types. | Mattes D | 1 | -2/+2 | |
2016-09-12 | APIDump: Reformatted the docs to include type information. | Mattes D | 1 | -193/+1240 | |
Also fixed a bit of documentation in the CPP source. | |||||
2016-07-18 | Updated API documentation. | Mattes D | 1 | -39/+71 | |
2016-01-11 | Changed the format of the MobHead data to allow MobHeads working on MInecraft 1.8 | bibo38 | 1 | -2/+5 | |
The NBT format now carries the texture data and transmit it to the client. See: http://minecraft.gamepedia.com/Head#Block_entity Related to #2674 | |||||
2015-11-03 | Implemented brewing | Lukas Pioch | 1 | -0/+41 | |
2015-09-05 | Renamed output directory to Server | Mattes D | 1 | -0/+0 | |
2014-11-29 | Many api fixes, add vanilla names to mob type -> string functions and mob spawner fixes. | Howaner | 1 | -0/+37 | |
2014-07-31 | Updated documentation again. | Howaner | 1 | -4/+4 | |
2014-07-31 | Updated documentation. | Howaner | 1 | -5/+5 | |
2014-07-30 | Added beacon documentation. | Howaner | 1 | -0/+26 | |
2014-03-07 | Link cItem in the documentation | Howaner | 1 | -2/+2 | |
2014-03-07 | Add missing documentation files | Howaner | 1 | -0/+14 | |
2014-02-28 | Documented the changes in cJukeboxEntity. | madmaxoft | 1 | -2/+4 | |
2013-11-23 | APIDump: The descriptions are read from multiple files. | madmaxoft | 1 | -0/+243 | |
All the files in the Classes subfolder are read for class descriptions, and in the Hooks subfolder for the hook descriptions. |