LJ Sonic
|
6c61baa818
|
Merge branch 'fix-oldbrak-missiles2' into 'next'
Take 2: Fix Old Brak missiles + add pw_ignorelatch
See merge request STJr/SRB2!1006
|
2020-07-04 16:28:48 -04:00 |
|
LJ Sonic
|
77e39a0fd5
|
Merge branch 'make-linedef-422-smarter' into 'next'
Make Linedef type 422 smarter
See merge request STJr/SRB2!1014
|
2020-07-04 08:35:42 -04:00 |
|
James R
|
067d9b9a63
|
Merge remote-tracking branch 'origin/next' into gtr-fixes
|
2020-06-24 19:31:19 -07:00 |
|
GoldenTails
|
f0787077e3
|
More people ought to know what modulo is...
Or modulous if your prefer.
|
2020-06-22 04:14:42 -05:00 |
|
GoldenTails
|
6fe0874606
|
Stop resetting cusval cause that's annoying
|
2020-06-21 23:21:42 -05:00 |
|
GoldenTails
|
d609cfc9e3
|
Make it so Linedef type 422 instead sets cusval when the titlemap is in action.
I have no idea why it wasn't like this before, but oh well.
|
2020-06-21 22:20:06 -05:00 |
|
kaysrishaq
|
682791a024
|
brak missile fix, pw_ignorelatch, small Recycler fix
|
2020-06-18 17:09:29 -04:00 |
|
LJ Sonic
|
e2b860dc28
|
Merge branch 'next' into 'fix-spawn-desynch'
# Conflicts:
# src/p_map.c
|
2020-06-01 08:15:02 -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
|
536e355cdf
|
polywaypointdata_t: Turn reverse and continuous into flags
|
2020-05-16 09:49:30 +02:00 |
|
MascaraSnake
|
7413da918b
|
Store PolyObject waypoint return behavior in an enum
|
2020-05-13 16:21:47 +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 |
|
Jaime Passos
|
39c5ab4e17
|
Merge remote-tracking branch 'origin/next' into gtr-fixes
|
2020-05-09 17:12:52 -03:00 |
|
MascaraSnake
|
650f44566f
|
Fixed a typo
|
2020-05-07 21:59:39 +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
|
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
|
485a4e5035
|
Remove POLYOBJECTS and POLYOBJECTS_PLANES defines
|
2020-05-02 12:08:31 +02:00 |
|
MascaraSnake
|
2a39265156
|
Make the laser thinker find the FOF itself instead of storing it in the thinker struct
|
2020-05-02 10:03:16 +02:00 |
|
MascaraSnake
|
c1304e019d
|
Clean up Thwomp spawning code
|
2020-05-02 09:15:34 +02:00 |
|
MascaraSnake
|
2449c66b78
|
Merge branch 'find-sector-from-tag' into 'next'
Remove P_FindSectorFromLineTag and P_FindLineFromLineTag
See merge request STJr/SRB2!901
|
2020-05-01 05:49:52 -04:00 |
|
MascaraSnake
|
7922306113
|
Merge branch 'more-thinker-refactor' into 'next'
More thinker refactoring
See merge request STJr/SRB2!900
|
2020-05-01 05:47:14 -04:00 |
|
MascaraSnake
|
790affd13b
|
Merge branch 'next' into elevator-cleanup
# Conflicts:
# src/p_saveg.c
|
2020-05-01 11:42:05 +02:00 |
|
Monster Iestyn
|
0d3876abf3
|
Merge branch 'next' into netarchive-cleanup
|
2020-04-29 15:27:07 +01:00 |
|
MascaraSnake
|
4cec927bbb
|
Replace P_FindLineFromLineTag with P_FindLineFromTag
|
2020-04-27 14:34:42 +02:00 |
|
MascaraSnake
|
0a0812bc57
|
Remove P_FindSectorFromLineTag
|
2020-04-27 14:31:37 +02:00 |
|
MascaraSnake
|
4f3d837835
|
Store "no bosses" setting for lasers in thinker instead of checking sourceline.
|
2020-04-27 13:09:57 +02:00 |
|
MascaraSnake
|
630af5d225
|
Pass thwomp settings to P_AddThwompThinker
|
2020-04-27 13:01:31 +02:00 |
|
MascaraSnake
|
556c2a8c18
|
Store tag instead of sourceline in raise thinker
|
2020-04-27 12:54:08 +02:00 |
|
MascaraSnake
|
2f9cccf287
|
Make P_AddRaiseThinker more configurable via function parameters (needed for UDMF)
|
2020-04-27 11:19:07 +02:00 |
|
MascaraSnake
|
fb1746e95b
|
Deprecate the camera scanner effect and print a warning when it's used
|
2020-04-26 18:42:31 +02:00 |
|
Monster Iestyn
|
7034e2537a
|
whoops the sequel
|
2020-04-25 16:53:52 +01:00 |
|
Monster Iestyn
|
049a7db877
|
whoops
|
2020-04-25 16:52:11 +01:00 |
|
MascaraSnake
|
3cd8f62ae9
|
Remove a line I overlooked in the thinker cleanup branch
|
2020-04-25 08:18:48 +02:00 |
|
Monster Iestyn
|
7dda5f6b94
|
created P_GetFFloorID to get an "ID" of an FOF in its target sector (an opposite to P_GetFFloorByID you could say!), rewrote floor/ceiling rover archiving code to use both P_GetFFloorID and P_GetFFloorByID
|
2020-04-24 22:29:41 +01:00 |
|