codeimp
4f7aaeaa53
working on script editor
2008-10-30 21:38:55 +00:00
codeimp
b4a77cdfb5
replaced script editing control with a potentially better control (using Scintilla)
2008-10-30 20:13:12 +00:00
codeimp
c184901b5e
working on script editor
2008-10-27 08:19:15 +00:00
codeimp
4e07270816
working on script editor
2008-10-26 23:10:48 +00:00
codeimp
9044a0dc41
interface corrections
2008-10-21 05:53:58 +00:00
codeimp
f2a4e640d3
interface corrections
2008-10-21 05:46:50 +00:00
codeimp
35243e3854
fixed incorrect warning about conflicting lump names when creating a new map and a map is already opened
2008-10-21 05:41:47 +00:00
codeimp
38f1cb6c3a
make door feature added
2008-10-17 09:39:07 +00:00
codeimp
6d1f43c7c6
- added feature to display an image from file on the background along with ability to scale it
...
- fixed some scaled sizes in some image data classes
2008-10-15 19:14:32 +00:00
codeimp
279b974683
- some bug fixes in the view modes
...
- fixed some bugs in resources loading
2008-10-15 17:26:59 +00:00
codeimp
b120c567bc
generic system to display sector brightness and textures in their polygons (still buggy, working on it)
2008-10-15 11:46:43 +00:00
codeimp
e029efcbe6
- made some processed command line settings available to plugins
...
- General.Exit() method for plugins to close Doom Builder
- command-line parameter -delaywindow to keep the main window hidden until nothing more to process. This gives plugins the ability to perform an operation without showing the main window at all if the plugin calls General.Exit() before the window is shown. Usefull for batch processes in which no interface window is desired.
- some new plugin events that occur before and after making a new map and opening a map.
2008-10-13 17:47:08 +00:00
codeimp
4f92956d44
controls in preferences dialog are now sorted in categories
2008-10-08 22:01:10 +00:00
codeimp
b5e1ecbec1
- fixed bug in regex generator for texture sets (* behaved as 'one or more characters', now behaves as 'zero or more characters')
...
- fixed bug in removing multiple selected texture sets at once (only removed one at a time)
2008-10-08 18:05:31 +00:00
codeimp
07c45ff90f
- userfriendlyness additions in brightness mode
...
- gradient feature working in brightness mode
- fixed bug in tags renaming when adding button to form (buttons where ignored because the function unnecessarily checked for menu items)
2008-10-08 12:56:12 +00:00
codeimp
bf318ac472
- fixed sorting of texture sets in browsers
...
- discarding first texture because it cannot be used (also first flat in case of mixed textures/flats)
2008-10-02 18:53:07 +00:00
codeimp
645df3c997
fixed bug where Add Default Sets would add sets from the current configuration instead of selected configuration (this also fixes the crash when no map is opened)
2008-10-02 09:04:56 +00:00
codeimp
6a0e4dff25
correction: * wildcard is zero or more characters
2008-10-01 21:04:29 +00:00
codeimp
776fe32988
bigger browsers
2008-10-01 20:45:56 +00:00
codeimp
0b0f3777ac
fixed incorrect red "busy" status light
2008-10-01 20:30:29 +00:00
codeimp
6d6b594c24
small user-interface improvements regarding texture sets and texture browsers
2008-10-01 20:04:50 +00:00
codeimp
8702f7c60c
- disabled atlas system for texture previews (appeared to be slower than separate images)
...
- small fixes and adjustments
2008-10-01 18:19:53 +00:00
codeimp
6f23292b8c
- made the images in texture browsers fixed size and smaller
...
- texture set without any texture names will not match anything
2008-10-01 17:35:34 +00:00
codeimp
fbe1dac0c6
texture sets pretty much done
2008-10-01 15:06:46 +00:00
codeimp
dfab6c4183
working on texture sets
2008-10-01 14:17:52 +00:00
codeimp
006146b7a8
working on texture sets
2008-10-01 12:42:30 +00:00
codeimp
6659577b27
started work on texture sets
2008-10-01 08:21:10 +00:00
codeimp
edee6a40c2
started work on texture sets
2008-09-30 15:09:37 +00:00
codeimp
5bd2fd9f94
- game configuration corrections (thanks to Robin Palmer)
...
- fixed nomonsters button which was enabled even when no map was opened
2008-09-29 18:53:30 +00:00
codeimp
1dad4b68c6
- change a lot in the resources system
...
- fixed memory leak in PixelColorBlock
- several small changes and bugfixes
2008-09-28 21:20:56 +00:00
codeimp
996a56dafc
DOES NOT COMPILE - working on resource management
2008-09-26 15:15:56 +00:00
codeimp
4d67cc7dd4
- added button to switch monsters on/off for testing (adds -nomonsters to parameters)
...
- preparations for new resource management
2008-09-26 05:53:34 +00:00
codeimp
5c93390222
better icons for the status bar buttons (arrows now point up)
2008-09-25 18:42:45 +00:00
codeimp
90c7beb17d
- fixed crash in DisengageVolatileMode() when opening a map
...
- shortcut keys now also displayed for editing modes
2008-09-24 16:44:53 +00:00
codeimp
b6aa1ae9ae
modes in their own menu, instead of edit menu
2008-09-24 15:14:29 +00:00
codeimp
116e9ca877
warnings now appear in same area in status bar as status messages
2008-09-24 14:53:42 +00:00
codeimp
b1ccdbbc7f
lots of stuff (including half decent copy/paste)
2008-09-22 18:27:50 +00:00
codeimp
43559224d2
copy/paste toolbar buttons and menu items
2008-09-16 07:35:57 +00:00
codeimp
2c5ccfa81f
- more functional EditSelectionMode
...
- linked image in about box? let's link on the website later on
2008-09-15 19:42:11 +00:00
codeimp
6b1bc51dda
fixed bug: changing skill now also updates the example result parameters
2008-09-10 18:34:26 +00:00
codeimp
e9fea4b543
- fixed bug in things filter manager
...
- added skills to test map with in dropdown menu from toolbar
2008-09-10 08:43:20 +00:00
codeimp
cd6ee145a2
- added option to customize testing parameters (default uses parameters from configuration)
...
- added new placeholders %L1 and %L2 which result in the first and second map number (usefull for -warp)
- clicking outside the selection in EditSelectionMode accepts the changes and returns to previous mode
2008-09-09 23:06:31 +00:00
codeimp
eb08197d56
begun working on EditSelectionMode (unfinished)
2008-09-07 21:28:20 +00:00
codeimp
e77a91eec4
added support for loading maps with command line arguments
2008-09-07 17:55:20 +00:00
codeimp
eea16ffa2c
added find/replace mode feature (not all find/replace types implemented yet, but mode is functional, adding types is a just matter of making the right classes for them)
2008-09-01 12:14:35 +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
c37b28e15f
- improved game config guessing to better detect UDMF when map is opened
...
- added game config detection pattern to Doom Legacy game config
- insert thing feature added, including automatic thing defaults
- fixed typo in all game configs (defaulthingflags -> defaultthingflags)
2008-06-10 11:32:06 +00:00
codeimp
66052a82f7
added grid controls
2008-06-10 08:35:14 +00:00
codeimp
0bc23a5893
some bug fixes and completed the things filter
2008-06-03 19:02:06 +00:00
codeimp
c2b5745803
more work on the custom fields editor
2008-06-03 15:18:50 +00:00