summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Spider.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update entity sizesTiger Wang2021-04-121-1/+1
|
* Monsters: improve targetingTiger Wang2020-12-211-4/+1
| | | | | | * Replace DoWithNearestPlayer with bounding box search (avoid iterating through all players in world). * Do line-of-sight checks from eye-to-eye. + Added LOS and LOS lost timer to target lost checks, in addition to distance.
* Using Super.Mattes D2020-04-161-3/+3
|
* Add ambient mob sounds (#4521)Mat2020-03-221-1/+1
|
* Spider should attack only when the light level is lower than 11 (#3815)Bond-0092017-06-301-1/+4
|
* Updated sounds and effect IDs (#3422)mathiascode2017-02-151-1/+1
|
* Spectators added (#2852)bibo382016-10-121-3/+3
|
* Spiders now friendly at daylight, new cChunk functionsLogicParrot2016-01-211-5/+10
|
* Improved spider AIscribblemaniac2015-07-161-1/+41
| | | | Fixes #2335
* Make -Werror disabling file onlytycho2015-05-191-1/+1
| | | | Ad fix a load of warnings
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-2/+2
|
* Fixed Formatting, Added DropChances and CanPickUpLoot attributes to MonstersTheJumper2014-02-231-2/+10
|
* Moved source to srcAlexander Harkness2013-11-241-0/+27