Added some structures to SerialPacket, and serial.cpp

I've also created the Statistics structure for simplicity.
This commit is contained in:
Kayne Ruse
2014-05-26 00:49:31 +10:00
parent c575ee9ce1
commit 1dd8042d3d
8 changed files with 243 additions and 80 deletions
+7 -4
View File
@@ -1,7 +1,10 @@
* I need to keep the documentation up to date. Namely, the GDD is getting out of date.
* How many lookups is the map system using?
* Hook the serial packet to the network utility
* I completely forgot about status ailments
TODO: I need to keep the documentation up to date. Namely, the GDD is getting out of date.
TODO: How many lookups is the map system using?
TODO: Hook the serial packet to the network utility
TODO: I completely forgot about status ailments
TODO: Time delay for requesting region packets
TODO: command line parameters overriding config.cfg settings
TODO: inplementing SerialPacket in NetworkUtility
--Battle System--