codeimp
f81bd4058f
working on script editor
2008-10-29 10:56:14 +00:00
codeimp
c4d75c77a9
ehat is this file still doing here, Hellbent is a dead project and it's not even Doom related
2008-10-29 10:52:17 +00:00
codeimp
fcfdbf2b7a
working on script editor
2008-10-29 06:54:30 +00:00
codeimp
f2f8ccf699
fixed crash when using Pan View action and moving the mouse outside the map display
2008-10-28 13:40:09 +00:00
veilofsorrow
7426b77dc4
added view panning control
2008-10-28 12:04:28 +00:00
codeimp
d514c8837a
fixed crash in Make Sector mode on empty map
2008-10-28 10:38:31 +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
1c42184989
configuration settings clarification
2008-10-26 21:54:28 +00:00
codeimp
425847b9f6
updated acc compiler
2008-10-26 21:50:41 +00:00
codeimp
4dcd141168
new version
2008-10-26 16:32:13 +00:00
codeimp
b4fcd78897
moved intuitive line drawing code to doom builder core
2008-10-26 09:49:06 +00:00
codeimp
00bf885d5e
typos
2008-10-25 15:55:00 +00:00
codeimp
abc2bab6e1
error checking for overlapping lines that do not reference the same sector on all sides
2008-10-25 10:34:32 +00:00
codeimp
e059562e72
2008-10-24 19:16:38 +00:00
codeimp
415820af86
added two error-check results for line references
2008-10-24 19:16:23 +00:00
codeimp
22d903c630
more work on map analysis
2008-10-24 14:53:04 +00:00
codeimp
180e252163
2008-10-24 09:40:55 +00:00
codeimp
dfa7a74ce5
NOTE: An ErrorChecker may NEVER modify the map, because it runs multithreaded with other ErrorCheckers. Do not even change element properties such as 'marked' and 'selected'!
2008-10-24 09:19:05 +00:00
codeimp
d7a843938a
sorting error checkers with highest cost first (estimated CPU usage)
2008-10-24 07:39:29 +00:00
codeimp
46434b8b7c
working on map analysis mode
2008-10-24 05:50:37 +00:00
codeimp
27e05b7f1b
moo
2008-10-23 22:01:07 +00:00
codeimp
cc292c9c40
more work on error checking
2008-10-23 19:08:55 +00:00
codeimp
b82c18064f
more work on error checking
2008-10-23 13:33:59 +00:00
codeimp
ed5bb35c7c
more work on error checking
2008-10-23 11:36:00 +00:00
codeimp
e382f54955
tweaked
2008-10-23 11:23:11 +00:00
codeimp
28172b94bb
working on map analysis mode
2008-10-23 05:53:34 +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
3773dbdbd4
right mousebutton inserts new thing in things mode
2008-10-20 05:44:07 +00:00
codeimp
f2c08e64a5
improved the make door feature
2008-10-19 09:42:18 +00:00
codeimp
5961702720
default SHIFT+D shortcut key for make door feature
2008-10-17 09:54:15 +00:00
codeimp
96dc652632
create undo snapshot before actually making the door!
2008-10-17 09:44:10 +00:00
codeimp
38f1cb6c3a
make door feature added
2008-10-17 09:39:07 +00:00
codeimp
7e664d1ba9
added selection groups!
2008-10-16 09:33:35 +00:00
codeimp
67747188ca
fixed bug with default shortcut keys
2008-10-16 09:23:25 +00:00
codeimp
800dc6a620
generalized selectable map elements in a base class
2008-10-16 08:45:23 +00:00
codeimp
6c8844d601
2008-10-16 05:52:10 +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
1bf3ab747c
changed the make sector mode to work properly with the new view modes
2008-10-15 18:15:23 +00:00
codeimp
02573549f0
changed the brightness mode to work properly with the new view modes
2008-10-15 18:09:56 +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
2ae441436e
2008-10-13 15:06:20 +00:00
codeimp
c22a308f4b
2008-10-13 05:33:53 +00:00
codeimp
31cf706a96
2008-10-10 17:07:10 +00:00
codeimp
6fe0abc6a8
that removes another item from my todo list (though, i could think of a few more)
2008-10-09 05:52:00 +00:00
codeimp
b45ae2b905
- removed the million parameters that create an action and let the action read them from configuration itsself
...
- added optional default key setting to actions
- updated default keys in default user configuration
2008-10-09 05:49:46 +00:00