Commit graph

4474 commits

Author SHA1 Message Date
spherallic
13bb889b18 Manually disable model rendering/dynamic light menu options for SRB2 2023-06-28 16:56:33 +02:00
spherallic
97b7fdbd29 Don't render always intangible & invisible FOFs, fix half light blocks 2023-06-28 15:30:40 +02:00
spherallic
d652c04e79 Enable local sidedef texture offsets 2023-06-28 02:00:11 +02:00
spherallic
31bb3ebac0 Update revision number to match latest UDB merge 2023-06-27 21:08:06 +02:00
spherallic
74d71b1acf Merge remote-tracking branch 'udb/master' 2023-06-27 21:05:32 +02:00
wisselstem
55e2d5a902
Add toasts to Visual Mode's "Show Things" action (#922) 2023-06-27 20:40:22 +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
biwa
822c9971c5 ZScript: fixed a problem where state goto expressions were not parsed correctly. Fixes #913 2023-06-24 11:19:09 +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
spherallic
6ca071a6cc Update revision number to match latest UDB merge 2023-06-20 09:59:25 +02:00
spherallic
202a8294ba Merge remote-tracking branch 'udb/master' 2023-06-20 09:58:08 +02:00
biwa
6f047e4347 Draw Grid Mode: fixed a problem where "continuous drawing" would redraw all previously drawn shapes each time a drawing was finished. Fixes #912 2023-06-19 20:27:26 +02:00
biwa
e802bb364a UDBScript: fixed a problem where hot reloading would not scroll the the previously selected script 2023-06-18 16:31:27 +02:00
biwa
55b8e24bd8 UDBScript: fixed an issue where the Thing's class getSector method did not return null when the thing was not in a sector. Fixes #897 2023-06-18 16:26:01 +02:00
spherallic
ba67a87c75 Optimize SRB2 NiGHTS/zoom tube/polyobject rendering
(Text labels are removed because of performance issues)
2023-06-15 12:25:46 +02:00
spherallic
2e2ad2688d Fix multi-mare NiGHTS path rendering 2023-06-14 22:57:49 +02:00
spherallic
1c0649883f Disable light/sound radii toggles if unsupported 2023-06-12 12:35:34 +02:00
spherallic
8f7da9ac1c Add config parameters for disabling certain Doom-related modes (that don't make sense for SRB2) 2023-06-12 11:06:13 +02:00
spherallic
ac9b6137b2 Implement FOF texture alignment 2023-06-11 01:03:17 +02:00
spherallic
ba064bae3e Update revision number to match latest UDB merge 2023-06-11 00:59:51 +02:00
spherallic
c32f677c44 Merge remote-tracking branch 'udb/master' 2023-06-10 19:31:53 +02:00
sphere
ec72f56992 Merge branch 'absolutez' into 'master'
Implement absolutez flag for things & support flip flag

See merge request STJr/UltimateZoneBuilder!9
2023-06-10 17:29:58 +00:00
spherallic
b5cfc3da4b Update thing Z whenever "Absolute Z Height" flag is (un)checked 2023-06-10 17:40:24 +02:00
spherallic
606f323cac Support Flip flag, add properties for flip & absolutez flags 2023-06-10 16:08:38 +02:00
spherallic
073798166a Implement absolutez flag for things 2023-06-10 03:00:20 +02:00
spherallic
ba4fca0861 Add centerhitbox thing property 2023-06-10 01:13:54 +02:00
biwa
bc98a5391f
Added action to change the index of linedefs, things, sectors, and vertices. Can be accessed through a shortcut (not bound by default) or the menu of the respective mode (#903) 2023-06-09 11:17:01 +02:00
Max Waine (Nightdive Studios)
00406336e8
Add explicit PKE resource support (#901). Fixes #575 2023-06-09 11:16:21 +02:00
wisselstem
0d4cecc134
Edit Selection Mode: added support for (counter)clockwise rotation actions (#900) 2023-06-09 09:54:23 +02:00
Yuri Kunde Schlesner
e9f66baf08
Add line special 301: Line_QuickPortal to ZDoom UDMF (#896) 2023-06-09 09:51:05 +02:00
spherallic
61107eb6dd UDMF config: move Ideya Anchor to other NiGHTS category, restore 3D mode start 2023-06-09 01:23:36 +02:00
spherallic
e3123ad098 UDMF config: fix axis orientation labels, add Ideya Anchor sprite 2023-06-08 17:14:23 +02:00
spherallic
d0da4fcd6e Increase minimum thing render size 2023-06-08 16:41:09 +02:00
spherallic
851d1eca79 Remove crushing polyobject spawnpoint from UDMF config 2023-06-07 22:27:23 +02:00
spherallic
cf4c54f8d3 Correct polyobject spawnpoint labels 2023-06-07 22:21:49 +02:00
spherallic
53c44285ba Make polyobject previews look for linedef arg0 instead of linedef tag 2023-06-05 12:04:07 +02:00
spherallic
300d254ae4 Make x64 the default again in the installer script 2023-06-05 11:56:40 +02:00
spherallic
069d143e06 Update version number to v0.2, update installer and rename default config 2023-06-04 22:41:53 +02:00
spherallic
28c48e3a03 Update 2.2 config:
- Add category-wide args to individual things, since they don't work (yet)
- Remove 3D mode start since it doesn't seem to work anyway
2023-06-04 22:24:32 +02:00
spherallic
68261ec89a Fix NiGHTS and zoom tube menu items 2023-06-04 22:09:46 +02:00
sphere
53086d6c22 Merge branch 'srb2-extras-rendering' into 'master'
Draw NiGHTS track, zoom tubes and polyobjects in classic modes

See merge request STJr/UltimateZoneBuilder!8
2023-06-04 20:03:41 +00:00
spherallic
b6779c4c8d Add menu & toolbar toggles for NiGHTS, zoom tube and polyobject rendering 2023-06-04 02:11:51 +02:00
spherallic
79f66f1b9b Add actions to toggle NiGHTS, zoom tube and polyobject rendering 2023-06-03 12:03:12 +02:00
spherallic
5548fd1aba Pass folder resources to SRB2 properly, using new launcher parameters 2023-06-03 00:09:26 +02:00
spherallic
4ef3ba204b Draw polyobject previews in classic modes 2023-06-02 14:57:12 +02:00
spherallic
32e450e089 Draw waypoint sequences in classic modes 2023-06-02 13:58:08 +02:00
spherallic
93692dbe11 Merge branch 'master' into srb2-extras-rendering 2023-06-01 18:16:42 +02:00
spherallic
e81da6d9c1 Small 2.2 configuration updates:
- Change some category colors
- Use newly added internal sprites
2023-06-01 18:14:22 +02:00
spherallic
aeff9996c7 Draw NiGHTS axis circles/lines in classic modes 2023-06-01 17:18:27 +02:00