TODO
~~~~
  
  As of version 1.0.03 all features are frozen. No more features will be
  implemented before first stable (1.1) version. Only those what were planned
  will be fixed and stabilized. 

  *! Fix the collision detection
  *  Create the RunPythonString specification
    + Replace the stupid sprintf interface with similar built in interface.
      Giving access to printf format string is dangerous and anyway it
      doesn't make sense.
    + New interface should contain following things.
      1) %n -- Player number what triggered the event
      2) %x -- X coord where event took place
      3) %y -- Y coord where event took place
      4) %% -- Percent sign
      4) Something else?
      
      If any one of those doesn't apply to current situation (timers for
      example) then the % thing will be replaced with -1.
  * Finish the documentation, find EVERY key in every editor and document
    them.
  * Background editor in maped is too damn small. I think I should borrow
    some code from palette editor.
  * Finis cfg string databases. Implement all neccesary functions and trim
    out all obsolete ones. (No backward comatibility intended)
  * Add more items to this list.
  * Fix animed, make sure the saving is correct and do something with those
    stupid LUT's.

  * More items to this list...


vim:ts=8 
