Skip to content
Foran edited this page Mar 25, 2011 · 2 revisions
  • Config manager and parser
    • Make a singleton manager
    • Create a command line parser
  • Enhance logger and make it driven by the config manager
    • Make the logging class a singleton
    • Create other Logging drivers
      • Syslog
      • TextFile
  • Finish the RDL loader
    • Add to the hog manager to enforce single instance per file
  • Modify the file objects to directly use input streams instead of the current method
  • Create a Network manager
    • Make Connection manager a singleton
    • Create the network stack
  • Create an AI Bot manager

Clone this wiki locally