1
0
cuberite-2a/src/Mobs
Dave Tucker 83870f9fc0 Add enum for Sound and Particle Effects
Fixes #2603

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
2015-11-24 13:21:40 +00:00
..
AggressiveMonster.cpp fix cavespider poisoning even if attack is in cooldown 2015-11-08 21:01:02 +01:00
AggressiveMonster.h Add comment to Attack() return values 2015-11-09 15:51:35 +01:00
Bat.cpp Changed air drag units to 'interpolated ticks' per second 2015-03-31 11:03:35 -04:00
Bat.h Removed redundant semicolons and re-added warning 2014-07-24 11:21:37 -07:00
Blaze.cpp fix cavespider poisoning even if attack is in cooldown 2015-11-08 21:01:02 +01:00
Blaze.h fix cavespider poisoning even if attack is in cooldown 2015-11-08 21:01:02 +01:00
CaveSpider.cpp fix cavespider poisoning even if attack is in cooldown 2015-11-08 21:01:02 +01:00
CaveSpider.h fix cavespider poisoning even if attack is in cooldown 2015-11-08 21:01:02 +01:00
Chicken.cpp Fix chicken flying 2015-11-08 22:34:35 +01:00
Chicken.h change from single followable item to multiple 2015-11-23 22:20:31 +01:00
CMakeLists.txt Silenced and fixed many warning messages across multiple files. 2015-07-29 09:49:30 -06:00
Cow.cpp Make -Werror disabling file only 2015-05-19 19:32:10 +01:00
Cow.h change from single followable item to multiple 2015-11-23 22:20:31 +01:00
Creeper.cpp fix cavespider poisoning even if attack is in cooldown 2015-11-08 21:01:02 +01:00
Creeper.h fix cavespider poisoning even if attack is in cooldown 2015-11-08 21:01:02 +01:00
EnderDragon.cpp Moved source to src 2013-11-24 14:19:41 +00:00
EnderDragon.h En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
Enderman.cpp neutral mobs shouldn't chase the player unless aggro'd 2015-11-08 23:42:26 +01:00
Enderman.h Initial convertion of a_Dt to std::chrono 2015-01-11 21:12:26 +00:00
Ghast.cpp fix cavespider poisoning even if attack is in cooldown 2015-11-08 21:01:02 +01:00
Ghast.h fix cavespider poisoning even if attack is in cooldown 2015-11-08 21:01:02 +01:00
Giant.cpp Merge remote-tracking branch 'origin/master' into foldermove2 2013-11-24 14:37:03 +00:00
Giant.h En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
Guardian.cpp Disabled squids and Guardians pathfinding, #2460 2015-09-27 19:48:37 +03:00
Guardian.h Initial convertion of a_Dt to std::chrono 2015-01-11 21:12:26 +00:00
Horse.cpp Add enum for Sound and Particle Effects 2015-11-24 13:21:40 +00:00
Horse.h Fixed missing overrides and added a ignore flag for reserved macro for clang version 3.6 and higher. 2015-05-23 16:28:37 +02:00
IncludeAllMonsters.h Added Rabbits 2014-12-20 10:31:34 +01:00
IronGolem.cpp Update IronGolem.cpp 2015-04-17 21:18:34 +03:00
IronGolem.h En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
MagmaCube.cpp GetSizeName of cSlime and cMagmaCube is now static 2015-05-08 20:50:05 -04:00
MagmaCube.h Unified the doxy-comment format. 2015-07-31 16:49:10 +02:00
Monster.cpp Add enum for Sound and Particle Effects 2015-11-24 13:21:40 +00:00
Monster.h changed mob age from char to int 2015-11-16 14:13:44 +01:00
MonsterTypes.h Unified the doxy-comment format. 2015-07-31 16:49:10 +02:00
Mooshroom.cpp Spawn baby mobs 2015-07-16 22:49:55 +02:00
Mooshroom.h change from single followable item to multiple 2015-11-23 22:20:31 +01:00
Ocelot.h Removed redundant semicolons and re-added warning 2014-07-24 11:21:37 -07:00
PassiveAggressiveMonster.cpp neutral mobs shouldn't chase the player unless aggro'd 2015-11-08 23:42:26 +01:00
PassiveAggressiveMonster.h neutral mobs shouldn't chase the player unless aggro'd 2015-11-08 23:42:26 +01:00
PassiveMonster.cpp change from single followable item to multiple 2015-11-23 22:20:31 +01:00
PassiveMonster.h change from single followable item to multiple 2015-11-23 22:20:31 +01:00
Path.cpp Blocks outside the world are never solid 2015-11-13 11:50:21 +00:00
Path.h Namechange to Cuberite 2015-09-25 10:14:17 +02:00
Pig.cpp Spawn baby mobs 2015-07-16 22:49:55 +02:00
Pig.h change from single followable item to multiple 2015-11-23 22:20:31 +01:00
Rabbit.cpp Added Rabbit Metadata values. 2015-07-17 01:09:06 +02:00
Rabbit.h change from single followable item to multiple 2015-11-23 22:20:31 +01:00
Sheep.cpp Add enum for Sound and Particle Effects 2015-11-24 13:21:40 +00:00
Sheep.h change from single followable item to multiple 2015-11-23 22:20:31 +01:00
Silverfish.h Removed redundant semicolons and re-added warning 2014-07-24 11:21:37 -07:00
Skeleton.cpp fix cavespider poisoning even if attack is in cooldown 2015-11-08 21:01:02 +01:00
Skeleton.h fix cavespider poisoning even if attack is in cooldown 2015-11-08 21:01:02 +01:00
Slime.cpp fix cavespider poisoning even if attack is in cooldown 2015-11-08 21:01:02 +01:00
Slime.h fix cavespider poisoning even if attack is in cooldown 2015-11-08 21:01:02 +01:00
SnowGolem.cpp Silenced and fixed many warning messages across multiple files. 2015-07-29 09:49:30 -06:00
SnowGolem.h Initial convertion of a_Dt to std::chrono 2015-01-11 21:12:26 +00:00
Spider.cpp Improved spider AI 2015-07-16 11:15:57 -06:00
Spider.h Improved spider AI 2015-07-16 11:15:57 -06:00
Squid.cpp Disabled squids and Guardians pathfinding, #2460 2015-09-27 19:48:37 +03:00
Squid.h Initial convertion of a_Dt to std::chrono 2015-01-11 21:12:26 +00:00
Villager.cpp Unified the doxy-comment format. 2015-07-31 16:49:10 +02:00
Villager.h Unified the doxy-comment format. 2015-07-31 16:49:10 +02:00
Witch.cpp Make -Werror disabling file only 2015-05-19 19:32:10 +01:00
Witch.h En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
Wither.cpp Initial convertion of a_Dt to std::chrono 2015-01-11 21:12:26 +00:00
Wither.h Initial convertion of a_Dt to std::chrono 2015-01-11 21:12:26 +00:00
Wolf.cpp fix cavespider poisoning even if attack is in cooldown 2015-11-08 21:01:02 +01:00
Wolf.h fix cavespider poisoning even if attack is in cooldown 2015-11-08 21:01:02 +01:00
Zombie.cpp Make -Werror disabling file only 2015-05-19 19:32:10 +01:00
Zombie.h AI - Better daylight handling 2015-05-02 14:32:33 +03:00
ZombiePigman.cpp Make -Werror disabling file only 2015-05-19 19:32:10 +01:00
ZombiePigman.h En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00