summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Witch.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved source to srcAlexander Harkness2013-11-241-32/+0
* Fixed loading allowed mobs in world.madmaxoft2013-10-201-1/+1
* Changed everyting to Unix line endings.Alexander Harkness2013-07-291-32/+32
* Rewritten entity-on-fire management ("forever on fire" bugs)madmaxoft@gmail.com2013-07-011-2/+2
* Reduced most mobs' constructors to oneliners by passing parameters to superclassesmadmaxoft@gmail.com2012-12-221-3/+2
* Reworked the IsA() / GetClass() framework to actually be useful. Added GetParentClass().madmaxoft@gmail.com2012-12-211-9/+0
* Refactored the TakeDamage API to take equipped weapon and armor into consideration (PvP untested)madmaxoft@gmail.com2012-12-211-23/+10
* Added Bats and Witches.luksor111@gmail.com2012-11-011-0/+55