Commit graph

83 commits

Author SHA1 Message Date
codeimp
12eb6fdaf2 lots of rendering changes 2008-05-18 11:43:28 +00:00
codeimp
a5a6119190 thing dialog and bunch minor of fixes/changes 2008-05-17 17:43:57 +00:00
codeimp
8805a48058 - 'delete item' implemented for all elements
- fixed bug with disposing a Vertex
2008-05-17 06:24:16 +00:00
codeimp
b8be666814 - support for setting mouse cursors from plugin
- added Insert Vertex action (for all classic modes)
- added Split Linedefs action
- fixed bugs when unused vertices or unused sectors are joined
2008-05-16 21:48:23 +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
4dd8877eba - renamed selection methods
- create undo for flipping linedefs/sidedefs
2008-05-15 12:54:02 +00:00
codeimp
77720694a3 - added proper text rendering
- linedef lengths visible when dragging geometry
- included my ancient bitmap font creator
2008-05-13 14:24:35 +00:00
codeimp
5ca3cd46cb - updated to latest slimdx library (march 2008)
- added error dialog when missing DirectX
2008-05-11 00:42:34 +00:00
codeimp
e521dabf42 - made option for square things
- some minor fixes
2008-05-10 16:09:45 +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
7c57f39a13 no more seperate undo level for stitched geometry (since the user can easily choose stitching during drag/draw) 2008-05-08 12:09:14 +00:00
codeimp
51f57471c7 geometry drawing fixes 2008-05-08 12:04:20 +00:00
codeimp
e63ee4dc81 worked on geometry drawing (i think it is actually working perfect now, aside from some default settings on the new sidedefs then) 2008-05-07 22:46:15 +00:00
codeimp
3e5d429393 - fixed stitch distance
- fixed bug in FlipBackwardLinedefs
2008-05-06 05:41:36 +00:00
codeimp
d0f6963fb2 some fixes and additions with floating point vertices 2008-05-05 22:22:53 +00:00
codeimp
4522698765 completely got rid of integral vertex coordinates (now all floating point) 2008-05-05 22:01:27 +00:00
codeimp
87ca45f93d more on geometry drawing 2008-05-05 21:38:52 +00:00
codeimp
88d1be35cc fixed bug in vertex Join method: this now also works with attached zero-length linedefs that references the same vertex twice 2008-05-05 19:37:00 +00:00
codeimp
3c0e66a36e some improvements in sector drawing (still very buggy though) 2008-05-05 18:21:13 +00:00
codeimp
1ada9addf3 - added SectorMaker (unfinished)
- changed a lot in data management
- less memory usage by texture browsers
2008-05-05 14:22:36 +00:00
codeimp
72b14c37bd some more drawing code (still unfinished) 2008-05-01 19:31:49 +00:00
codeimp
c3cc910e0e user selection preserved through undo/redo 2008-05-01 14:18:04 +00:00
codeimp
e95a24f281 the "Marked" property of map elements now indicates the set we are working with, not the user selection 2008-05-01 14:10:38 +00:00
codeimp
c5625fc1c0 selection is now maintained on joins and splits 2008-05-01 10:59:19 +00:00
codeimp
6ba6d7416d snapping to nearest lines where they intersect the grid! this is hot! 2008-04-29 14:41:16 +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
4b2e0285f2 - started on the line drawing mode
- removed some unneeded 'unsafe' modifiers
2008-04-20 22:54:24 +00:00
codeimp
40f5e853bd some optimizations 2008-04-19 15:44:05 +00:00
codeimp
f4fd8ff188 overlay text rendering crap 2008-04-17 05:36:48 +00:00
codeimp
535ecc54a2 - added overlay rendertarget
- renamed some rendering methods
- added rectangle rendering method for overlay
2008-04-12 16:07:10 +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
0d8ff97abd - finished sector edit dialog
- cleaned up unused variables
2008-02-22 17:11:29 +00:00
codeimp
a878520a7f - generalized geometry dragging into DragGeometryMode
- added dragging mode for linedefs
- deleted old icon resources
2008-02-19 18:54:04 +00:00
codeimp
80f4d05965 some stuff regarding UDMF 2008-01-25 19:12:34 +00:00
codeimp
3c43547c6c some 3D mode rendering 2008-01-13 21:23:59 +00:00
codeimp
008a7df378 fixed ear-clipping trace bug with vertices that are used more than once in the same sector 2008-01-08 18:52:20 +00:00
codeimp
c5e990f1b7 merged plugin system into trunk 2008-01-02 21:49:43 +00:00
codeimp
d9300fda26 added actions browser and generalized actions support (and small fix in Boom config) 2007-12-29 15:50:16 +00:00
codeimp
4e4e190115 hexen map IO and fix for textures loaded from image ranges 2007-12-28 12:50:34 +00:00
codeimp
679bb6980f lots of changes/additions 2007-12-27 01:24:11 +00:00
codeimp
4cf0f18dbb lots of changes/additions 2007-12-26 14:29:36 +00:00
codeimp
f6a91b7dad lots of changes/additions 2007-12-26 00:31:32 +00:00
codeimp
bac031fa5d optional merging and undo/redo levels limit 2007-12-08 15:18:14 +00:00
codeimp
5a645c19f0 now it works :) 2007-12-07 15:48:32 +00:00
codeimp
0e819705bf why wont this work... 2007-12-05 19:39:09 +00:00
codeimp
f6774910cc heh 2007-12-04 19:22:14 +00:00
codeimp
467a2776c3 moo 2007-12-01 18:29:58 +00:00
codeimp
4f8cfec1c1 heh 2007-12-01 01:32:56 +00:00
codeimp
59ce633329 smarter MapSet cloning 2007-11-23 09:53:50 +00:00
codeimp
ed55f4529b smarter MapSet cloning 2007-11-23 09:33:56 +00:00