biwa
179f72068f
Things/Linedefs/Sectors/Vertices Modes: standardized how editing and selection works:
...
- editing a highlighted, not selected map element will deselect other selected map elements, then start editing the highlighted map element
- dragging a highlighted, not selected map element will deselect other selected map elements, then start dragging the highlighted map element
- dragging a single map element will keep its selection state. I.e. dragging a selected map element will not deselect it after dragging anymore
- dragging a highlighted, not selected thing will not select it after dragging
- dragging a highlighted, not selected sector, while other sectors are selected, will only drag the highlighted sector, and not the selected sector (and deselect the selected sectors)
2022-09-18 16:54:09 +02:00
biwa
d2967e7a78
Linedefs Mode: fixed a problem where the "Select Single-sided only" and "Select Double-sided only" actions would still display the selection numbers of deselected linedefs
2022-08-28 18:25:50 +02:00
biwa
44a2a0daae
Edit Selection Mode: floor and ceiling textures can now be pinned independently. Fixes #728
2022-05-07 17:44:06 +02:00
biwa
98d32f7946
Linedefs Mode: fixed a crash that could happen when the mouse was moved out of the map control while an UDBScript was modifying the map
2022-04-09 17:52:38 +02:00
biwa
5115686a69
Sectors Mode: fixed a crash that could happen when the mouse was moved out of the map control while an UDBScript was modifying the map
2022-03-15 21:31:00 +01:00
biwa
9b08454138
Edit Selection Mode: improved handling of texture transformation (still doesn't work 100% correctly)
2022-03-14 19:52:46 +01:00
biwa
6c2ad3efaf
Linedefs Mode: further speed improvements related to sector labels
2022-02-08 21:30:54 +01:00
biwa
7d11b0dd27
Linedefs Mode: fixed a problem where sector labels and linedef selection labels were not shown
2022-02-06 13:55:37 +01:00
volte
be06471f52
Vertex rendering options ( #701 )
...
* Extended rendering options for drawing vertices
* Fixed vertex scale slider behaviour
* Force plot highlighted vertex in DragSectorsMode
* Moved ShouldRenderVertices property into the properties region
* made config file variable lower case to be in line with other config file variables
2022-02-06 12:19:03 +01:00
biwa
6259b6d99f
Linedefs Mode: improved performance when showing the vertex insertion preview
2022-02-05 00:44:04 +01:00
biwa
484b0817bd
Snap selection to grid: fixed a problem that could cause a crash if geometry got removed by snapping it to the grid
2022-02-03 19:35:10 +01:00
volte
02b0e93049
Added radial drawing capability to Rectangle and Ellipse tool ( #689 )
2022-01-16 20:42:45 +01:00
biwa
6f0330d650
Drag Geometry Mode: floor and ceiling panning are now correctly preserved when dragging geometry. Fixes 648
2021-11-28 15:52:09 +01:00
biwa
5eb438e3ba
Add map scripting capabilities to UDB ( #656 )
...
Added map scripting capabilities to UDB (#656 ). Documentation at https://biwa.github.io/udbscript-docs/
2021-11-28 14:00:24 +01:00
biwa
7448e0fb05
Fixed a crash when undoing/redoing while in Things Mode
2021-10-24 20:28:36 +02:00
biwa
a0971e0ef2
Added option to reselect changed map elements after undo/redo
2021-10-24 19:22:00 +02:00
biwa
9944748cbf
Fixed a bug that could cause a crash when going over the maximum linedef limit
2021-07-16 17:56:55 +02:00
biwa
e0f620827d
Linedefs Mode: fixed a problem where flipping a highlighted linedef would also select the linedef. Fixes #571
2021-05-30 18:27:56 +02:00
ZZYZX
9fcb45e1b1
Fixed: a single selected linedef was deselected after flipping it
2021-05-19 12:59:24 +03:00
biwa
f8e836a5cf
Don't use thread unsafe collections in threaded code (hopefully fixes crash in Sectors Mode when selecting sectors)
2021-04-22 21:10:10 +02:00
biwa
547aec7541
Sectors Mode: potentially fixed some crashes related to determining thing sectors
2021-04-22 16:12:14 +02:00
biwa
83adef923d
Increased performance on multi-core CPUs when selecting sectors in Sectors Mode when Synchronize Thing Editing is enabled
2021-04-17 20:06:58 +02:00
biwa
c748209eba
Curve Linedefs Mode: fixed a problem where the curve would not flip when being dragged with the mouse
2021-04-01 21:44:49 +02:00
biwa
5addd6508c
Started to add support for arbitrary UDMF field associations ( #401 )
2021-03-14 15:58:40 +01:00
biwa
5534a93051
Sectors Mode: fixed a crash when merging sectors while a shared linedef between them was shown as an association
2021-02-28 01:44:38 +01:00
biwa
a17ecae740
Curve Linedefs Mode: fixed a problem where it was impossible to flip fixed curves when the distance was set to 0. Fixes 487
2020-12-16 18:06:02 +01:00
biwa
bb7cf59a65
Sectors Mode: fixed a problem where things were not selected correctly when synchronized thing edit was enabled
2020-11-22 18:19:47 +01:00
biwa
c5054c5449
Fixed a problem where duplicating 3D floors sometimes changed the slopes of adjacent 3D floors
2020-11-21 22:38:16 +01:00
biwa
3ee12f4ca7
Sectors Mode: tag and effect labels are now only updated when necessary, increasing performance
2020-11-16 00:45:57 +01:00
biwa
f040306c55
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
2020-11-06 20:14:00 +01:00
biwa
601d741b7e
Vertices Mode: fixed a potential crash when deleting/dissolving vertices
2020-11-01 23:08:41 +01:00
biwa
41e6632b18
Sectors Mode: fixed an potential crash when joining/merging sectors
2020-11-01 21:29:57 +01:00
biwa
f4510aba3e
Draw Geometry Modes: removed status messages expressing negative feeling when finishing a drawing and replaces them with positive messages
2020-11-01 18:49:15 +01:00
biwa
00d9be5266
Things Mode: increased rendering speed
2020-10-31 21:13:37 +01:00
biwa
7a5c7e5090
Linedefs Mode: increased rendering speed
2020-10-31 21:06:24 +01:00
biwa
4a0e1d7c62
Sectors Mode: significantly increased rendering speed
2020-10-31 20:45:05 +01:00
biwa
4991c323c3
Linedefs Mode, Sectors Mode, Vertices Mode, Sound Environment Mode, Sound Propagation Mode: slightly improved performance when moving the mouse
2020-10-31 16:09:22 +01:00
biwa
a7791754c1
Draw Grid Mode: fixed a crash when locking sliced while using a rotated grid
2020-10-16 14:45:59 +02:00
biwa
160db8da8c
Editing modes: fixed some crashes related to undoing/redoing while objects with associations were highlighted
2020-10-09 18:53:10 +02:00
biwa
63b3766ae2
Draw Geometry Modes: fixed an issue where drawing started lagging when holding Alt+Shift
2020-10-02 19:46:01 +02:00
biwa
7e5c407722
Edit Selection Mode: fixed a crash when resizing the selection to a line and then trying to pull it out again. Completely squashing to a line in not possible anymore
2020-08-22 21:36:23 +02:00
biwa
ba1abbcb4b
Sectors mode: fixed a bug where applying floor and ceiling brightness gradients didn't work correctly
2020-08-04 16:25:49 +02:00
biwa
c047b98ba4
Sectors Mode: fixed a bug that could cause a crash when drag-selecting over areas that contained sectors after deleting those sectors
2020-07-27 20:18:33 +02:00
biwa
f204a17298
Improved associations ( #440 )
...
Improved associations and event lines. Refactorings to make the whole thing more sensible (hopefully). Options to display labels on event lines (can be configured in Preferences -> Editing).
2020-07-16 22:01:37 +02:00
biwa
5ddbd73916
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
2020-06-21 12:52:36 +02:00
biwa
f432281ec0
Draw Ellipse Mode: fixed a rounding error that could result in wrong shapes under certain conditions
2020-06-16 10:42:28 +02:00
biwa
5618c2d665
Edit Selection Mode, Flat Align Mode: fixed a bug where snapping occurred to wrong positions on lines when the grid was transformed
2020-06-16 09:59:30 +02:00
biwa
4d28727b6d
Draw Rectangle Mode, Draw Grid Mode: fixed a bug where the guidelines were show slightly off
2020-06-15 22:13:54 +02:00
biwa
93bba0ca71
Draw Grid Mode: guidelines are now shown correctly if the grid is transformed
2020-06-15 22:03:28 +02:00
biwa
e4a689fe8a
Draw Geometry Mode: guidelines are now rotated if the grid is transformed
2020-06-15 21:57:59 +02:00