59e3518dd8
You can set the file to read as the config file via the command line, like this, assuming the program supports it: prog -config=file.cfg You can also override indevidual key-value pairs in the config system using this syntax: prog -Ckey=value Both commands can be used together, and you can override multiple key-value pairs at once. To use this feature of the ConfigUtility, it must receive argc and argv as parameters to the Load() method.
15 lines
613 B
Plaintext
15 lines
613 B
Plaintext
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
|
|
TODO: Move the map system into it's own namespace?
|
|
TODO: The TileSheet class should implement the surface itself
|
|
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
|