mcserver/source/Protocol
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
..
ChunkDataSerializer.cpp Source files cleanup: ChunkDataSerializer is Protocol-related 2012-09-23 21:37:46 +00:00
ChunkDataSerializer.h Source files cleanup: ChunkDataSerializer is Protocol-related 2012-09-23 21:37:46 +00:00
Protocol.h Refactored the world time. 2012-11-01 21:38:20 +00:00
Protocol125.cpp Refactored the world time. 2012-11-01 21:38:20 +00:00
Protocol125.h Refactored the world time. 2012-11-01 21:38:20 +00:00
Protocol132.cpp My OCD has alpha-sorted some stuff :) 2012-10-21 08:01:59 +00:00
Protocol132.h My OCD has alpha-sorted some stuff :) 2012-10-21 08:01:59 +00:00
Protocol142.cpp Refactored the world time. 2012-11-01 21:38:20 +00:00
Protocol142.h Refactored the world time. 2012-11-01 21:38:20 +00:00
ProtocolRecognizer.cpp Refactored the world time. 2012-11-01 21:38:20 +00:00
ProtocolRecognizer.h Refactored the world time. 2012-11-01 21:38:20 +00:00