It's time for the imageset editor to enter in BETA phase
![Very Happy :D](./images/smilies/icon_biggrin.gif)
of course, feedback, comment and request are VERY welcome
![Smile :)](./images/smilies/icon_smile.gif)
for those how want to know the beginning of the story, look at this thread.
here is the link for download.
Unzip it in the cegui source root cause i have made a new falagard widget(MoveScaleBox).
exe is in the "Tools/bin/" folder.
If you want to recompile sources, you'll have to recompile the cegui dll and copy them in the "Tools/bin/" folder.
to give you an idea, here is a screenshot :
and finally the readme file to give you an idea of what is already made :
+-----------------------------------------------------------------------------+
| TODO |||||||||||||||||||||||||||||||||||||||||||||||||||in any order|||||||||
+-----------------------------------------------------------------------------+
| - add undo/redo fonctionality.
| - add config file system.
| - add tooltips.
+------------------------------------------------------------------------------
+-----------------------------------------------------------------------------+
| CHANGELOG |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+-----------------------------------------------------------------------------+
| 05/04/2006 :
| - some bug fix and code cleaning.
|
| 04/04/2006 :
| - added "List track image selection" and "Image track list selection" in the Options menu.
| - added "Set Region color" and "Set Region selected color" in the Options menu.
|
| 03/04/2006 :
| - added load recent file in the file menu.
|
| 02/04/2006 :
| - added hide/show cegui cursor when leave/enter.
|
| 01/04/2006 :
| - creation of a new falagard widget, MoveScaleBox, to encapsulate region in a widget.
|
| 30/03/2006 ::Added Tuan Kuranez modifs::
| - save fonction with an hack for the cegui bug.
| - mouse management to drag region.
| - outline window remplacement by a framewindow with alpha.
|
| 29/03/2006 :
| - clean up document data initialisation when create new.
| - complete clean up code for save fonction, now all save ok (just not the image file name -> CEGUI bug ?).
|
| 28/03/2006 :
| - some code clean up. modifs on the new/create document area.
|
| 27/03/2006 :
| - finish all the method to deal with region values modification in PropsPanel and GLCanvas.
|
| 25/03/2006 :
| - made "add a region" and "del a region" functionnality to the propsgrid and relevant methode to the GLCanvas.
|
| 23/03/2006 :
| - first early version to show.
|
| 10/03/2006 :
| - beginning.
+------------------------------------------------------------------------------
+-----------------------------------------------------------------------------+
| BUGS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+-----------------------------------------------------------------------------+
| fixed - region list isn't disabled when no image is loaded.
| fixed - problemes detecting moving/sizing region in GLCanvas.
| fixed - save icon toolbar always disabled when using new document.
| fixed - crash when save without region.
| fixed - properties panel isn't completly cleaned when closing a document.
| fixed - crash when creating a new document.
| - regions in GLCanvas aren't snapped on visually good value if sized/dragged when zoom > 100.
| fixed - regions size go crazy in GLCanvas with very large (1024 * 1024) image files.
| fixed - problems with minimum size of widgets in the PropertiesPanel(visible when the panel is thin).
+------------------------------------------------------------------------------
have fun