summaryrefslogtreecommitdiffstats
path: root/src/Mobs/MagmaCube.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-02Only nether-native mobs can see through lavaRorkh1-8/+8
2021-04-12Update entity sizesTiger Wang1-1/+9
2020-04-16Using Super.Mattes D1-1/+1
2020-03-22Add ambient mob sounds (#4521)Mat1-1/+1
2018-07-26CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell101-0/+2
2017-02-15Updated sounds and effect IDs (#3422)mathiascode1-7/+4
2015-05-09GetSizeName of cSlime and cMagmaCube is now staticTristan1-1/+1
2015-05-07Fixed the sound issue with the MagmaCubeTri1251-2/+12
2014-04-24Fixed references to renamed files.archshift1-1/+1
2014-04-24Rename mob source files to fit CamelCase.archshift1-1/+0
2014-02-24Fixed Formatting, added compiler warning suppressing methods, fixed commentsTheJumper1-0/+1
2014-02-23Fixed Formatting, Added DropChances and CanPickUpLoot attributes to MonstersTheJumper1-1/+4
2014-02-21Fixed Mob Drops, Add Rare and Uncommon Drops, Looting inflicts DropsTheJumper1-1/+4
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-10-20Fixed loading allowed mobs in world.madmaxoft1-1/+1
2013-09-21Linux compilation fix #2.madmaxoft1-1/+1
2013-09-18Added moar mobs!Tiger Wang1-4/+4
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-27/+27
2013-07-01Rewritten entity-on-fire management ("forever on fire" bugs)madmaxoft@gmail.com1-3/+4
2012-12-22Reduced most mobs' constructors to oneliners by passing parameters to superclassesmadmaxoft@gmail.com1-5/+2
2012-12-21Added sounds to levers and mobsluksor111@gmail.com1-0/+2
2012-12-21Reworked the IsA() / GetClass() framework to actually be useful. Added GetParentClass().madmaxoft@gmail.com1-9/+0
2012-12-21Refactored the TakeDamage API to take equipped weapon and armor into consideration (PvP untested)madmaxoft@gmail.com1-17/+4
2012-10-19Added spawn eggs with mobs (patch committed by Luksor)madmaxoft@gmail.com1-0/+49