summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Blaze.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-4/+4
|
* Nullify deleted pointers.archshift2014-06-191-0/+1
|
* Fixed deadlock when moving players to other worlds.Mattes D2014-06-081-1/+1
| | | | Fixes #1039, fixes #851
* Fixed mob hitbox sizes, removed TODOsarchshift2014-06-071-2/+1
| | | | | Measured bat and blaze in vanilla, updated values. Cavespiders are, in fact, passive in the day.
* Fixed projectile source filenames, indentationsarchshift2014-04-281-1/+1
|
* Moved cFireChargeEntity out of ProjectileEntity.harchshift2014-04-271-0/+1
|
* More fixes to get it to compile for me on Mac 10.9. Mostly just newline additions, but some of the unused variables were causing errors, so I wrapped them in #ifndef __APPLE__ calls, since I didn't know if they were going to be used in the future.Samuel Barney2014-03-251-1/+1
| | | | Also had to undefine TOLUA_TEMPLATE_BIND a couple of times.
* Fixed Formatting, Added DropChances and CanPickUpLoot attributes to MonstersTheJumper2014-02-231-1/+5
|
* Moved source to srcAlexander Harkness2013-11-241-0/+52