Sally Coolatta
8953cf54bb
Speed Pads are now a TERRAIN effect
...
- Use `SpeedPad` to set the strength. Intended to be scaled like Trick Panels, so 1 for yellow, 2 for red, so on. Can use floating point.
- Use `SpeedPadAngle` to rotate the thrust direction. This is in the same system as map angles, so east is 0, north is 90, west is 180, and south is 270. Also accepts floating point.
- Speed Pad angle accounts for the flat alignment itself, as well.
- Like Sneaker and Trick Panels, the sector / line special are now deprecated.
2022-10-11 02:26:54 -04:00
Sally Coolatta
8d6d8fff6b
Add item type enum to config
2022-10-10 23:19:34 -04:00
Sally Coolatta
67efbceda9
Add missing Item Boxes / Item Capsules
2022-10-10 22:53:22 -04:00
Sally Coolatta
b2c4fa74f9
Add newer UDMF config
2022-10-10 22:45:35 -04:00
Sally Coolatta
21dd68d392
Reimplement Invert Encore
...
Also add removal warnings for sector Sneaker Panels, Trick Panels, and fast-approaching deprecation warnings for sector Offroad.
2022-10-10 06:08:25 -04:00
Sally Coolatta
df3c077bf1
Block Monsters is a flag again
2022-10-10 01:51:42 -04:00
Nev3r
5c9599f0a9
"UDMF: The whole thing" merged
...
See merge request STJr/SRB2!1714
Barely any RR features reimplemented
2022-10-09 01:13:37 -04:00
MascaraSnake
f16c1cd95f
Turn the fog wall linedef type into a blendmode
2022-10-08 19:30:40 -04:00
MascaraSnake
974c099e8a
Expose blendmodes to UDMF
2022-10-08 18:44:23 -04:00
Sally Coolatta
70a231f115
Add Pogo Spring as a duel item
2022-09-28 02:37:01 -04:00
Sally Coolatta
f9c4f66931
Add duel bomb objects
...
Basically a landmine, but strafes back and forth. Currently uses SPB sprites, IDK if we'll end up replacing it later.
2022-09-28 01:47:56 -04:00
Sally Coolatta
d7be3d3aca
Add Duel objects
...
- Banana, Eggman Items, Proxi Mine, Land Mine, Hyudoro, and Drop Targets are now placeable in maps.
- By default, will only appear when in 1v1s. (Extra flag can be checked to enable spawning in all modes.)
- Most of these objects will need tweaks to account for being placeable now.
2022-09-27 22:43:45 -04:00
toaster
3dd4394d70
Correct misconception in config
2022-09-23 17:47:21 +01:00
toaster
3786d9a33d
Update configuration
...
- Support new map lump ordering (THANKS STEEL FOR FINDING THESE OPTIONS!!)
- Prevent rotating waypoints causing their IDs to become corrupted
- Rename to `D3R-Config.cfg`
- Synchronise with changelog-tracked resource
- Integrate relevant 2.2 changes
- Add new credits according to historical changelogs
- A whole bunch of other cleanup
2022-09-23 17:27:57 +01:00
toaster
a6690e02fa
Revert "Add flag to line slopes for copying their slopes to the other side."
...
This reverts commit 7f969705b4 .
2022-03-27 20:46:07 +01:00
spherallic
6cfe9ad4b3
Add toggle for linedef action 401 to not change the ceiling texture.
2022-03-18 19:45:40 +00:00
toaster
7f969705b4
Add flag to line slopes for copying their slopes to the other side.
...
# Conflicts:
# extras/conf/SRB2Kart2.cfg
2022-03-18 18:30:40 +00:00
toaster
1289e08887
Enhance the multitagging functionality added in previous commits.
...
* Flattened version of commits from SRB2 repository's flarn2006:multitagging_plus/merge request 1524.
* New linedef special 96: "Apply Tag to Tagged Sectors".
* New flags for linedef specials 97-99
2022-03-18 17:06:22 +00:00
toaster
19a4ef23c2
Add more actions for slope copying & update the ZB config.
...
# Conflicts:
# extras/conf/SRB2Kart2.cfg
2022-03-18 13:32:48 +00:00
toaster
857330f74f
Add linedef specials for multitagging in binary maps
...
# Conflicts:
# extras/conf/SRB2Kart2.cfg
2022-03-18 13:16:55 +00:00
James R
08348fcd43
Merge remote-tracking branch 'srb2/next'
2021-04-05 01:26:17 -07:00
James R
017c5a363f
Fix casing
2021-03-01 19:49:44 -08:00
GoldenTails
c2e762bb5d
Nice UDB config there, SRB2.
2020-12-24 03:22:08 -06:00
Sally Coolatta
351e4ad534
Add kart doom builder configurations to repo
2020-09-27 06:50:08 -04:00
MascaraSnake
c685328268
Adapt POF_SPLAT to UDMF setup
2020-06-09 09:44:49 +02:00
MascaraSnake
3ce62d7780
Merge branch 'next' into udmf-next
...
# Conflicts:
# src/p_mobj.c
# src/p_polyobj.c
2020-06-09 09:38:01 +02:00
MascaraSnake
f713487f3c
Effect 6 flag allows cutting of cyan pixels on FOF and PolyObject planes (even if they're translucent)
2020-06-03 19:41:47 +02:00
MascaraSnake
473c9f372f
Merge branch 'executordelay' into 'udmf-next'
...
UDMF linedef executor delay
See merge request STJr/SRB2!918
2020-06-01 07:57:23 -04:00
sphere
8e068e94b0
Rename the rest of the wall scrollers in the ZB config.
2020-05-23 16:41:38 +02:00
sphere
ff6b9a9cf0
Add linedef actions 507 & 508, allow using offsets for actions 502-504.
2020-05-19 23:39:35 +02:00
MascaraSnake
60076f04cb
Remove linedef type 21 from ZB config (somehow I forgot to do that)
2020-05-17 14:18:27 +02:00
MascaraSnake
2e9a6afa3e
Merge branch 'udmf-next' into executordelay
...
# Conflicts:
# src/p_spec.c
2020-05-13 09:55:25 +02:00
MascaraSnake
db717f1cf7
Move polyobject crush option to the first line args
2020-05-04 23:27:26 +02:00
MascaraSnake
af8bd89558
Adapt basic PolyObject setup to UDMF
2020-05-04 22:40:49 +02:00
MascaraSnake
8c22834b46
Merge branch 'next' into udmf-next
2020-05-04 20:32:56 +02:00
MascaraSnake
b3f81349ae
Merge branch 'polyobject-cleanup' into 'next'
...
PolyObject cleanup
See merge request STJr/SRB2!919
2020-05-04 14:18:08 -04:00
MascaraSnake
486996702d
Add new PolyObject flag to ZB config
2020-05-04 19:55:25 +02:00
MascaraSnake
9566d7db96
Implement "set linedef executor delay" linedef type
2020-05-03 21:03:15 +02:00
MascaraSnake
89dd809e04
Merge branch 'next' into egg-capsule
...
# Conflicts:
# extras/conf/SRB2-22.cfg
2020-05-03 16:00:05 +02:00
MascaraSnake
c39fd8053a
Add object dye linedef executors to ZB config
2020-05-03 15:57:18 +02:00
MascaraSnake
6002a0e443
Add "trigger egg capsule" linedef executor
2020-05-03 15:22:13 +02:00
MascaraSnake
d2e21afaf1
Merge branch 'next' into udmf-next
...
# Conflicts:
# src/p_mobj.c
# src/r_segs.c
2020-04-24 21:15:53 +02:00
sphere
0868930d3b
Make emerald hunt shards spawn at correct heights, and add Float option.
2020-04-22 18:58:40 +02:00
Nev3r
2d15e953eb
Merge branch 'next' of https://git.magicalgirl.moe/STJr/SRB2/ into udmf-next
2020-04-20 09:05:21 +02:00
James R
01da59fe02
Merge branch 'angle-for-spawn-object' into 'next'
...
Make the Spawn Object linedef executor able to set the object's angle.
See merge request STJr/SRB2!877
2020-04-18 20:16:07 -04:00
MascaraSnake
c1dff185bf
Add enums to encapsulate the textmap colormap settings
2020-04-18 17:15:25 +02:00
Nev3r
750cafbcbc
Merge branch 'next' of https://git.magicalgirl.moe/STJr/SRB2/ into udmf-next
2020-04-14 22:20:54 +02:00
Nev3r
8c3485d82e
Remove the bridge thinker entry from the ZB configuration.
2020-04-14 10:31:26 +02:00
sphere
e8a202e0a3
Make linedef type 461 able to set object angle, using the line's angle.
2020-04-13 17:10:25 +02:00
MascaraSnake
547f3887e3
Add wall spike arrow to UDB config as well
2020-03-22 12:56:59 +01:00