summaryrefslogtreecommitdiffstats
path: root/src/Entities/WitherSkullEntity.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Exported individual projectile classes to Lua API.Mattes D2014-10-211-2/+10
| | | | They used to be exported, but then they were moved to separate files and those werent' added to the ToLua processing list.
* Removed redundant semicolons and re-added warningarchshift2014-07-241-1/+1
|
* Normalized comments.madmaxoft2014-07-171-1/+1
| | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign.
* Fixed formatting for cWitherSkullEntitymadmaxoft2014-07-171-2/+3
|
* Added classes for splash potions and wither skullsarchshift2014-06-171-0/+34