biwa
f1bf6a6803
Fixed a crash that happened when a thing isn't inside a sector. Fixes #548
2021-04-09 07:26:15 +02:00
Derek MacDonald
da935dd8d7
VPO limit configurable for Visplane Explorer ( #546 )
...
https://doomwiki.org/wiki/Static_limits
The VPO limit is raised by Hexen (160) & Strife (200)
so make it configurable in the basegame.
The hover tooltip will reflect the adjusted max
limit and the heatmap is interpolated to 0-255
for the 256x10 visplane_pal.png colour range
gradient.
2021-04-08 21:41:40 +02:00
Derek MacDonald
bef514fabb
Ignore texture patch negative vertical offset ( #544 )
...
https://doomwiki.org/wiki/Vertical_offsets_are_ignored_in_texture_patches
BIGDOOR7 & STEP2 in doom.wad and doom2.wad contain
negative Y-offsets some a patch but instead the
renderer defaults to Y-offset value of 0.
This stops UDB's 3D visual mode from using the
negative value - change it to 0 to match the game
renderer. (G)ZDoom behaves the same as vanilla.
2021-04-06 21:16:50 +02:00
Derek MacDonald
f693959df4
Unchanged script editor skips implicit save ( #543 )
...
Stop calling ScriptFileDocumentTab.RemoveTrailingWhitespace()
on a text editor that has unchanged text. This causes the
currently-opened map to be marked 'isChanged == true' when
nothing is modified.
2021-04-06 20:38:48 +02:00
biwa
6c8a3cb50b
Visual Mode: things inside self-referencing sectors are now displayed at the correct height
2021-04-05 19:15:14 +02:00
biwa
fe71e53edc
Game configurations are now saved as soon as the configuration dialog is closed
...
Program preferences are now saved as soon as the configuration dialog is closed
Recent files are now saved as soon as an existing map is loaded
2021-04-02 12:13:22 +02:00
biwa
95f5c719b7
Sector/Linedef/Thing/Vertex Edit Form: the map will not be marked as changed anymore when canceling changes made in the forms, when the map wasn't marked as changed before
...
Copying map elements doesn't mark the map as changed anymore if the map wasn't marked as changed before copying
2021-04-01 23:31:52 +02:00
biwa
6de1d10065
Script Editor: fixed a problem where folded blocks were unfolded unexpectedly when the script was saved. Fixes #392
2021-03-22 12:11:25 +01:00
biwa
6917ded506
Linedef Editing Form (UDMF): fixed a problem where activation checkboxes were shown red for actions that don't require activation
2021-03-22 10:56:31 +01:00
biwa
85b8b41580
Map Analysis Mode: checking for missing activation flags (UDMF) now finds linedef that are missing an actual activation flag, not only lines without any flags in that group. Fixes #288
...
Linedef Editing Form (UDMF): now only missing required activation flags are marked red
2021-03-22 10:41:21 +01:00
biwa
6c003f1cb1
Added support for only enabling editing modes when the current game configuration supports the features. Currently only applies to 3D Floor Mode, Slope Mode, and Draw Slope Mode. Fixes #463
2021-03-21 22:58:06 +01:00
biwa
58c476f4e5
Slope Mode, Draw Slopes Mode: both modes are now deprecated as they are superseded by visual sloping. The modes will be removed in the future. Entering the modes will add a warning to the Errors And Warnings dialog
2021-03-21 21:19:14 +01:00
biwa
2ef76c39d0
Sector Edit Form (UDMF): fixed a problem where resetting slopes did not work correctly
2021-03-21 17:38:43 +01:00
biwa
2abcbfffab
Fixed a bug where trying to align the grid to a linedef or setting the grid origin to a vertex would crash when no map was opened. Fixes #536
2021-03-14 16:40:55 +01:00
James R
feef304423
Ignore Keys.None event ( #537 )
...
Such an event invokes every unbound action.
2021-03-14 16:26:09 +01:00
biwa
5addd6508c
Started to add support for arbitrary UDMF field associations ( #401 )
2021-03-14 15:58:40 +01:00
biwa
122784f739
Removed limitation of 4 models per frame as this limitation is lifted in GZDoom
2021-03-11 21:06:34 +01:00
biwa
b1583060b6
CVARINFO: added support for "nosave" scope
2021-03-06 23:07:04 +01:00
biwa
0264224e6e
CVARINFO: added support for "cheat" and "latch" flags. Fixes #535
2021-03-06 22:51:22 +01:00
biwa
f0c985385a
Added portal options to the sector edit form for the Eternity Engine UDMF configuration
2021-03-06 21:28:00 +01:00
biwa
677473fce8
Small cleanups to the build process
2021-02-28 11:30:13 +01:00
biwa
46c577b9e1
Fixed a bug where saving WADs that didn't have their data starting right after the header would corrupt the file. Fixes #531
2021-02-27 17:47:37 +01:00
biwa
7d2e3db982
Fixed a bug where resetting the ceiling slope in the UDMF sector edit form would invert its original height
2021-02-20 16:17:32 +01:00
biwa
93cc15640f
Error Checker: added config options to ignore unknown textures on sidedefs for certain actions. Resolves #518
2021-02-20 15:04:47 +01:00
biwa
b168570241
Added safeguard to MapSet.NearestLinedefRange if selectionmap is null. Might fix #529 .
2021-02-20 13:11:03 +01:00
biwa
cbedfb24b5
DECALDEF parser: fixed a problem where opening curly braces in the same line as a decal definition caused a parsing error
2021-02-14 23:17:16 +01:00
biwa
18d56c6e04
Decorate/Zscript Actors that replace other actors should now display the correct actor name given through the $Title editor key. Fixes #122
2021-02-13 15:12:49 +01:00
biwa
b70970ebcf
Some refactoring related to visual sloping
2021-02-13 09:57:09 +01:00
biwa
0911a3a9a4
Some more performance improvements related to visual sloping
2021-02-07 16:44:12 +01:00
biwa
c4c2f4b3fe
Fixed a visual glitch where grid lines appear to be slightly offset when using a transformed grid
2021-02-06 15:09:16 +01:00
biwa
5ed77c5d05
Improved performance in visual mode related to visual slopes
2021-02-06 14:51:00 +01:00
biwa
2b6c7b44c2
Fixed a problem where the last line of UDMF maps were not parsed correctly
2021-01-31 18:11:10 +01:00
biwa
4f9111d075
Textures with whitespace at the beginning or end are now handled correctly. Fixes #522
2021-01-30 23:44:42 +01:00
biwa
4eb223b3f0
Added support for "abstract" ZScript functions. Fixes #523
2021-01-30 23:08:41 +01:00
biwa
5d1492c5c2
Added visual sloping for vertices (has an extra action to toggle visual vertex slope picking)
2021-01-30 22:01:55 +01:00
biwa
7cec462a15
Fixed a problem where values specified with the UserDefaultValue editor key in ZScript were not applied for float/double values
2021-01-04 13:28:45 +01:00
biwa
46962aac89
Using visual sloping to create a horizontal slope will now remove the slope and set the appropriate sector height instead
...
The Edit Sector dialog will not remove horizontal slopes anymore unless necessary
2021-01-01 22:08:54 +01:00
biwa
9090642d4e
Fixed a problem where custom boolean UDMF fields could not set be to false
2020-12-28 20:22:04 +01:00
ZZYZX
eaa5227dc8
Slightly tweaked size of Controls list. Added 'Reset plane slope' action.
2020-12-28 00:13:56 +02:00
biwa
d8d03916ea
Added safeguard against crashes related to config disposing. Fixes 251. Fixes 352. Fixes 514.
2020-12-23 16:43:59 +01:00
biwa
7b42ba622f
The docker is now expanded by default so that users actually realize that it exists (new installations only)
2020-12-23 11:49:51 +01:00
biwa
9f58a545f6
Fixed a crash that could happen when the blockmap was too small because of off-grid vertices
2020-12-13 14:03:53 +01:00
biwa
931bd1e225
Fixed a problem where the DistanceCheck actor property didn't work correctly, resulting in things unexpectedly not being drawn in Visual Mode
2020-12-12 11:48:46 +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
0f3e979fa9
Color picker dialog: custom colors are now saved
2020-11-21 13:12:01 +01:00
biwa
82af8bfe56
Fixed a bug with argument boxes where the value wasn't saved correctly when using the mouse wheel to change the value
2020-11-19 22:14:19 +01:00
biwa
c7b383595a
MapSet.NearestLinedefRange using a blockmap now takes into account that the maxrange could be bigger than the blockmap block size
2020-11-15 13:59:04 +01:00
Magnus Norddahl
49edfed449
Fix MakeAlphaTestImage performance issue
2020-11-15 03:20:41 +01:00
biwa
9c85635ff0
More renaming GZDB Visual Mode to just Visual Mode
...
The exception dialog now correctly states that it's UDB and not GZDB
2020-11-01 18:33:19 +01:00
biwa
15772da839
Texture browser: using the tab key to jump between the currently selected used texture and the position of the texture in the list of all textures works again (this time without toggling the "used textures on top" checkbox). Also added option to vertically center the view on the selected texture (enabled by default)
2020-11-01 18:21:22 +01:00