================================================================================
Arkhart - World editor TODO File 
--------------------------------------------------------------------------------
($Id: TODO,v 1.2 2001/10/14 21:46:23 zongo_fr Exp $)
--------------------------------------------------------------------------------
Features:

* New world dialog: add random generated map with preview window.

* Browse panel: add Entities (models) placement, first should use only static
  objects. Other models may never be chosen in the world editor. A quest editor
  shall be written to do that (even if based on WorldEd code ;)

* Preferences: create a dialog to set various presets (including undo levels)
  This will require to have a configuration file.

* Ground panel: add a material management dialog to replace & delete grounds


... more to come when we find other meningful features (please contribute).


--------------------------------------------------------------------------------
Code design:

* Mode toggling is awkard, using an int as flag. Problem comes from gtk+ events
  triggering. Maybe the signal should be disconnected the time everything is
  resolved ? 

