1
0
Fork 0
cuberite-2a/src/Mobs
Tiger Wang 9c490293b8 Merge remote-tracking branch 'origin/master' into warnings
Conflicts:
	src/Mobs/Monster.cpp
	src/Vector3.h
2015-05-10 12:16:20 +01:00
..
AggressiveMonster.cpp A* Pathfinding and better monster AI 2015-05-01 13:18:47 +03:00
AggressiveMonster.h Converted Monster to std::chrono 2015-01-16 14:38:21 +00: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 Changed air drag units to 'interpolated ticks' per second 2015-03-31 11:03:35 -04:00
Blaze.h Initial convertion of a_Dt to std::chrono 2015-01-11 21:12:26 +00:00
CMakeLists.txt A* Pathfinding and better monster AI 2015-05-01 13:18:47 +03:00
CaveSpider.cpp Initial convertion of a_Dt to std::chrono 2015-01-11 21:12:26 +00:00
CaveSpider.h Initial convertion of a_Dt to std::chrono 2015-01-11 21:12:26 +00:00
Chicken.cpp Initial convertion of a_Dt to std::chrono 2015-01-11 21:12:26 +00:00
Chicken.h Initial convertion of a_Dt to std::chrono 2015-01-11 21:12:26 +00:00
Cow.cpp En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
Cow.h En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
Creeper.cpp Creeper: Fixed skeleton check. 2015-03-21 15:52:49 +01:00
Creeper.h Initial convertion of a_Dt to std::chrono 2015-01-11 21:12:26 +00: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 Initial convertion of a_Dt to std::chrono 2015-01-11 21:12:26 +00:00
Enderman.h Initial convertion of a_Dt to std::chrono 2015-01-11 21:12:26 +00:00
Ghast.cpp Monsters will now attack. Additional checks have been added when generating spawn. 2015-03-13 00:02:36 +01:00
Ghast.h Initial convertion of a_Dt to std::chrono 2015-01-11 21:12:26 +00: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 Initial convertion of a_Dt to std::chrono 2015-01-11 21:12:26 +00:00
Guardian.h Initial convertion of a_Dt to std::chrono 2015-01-11 21:12:26 +00:00
Horse.cpp Initial convertion of a_Dt to std::chrono 2015-01-11 21:12:26 +00:00
Horse.h Initial convertion of a_Dt to std::chrono 2015-01-11 21:12:26 +00: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 GetSizeName of cSlime and cMagmaCube is now static 2015-05-08 20:50:05 -04:00
Monster.cpp Merge remote-tracking branch 'origin/master' into warnings 2015-05-10 12:16:20 +01:00
Monster.h More style checking. 2015-05-09 12:58:54 +02:00
MonsterTypes.h Added Rabbits 2014-12-20 10:31:34 +01:00
Mooshroom.cpp En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
Mooshroom.h En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
Ocelot.h Removed redundant semicolons and re-added warning 2014-07-24 11:21:37 -07:00
PassiveAggressiveMonster.cpp En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
PassiveAggressiveMonster.h Added first test to show the object can be created 2014-09-17 18:40:10 +01:00
PassiveMonster.cpp Initial convertion of a_Dt to std::chrono 2015-01-11 21:12:26 +00:00
PassiveMonster.h Initial convertion of a_Dt to std::chrono 2015-01-11 21:12:26 +00:00
Path.cpp PF - Less calcs per tick 2015-05-10 09:08:42 +03:00
Path.h More style checking. 2015-05-09 12:58:54 +02:00
Pig.cpp A* Pathfinding and better monster AI 2015-05-01 13:18:47 +03:00
Pig.h Initial convertion of a_Dt to std::chrono 2015-01-11 21:12:26 +00:00
Rabbit.cpp Fixed damn empty line with no use 2014-12-20 13:04:42 +01:00
Rabbit.h Fixed damn empty line with no use 2014-12-20 13:04:42 +01:00
Sheep.cpp A* Pathfinding and better monster AI 2015-05-01 13:18:47 +03:00
Sheep.h Initial convertion of a_Dt to std::chrono 2015-01-11 21:12:26 +00:00
Silverfish.h Removed redundant semicolons and re-added warning 2014-07-24 11:21:37 -07:00
Skeleton.cpp AI - Better daylight handling 2015-05-02 14:32:33 +03:00
Skeleton.h AI - Better daylight handling 2015-05-02 14:32:33 +03:00
Slime.cpp GetSizeName of cSlime and cMagmaCube is now static 2015-05-08 20:50:05 -04:00
Slime.h GetSizeName of cSlime and cMagmaCube is now static 2015-05-08 20:50:05 -04:00
SnowGolem.cpp Initial convertion of a_Dt to std::chrono 2015-01-11 21:12:26 +00:00
SnowGolem.h Initial convertion of a_Dt to std::chrono 2015-01-11 21:12:26 +00:00
Spider.cpp En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
Spider.h En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
Squid.cpp Initial convertion of a_Dt to std::chrono 2015-01-11 21:12:26 +00:00
Squid.h Initial convertion of a_Dt to std::chrono 2015-01-11 21:12:26 +00:00
Villager.cpp Entity improvements 2015-05-03 23:58:12 +01:00
Villager.h Initial convertion of a_Dt to std::chrono 2015-01-11 21:12:26 +00:00
Witch.cpp En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07: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 Added support for additional data in the ParticleEffect Packet 2015-05-07 03:47:46 +01:00
Wolf.h Initial convertion of a_Dt to std::chrono 2015-01-11 21:12:26 +00:00
Zombie.cpp AI - Better daylight handling 2015-05-02 14:32:33 +03:00
Zombie.h AI - Better daylight handling 2015-05-02 14:32:33 +03:00
ZombiePigman.cpp En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
ZombiePigman.h En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00