summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Monster.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added moar mobs!Tiger Wang2013-09-181-21/+23
* Fixed undead burningTiger Wang2013-09-171-1/+1
* Exported cMonster:GetMobType() to the Lua API.madmaxoft2013-09-161-1/+3
* Moved daylight burning directly into cMonster.madmaxoft2013-09-051-0/+7
* Moved entities into the Entities subfolder.madmaxoft2013-08-191-1/+1
* Replaced E_ENTITY_TYPE_XXX with cMonster::mtXXX.madmaxoft2013-08-161-1/+35
* Rewritten entity-on-fire management ("forever on fire" bugs)madmaxoft@gmail.com2013-07-011-2/+2
* Moved physics to the cEntity class from the derivative classes (cMonster, cPickup). Added physics override to cPlayer to disable physics calculations. Fixed bug with pitch calculations on mobs.keyboard.osh@gmail.com2013-04-221-6/+0
* Rewritten entities so that they are owned by individual chunks and ticked within their chunk's Tick()madmaxoft@gmail.com2013-04-131-8/+8
* Moved the Speed member into cEntity class instead of its descendants.madmaxoft@gmail.com2013-02-211-1/+0
* MTRand reference is now passed as a Tick() parameter so that it isn't created and destroyed over and over again. All entities will handle physics (empty callback for now)madmaxoft@gmail.com2012-12-221-8/+8
* Reduced most mobs' constructors to oneliners by passing parameters to superclassesmadmaxoft@gmail.com2012-12-221-2/+10
* Added sounds to levers and mobsluksor111@gmail.com2012-12-211-0/+3
* Reworked the IsA() / GetClass() framework to actually be useful. Added GetParentClass().madmaxoft@gmail.com2012-12-211-3/+2
* Refactored the TakeDamage API to take equipped weapon and armor into consideration (PvP untested)madmaxoft@gmail.com2012-12-211-10/+15
* Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com2012-09-241-3/+3
* Source files cleanup: Mobs-related files in a separate subfolder, renamed.madmaxoft@gmail.com2012-09-231-0/+101