Updated todo.txt

I'm so bored I'm working on my game remotely. This is a public access computer without a compiler :/
This commit is contained in:
Kayne Ruse
2014-11-14 10:16:27 +11:00
parent ecd0b43abe
commit a01d75549f
+5 -4
View File
@@ -1,7 +1,9 @@
TODO: All new managers need their internals fleshed out TODO: Account system needs salts & hashes for security
TODO: room_system api TODO: Character system might need an API
TODO: rewrite the main body of the server TODO: Door system needs an API
TODO: monster system needs an API
TODO: rewrite the main body of the server
TODO: I need a better way to handle the statistics TODO: I need a better way to handle the statistics
TODO: Fix shoddy movement TODO: Fix shoddy movement
TODO: Handle statistics server-side TODO: Handle statistics server-side
@@ -14,4 +16,3 @@ TODO: The TileSheet class should implement the surface itself
TODO: Passwords/Authentication TODO: Passwords/Authentication
TODO: Time delay for requesting region packets TODO: Time delay for requesting region packets
TODO: A proper logging system TODO: A proper logging system
TODO: Update Codebase with the improvements from Tortuga