Commit graph

132 commits

Author SHA1 Message Date
codeimp
aee5ae3fb8 - fixes in rendering when display mode changed
- test map feature
2008-05-23 06:00:37 +00:00
codeimp
1b1a243983 - "save into" implemented (really just a modified copy of "save as", needs testing)
- added function to find the first IWAD (needed for testing parameters)
- removed the nodebuilder option for 3D mode, we don't need a nodebuilder for 3D mode anymore
- removed test parameters information and increased parameter input field (the info will go in help files)
2008-05-22 12:03:33 +00:00
codeimp
91a5f8e41f - ask to save map when closing application
- updated about dialog with version info and slimdx logo
2008-05-19 21:33:07 +00:00
codeimp
5d5b9d1c33 - added curve lines code (by Anders Åstrand)
- updated logo images
2008-05-18 20:03:09 +00:00
codeimp
11151c36cc - map changed fixes
- toolbar buttons fixed
2008-05-18 11:56:45 +00:00
codeimp
1d58484dd3 - created dynamic presentation pipeline
- added sectors brightness editing mode
2008-05-18 07:31:33 +00:00
codeimp
5c90215666 colored thing icons in tree view 2008-05-17 20:36:03 +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
7416731833 beginning of curve lines editing mode 2008-05-15 19:31:11 +00:00
codeimp
bc8151d7f7 - added flip linedefs mode
- fixed shortcut key descriptions in menu
2008-05-15 12:36:55 +00:00
codeimp
9ba3fa93a3 made 2 more events for the plugins 2008-05-15 09:43:19 +00:00
codeimp
7e6d49450c added the On* prefix to all event methods 2008-05-15 08:10:29 +00:00
codeimp
d7656f1f3b - added some new menus in the plugin
- volatile mode may not be started from a volatile mode by shortcut key!
- added ability to cancel an editing mode change
- added mipmap levels setting to images (this fixes blurred fonts in low-quality display)
2008-05-14 21:48:36 +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
d338487e69 - fixed non-stitching geometry drawings
- renamed Association color to Indication (more a general-purpose color)
2008-05-08 22:01:37 +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
33d2af5417 few bugfixes 2008-05-08 13:44:48 +00:00
codeimp
8f8690aac3 "intuitive" default build properties and sorted textures/flats in browsers 2008-05-08 13:04:18 +00:00
codeimp
4522698765 completely got rid of integral vertex coordinates (now all floating point) 2008-05-05 22:01:27 +00:00
codeimp
b5b7875f75 - limited possible characters typed for map lump name
- improved sector making and drawing
2008-05-05 15:35:58 +00:00
codeimp
c6404db777 new map dialog now automatically sets default lump name when game configuration is selected an no lump name is given 2008-05-05 15:16:39 +00:00
codeimp
55fa9a6d2e fixed some bugs with loading/unloading images 2008-05-05 14:54:37 +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
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
3d3c4815d7 no crash when basic modes plugin could not be found (this allows a third party to completely remove all basic modes and make their own without having to edit the core) 2008-04-20 23:22:16 +00:00
codeimp
3d43205f2c changed some rendering calls for seperate rendering to different layers 2008-04-12 12:45:57 +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
f6bde39cba added new logo and icons (by Thomas van der Velden) 2008-04-06 11:07:22 +00:00
codeimp
b3c83f95ce lots of minor changes/fixes/additions 2008-02-24 21:52:18 +00:00
codeimp
4ea081cc6c added sector effect description in info panel 2008-02-22 17:20:10 +00:00
codeimp
0d8ff97abd - finished sector edit dialog
- cleaned up unused variables
2008-02-22 17:11:29 +00:00
codeimp
2e741f7c8e added configuration support for generalized sector effects 2008-02-21 06:47:43 +00:00
codeimp
9bfaae721e - fixed things redrawing bug in dragging modes
- worked little on sector edit dialog
2008-02-19 21:32:40 +00:00
codeimp
57d770ffb1 changed IME mode for several controls 2008-02-17 10:41:38 +00:00
codeimp
8fe8a6e7a8 several small fixes 2008-02-15 14:08:26 +00:00
codeimp
59d4256c54 fixed language mistakes in user interface, this fixes issue 0000038 2008-02-15 12:23:38 +00:00
codeimp
80f4d05965 some stuff regarding UDMF 2008-01-25 19:12:34 +00:00
codeimp
053f87f21e . 2008-01-16 13:39:44 +00:00
codeimp
924a384aab i think the cam xy and z angles are wrong, but at least the 3d rendering base framework is there 2008-01-05 18:11:29 +00:00
codeimp
0498ecdd16 bra 2008-01-04 00:16:58 +00:00
codeimp
c5e990f1b7 merged plugin system into trunk 2008-01-02 21:49:43 +00:00
codeimp
fb31b9b8e0 moo 2007-12-29 17:10:49 +00:00
codeimp
9519e07093 moo 2007-12-29 16:42:30 +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
679bb6980f lots of changes/additions 2007-12-27 01:24:11 +00:00