biwa
ed93c4d69b
Visual Mode: looking through selection now applies the thing's pitch to the camera
2023-09-17 13:05:50 +02:00
biwa
1d6c2a1c13
Visual Mode: when applying camera rotation and pitch to things a status message will now be displayed. Fixes #955
2023-09-17 12:40:28 +02:00
spherallic
7214e1b8b2
Curve Linedefs: increment angle by 5 instead of 8 when using rotate actions
2023-09-15 21:35:57 +02:00
spherallic
89f781bdc4
Make $(Not)Angled property set fixedrotation
2023-09-15 16:55:51 +02:00
spherallic
fb5d404e0c
Change one more instance of code assuming 5 arguments instead of 10
2023-09-15 16:44:56 +02:00
spherallic
7964875710
Expand 3D floor checks to encompass SRB2's multiple actions
2023-09-14 22:17:57 +02:00
spherallic
388e206d03
v0.5: Update version number and revision
2023-09-11 03:09:30 +02:00
spherallic
2abdfaf3e4
Display floating things via temporary method
2023-09-11 03:04:07 +02:00
spherallic
a51366131c
Fix string arguments not being copied/pasted as a property
2023-09-11 02:13:14 +02:00
spherallic
8b161a78a6
Draw Modes: Don't draw preview lines when "Place things" is enabled
2023-09-11 02:05:46 +02:00
spherallic
570040f011
Display sky on horizon lines
2023-09-11 00:37:20 +02:00
spherallic
27a268ae89
Iterate over things before lines in Visual Mode
2023-09-08 23:04:00 +02:00
wisselstem
32cfe294e2
Things Mode: update things filter when clone-dragging things ( #951 )
2023-09-08 19:19:57 +02:00
spherallic
0f1c06d44b
v0.4: Update version number and installer script
2023-09-08 13:35:37 +02:00
spherallic
845cbe2c3a
Fixed "Place Things" not working for Draw Curve mode
2023-09-08 13:35:26 +02:00
spherallic
f50b138424
Update things filter when clone-dragging things
2023-09-08 12:22:50 +02:00
spherallic
5f408e2c6e
Add "Place Things" option to curve, ellipse and rectangle drawing modes
2023-09-08 02:57:22 +02:00
spherallic
925c50bfd3
Clean up map element loops when rebuilding Visual Mode data
2023-09-07 14:27:53 +02:00
spherallic
92418d40a6
Merge remote-tracking branch 'udb/master'
2023-09-06 22:42:33 +02:00
biwa
809bb24ae0
Visual Mode: fixed an issue where trying to apply a rotation to things that were not seen yet would cause a crash
2023-09-06 19:20:12 +02:00
spherallic
d2b4c05aa6
Don't cancel pointing thing at cursor if category info doesn't have arrow
2023-09-06 00:10:56 +02:00
spherallic
ab830ea159
Disable Visual Mode features that don't apply to SRB2
2023-09-04 18:36:03 +02:00
spherallic
758f480faf
Render additive FOFs as such in Visual Mode
2023-09-04 15:25:22 +02:00
biwa
3a7d926704
Image Exporter: added support for transparency
2023-09-03 15:39:34 +02:00
wisselstem
edc4c2bd16
Visual Mode: prevent crash if no potential slope handles are found ( #949 )
2023-09-02 14:21:40 +02:00
spherallic
395243df3e
Prevent possible slope handle crash
2023-09-01 00:30:19 +02:00
biwa
5c76efb8c0
Fixed a problem where not selected geometry and things could not be dragged when the "don't move selection if any part of it is outside of map boundary" option was enabled
2023-08-26 13:49:00 +02:00
spherallic
b56ca5e018
Merge remote-tracking branch 'udb/master'
2023-08-21 20:41:15 +02:00
biwa
1d0430d48e
Visual Mode: fixed a problem where the selection order was not kept when synchronized selection between visual and classic modes was enabled. Fixes #938
2023-08-12 16:43:07 +02:00
biwa
1a116574b9
Visual Mode: fixed a problem where things directly touching the top of 3D floors were rendered with the incorrect brightness. Fixes #940
2023-08-12 11:15:13 +02:00
samwiddowson
19b8bd1e6c
Edit Selection Mode: Fix Ceiling/Floor transforms when pinned ( #943 )
2023-08-11 18:25:49 +02:00
biwa
f56ae2e0c9
Visual Mode: Fixed problem where UDB-internal sprites were shown with a wrong offset
2023-08-02 20:39:28 +02:00
biwa
085df399f5
Fixed an issue where sprite offsets defined in TEXTURES were not used
2023-07-29 13:32:42 +02:00
biwa
f34ab6a606
Visual Mode: changes to Eternity Engine's upper/lower texture skewing definitions are now shown in Visual Mode
2023-07-15 18:45:58 +02:00
spherallic
778cf4be7c
Merge remote-tracking branch 'udb/master'
2023-07-14 00:19:00 +02:00
biwa
58480f5b31
Visual Mode: fixed a crash when toggling visual vertex slope picking and the map contains double-sided linedefs without a front sidedef. Fixes #928
2023-07-09 14:18:24 +02:00
biwa
4dba3a9234
Texture skewing:
...
- fixed a rare condition where skewed mid textures were not clipped correctly
- fixed a problem where translucent mid textures were not skewed correctly
- fixed a problem where sprites were skewed unintentionally
2023-07-09 11:45:47 +02:00
biwa
9c35a8f65d
Eternity Engine: added support for texture skewing in Visual Mode ( #930 )
2023-07-08 22:39:50 +02:00
spherallic
730449c986
Copy/paste properties: Forgot to disable floor portal render style
2023-07-05 22:58:32 +02:00
spherallic
9d659ad797
Add SRB2-specific properties to copy/paste, disable unused properties
2023-07-04 23:19:17 +02:00
spherallic
97b7fdbd29
Don't render always intangible & invisible FOFs, fix half light blocks
2023-06-28 15:30:40 +02:00
spherallic
31bb3ebac0
Update revision number to match latest UDB merge
2023-06-27 21:08:06 +02:00
spherallic
74d71b1acf
Merge remote-tracking branch 'udb/master'
2023-06-27 21:05:32 +02:00
wisselstem
55e2d5a902
Add toasts to Visual Mode's "Show Things" action ( #922 )
2023-06-27 20:40:22 +02:00
spherallic
6ca071a6cc
Update revision number to match latest UDB merge
2023-06-20 09:59:25 +02:00
spherallic
202a8294ba
Merge remote-tracking branch 'udb/master'
2023-06-20 09:58:08 +02:00
biwa
6f047e4347
Draw Grid Mode: fixed a problem where "continuous drawing" would redraw all previously drawn shapes each time a drawing was finished. Fixes #912
2023-06-19 20:27:26 +02:00
spherallic
ba67a87c75
Optimize SRB2 NiGHTS/zoom tube/polyobject rendering
...
(Text labels are removed because of performance issues)
2023-06-15 12:25:46 +02:00
spherallic
1c0649883f
Disable light/sound radii toggles if unsupported
2023-06-12 12:35:34 +02:00
spherallic
ac9b6137b2
Implement FOF texture alignment
2023-06-11 01:03:17 +02:00
spherallic
ba064bae3e
Update revision number to match latest UDB merge
2023-06-11 00:59:51 +02:00
spherallic
c32f677c44
Merge remote-tracking branch 'udb/master'
2023-06-10 19:31:53 +02:00
spherallic
606f323cac
Support Flip flag, add properties for flip & absolutez flags
2023-06-10 16:08:38 +02:00
spherallic
073798166a
Implement absolutez flag for things
2023-06-10 03:00:20 +02:00
spherallic
ba4fca0861
Add centerhitbox thing property
2023-06-10 01:13:54 +02:00
biwa
bc98a5391f
Added action to change the index of linedefs, things, sectors, and vertices. Can be accessed through a shortcut (not bound by default) or the menu of the respective mode ( #903 )
2023-06-09 11:17:01 +02:00
wisselstem
0d4cecc134
Edit Selection Mode: added support for (counter)clockwise rotation actions ( #900 )
2023-06-09 09:54:23 +02:00
spherallic
a962eed418
Update revision number to reflect latest UDB merge
2023-05-29 11:06:02 +02:00
spherallic
69c667073a
Merge remote-tracking branch 'udb/master'
2023-05-29 11:04:31 +02:00
wisselstem
d2a4dcffce
Edit Selection Mode: added actions for moving the selection around the grid ( #888 )
2023-05-26 20:56:30 +02:00
spherallic
78dc4e5c1e
Update git revision in assembly version
2023-05-26 16:59:12 +02:00
spherallic
3aad6d2bb7
Rebrand UDB to UZB
2023-05-26 16:55:19 +02:00
sphere
10e2e3f4cb
Merge branch 'texture-skewing' into 'master'
...
Implement proper texture skewing in Visual Mode
See merge request STJr/UltimateZoneBuilder!5
2023-05-26 12:51:41 +00:00
sphere
af9c803ed6
Merge branch 'reduce-blockmap-use' into 'master'
...
Reduce blockmap use when drawing/stitching geometry
See merge request STJr/UltimateZoneBuilder!4
2023-05-26 12:51:28 +00:00
spherallic
5b9dc62dde
Change hardcoded line slope action to match SRB2
2023-05-26 14:09:04 +02:00
spherallic
2bbb2aaf30
Implement proper texture skewing in Visual Mode
2023-05-26 13:26:15 +02:00
spherallic
06e2c06553
Reduce blockmap use when drawing/stitching geometry, increasing performance in large maps
2023-05-24 12:50:45 +02:00
MascaraSnake
787dfe33f4
Infinitely repeating midtextures: Handle offsets correctly
2023-05-23 09:53:47 +02:00
MascaraSnake
cbf1fe14c8
Add support for repeating midtextures
2023-05-23 08:51:09 +02:00
MascaraSnake
4783f4823c
Thing-based vertex slopes: Pick the right mapthings
2023-05-22 20:51:10 +02:00
spherallic
087b1c8e8f
Merge remote-tracking branch 'udb/master' into udbmerge202304
2023-05-12 13:45:56 +02:00
biwa
86f1532a9f
Edit Selection Mode: fixed a problem where floor and ceiling textures were unintentionally scaled in UDMF when resizing the selection. Fixes #873
2023-04-22 19:38:18 +02:00
James R
e2900f8d25
Fix mono build
2023-03-19 01:28:15 -07:00
biwa
bb7857d2bb
Map Analysis Mode: fixed a problem where lines with fractional vertex positions could erroneously be reported as overlapping
2023-03-03 09:53:08 +01:00
MascaraSnake
d29bd54034
Refactor code that relies on the number of action args being exactly 5
2022-12-28 23:04:32 +01:00
biwa
f839269a72
Disabled visual sloping for game configurations that do not support plane equation slopes. Fixes #828
...
Added toasts for visual sloping events
2022-11-27 11:02:26 +01:00
biwa
204982e5f8
Add support for toasts ( #817 )
...
Behavior can be configured in the "Toasts" tab in the preferences.
2022-11-06 15:08:22 +01:00
biwa
9e5a6b5377
Tag Range plugin: fixed a problem where the new tags were not displayed in Sectors Mode when selection numbering was disabled. Fixes #795
2022-10-03 11:29:31 +02:00
biwa
9c4c63a749
Sectors Mode: fixed a regression where sector labels were not updated after editing sectors. Fixes #793
2022-09-21 21:05:30 +02:00
biwa
fa5c741b76
Fixed a regression where editing map elements did not preserve the selection order, but used the index order instead. Fixes #791
2022-09-20 23:52:41 +02:00
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
4f526dc57f
Toolbar buttons now show their assigned shortcut key in their tool tip
2022-05-28 16:19:01 +02:00
biwa
a1df690ae4
Merge branch 'master' of https://github.com/jewalky/UltimateDoomBuilder
2022-05-09 23:16:21 +02:00
ZZYZX
c82ef4880c
Fixed: Doom64 sector floor color was not applied to a sector below a 3D floor
2022-05-10 00:10:55 +03:00
biwa
d1e9043958
Visual Mode: fixed an issue where using the "apply camera rotation to things" action did not update the thing cages properly
2022-05-08 16:42:15 +02:00
biwa
ccdbc28ed8
Visual Mode: fixed an issue where deleting a thing could cause a crash. Fixes #730
2022-05-07 18:49:36 +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
d363ab9c30
Draw Settings docker: fixed an issue where toggling the texture check boxes stopped texture overrides from being applied
2022-04-18 16:02:54 +02:00
biwa
f8e0f0b25b
Map element associations: fixed a problem where things that have a argument of type tag set to 0 were referencing all things with tag 0. Fixes #718
2022-04-09 19:14:46 +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
e2ed08261e
Map Analysis Mode: fixed an issue where lines were erroneously reported as overlapping in certain situations. Fixes #713
2022-03-11 12:31:48 +01:00
biwa
69fb4ba413
Visual Mode: Fixed a problem where using visual sloping a slope handle around itself resulted in invalid slopes
2022-03-05 10:37:00 +01:00
biwa
12f0d53775
Copy and Paste Properties: fixed a problem where the "fadecolor" GZDoom UDMF sector property was not copied/pasted
2022-02-19 08:47:30 +01:00
biwa
6c2ad3efaf
Linedefs Mode: further speed improvements related to sector labels
2022-02-08 21:30:54 +01:00
biwa
e0bd927450
Visual Mode: fixed a problem where offsetting the middle texture of double sided lines would not work under certain circumstances. Fixes #702
2022-02-08 19:07:02 +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