Commit graph

98 commits

Author SHA1 Message Date
MaxED
e34fe0d32f Added "Split Joined Sectors" Edit menu item and toolbar button. When enabled, joined sectors adjacent to drawn lines will be split.
Added "doomthingrotationangles" Game Configuration property. When enabled, editor actions related to changing thing angle will snap the resulting angle to 45 degree increments. This property is set to true for vanilla game configurations.
Fixed a crash when changing game configuration from one without Thing actions support to one with them while in Things mode.
Fixed, cosmetic, DB2 bug: current editing mode button was deselected after reloading resources.
Updated documentation ("Game Configuration - Basic Settings" page).
2023-01-05 00:27:03 +01:00
MaxED
95985a8894 Added, Visual mode: added "Toggle Alpha-based Texture Highlighting" action. When enabled, 3d floor textures and middle textures on double-sided lines will be highlighted only when the crosshair points at a non-transparent pixel.
Changed: multi-part sectors are now better preserved after drawing new lines.
Changed, TEXTURES parser: patch loading errors are now ignored for textures with "NullTexture" option.
Changed, Game configurations: changed default door action arguments to better match vanilla ones.
Fixed, Actions: in some cases keyboard shortcuts involving Ctrl/Alt/Shift modifier keys were displayed incorrectly.
Fixed(?): probably fixed inability to save map wad in Slade 3.
Updated ZDoom_ACS.cfg.
Updated ZDoom_DECORATE.cfg.
Updated ZDoom ACC.
2023-01-05 00:15:28 +01:00
MaxED
154ceb0eb7 Added "safeboundary" game configuration property. The value determines the maximum map bounding box size considered to be safe by "Check map size" error check.
Changed, Map Analysis mode: some checks are now available only under certain conditions (for example, "Check polyobjects" is now available only when the map is in Hexen or UDMF map format).
Updated documentation ("Game Configuration - Basic Settings" page).
2023-01-04 22:59:30 +01:00
MaxED
2f046137c0 Added, Sound Environments mode: sound environments of the same type are now colored using the same color.
Added, Sound Environments mode: current sound environment is now highlighted (can be toggled using "Toggle Highlight" action).
Added: Tag selectors now have up/down buttons.
Fixed, Sound Environments mode: sound environments were not updated after performing Undo/Redo actions.
Fixed, Sound Propagation mode: sound zones were not updated after performing Undo/Redo actions.
Internal: moved "Toggle Highlight" action to the core, also changed it's category to "View".
Internal: "Toggle Highlight" action state is now saved in the Program configuration.
Updated ZDoom_DECORATE.cfg (GetZAt).
Updated ZDoom_linedefs.cfg (Sector_SetPortal args).
2023-01-04 22:36:23 +01:00
MaxED
07705464e1 Game configurations: added "sidedefcompressionignoresaction" property. When set to true, sidedefs will be compressed regardless of linedef action (DB2 behaviour). When set to false, sidedefs, which belong to a line with an action, will be skipped when compressing sidedefs. Default value is false. 2023-01-04 22:19:02 +01:00
MaxED
2e32b8839a Fixed, Visual mode: rendering effects of "Slope floor/ceiling to here" things (9500/9501) should not be applied when their arg0 is 0. 2023-01-04 22:11:18 +01:00
MaxED
600851e263 Fixed, Visual mode: "Rotate CW"/"Rotate CCW" actions should update thing-based effects when used on Things.
Added/restored, Visual mode: restored "Move Texture Left/Right/Up/Down by 8" actions, added "Move Texture Left/Right/Up/Down by Grid Size" actions (default keys are Ctrl+arrow keys).
Fixed, Game configurations: Hexen's Bell actor was missing "hangs" flag.
2023-01-04 22:09:46 +01:00
MaxED
b7fbb443e2 Added, Drag Vertices\Linedefs\Sectors\Edit Selection modes: sidedefs facing outside of current selection are now reattached/added/removed after moving the selection.
Currently this will work as intended only if the selection ends up either completely inside a single sector or completely outside of any sector. Also this logic won't be applied if the selection contains the lines with only start or end vertex selected.
Internal: some TextLabel refactoring.
2023-01-04 20:06:08 +01:00
spherallic
5451f19e48 more config fixes 2023-01-04 17:41:14 +01:00
spherallic
a15d2b57fd config fix 2023-01-04 17:33:06 +01:00
MaxED
c15a8fac2b Added: dynamically added side panel tabs now play notify animation when the side panel is collapsed.
Added, Game configurations, ZDoom: added Sector effect 90 (Skybox sector).
2023-01-04 17:31:09 +01:00
spherallic
bf9c3c8abe config fixes 2023-01-04 17:16:25 +01:00
MaxED
187653bfa9 Sectors, Linedefs, Things modes: optimized text label rendering.
Fixed, Things mode: in some cases selection labels were not updated after editing a thing.
Fixed, Things mode: selection labels were positioned incorrectly on things with FixedSize setting.
Fixed, Sectors mode: fixed a crash when selecting self-referencing sector when selection labels were enabled.
Fixed, Visual mode: in some cases Auto-align texture actions were not working when "use long texture names" Map Options setting was enabled.
Fixed, MD2/MD3 loader: available animation frames upper bound check was performed incorrectly, which would cause a crash in some very special cases.
Fixed, Game configurations: most Hexen/ZDoom teleport actions use TeleportDests as teleport targets, not MapSpots.
2023-01-04 17:16:18 +01:00
MaxED
c51ad81208 Added, Game configurations: added "targetclasses" argument property. Can be used with argument type 14 (Thing Tag). When set, only things of given classes will be shown in the argument dropdown list in Edit Things window.
Changed, Classic modes: when "Fixed Things Scale" option is enabled, things will now switch to fixed size rendering mode when their visible size is less than 48 pixels.
Changed, Classic modes: changed the fixed size of things with FixedSize setting to 28 pixels.
Updated documentation ("targetclasses" argument property).
2023-01-04 17:09:21 +01:00
MaxED
99e9da4358 Fixed, Game configurations: some Generic_Floor:200 and Generic_Ceiling:201 parameters were named incorrectly. 2023-01-04 14:12:11 +01:00
MaxED
a92610a2d8 Changed, Select Similar Sectors action: when "Effect" option is enabled, all sectors with at least one matching generalized/predefined effect will be selected.
Added, Tag Explorer plugin: a separate category for each generalized/predefined effect is now created when "Sort by action special" sort mode is used.
Added, Edit Effect window: normal and generalized effects can now be set at the same time.
Fixed, Edit Action window: in some cases Generalized actions were incorrectly processed.
Fixed, Edit Effect window: in some cases Generalized effects were incorrectly processed.
Fixed, Select Similar window: Tab control was incorrectly anchored.
Fixed, Nodes Viewer mode, cosmetic: segs angles were calculated incorrectly when showing nodes in classic format.
Fixed: HiRes textures, which didn't override any texture or flat were not loaded.
Fixed, Tag Explorer plugin: linedef action categories were missing title when "Sort by action special" sort mode was used.
Cosmetic: renamed "Grid Setup" action to "Grid and Backdrop Setup".
2023-01-04 14:11:51 +01:00
MaxED
9cb14fc80b Fixed: alpha-based texture picking wasn't implemented for 3d floor inner sides.
Game configurations: added 2 secret Sector_Set3dFloor flags. Shhh! Don't tell anybody!
2023-01-04 13:44:56 +01:00
MaxED
a6d99339ce Fixed, Map Analysis mode: fixed a crash when running "Check Polyobjects" check on a map without lines using "Polyobj_StartLine" action.
Updated ZDoom_linedefs.cfg (Line_SetPortalTarget).
Updated ZDoom_ACS.cfg (Line_SetPortalTarget).
2023-01-04 13:05:24 +01:00
MaxED
16e476f02e Added, Map Analysis mode: added "Check Polyobjects" checker.
Changed, Game configurations: "Polyobject Anchor" things should not trigger "Thing outside the map geometry" error in the Map Analysis mode.
Updated ZDoom_DECORATE.cfg (A_SetScale).
2023-01-04 13:04:52 +01:00
spherallic
515df9c1e9 Add angle arrow setting for individual thing definitions 2022-12-19 20:55:10 +01:00
spherallic
bed5298a3f Update 2.2 config to current state of next 2022-12-06 00:26:05 +01:00
spherallic
c063986e00 Add toggle for displaying invisible SRB2 FOFs 2022-12-06 00:20:42 +01:00
sphere
095aa9bb68 GZDB merging - part 1 2022-11-25 17:14:35 +00:00
spherallic
f3e9210a5c Config updates for 2.2.10. 2022-03-04 21:11:51 +01:00
spherallic
04dec4663b Config updates. 2022-01-11 23:44:23 +01:00
Jonas Sauer
c5a1aef1bd Some config updates 2021-12-28 23:46:56 +01:00
spherallic
de4a8445d3 Config updates for 2.2.10. 2021-12-05 02:26:13 +01:00
sphere
78fd53417a Missed some 2.2.10 features 2021-10-25 21:32:08 +02:00
sphere
e714d59388 Remove 2.2.10 features from config, so we can release before 2.2.10... 2021-10-25 21:21:19 +02:00
sphere
24cde6b555 Several 2.2 config updates:
- Add binary multitagging specials
- Add copy flag for line slopes
- Add blentran actions
- Show flags for changing crumble respawn time
- Show flag for faster, unordered linedef execution
- Fixed some wording issues
2021-08-26 15:20:31 +02:00
sphere
48de314342 Tiny fix to 2.2 config 2021-05-14 20:59:14 +02:00
sphere
8ab32cd8d5 Update 2.2 configuration with new multitagging actions. 2021-05-10 13:45:54 +02:00
sphere
6d44fca5b5 Update 2.2 configuration, yet again 2021-05-05 19:14:54 +02:00
sphere
123bf54f4d Update 2.2 and ZenNode configurations. 2021-04-10 17:43:36 +02:00
sphere
a88b146129 Update config: add labels for absolute z slope vertices, rename polyobject IDs to tags. 2021-03-24 00:01:23 +01:00
sphere
88fbbaac2e Display parameter and flags value (labels) in the Thing info panel, make parameter values easier to edit, update the 2.2 config. 2021-03-21 15:40:10 +01:00
sphere
25eeb0c9e2 Fix incorrect prefixes in the 2.2 configuration. 2021-03-05 01:20:29 +01:00
sphere
2b435ede7f Update 2.2 config again. 2021-02-24 18:06:01 +01:00
sphere
f322fe3a5a Fix weapon/team rings displaying old sprites in the 2.2 configuration. 2021-02-23 22:31:24 +01:00
sphere
e8ebbbf53e Update the 2.2 config and change some default settings. 2021-02-23 14:23:56 +01:00
sphere
9ca9e63244 Update Kart config, with Justburner's updates. 2021-02-21 23:25:22 +01:00
sphere
2b6098b594 Update 2.2 config. 2021-02-21 22:19:09 +01:00
sphere
960065111a Update version number, credits & config. 2021-02-18 23:57:42 +01:00
sphere
cc93734354 Update config and restore copy slope rendering in Visual Mode. 2021-02-17 01:49:48 +01:00
MascaraSnake
edf0aa3859 Add 2.2 config 2020-05-17 10:00:58 +02:00
MascaraSnake
43399cf23f Added SRB2Kart support 2018-12-16 14:25:49 +01:00
MascaraSnake
43c7443e94 Some additions to the config 2018-05-13 21:02:34 +02:00
MascaraSnake
c5173df759 Fixed YET ANOTHER error in the config (this is getting embarrassing) 2017-10-02 08:23:28 +02:00
MascaraSnake
4ef18fb51c It's bothered me for a while that monitors are called "item boxes" in the config but nowhere else 2017-10-01 10:16:38 +02:00
MascaraSnake
cfdc212a56 Add texture filters (thanks a bunch to TehRealSalt!) 2017-09-17 23:22:02 +02:00