Minor notes in todo.txt

This commit is contained in:
Kayne Ruse
2014-10-19 05:16:42 +11:00
parent 40c76b4285
commit 0e3a042fbb
+25 -1
View File
@@ -2,6 +2,7 @@ TODO: Get the rooms working, even if only via hotkeys
TODO: SerialPacketType::CHARACTER_LOCATION, CHARACTER_MOVE, CHARACTER_TELEPORT, ROOM_CHANGE, etc.
TODO: Fix shoddy movement
TODO: Handle statistics server-side
TODO: Periodic mass server saves
TODO: Remove the big "Shut Down" button
TODO: Make a way for the server owner to control the server directly
@@ -12,4 +13,27 @@ TODO: Authentication
TODO: Time delay for requesting region packets
TODO: A proper logging system
TODO: Update Codebase with the improvements from Tortuga
TODO: Update Codebase with the improvements from Tortuga
-------------------------
Serial Packet Types
-------------------------
//character management
* CHARACTER_CREATE //make this character
* CHARACTER_DELETE //unmake this character
* CHARACTER_LOAD //load this character into the world
* CHARACTER_UNLOAD //unload this character from the world
//find out info from the server
* CHARACTER_QUERY_EXISTS //also sends the owner's info
* CHARACTER_QUERY_LOCATION
* CHARACTER_get all the entities within a distance of this
//set the info in the server
* CHARACTER_SET_ORIGIN
* CHARACTER_SET_MOTION
//authentication, character index => character stats
CHARACTER_STATS_REQUEST
CHARACTER_STATS_RESPONSE