Moved the character's stats into their own database table
This will allow the to be reused elsewhere, as well as cleaning up big blocks of code in the manager's source. BUGFIX: The config's key-value pair overrides now work without requiring a config file specification.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
TODO: Get the rooms working, even if only via hotkeys
|
||||
TODO: Fix shoddy movement
|
||||
TODO: Move the statistics into their own SQL table, instead of duplicating the structure a dozen times
|
||||
|
||||
TODO: Remove the big "Shut Down" button
|
||||
TODO: Make a way for the server owner to control the server directly
|
||||
@@ -10,5 +9,4 @@ TODO: make the whole thing more fault tolerant
|
||||
TODO: Authentication
|
||||
|
||||
TODO: Time delay for requesting region packets
|
||||
TODO: command line parameters overriding config.cfg settings
|
||||
TODO: A proper logging system
|
||||
|
||||
Reference in New Issue
Block a user