Commit graph

609 commits

Author SHA1 Message Date
biwa
b48806838d Fixed an issue where thing positions were modified even when the new position was the same as the old one. Fixes #644 2023-04-26 17:14:03 +02:00
spherallic
22dfd69bbf Update installer graphics 2023-04-26 01:20:19 +02:00
spherallic
8c4ac371fd Revert "Linedefs Mode, Sectors Mode, Vertices Mode, Sound Environment Mode, Sound Propagation Mode: slightly improved performance when moving the mouse" 2023-04-26 00:36:11 +02:00
spherallic
1f6dc46b07 Increment/decrement tag update 2023-04-25 23:57:03 +02:00
spherallic
7e488497ef Backport TextLabel optimizations 2023-04-25 16:45:52 +02:00
spherallic
b54d7a48cc Replace most big foreach loops by for loops in MapSet 2023-04-25 16:09:29 +02:00
spherallic
e3752e8601 Optimize info panels 2023-04-25 15:51:06 +02:00
spherallic
d890452fe2 Update logo 2023-04-25 15:43:11 +02:00
spherallic
e81270fa47 Add missing backside check to clear midtextures action 2023-04-25 01:12:06 +02:00
biwa
51fa48a160 Draw Grid Mode: fixed a crash that happened when having locking slices to grid enabled 2023-04-25 00:55:30 +02:00
spherallic
913c857d4c Update IWAD text 2023-04-25 00:54:15 +02:00
spherallic
337d868c2f Update flavor text some more 2023-04-25 00:53:30 +02:00
biwa
672e5ba6f6 Linedefs Mode: fixed a problem where flipping a highlighted linedef would also select the linedef. Fixes #571 2023-04-25 00:48:44 +02:00
ZZYZX
af365fed73 Fixed: a single selected linedef was deselected after flipping it 2023-04-25 00:48:16 +02:00
biwa
6318a096df Linedefs Mode: fixed a problem where after splitting a linedef the insert vertex preview would not work correctly
Vertices Mode: fixed a problem where after inserting a vertext the insert vertex preview would not work correctly
2023-04-25 00:46:47 +02:00
biwa
541c754a78 Linedefs Mode: increased rendering speed 2023-04-25 00:46:22 +02:00
spherallic
cc427694b7 forgot to stage 2023-04-25 00:44:49 +02:00
biwa
24c2b9896d Added option to reselect changed map elements after undo/redo 2023-04-25 00:43:09 +02:00
biwa
8d4bb17ccf Sectors Mode: fixed a problem where things were not selected correctly when synchronized thing edit was enabled 2023-04-25 00:30:16 +02:00
biwa
985dd54f99 Sectors Mode: tag and effect labels are now only updated when necessary, increasing performance 2023-04-25 00:28:15 +02:00
biwa
550683daab Sectors Mode: significantly increased rendering speed 2023-04-25 00:26:51 +02:00
biwa
5884ca770e Linedefs Mode, Sectors Mode, Vertices Mode, Sound Environment Mode, Sound Propagation Mode: slightly improved performance when moving the mouse 2023-04-25 00:24:54 +02:00
biwa
f097fec1a2 Sectors Mode: fixed a bug that could cause a crash when drag-selecting over areas that contained sectors after deleting those sectors 2023-04-25 00:22:34 +02:00
biwa
f4307a4c64 Sectors Mode: the sectors things are in are only determined if necessary, which should increase performance when switching into Sectors Mode in very big maps 2023-04-24 23:57:52 +02:00
biwa
997c8ebef3 Fixed a crash that happened when entering Edit Selection Mode while performing the Edit action 2023-04-24 23:53:02 +02:00
spherallic
71fd3df676 Resource options form: fixed a problem where the text box containing the path to the file could be focused. (backport from UDB) 2023-04-24 23:46:18 +02:00
spherallic
0ff14fc5e7 Restore old SlimDX 2023-04-24 16:19:06 +02:00
ZZYZX
ac1bb31b60 Changed Resource directory browser to use Win7 folder dialog, not Win9x one (reported by dpJudas) 2023-04-24 00:32:09 +02:00
ZZYZX
e4f3f50545 Maintenance: added missing FolderSelectDialog.cs 2023-04-23 23:59:59 +02:00
spherallic
a47e529dbe Tweak exception lines 2023-04-23 23:59:42 +02:00
spherallic
dde06fa12c Add unique launcher parameters for resource archives vs. directories to support -folder 2023-04-23 23:48:44 +02:00
spherallic
f8c313abaa Add action for removing FOF planes from Visual Mode selection 2023-04-21 22:11:57 +02:00
spherallic
c76ff0aab9 Add "clear midtextures" action 2023-04-21 02:29:53 +02:00
spherallic
8c12299583 Revert "Fix geometry constantly being rebuilt in some situations"
This reverts commit 4f4f074c3f.
2023-04-20 12:26:53 +02:00
spherallic
a74ce69297 Update some internal graphics 2023-04-19 20:49:18 +02:00
spherallic
019f419781 Fix updated ZB logo being cut off 2023-04-19 12:25:07 +02:00
spherallic
5d4f82ad1f Some flavor text edits 2023-04-19 01:00:54 +02:00
spherallic
4248e51363 Update logo & crash image 2023-04-19 00:59:36 +02:00
spherallic
d8d6752ec5 Remove old DB2 icon 2023-04-18 22:54:03 +02:00
spherallic
cdda06a85f Update some flavor text 2023-04-18 22:41:31 +02:00
biwa
6f7b24291d Visual Mode: fixed a problem where pasting a texture to a 3D floor sometimes didn't show the pasted texture immediately 2023-04-18 01:18:52 +02:00
biwa
b31dec526c - Fixed a crash when undoing 3D floor plugin actions while being in visual mode. Fixes #309. 2023-04-18 01:14:53 +02:00
Magnus Norddahl
4f4f074c3f Fix geometry constantly being rebuilt in some situations 2023-04-18 01:11:09 +02:00
biwa
35da8fee2c Fixed an issue where selected objects were unnecessarily cleared in visual mode, resulting in slowdowns. Partly addresses #337. 2023-04-18 00:57:38 +02:00
biwa
330ab8d367 - Auto-aligning textures now produces more intuitive results and is consistent between UDMF and non-UDMF maps 2023-04-18 00:53:08 +02:00
ZZYZX
1b552471e0 Fixed collection modification inside foreach. (reported by Lud) 2023-04-18 00:50:59 +02:00
ZZYZX
2953dc8715 Fixed: BaseVisualMode object was used before fully initialized (reported by Martix10) 2023-04-18 00:48:57 +02:00
ZZYZX
2eb454ae07 Fixed: removing a thing should also remove it from the visible things list. (reported by DOOMGABR) 2023-04-18 00:48:10 +02:00
ZZYZX
505865d135 Fixed: cutting a thing in visual mode would leave disposed BaseVisualThings in the selection. (reported by DOOMGABR) 2023-04-18 00:47:10 +02:00
spherallic
9fb9a72cf3 Tiny 2.2 config change 2023-04-18 00:14:41 +02:00