summaryrefslogtreecommitdiffstats
path: root/src/Mobs/MagmaCube.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bulk clearing of whitespaceLogicParrot2016-02-051-2/+2
|
* Unified the doxy-comment format.Mattes D2015-07-311-2/+2
|
* GetSizeName of cSlime and cMagmaCube is now staticTristan2015-05-091-1/+1
|
* Big Magma Cube can now spawnTri1252015-05-071-1/+1
| | | | Following the same method as the Slime, Magma Cube can now spawn with the size of 1, 2 or 4.
* Fixed the sound issue with the MagmaCubeTri1252015-05-071-0/+4
| | | | | | -Name of the sound is correctly capitalized -Get the appropriate sound depending on its size
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-1/+1
|
* Removed redundant semicolons and re-added warningarchshift2014-07-241-1/+1
|
* Rename mob source files to fit CamelCase.archshift2014-04-241-0/+31
Rename Cavespider.cpp to CaveSpider.cpp Rename Cavespider.h to CaveSpider.h Rename Magmacube.cpp to MagmaCube.cpp Rename Magmacube.h to MagmaCube.h Rename Zombiepigman.cpp to ZombiePigman.cpp Rename Zombiepigman.h to ZombiePigman.h