b391dde089
I'm planning on giving each room it's own waypoint manager, so it can compare it's waypoints against the characters in that room alone. If it turns out to be a good pattern, I'll do thae same for monsters.
20 lines
656 B
Plaintext
20 lines
656 B
Plaintext
TODO: In need of script APIs (list)
|
|
* Characters
|
|
* Monsters
|
|
* Waypoints
|
|
|
|
TODO: Account passwords (list)
|
|
* backbone account server OR
|
|
* social network login OR
|
|
* ...
|
|
* salts & hashes
|
|
|
|
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 |