Commit graph

178 commits

Author SHA1 Message Date
MaxED
803a37f4a4 Changed, Texture Browser window: "All" textures group is now saved/reselected like the rest of the texture groups when closing/opening the window.
Changed, Classic modes: bigger Thing arrows are now rendered when thing sprite rendering is skipped.
Changed, Classic modes: when "Fixed Things Scale" option is enabled, thing size stays at 2x scale instead of 1x when extra bounding box is rendered.
Added Preferences -> Appearance -> "Things transparency (Things mode)" slider.
Renamed Preferences -> Appearance -> "Things transparency" to "Things transparency (other modes)".
Externalized thing bounding box and arrow texture, used to render things in Classic modes (Textures/ThingTexture2D.png).
Updated ZDoom_DECORATE.cfg (A_SetUserVarFloat, A_SetUserArrayFloat).
2023-01-04 16:35:40 +01:00
MaxED
4b85392a18 Fixed: HiRes images should not be used on surfaces with long texture names.
Changed, Draw Lines and Draw Curve modes: "Auto-finish drawing" option now works regardless of "Continuous drawing" option (previously it worked only when the latter was enabled).
Changed: position and size of the "Errors and Warnings" window is now stored while the editor is running.
Internal: rewritten parts of long texture names support code. It now involves much less special handling.
Updated ZDoom_DECORATE.cfg (A_QuakeEx, A_CheckBlock).
Updated ZDoom_ACS.cfg (QuakeEx).
Updated ZDoom ACC (QuakeEx).
2023-01-04 14:19:13 +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
a4fe857710 Map saving: map lumps position in the wad is now kept persistent when saving it (previously / in DB2 map lumps were always pushed to the end of the wad when saving it).
Internal: added NeutralResourcesLanguageAttribute to all assemblies. Theoretically this should result in a bit better performance when accessing embedded resources.
Updated ZDoom_DECORATE.cfg (A_Chase flags).
2023-01-04 13:47:31 +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
f489abba63 Fixed, Script Editor: in some cases "[EP]" (Entry Position) markers were processed incorrectly when inserting a snippet.
Updated SharpCompress library to 0.11.5.
Updated ScintillaNET library to 3.6.3.
2023-01-04 13:39:13 +01:00
MaxED
a82102a611 Added, Draw Ellipse mode: angle setting can now be changed using "Rotate Clockwise" and "Rotate Counterclockwise" actions.
Added, Draw Line and Draw Curve modes: added "Auto-finish drawing" setting. When enabled, the modes will automatically finish drawing when currently drawn lines and already existing level geometry form a closed shape.
Changed: sector-wise linedef flipping is now done using the new "Align Linedefs" action. "Flip Linedefs" action works the same as in DB2 again.
Changed: when a map was already loaded, using "Open Map" action will use that map's directory as the starting directory.
Changed: official IWADs can no longer be saved.
Changed: disabled lump ranges/duplicate entries checks for official IWADs.
Changed: wad type is now preserved when saving a map (previously all wads were saved as PWADs).
Changed: moved Updater.exe launch much closer to the editor termination point to avoid any chance of it closing the editor before it properly closes itself.
Updated ZDoom_DECORATE.cfg (A_Blast).
Updated documentation.
2023-01-04 13:30:21 +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
e4b7e71b5f Add ZenNode option that builds its own blockmap, in case SRB2 can't make one somehow? 2021-10-25 21:01:35 +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
83e5cebe8f Update credits and default configuration. 2021-04-01 00:25:15 +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
148f3d69ba Add actions to Visual Mode: for raising and lowering sectors/things by grid size, and for toggling Peg and Repeat Midtexture flags. 2021-03-21 19:26:10 +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
0efc410d58 Duplicated the Toggle Slope option to also allow sloping the back sector. 2021-03-14 14:59:23 +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
1d05f96637 Added an option to disable the crosshair in 2D mode 2017-10-01 10:36:47 +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
MascaraSnake
36293654ea Added a nodebuilder configuration for normal ZenNode without reject. 2017-08-07 16:05:55 +02:00
MascaraSnake
33af08b1d6 Fixed YET another config typo. 2017-08-07 15:00:06 +02:00
MascaraSnake
45ac53f975 Made the names of the lighting linedef executors consistent with the regular lighting linedef types. 2017-08-05 08:02:11 +02:00
MascaraSnake
d35372cc3b Applied the config fixes to the TD config as well. 2017-08-05 07:58:07 +02:00
MascaraSnake
dc2fdafb9c Fixed yet another typo in the config. 2017-08-05 07:52:50 +02:00
MascaraSnake
5ab4109be2 Fixed another config typo 2017-07-06 16:18:34 +02:00
MascaraSnake
39fddcb7c5 Added TopDown support 2017-01-28 18:22:44 +01:00
MascaraSnake
a9a60b3803 Fixed a typo in the config 2016-12-24 13:53:15 +01:00
MascaraSnake
f4b747a9d9 Updated Lua keyword list 2016-09-17 18:37:12 +02:00
MascaraSnake
62def0179d More 2.1.16 additions regarding slope linedef types 2016-09-17 18:29:13 +02:00
MascaraSnake
6252bdaaa7 Added "No physics" flag description to slope linedef types and fixed some description errors with linedef type 414. 2016-09-16 21:54:02 +02:00
MascaraSnake
3fe777e93e On second thought, let's keep the references to the old "Effect X" flag names for now 2016-05-24 18:14:14 +02:00
MascaraSnake
9c9e64c9dd Added a shortcut for disabling colormap rendering 2016-05-22 12:44:10 +02:00
MascaraSnake
471f6c46f8 Updated linedef flag names for 2.1.15 2016-05-21 18:39:00 +02:00
MascaraSnake
882e225d5a More syntax highlighting updates 2016-05-21 09:23:52 +02:00
MascaraSnake
a849e12540 Removed the "+ Slopes" from the config title 2016-05-20 16:33:40 +02:00
MascaraSnake
01d86a4c88 Added new SOC keywords to syntax highlighting 2016-05-20 14:47:51 +02:00
MascaraSnake
52140cd9a9 Updated state list for syntax highlighting 2016-05-20 11:35:27 +02:00
MascaraSnake
ac804949ca Syntax highlighting now recognizes FF_ANIMATE 2016-05-20 09:30:51 +02:00
MascaraSnake
2dba78a3d2 Merged in GZDB r2499. 2016-04-07 22:54:11 +02:00
MascaraSnake
7a82022239 Merged in GZDB r2494. 2016-04-07 16:14:31 +02:00
MascaraSnake
f03de4a27a Merged in GZDB r2493. 2016-04-07 15:29:47 +02:00
MascaraSnake
8617836230 Added shortcut actions for Insert Things Radially Mode and changed the default values for number and radius. 2016-04-06 16:52:49 +02:00
MascaraSnake
85225aaf1f Fixed a typo in the SRB2 config 2016-03-12 17:12:11 +01:00
MascaraSnake
40ebb654a3 Added syntax highlighting for SOC 2016-03-03 15:23:52 +01:00
MascaraSnake
7c83694f58 Expanded Lua script configuration 2016-03-03 11:27:27 +01:00
MascaraSnake
658e349f95 Added support for Lua and SOC scripts to script editor (including syntax highlighting for Lua) 2016-03-03 01:25:27 +01:00
MascaraSnake
649f5595dd Add options to save screenshots in PNG format and to disable the infobox in the top right corner. No menu entries for these options because I'm lazy and most people probably won't need these settings anyway. 2016-03-01 22:48:15 +01:00
MascaraSnake
2572f4fbe4 Load temporary file when testing so that unsaved changes appear 2016-03-01 16:29:00 +01:00
MascaraSnake
60c306ecb2 Visplane Explorer is prone to crashing and useless for SRB2 anyway, so disable it by default. 2016-02-28 23:24:03 +01:00
MascaraSnake
0c1ab582a7 Added support for SRB2's Thing type "parameter" property. 2016-02-29 11:41:17 +01:00
MascaraSnake
1a350c0f55 The flags value description for the customizable hoop was more confusing than helpful 2016-01-30 18:55:09 +01:00
MascaraSnake
e6f6da975f Forgot the angletext for the slope vertex 2016-01-30 18:46:25 +01:00
MascaraSnake
c6c0df0fa1 Changed the way the skin parameter is passed, so that people don't have to change their program configurations 2016-01-30 17:35:21 +01:00
MascaraSnake
fda0ec6e52 Replace the skill level option with skin and gametype options for SRB2 2016-01-30 16:55:15 +01:00
MascaraSnake
677b218ae5 Updater? What updater? 2016-01-30 01:10:49 +01:00
MascaraSnake
4952d9120a Merged in GZDB r2491 2016-01-30 00:57:06 +01:00
MascaraSnake
31a64b3863 Merged in GZDB r2489 2016-01-30 00:09:10 +01:00
MascaraSnake
e7ad3d4bb2 Merged in GZDB r2488 2016-01-30 00:04:41 +01:00
MascaraSnake
9ccea639bf Merged in GZDB r2487 2016-01-29 11:02:09 +01:00
MascaraSnake
52b6bf1445 Peg Midtextures flag is now recognized in Visual Mode 2016-01-28 19:29:07 +01:00
MascaraSnake
564b21e615 Renamed certain linedef flags to reflect what they do in the latest SRB2 builds 2016-01-28 18:38:56 +01:00
MascaraSnake
c4085096a1 Merged in GZDB r2485 2016-01-26 13:10:30 +01:00
MascaraSnake
a45b2124d0 Merged in GZDB r2483. 2016-01-25 16:50:03 +01:00
MascaraSnake
0582f58642 Added default skies to SRB2 config 2016-01-23 10:23:50 +01:00
MascaraSnake
4511d5976b Merged in GZDB r2481. 2016-01-23 10:01:27 +01:00
MascaraSnake
2cb8570eec Merged in GZDB r2468. 2016-01-23 02:36:35 +01:00
MascaraSnake
04abc827f7 Merged in GZDB r2465. 2016-01-23 01:30:20 +01:00
MascaraSnake
4dfd8297c7 Merged in GZDB r2464. 2016-01-22 23:52:57 +01:00
MascaraSnake
f3004cf858 Set more sensible default textures in the config 2016-01-20 21:01:48 +01:00
MascaraSnake
784bb5737c The wing logo is also unflippable (why?) 2016-01-15 20:04:06 +01:00
MascaraSnake
a03d5c5291 Allow angle/flags/parameter descriptions to be changed per Thing type 2016-01-15 19:34:02 +01:00
MascaraSnake
1e366ff36e Small changes to the config 2016-01-15 16:14:51 +01:00
MascaraSnake
89b6b878e8 Changed the way slopes are set up in the config 2016-01-15 15:21:53 +01:00