22 lines
855 B
Plaintext
22 lines
855 B
Plaintext
TODO: In need of script APIs (list)
|
|
* Characters
|
|
|
|
TODO: Account passwords (list)
|
|
* backbone account server OR
|
|
* social network login OR
|
|
* ...
|
|
* salts & hashes
|
|
|
|
TODO: Make sure login errors are sent to the client
|
|
TODO: Split config.cfg in two, one for the server and the client
|
|
TODO: Add the "home" parameter to the server's config file
|
|
TODO: Waypoints, with positions and trigger zones (collision areas) for doors, monster spawns, etc.
|
|
TODO: Fix shoddy movement
|
|
TODO: Periodic mass server saves
|
|
TODO: Remove the big "Shut Down" button (currently broken...)
|
|
TODO: Make a way for the server owner to control the server directly
|
|
TODO: The TileSheet class should implement the surface itself
|
|
TODO: Time delay for requesting region packets
|
|
TODO: A proper logging system
|
|
TODO: Fix the const-ness of accessors
|
|
TODO: Add a screenshot of the game to README.md |