Commit graph

779 commits

Author SHA1 Message Date
biwa
a83b92fbdd GZDoom game configuration: added UDMF sidedef fields for wall colors 2024-01-28 18:40:39 +01:00
ZZYZX
4e34897ac1 Fixed BCS compiler error reporting 2024-01-28 02:16:42 +02:00
ZZYZX
5df832585b Update Updater to work with the new URL 2023-12-30 21:49:58 +02:00
biwa
0d4778be40 Fixed a problem where portal render style could not be set for the Eternity Engine game configuration 2023-11-22 21:28:12 +01:00
biwa
d67894546c Updated ACC version for GZDoom to 1.60. Fixes #972 2023-11-05 17:57:45 +01:00
biwa
305bcfec79 Game Configurations: added missing UDMF properties to GZDoom's game configuration. Fixes #978 2023-11-04 22:24:11 +01:00
biwa
28630b9777 Game Configurations: added texture skewing options to the GZDoom game configurations
Visual Mode: added support for GZDoom style texture skewing
2023-11-04 21:43:09 +01:00
biwa
cf35ea2379 Added game configuration for DSDADoom UDMF (provided by kraflab) 2023-10-26 20:15:10 +02:00
biwa
aeea3c129e Eternity Engine Game Configuration: fixed an issue where UDMF sector properties were not labeled as unmanaged 2023-10-25 21:20:19 +02:00
biwa
a88daa097d Game Configurations: updated Doom format game configuration for EDGE-Classic (provided by Lobo)
Game Configurations: added UDMF game configuration for EDGE-Classic (provided by Lobo)
2023-10-24 15:57:49 +02:00
biwa
0a74ca24b6
Added ability to enable/disable controls in the UDMF map element editing dialogs based on UDMF fields specified in the game configurations (#953) 2023-10-24 15:51:49 +02:00
biwa
807df65279 Game Configurations: added support for enabling or disabling support for vertex heights in UDMF game configurations 2023-10-21 14:45:42 +02:00
biwa
051d899db2 GZDoom Game Configuration: fixed lightmap UDMF field names
GZDoom Game Configuration: fixed lightmap thing arguments for pulsing, flickering, and randomly flickering lights
2023-10-03 15:11:02 +02:00
biwa
fad0e8126d GZDoom Game Configuration: added lightmap UDMF properties for sidedefs 2023-09-29 21:31:50 +02:00
biwa
10c7594c63 Game configurations: renamed lightmap things from static to lightmap. Added pulsing, flickering, and random flickering lightmap things 2023-09-29 21:19:18 +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
Max Waine (Nightdive Studios)
b15e1055bf
Eternity Engine Game Configuration: Update skew properties (#931) 2023-07-13 19:29:15 +02:00
biwa
9c35a8f65d
Eternity Engine: added support for texture skewing in Visual Mode (#930) 2023-07-08 22:39:50 +02:00
biwa
9fb52e5135 GZDoom Game Configuration: removed unused thing 9875 2023-06-30 19:48:23 +02:00
Nash Muhandes
4581c5fec6
GZDoom Game Configuration: fixes to ZDRay things 2023-06-29 20:35:01 +02:00
Max Waine (Nightdive Studios)
d5f3eb2997
Eternity Engine Game Configuration: add & enable UDMF wall/local sidedef brightness (#924) 2023-06-29 20:31:39 +02:00
Max Waine (Nightdive Studios)
fee912f130
Eternity Engine Game Configuration: add UDMF sidedef skew properties (#918) 2023-06-25 10:27:30 +02:00
Max Waine (Nightdive Studios)
8611ecb632
Eternity Engine Game Configuration: enable UDMF local sidedef texture offsets (#915) 2023-06-24 09:58:11 +02:00
Max Waine (Nightdive Studios)
14dac24364
Eternity Engine Game Configuration: fixed UDMF thingsfilters (#914) 2023-06-24 09:56:51 +02:00
Yuri Kunde Schlesner
e9f66baf08
Add line special 301: Line_QuickPortal to ZDoom UDMF (#896) 2023-06-09 09:51:05 +02:00
biwa
eb62da5b7e Updated ACC to version 1.59 for GZDoom. Fixes #879 2023-04-22 23:36:47 +02:00
biwa
7329e86d31 EDGE Classic Game Configuration: fixed a problem with lighting effects in the generalized sector options. Fixes #875 2023-04-22 22:57:37 +02:00
Lobo
f8c6e78944
Game configurations: added EDGE-Classic configuration 2023-03-06 20:22:07 +01:00
biwa
7bbf88de6b GZDoom game configuration: fixed wrong/missing values for the automapstyle UDMF field. Fixes #851 2023-01-28 22:07:19 +01:00
biwa
d745a743cb Automap Mode: fixed a problem where secrets were not shown. Fixes #821
Reverted change that added lighting effects to the generalized sector effects. The lighting effects can actually be set through the regular effects, so it's not needed in the generalized effects tab
2022-11-27 11:11:59 +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
5b2b149b40
UDBScript version 5 (#819)
Improved UDBScript to version 5:

- Added Plane class
- Added BlockMap, BlockEntry, and BlackMapQueryResult classes
- Sector class
  - Added getLabelPositions method to get the position of sector labels (where tags, effects etc. are displayed)
- Added support for JavaScript BigInt for UDMF fields. This means it's not necessary anymore to use UniValue to assign integers to new UDMF fields. Instead it can be done like this: sector.fields.my_int_field = 1n;
- Added type information file (udbscript.d.ts)
2022-11-13 01:15:17 +01:00
biwa
13e53ece53 3D Floor Mode: added support for UDMF game configurations without support for sectors with multiple tags (i.e. Zandronum) 2022-11-04 19:49:53 +01:00
biwa
497edfff07 Reverted change that stopped thing angles to clamp to 45° in binary Doom map format. Fixes #794 2022-10-20 21:23:01 +02:00
biwa
c6982ee2e1 Boom game configuration: fixed description for generalized sector specials 12 and 13 2022-10-03 12:50:12 +02:00
biwa
2d7aebbe31 Boom game configuration: added missing lighting effects to the generalized sector specials. Fixes #799 2022-10-03 10:43:45 +02:00
biwa
8808d5ce3c Right-clicking the angle wheel in the thing editing dialog will not clamp to 45° angles in binary map format game configurations anymore. Fixes #788 2022-09-18 17:00:26 +02:00
Boondorl
5f677e9ad6
Fixed BCS importing and added missing sector actions (#785) 2022-09-13 19:49:48 +02:00
biwa
ce6b8de4fd Doom/Heretic/Strife Game Configurations: fixed an issue where the descriptions for the sector effects 2/3 and 12/13 were flipped. Fixes #772 2022-08-28 16:43:16 +02:00
ZZYZX
f11127ca71 Made non-existent ZScript classes a fatal error.
Added explicit warning if gzdoom.pk3 is not loaded for GZDoom game configurations.

Fixed tokenizer not picking up the very last token in the stream.
2022-08-07 21:26:22 +03:00
Nash Muhandes
490cb7844e
Update ZDRay stuff (#750)
- Removed surface lights
- Move ZDRayInfo stuff back to UDMF keys
- Add per-surface sampling distance UDMF keys to lines and sectors
- Standardize and finalize the naming conventions for the new UDMF keys to everything lightmap-related to use an "lm_" prefix
2022-07-02 10:50:18 +02:00
biwa
21e89cf975
Added support for ZDRay static light things 2022-06-02 20:18:35 +02:00
biwa
c3f3e451c5 GZDoom game configuration: clarified description of the "impact" UDMF linedef flag
Eternity Engine game configuration: clarified description of the "impact" UDMF linedef flag
Eternity Engine game configuration: added missing "monstershoot" UDMF linedef flag
2022-05-08 16:04:41 +02:00
biwa
f9fe1ea900 UDBScript: fixed a problem in the voodoo doll example script when the "looping" option was set to true 2022-04-09 17:12:13 +02:00
biwa
9c7526a80c Added command palette that allows the user to search for (and execute) commands at any time. Unbound by default. Resolves #555 2022-04-09 11:10:41 +02:00
biwa
6a55d0086f - Further improvements to the installer and updating process
- The updater can now update itself
2022-03-13 16:51:56 +01:00
biwa
2f30f3ca14 Updated installer generation 2022-02-27 17:19:34 +01:00
biwa
47a12d9424 MBF21 Game Configuration: Added missing "friendly" flag to things (thanks to hawkwind3). Resolves #703
MBF21 Game Configuration is now enabled by default
2022-02-12 17:00:13 +01:00
biwa
3a4ba32718 The combination of SS_START/S_END sprite markers is now recognized. Resolves #695. 2022-01-29 20:11:22 +01:00
biwa
6f8d617347 Fixed typos introduced in 78ded20481. 2022-01-29 18:59:24 +01:00