summaryrefslogtreecommitdiffstats
path: root/src/Mobs/AggressiveMonster.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplified Attack() tracingTiger Wang2014-02-121-1/+6
|
* Fixed #627Tiger Wang2014-02-111-2/+9
| | | | | | | - Attack() is now called from cAggressive instead of cMonster * Monsters can no longer attack through walls * Should fix last remnants of player damage after teleporting (that both STR and bearbin contributed fixes to :P)
* Attack() is no longer always calledTiger Wang2014-01-251-1/+1
|
* Large reworking of mob code [SEE DESC]Tiger Wang2014-01-241-33/+32
| | | | | | | + Implemented better pathfinding - Removed lots of unused variables, functions, etc. * Changed some variable types * Other miscellaneous fixes, and also completes the previous PRs
* Moved source to srcAlexander Harkness2013-11-241-0/+97