1
0
cuberite-2a/source/Mobs
madmaxoft@gmail.com 4cebaa99f8 Refactored the world time.
Now it is stored in two values - WorldAge (only incremented, plugins cannot change) and TimeOfDay (plugins can change). Since sub-tick precision is needed in Tick(), we store it both as number of seconds (double) and number of ticks (Int64) is calculated off of that.

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1022 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-11-01 21:38:20 +00:00
..
AggressiveMonster.cpp
AggressiveMonster.h
Bat.cpp Added Bats and Witches. 2012-11-01 10:56:47 +00:00
Bat.h Added Bats and Witches. 2012-11-01 10:56:47 +00:00
Blaze.cpp Added spawn eggs with mobs (patch committed by Luksor) 2012-10-19 18:30:46 +00:00
Blaze.h Added spawn eggs with mobs (patch committed by Luksor) 2012-10-19 18:30:46 +00:00
Cavespider.cpp Refactored the world time. 2012-11-01 21:38:20 +00:00
Cavespider.h
Chicken.cpp
Chicken.h
Cow.cpp
Cow.h
Creeper.cpp
Creeper.h
Enderman.cpp Refactored the world time. 2012-11-01 21:38:20 +00:00
Enderman.h
Ghast.cpp
Ghast.h
Magmacube.cpp Added spawn eggs with mobs (patch committed by Luksor) 2012-10-19 18:30:46 +00:00
Magmacube.h Added spawn eggs with mobs (patch committed by Luksor) 2012-10-19 18:30:46 +00:00
Monster.cpp Refactored the world time. 2012-11-01 21:38:20 +00:00
Monster.h
Mooshroom.cpp Added spawn eggs with mobs (patch committed by Luksor) 2012-10-19 18:30:46 +00:00
Mooshroom.h Added spawn eggs with mobs (patch committed by Luksor) 2012-10-19 18:30:46 +00:00
Ocelot.cpp Added spawn eggs with mobs (patch committed by Luksor) 2012-10-19 18:30:46 +00:00
Ocelot.h Added spawn eggs with mobs (patch committed by Luksor) 2012-10-19 18:30:46 +00:00
PassiveAggressiveMonster.cpp
PassiveAggressiveMonster.h
PassiveMonster.cpp
PassiveMonster.h
Pig.cpp
Pig.h
Sheep.cpp
Sheep.h
Silverfish.cpp
Silverfish.h
Skeleton.cpp Refactored the world time. 2012-11-01 21:38:20 +00:00
Skeleton.h
Slime.cpp
Slime.h
Spider.cpp
Spider.h
Squid.cpp
Squid.h
Villager.cpp Added spawn eggs with mobs (patch committed by Luksor) 2012-10-19 18:30:46 +00:00
Villager.h Added spawn eggs with mobs (patch committed by Luksor) 2012-10-19 18:30:46 +00:00
Witch.cpp Added Bats and Witches. 2012-11-01 10:56:47 +00:00
Witch.h Added Bats and Witches. 2012-11-01 10:56:47 +00:00
Wolf.cpp
Wolf.h
Zombie.cpp Refactored the world time. 2012-11-01 21:38:20 +00:00
Zombie.h
Zombiepigman.cpp Refactored the world time. 2012-11-01 21:38:20 +00:00
Zombiepigman.h