Commit graph

583 commits

Author SHA1 Message Date
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
spherallic
d39a0415db Slightly update loading/missing/unknown textures 2023-04-18 00:13:34 +02:00
spherallic
b8618f1821 Change how selecting sector effects works (no repeated addition) 2023-04-11 12:14:50 +02:00
spherallic
eb8b86ac85 Add usage hints to lower/middle/upper-specific sidedef texture search 2023-04-11 11:52:23 +02:00
spherallic
7c05fa7787 Prevent thing flags window (when finding) from being too small 2023-04-11 11:47:29 +02:00
biwa
5aa089590b Effect browser form: fixed a bug where effects consisting of multiple bits were not selected correctly. Fixes #589 2023-04-05 01:16:47 +02:00
biwa
aa9bb84f3f - Fixed a bug where searching for generalized sector effects was not handled properly in Find & Replace Mode. Fixes 305. 2023-04-05 01:13:44 +02:00
MaxED
83c63bc5c7 Fixed, Find & Replace mode: fixed a bug when "Find Sector Effect" search mode returned all map sectors when the effect to find was not generalized.
Updated ZDoom_DECORATE.cfg.
2023-04-05 01:13:31 +02:00
MaxED
97dcfb0275 Added, Automap mode: added "Show hidden lines" top menu button.
Added, Automap mode: added "Show secrets" top menu button.
Added, Automap mode: added "Color preset" top menu drop-down.
2023-04-05 01:12:02 +02:00
spherallic
7243994446 Prevent config window from crashing with directory loaded 2023-04-03 21:46:51 +02:00
spherallic
502308d1bc Restore internal team ring sprites 2023-03-29 00:46:24 +02:00
spherallic
505bad3943 Update MF_ flags 2023-03-28 20:02:50 +02:00
spherallic
0293c455f6 Don't error out of Lua parsing when mobjinfo[] isn't a object definition 2023-03-22 20:33:26 +01:00
spherallic
9afe69ffef Paste Properties window: highlight OK by default instead of Cancel 2023-03-22 20:31:46 +01:00
spherallic
1bee59a364 Restore Wind/Current and Conveyor Belt effects in 2.2 config, mark them as deprecated 2023-03-20 14:25:02 +01:00
spherallic
e65108a177 Open PK3 archives as read-only 2023-02-16 17:34:31 +01:00
spherallic
448f85d7ad Make linedef angles match SRB2 again 2023-02-16 01:22:54 +01:00
spherallic
90b59fcebc Allow rotation actions in Edit Selection mode 2023-02-14 23:39:45 +01:00
spherallic
00144d42a9 Reworded multitagging actions 2023-02-14 14:31:34 +01:00
spherallic
41d26c1d14 Some more fixes for angle loop handling 2023-02-14 14:28:49 +01:00
spherallic
e3b2c25fb0 Fix copy-paste typo 2023-02-08 21:48:06 +01:00
biwa
71e44108a0 Fixed nonsensical values being returned when using +++/--- in many fields. 2023-02-07 20:01:00 +01:00
biwa
33d55dce7b Using --- and +++ now also works correctly for the height offset in the edit sector properties dialog 2023-02-06 20:56:29 +01:00
spherallic
ccbd5c85ff Don't disable dynamic grid when changing the grid manually 2023-02-06 20:30:24 +01:00
spherallic
768f4b9ea9 Some changes to internal sprites:
- Added sprites for blast executors & fan particle generators
- Graphical tweaks (outlines, more contrast)
2023-02-06 16:44:42 +01:00
spherallic
4321beca2d Fixed "fixed things scale" option behaving weirdly 2023-02-06 11:08:00 +01:00
spherallic
398bd9fee7 Fix dynamic grid toggle on the toolbar being broken 2023-02-05 20:11:49 +01:00