summaryrefslogtreecommitdiffstats
path: root/src/Mobs/MonsterTypes.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-11-23Adding new monster types to enum and saving/loading for easier future implementation (#4941)12xx121-1/+40
* added new monster types to enum added string <-> enum conversion in namespace serializer added loading functions added to saving * renamed zombie pigman to zombified piglins in enum Co-authored-by: 12xx12 <12xx12100@gmail.com> Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com>
2020-04-10Oops, remember to save your files!Alexander Harkness1-36/+1
2020-04-10Add Zombie VillagersBond-0091-0/+36
2020-04-04Implement wither skeletons (#4563)Mat1-0/+1
2020-04-03Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)Mattes D1-37/+32
The BlockID.h file was removed from Globals.h and renamed to BlockType.h (main change) The BlockInfo.h file was removed from Globals.h (main change) The ENUM_BLOCK_ID and ENUM_ITEM_ID enum names were replaced with ENUM_BLOCK_TYPE and ENUM_ITEM_TYPE (cosmetics) The various enums, such as eDimension, eDamageType and eExplosionSource were moved from BlockType.h to Defines.h, together with the helper functions for converting between them and strings (StringToDimension et al.) (minor) Many inline functions were moved from headers to their respective cpp files, so that BlockType.h could be included only into the cpp file, rather than the header. That broke our tests a bit, since they pick bits and pieces out of the main code and provide stubs for the rest; they had to be re-stubbed and re-verified. eMonsterType values are no longer tied to E_ITEM_SPAWN_EGG_META_* values
2016-02-05Bulk clearing of whitespaceLogicParrot1-1/+1
2016-01-31Updated old forum linksMathias1-1/+1
2015-07-31Unified the doxy-comment format.Mattes D1-1/+4
2014-12-20Added RabbitsMasy981-0/+1
2014-12-18Added Entity GuardianMasy981-0/+1
2014-12-17derpHowaner1-1/+1
2014-12-17Added comment.Howaner1-1/+1
2014-12-17Fixed eMonsterType lua bugs.Howaner1-0/+1
2014-11-29Mark StringToMobType() as deprecated. Use cMonster:StringToMobType() insteadHowaner1-9/+1
2014-10-05Fixed eMonsterType Lua API mismatch.madmaxoft1-0/+13
2014-09-17Added first test to show the object can be createdTycho1-0/+41