codeimp
ae8daa2924
- refactored all editing mode management into the EditingManager
...
- added interface controls for editing mode selection in game configurations
2008-11-27 10:33:09 +00:00
codeimp
53ff1e1fa1
- undo/redo support in brightness mode
...
- added OnUndoEnd and OnRedoEnd events to editing modes
2008-10-08 13:57:43 +00:00
codeimp
ed829d6ca8
more events for plugins they can handle by overriding the methods
2008-09-22 20:57:50 +00:00
codeimp
b1ccdbbc7f
lots of stuff (including half decent copy/paste)
2008-09-22 18:27:50 +00:00
codeimp
d41d7c2ec1
updated to latest SlimDX version (september 2008)
2008-09-13 13:24:06 +00:00
codeimp
1bd143c9b3
- added Make Sectors mode
...
- added editing mode name at the bottom information bar
- some bugfixes in game configurations
2008-06-11 05:02:48 +00:00
codeimp
8aa99cfb88
separated the Interface namespace into Controls and Windows
2008-05-29 11:54:45 +00:00
codeimp
d73ec193bf
renamed Controls namespace to Actions in preparation for separation of user controls into Controls namespace
2008-05-29 11:34:01 +00:00
codeimp
2ac020e481
undo/redo information in log
2008-05-26 13:11:25 +00:00
codeimp
0d35ce0536
- fixed bug introduced with automatic release of all keys when a dialog appears on BeginAction causing an EndAction which shows a dialog to run twice
...
- implemented Join Sectors and Merge Sectors
- added an ordered selection list to SectorsMode
- removed selection on undo/redo
- Interface AddMenu now completes short action names on menu items Tag property to fully qualified action names depending on calling plugin
2008-05-16 20:00:49 +00:00
codeimp
6f255e1866
- introduced "volatile" editing modes
...
- automated exclusive mouse mode management
- fixed bug with actions that never ended when a dialog appears
2008-05-08 16:39:14 +00:00
codeimp
6d1910ee8a
Made PerformUndo and PerformRedo internal methods instead of public methods. Plugins are not supposed to use these.
2008-04-27 12:33:25 +00:00
codeimp
4ae985d630
- changed a lot around the actions
...
- no more mousebutton-specific code in the editing modes (now all bound by actions)
- some progress on the drawing editing mode
2008-04-27 12:07:26 +00:00
codeimp
175f645e5e
fixed memory leak when redos are being discarded (undo was used and user continues editing)
2008-04-20 23:47:39 +00:00
codeimp
406f828473
- added things dragging mode
...
- removed allow3dchange from undo snapshots (I expect 3D mode to handle all changes)
- removed unused parameters from drag modes constructors
2008-04-07 14:33:41 +00:00
codeimp
3c43547c6c
some 3D mode rendering
2008-01-13 21:23:59 +00:00
codeimp
c5e990f1b7
merged plugin system into trunk
2008-01-02 21:49:43 +00:00
codeimp
bac031fa5d
optional merging and undo/redo levels limit
2007-12-08 15:18:14 +00:00
codeimp
047faad172
fix and optimization
2007-11-13 06:49:13 +00:00
codeimp
e549691619
added undo/redo
2007-11-12 22:43:01 +00:00