summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Slime.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed all Printf-family functions from StringUtils.Mattes D2023-05-161-2/+2
* Apply tigerw's suggestion.KingCol132021-12-181-9/+8
* Add delay to new slime spawns after slime death.Kingsley Collie2021-12-181-4/+13
* Update entity sizesTiger Wang2021-04-121-2/+2
* Replaced cpp14::make_unique<> with std::make_unique<>.Mattes D2020-08-011-1/+1
* Using Super.Mattes D2020-04-161-3/+3
* Add ambient mob sounds (#4521)Mat2020-03-221-0/+1
* Fixed MSVC warnings (#4400)Mattes D2019-09-271-1/+1
* Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell102018-08-291-2/+2
* Changed entity ownership model to use smart pointersTiger Wang2017-08-071-2/+2
* FastRandom rewrite (#3754)peterbell102017-06-131-3/+3
* Updated sounds and effect IDs (#3422)mathiascode2017-02-151-8/+5
* Bulk clearing of whitespaceLogicParrot2016-02-051-1/+1
* fix cavespider poisoning even if attack is in cooldownGargaj2015-11-081-2/+4
* Make -Werror disabling file onlytycho2015-05-191-1/+1
* GetSizeName of cSlime and cMagmaCube is now staticTristan2015-05-091-1/+1
* Initial convertion of a_Dt to std::chronoTycho2015-01-111-1/+1
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-1/+1
* Fixed slime-related comments.madmaxoft2014-07-181-2/+2
* Slime sizes are 1, 2 or 4 and not 1, 2 or 3.Howaner2014-07-181-2/+2
* Split into more lines.Howaner2014-07-171-5/+9
* Fixed many slime bugs.Howaner2014-07-171-1/+67
* Fixed Formatting, Added DropChances and CanPickUpLoot attributes to MonstersTheJumper2014-02-231-2/+9
* Moved source to srcAlexander Harkness2013-11-241-0/+29