1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
moaggedit-0.5:
~~~~~~~~~~~~~~
2004-12-14 krake: Changed line step of alpha and brightness spinboxes to 16
2004-11-30 krake: Fixed category index parsing.
Change alpha and brightness directly through spin boxes
2004-10-03 krake: Fixed copy&paste crash: tile set cache was not set.
Added "All files" filter to open dialog.
Drawing tools don't draw on layers which currently are not visible.
2004-09-30 krake: Fixed default values for alpha and brightness.
Reduced width of properties widget.
2004-09-29 krake: Added support for mapfile version 2. Version 1 can still be read
saving always writes version 2.
Alpha and brightness values are not yet applied to the tile pixmaps,
but properly included in IO operations.
moaggedit-0.4:
~~~~~~~~~~~~~~
2004-07-05 krake: Checkboxes in layer selector to toggle layer visibility.
2004-07-03 krake: Fixed resize bug of drawing area.
Put all user visible strings into tr() calls to make
them translatable.
2004-07-01 krake: Fixed redraw bug when changing tools
Fixed bug when loading maps with dimensions > 127
Fixed bug that caused missing tile groups when some indices
stayed unused.
Implemented check for unsaved modifications on application
exit.
moaggedit-0.3:
~~~~~~~~~~~~~~
2004-04-04 krake: Implemented cut, copy and paste on selections in one layer
Implemented a select tool
2004-03-30 krake: Completed tool and tool switching
2004-03-28 krake: Added tool implementations for map edit mode (freehand,
line, rectangle)
2004-02-29 krake: Fix resize bug (document not updating rows/cols values properly)
2004-01-20 krake: New minimum size for maps (640x416 pixels or 40x26 tiles)
2004-01-15 krake: Toggling grid from menu and toolbar.
|