MascaraSnake
|
ac549eddeb
|
Revamp alpha setup for crumbling FOFs
|
2020-06-12 09:28:41 +02:00 |
|
MascaraSnake
|
1ad8f75538
|
Revamp alpha setup for water FOFs
|
2020-06-12 09:00:06 +02:00 |
|
MascaraSnake
|
8dd3c78b05
|
Add FOF flag for splat flat rendering
|
2020-06-12 08:27:10 +02:00 |
|
MascaraSnake
|
a79862285e
|
Step 1 in refactoring FOF alpha setup: Pass alpha value to FOF adding functions as a parameter
|
2020-06-12 08:16:50 +02:00 |
|
MascaraSnake
|
9dbfa28dbc
|
Merge branch 'udmf-next' into udmf-fofs-mkii
# Conflicts:
# extras/conf/udb/Includes/SRB222_linedefs.cfg
# src/p_setup.c
|
2020-06-09 09:50:02 +02:00 |
|
MascaraSnake
|
4a0206b38d
|
Merge branch 'next' into udmf-next
# Conflicts:
# src/p_mobj.c
# src/p_polyobj.c
|
2020-06-09 09:38:01 +02:00 |
|
LJ Sonic
|
e2b860dc28
|
Merge branch 'next' into 'fix-spawn-desynch'
# Conflicts:
# src/p_map.c
|
2020-06-01 08:15:02 -04:00 |
|
MascaraSnake
|
11493e61d2
|
Merge branch 'executordelay' into 'udmf-next'
UDMF linedef executor delay
See merge request STJr/SRB2!918
|
2020-06-01 07:57:23 -04:00 |
|
SteelT
|
07da7f7d29
|
Merge branch 'scroller-tweaks' into 'next'
Add back side wall scrollers & allow using offsets for tagged wall scrollers.
See merge request STJr/SRB2!955
|
2020-05-28 11:29:39 -04:00 |
|
Louis-Antoine
|
67eef5a37f
|
Fix potential desynch when a player spawns
|
2020-05-28 11:03:35 +02:00 |
|
SwitchKaze
|
b37c73b008
|
Make colors UINT16, increase color freeslots to 1024
|
2020-05-23 19:35:36 -05:00 |
|
sphere
|
934b28989f
|
Add linedef actions 507 & 508, allow using offsets for actions 502-504.
|
2020-05-19 23:39:35 +02:00 |
|
MascaraSnake
|
6f854f2de3
|
Merge branch 'more-polyobject-cleanup' into 'next'
Smooth polyobject movement and other cleanup
See merge request STJr/SRB2!947
|
2020-05-18 16:00:55 -04:00 |
|
MascaraSnake
|
33a22331f8
|
Merge branch 'waypoints' into 'next'
Store waypoints at map load instead of iterating through the thinker list to find them
See merge request STJr/SRB2!938
|
2020-05-18 16:00:46 -04:00 |
|
Louis-Antoine
|
d0abd6e86c
|
Merge branch 'next' of https://git.magicalgirl.moe/STJr/SRB2.git into slope-cleanup
# Conflicts:
# src/hardware/hw_main.c
# src/p_spec.c
|
2020-05-18 16:14:05 +02:00 |
|
MascaraSnake
|
a7c7f7afa9
|
Merge branch 'fof-cleanup' into 'next'
FOF cleanup
See merge request STJr/SRB2!910
|
2020-05-17 02:30:16 -04:00 |
|
MascaraSnake
|
969c48fac8
|
Merge branch 'udmf-next' into udmf-polyobjects
# Conflicts:
# src/p_polyobj.c
|
2020-05-16 11:18:47 +02:00 |
|
MascaraSnake
|
536e355cdf
|
polywaypointdata_t: Turn reverse and continuous into flags
|
2020-05-16 09:49:30 +02:00 |
|
MascaraSnake
|
02c2aeb46a
|
Merge branch 'udmf-next' into udmf-fofs-mkii
|
2020-05-13 16:23:36 +02:00 |
|
MascaraSnake
|
7413da918b
|
Store PolyObject waypoint return behavior in an enum
|
2020-05-13 16:21:47 +02:00 |
|
MascaraSnake
|
ff3768f3e0
|
Merge branch 'udmf-next' into executordelay
|
2020-05-13 10:01:41 +02:00 |
|
MascaraSnake
|
1ccda0b85c
|
Merge branch 'next' into udmf-next
|
2020-05-13 10:01:12 +02:00 |
|
MascaraSnake
|
d3ec12c842
|
Merge branch 'udmf-next' into executordelay
# Conflicts:
# src/p_spec.c
|
2020-05-13 09:55:25 +02:00 |
|
MascaraSnake
|
36843cbfd6
|
Merge branch 'next' into waypoints
|
2020-05-12 23:51:32 +02:00 |
|
MascaraSnake
|
d708789c3a
|
Store waypoints (for zoom tubes, rope hangs, polyobjects) explicitly
|
2020-05-12 23:50:30 +02:00 |
|
MascaraSnake
|
650f44566f
|
Fixed a typo
|
2020-05-07 21:59:39 +02:00 |
|
MascaraSnake
|
8c36b9efa5
|
Adapt basic PolyObject setup to UDMF
|
2020-05-04 22:40:49 +02:00 |
|
MascaraSnake
|
6e7373a475
|
Merge branch 'next' into udmf-next
|
2020-05-04 20:32:56 +02:00 |
|
MascaraSnake
|
023c095d55
|
Merge branch 'polyobject-cleanup' into 'next'
PolyObject cleanup
See merge request STJr/SRB2!919
|
2020-05-04 14:18:08 -04:00 |
|
MascaraSnake
|
d03742b15b
|
Merge branch 'level-header-sector-typeskd' into 'next'
Allow some map-wide settings to be set via level header instead of sector types
See merge request STJr/SRB2!917
|
2020-05-04 05:21:49 -04:00 |
|
MascaraSnake
|
248df41a2f
|
Simplify set/fade polyobject translucency code
|
2020-05-04 10:29:35 +02:00 |
|
MascaraSnake
|
78a700f5fa
|
Remove non-descriptive comments
|
2020-05-04 10:01:44 +02:00 |
|
MascaraSnake
|
2be775e74c
|
Move parameter parsing for EV_DoPolyObjFlag into its own function
|
2020-05-04 09:58:27 +02:00 |
|
MascaraSnake
|
482adc6124
|
Pass parameters to EV_DoPolyObjFlag in a struct and not via the line
|
2020-05-04 09:54:32 +02:00 |
|
MascaraSnake
|
a881662ca9
|
Implement "set linedef executor delay" linedef type
|
2020-05-03 21:03:15 +02:00 |
|
MascaraSnake
|
f26648e6f2
|
Adapt linedef executor delay to UDMF
|
2020-05-03 20:41:37 +02:00 |
|
MascaraSnake
|
700b340827
|
Allow map-wide gravity to be set via level header
|
2020-05-03 18:33:18 +02:00 |
|
MascaraSnake
|
4b87bee759
|
Add level header options for setting special stage time and spheres requirements
|
2020-05-03 17:56:49 +02:00 |
|
MascaraSnake
|
a9bd307dc0
|
Merge branch 'next' into egg-capsule
# Conflicts:
# src/p_spec.c
|
2020-05-03 15:29:20 +02:00 |
|
MascaraSnake
|
dd50990e85
|
Add "trigger egg capsule" linedef executor
|
2020-05-03 15:22:13 +02:00 |
|
MascaraSnake
|
1aafc2f463
|
Replace "bouncy FOF" sector type with "make FOF bouncy" linedef type
|
2020-05-03 12:44:30 +02:00 |
|
MascaraSnake
|
35e9e5b33c
|
Rearrange FOF flags and improve custom FOF backwards compatibility
|
2020-05-03 09:13:14 +02:00 |
|
MascaraSnake
|
96a464c881
|
Move FOF modifier linedef type to the 70s range, to avoid being considered FOFs themselves
|
2020-05-03 08:43:16 +02:00 |
|
MascaraSnake
|
6949b70dbf
|
Remove temporary FOF setup code
|
2020-05-02 23:33:07 +02:00 |
|
MascaraSnake
|
0d4d7bfc38
|
Adapt custom FOF setup
|
2020-05-02 23:00:22 +02:00 |
|
MascaraSnake
|
25219b614e
|
Implement "Make FOF quicksand" linedef type
|
2020-05-02 22:07:42 +02:00 |
|
MascaraSnake
|
1693689305
|
Implement "make FOF bustable" linedef type
|
2020-05-02 21:50:49 +02:00 |
|
MascaraSnake
|
1f041496c7
|
Store bustable FOF data directly in ffloor_t instead of referring to master line
|
2020-05-02 21:19:55 +02:00 |
|
MascaraSnake
|
4dd25721f6
|
Merge branch 'movement-refactor' into udmf-fofs-mkii
|
2020-05-02 14:29:10 +02:00 |
|
MascaraSnake
|
485a4e5035
|
Remove POLYOBJECTS and POLYOBJECTS_PLANES defines
|
2020-05-02 12:08:31 +02:00 |
|