Difference between revisions of "roadmap"

From OpenKore Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
 +
== Tasks on hand ==
 +
 
* release 2.1, make a stable branch for backporting security fixes (2.1.x)
 
* release 2.1, make a stable branch for backporting security fixes (2.1.x)
 
* no more 0-22 ST for what-will-be-after-2.1
 
* no more 0-22 ST for what-will-be-after-2.1
Line 8: Line 10:
 
* rewrite old-style AI into Tasks
 
* rewrite old-style AI into Tasks
  
 
+
== Upcoming tasks ==
  
 
* get rid of Globals
 
* get rid of Globals
Line 18: Line 20:
 
* rewrite/replacement for macro plugin
 
* rewrite/replacement for macro plugin
 
* libgrf support
 
* libgrf support
 +
 +
== Cleaning up ==
 +
 +
* [[:Category:Inconsistently named stuff]]
 +
* [[:Category:Deprecated]]
  
 
[[Category:Development]]
 
[[Category:Development]]

Revision as of 14:26, 17 September 2012

Tasks on hand

  • release 2.1, make a stable branch for backporting security fixes (2.1.x)
  • no more 0-22 ST for what-will-be-after-2.1
  • remove duplication of packet handlers in 0/kRO
  • more API for commands (argument parsing outside of command handlers)
  • rewrite Network parser/tokenizer, start Environment, isolate Network within it???
  • SmartEvent/SmartHook and EnvironmentQueue???
  • make an all-purpose Environment, isolate Ragnarok Online stuff within it???
  • rewrite old-style AI into Tasks

Upcoming tasks

  • get rid of Globals
  • multiple account/connection support (with interaction)
  • rewrite XKore (DONE in what-will-be-2.1) and Poseidon (does it need that?) to use common Network-ST system
  • more API for tables (writing them), database-based tables
  • WPE/Wireshark-alike mode
  • implementation of other (non-RO) protocols
  • rewrite/replacement for macro plugin
  • libgrf support

Cleaning up