summaryrefslogtreecommitdiffstats
path: root/src/Mobs/AggressiveMonster.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Pathfinder - approximated paths when original destination unreachableSafwatHalaby2015-05-171-1/+0
|
* A* Pathfinding and better monster AIwiseoldman952015-05-011-5/+2
|
* Monsters will now attack. Additional checks have been added when generating spawn.tumultenrx2015-03-131-3/+2
| | | | Monsters will now attack. Additional checks have been added when generating spawn.
* Converted Monster to std::chronoTycho2015-01-161-1/+1
|
* Initial convertion of a_Dt to std::chronoTycho2015-01-111-3/+3
| | | | also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay
* BasicStyle: Added missing braces to control statements.Mattes D2014-12-051-0/+2
|
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-3/+3
|
* Added first test to show the object can be createdTycho2014-09-171-1/+1
|
* Basic style fixes.madmaxoft2014-07-171-1/+1
|
* Cave spider now poisons its victim, added IsPawn function to Entityarchshift2014-06-171-4/+6
|
* Redstone simulator now directly accesses cChunkTiger Wang2014-04-271-3/+2
| | | | | | * Redstone simulator performance improvements * Added return values to some functions * Minor fixes
* Further refactored, Reverted Minecart changearchshift2014-04-261-2/+2
| | | | Other small changes.
* Moved huge conditional out of InStateChasing(), improving readabilityarchshift2014-04-261-1/+16
| | | | Squashed a warning.
* 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