Commit graph

770 commits

Author SHA1 Message Date
codeimp
d3764c6b93 fixed contents of UDMF fields editor when used with multiple selected items (sometimes they looked hard defined when not defined on all selected items) 2009-01-17 13:17:41 +00:00
codeimp
9854653465 - Insert action in Vertices, Lines and Sectors mode now inserts a vertex that also snaps to geometry and grid, when preferred
- Undo now works for insertactions
2009-01-17 12:14:46 +00:00
codeimp
88124438aa - fixed some unneeded rebuilding of geometry in Visual Mode
- changed initial undo memory usage
2009-01-17 09:03:14 +00:00
codeimp
b6ec1bb29e fixed losing focus after using a browser in the Find & Replace dialog 2009-01-17 08:28:20 +00:00
codeimp
455fca63d8 fixed problem with compiler paths 2009-01-16 12:25:47 +00:00
codeimp
3e7ad76e9d fixed crash when pressing any key that unloads the dialog while the dialog is still being initialized 2009-01-16 11:37:32 +00:00
codeimp
3130e2047d fixed black sectors in Visual Mode when sector brightness > 255 2009-01-16 10:28:28 +00:00
codeimp
9c0bd91ce6 fixed keyboard input for things filters when the list is dropped down 2009-01-16 10:20:19 +00:00
codeimp
3666e733b2 fixed crash when drawing an unfinished sector that start or ends at existing linedefs 2009-01-16 09:35:49 +00:00
codeimp
50c9a15408 fixed the way sprites are loaded from the data readers 2009-01-15 23:13:43 +00:00
codeimp
e706e18c3b - fixed crash in Find & Replace Mode when opening the mode for the second time after opening a new map
- added buttons on the toolbar for Find & Replace Mode and Map Analysis Mode
- now allowing direct switching from volatile mode to another volatile mode (old mode is cancelled)
2009-01-15 21:25:29 +00:00
codeimp
5a94b9b4a3 fixed incorrect mode changes after switching out of a volatile mode into Visual Mode 2009-01-15 20:13:17 +00:00
codeimp
576f61e2ef - all game configurations now have default nodebuilder settings (only applies to new users)
- updated ZDBSP to latest version
2009-01-15 19:42:55 +00:00
codeimp
e85278846f fixed crash in script editor when compiling new, unsaved scripts 2009-01-15 18:16:41 +00:00
codeimp
1eb298aca5 added double-click on items in linedef action browser and sector effect browser to immediately select the item and close the dialog 2009-01-15 16:01:02 +00:00
codeimp
e962759038 fixed crash when undo is created after changing UDMF string enumeration types 2009-01-15 14:04:13 +00:00
codeimp
21febe7ded - updated ZDoom UDMF config to support ZDoom UDMF version 1.3
- added more handling for 'invalid' UDMF types to cast them to the correct type
2009-01-15 12:40:28 +00:00
codeimp
d8096f6dfb implemented all missing UDMF type handlers 2009-01-15 10:54:51 +00:00
codeimp
24c07c4baa replaced -basewad to -iwad in the default command-line args to launch a game with 2009-01-15 06:16:26 +00:00
codeimp
b78be130f2 double-click on an image in flats and textures browsers now immediately chooses that item and closes the dialog 2009-01-14 23:30:42 +00:00
codeimp
166113de45 fixed a bug when showing an already open script editor after changing the always on top option 2009-01-14 23:24:05 +00:00
codeimp
b56e7d1926 - fixed script editor for scripts that use the map header lump
- fixed script editor focus stealing on map save
- added feature to keep script editor floating on top of main window (default on)
- disabled keys in script editor that write odd characters
- CTRL+S in script editor now saves the script file
- CTRL+O in script editor now opens a script file
2009-01-14 23:12:52 +00:00
codeimp
2a69e31576 2009-01-14 18:11:11 +00:00
codeimp
8fc0223d90 fixed a bug in %L2 test parameter placeholder (use for second value in -warp) 2009-01-14 12:57:35 +00:00
codeimp
5ba5ad7fb9 - updated resource icons
- implemented a warning message when loading a PWAD without any resources selected
2009-01-14 11:07:23 +00:00
codeimp
0d71333788 updated resource icons 2009-01-14 10:51:11 +00:00
codeimp
c64106d52a Make Sector modes now corrects linedefs when they only have a back side 2009-01-14 09:26:23 +00:00
codeimp
dd973ef0cb fixed a problem with geometry drawing 2009-01-14 08:29:26 +00:00
codeimp
d08150ba80 - added drawing test
- changed mipmap generation filters
2009-01-13 13:53:13 +00:00
codeimp
7317bd5b30 fixed crash on resources loading when hardware is not available (for example, window is minimized) 2009-01-13 06:31:53 +00:00
codeimp
599b8ce667 - added texture Flood-Fill action in Visual Mode
- fixed list of used key combinations on Controls preferences when action without key is selected
- fixed automatic texture loading when geometry with new textures is pasted in the map
2009-01-12 22:00:31 +00:00
codeimp
69f608ddbc fixed left-over geometry when canceling a paste operation 2009-01-12 21:20:12 +00:00
codeimp
1d38b2b7e1 Drawing Mode and Edit Selection Mode no longer keep geometry selected when finished (it was complained that this is an annoyance) 2009-01-12 20:36:13 +00:00
codeimp
4fc36f57ac implemented sector height calculation on Edit Sector properties dialog 2009-01-12 20:25:08 +00:00
codeimp
c13aa274f0 fixed crash when selecting all vertices and deleting them 2009-01-12 19:56:44 +00:00
codeimp
3067dac119 fixed crash on merging sectors together in which case one of the sectors only has lines adjacent to the others 2009-01-12 19:51:51 +00:00
codeimp
07113b5442 fixed fuzzy thing angle business 2009-01-12 19:21:01 +00:00
codeimp
3ac56e2149 fixed another triangulation bug 2009-01-12 18:39:55 +00:00
codeimp
64de24566b removed the Fixed 4:3 Aspect option (there is no better aspect than the width divided by height for square pixels, which is pretty much all computer monitors) 2009-01-12 16:01:19 +00:00
codeimp
cd4d577803 default setting for fixed aspect now set to false (only applies to new users) 2009-01-12 15:49:39 +00:00
codeimp
67751b0808 implemented Invert Y Axis mouse option and Fixed 4:3 Aspect option (but I have my doubt about the fixed aspect, is it correct? is it useful?) 2009-01-12 15:45:55 +00:00
codeimp
503be5d709 last selected Texture Set is now also remembered when it is "Others" or "All" and is the same for both the flats browser and the textures browser 2009-01-12 14:43:35 +00:00
codeimp
48559a50fb removed a piece of code which caused some of the slow downs during resources loading (and this code is not even needed anymore) 2009-01-12 10:17:07 +00:00
codeimp
3fffde867e added a triangulation test where triangulation is incorrect 2009-01-12 09:32:54 +00:00
codeimp
45ade02d48 - changed how VersionFromSVN.exe works so that normal debug builds are made faster
- added some tests that could be useful in the future
2009-01-12 06:11:30 +00:00
codeimp
0f9f06ce88 moved files around 2009-01-11 20:50:19 +00:00
codeimp
63879df5c0 fixed sector triangulation problems 2009-01-11 20:49:20 +00:00
codeimp
d107363b59 fixed crash on missing PK3 structured subdirectories when loading data resources from a directory 2009-01-11 10:28:22 +00:00
codeimp
c9ba627df5 added a check to handle invalid DLLs in the Plugins directory 2009-01-10 22:34:36 +00:00
codeimp
5adaf2ee4b added list on Preferences Controls tab that shows the actions with the same key 2009-01-10 14:26:21 +00:00