MascaraSnake
3b971835ee
Add Lua backwards compatibility for FOF flags
2022-10-09 01:56:50 -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
Sally Coolatta
d19924d96d
Merge branch 'master' into duel-stuff
2022-10-01 21:46:02 -04:00
James R
ee2302d6ee
Merge branch 'noclip-online' into 'master'
...
Cheat/Debug Commands ...ONLINE
See merge request KartKrew/Kart!717
2022-09-30 22:51:42 +00:00
James R
f3668fbd7c
Merge branch 'top-final'
2022-09-29 10:52:45 -07:00
James R
db92d9068e
Netsync setrings and setlives
...
- setrings no longer subtracts totalrings
- removed INFLIVES
2022-09-29 05:54:58 -07:00
James R
e30232e103
Kill last of MF2_TWOD -- toggletwod, line action 432
2022-09-29 03:16:11 -07:00
James R
0444e70413
Rearrange player cheat flags
...
PC_GODMODE -> PF_GODMODE
PC_NOCLIP -> MF_NOCLIP
2022-09-29 02:23:07 -07:00
James R
7b301452cc
Add Garden Top related states
...
MT_GARDENTOP
S_GARDENTOP
KITEM_GARDENTOP
KSHIELD_TOP
2022-09-28 00:07:25 -07: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
21d32511a5
Merge branch 'master' into better-splash
2022-09-25 20:01:27 -04:00
Sally Coolatta
4b51f12c09
Merge branch 'master' into better-splash
2022-09-25 13:39:55 -04:00
Sally Coolatta
928d9116da
Merge branch 'master' into projectile-sanity
2022-09-25 13:25:55 -04:00
Sally Coolatta
b0e3840550
Add jawz.c + new backwards behavior
2022-09-25 11:27:07 -04:00
toaster
fe49543456
Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into big-large-map-markers
2022-09-24 19:53:36 +01:00
AJ Martinez
e10d6124d6
Merge remote-tracking branch 'origin/master' into new-spb
2022-09-23 22:20:24 -07:00
James R
a836893a98
Correct 8b0a80996
2022-09-22 09:03:36 -07:00
James R
8b0a809968
Remove dehacked pflags
...
Cont. bcdf41ec6
2022-09-22 08:57:00 -07:00
James R
c792818887
Rename PF_LOOKDOWN to PF_GAINAX
2022-09-22 07:19:56 -07:00
toaster
abb567ab81
Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into big-large-map-markers
2022-09-21 23:06:24 +01:00
Sally Coolatta
0e7d9ba84e
Merge branch 'master' into new-spb
2022-09-21 11:18:31 -04:00
Sally Coolatta
dd94b1449e
Juicebox gates forward port for SPB
2022-09-21 07:05:26 -04:00
VelocitOni
6d45e58425
Merge branch 'master' into tumble-slope-fuck
2022-09-21 07:04:37 -04:00
Sally Coolatta
b7f0f05f84
Merge branch 'master' into new-spb
2022-09-21 02:12:53 -04:00
Sally Coolatta
f987d1b601
Add smooth landing vfx
2022-09-20 10:33:24 -04:00
James R
f6ef29cf03
Refactor item debris cloud
...
- The "cloud" is stationary and spawned on the item box
instead of the player. Still scales up with speed.
- Single particles are spawned behind the player. No
longer scales. Lasts longer but can end early if the
player slows down.
2022-09-20 05:45:28 -07:00
toaster
93e72d3f66
Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into big-large-map-markers
2022-09-18 20:00:52 +01:00
toaster
7d990c4f15
Rework nextmap to be automatic
...
- Refactor significantly (now has its own func, `G_GetNextMap`)
- If gametype uses cups, iterate through cups to find the current level, then grab the next valid level
- If not, get the next valid mapheader for your gametype
- SOC `nextmap`/`marathonnext` is not just deprecated but REMOVED
- Hide the NEXTMAP_ constants again, but leave support dummied out for if we have them publically accessible again
- Also get rid of a bunch of OTHER mapheader stuff we're never gonna use
- NiGHTS Grades? NOPE
- Vanilla titlecard patches? NOPE
- Boss music fadeout/replacement? NOPE
- Select Heading? NOPE
- You've been blocked.
- Don't show maps without lumps on the level select list
- this is me being petty, but making it NOTIMEATTACK in SOC instead of TIMEATTACK so we can reconsider the maps with/without them.
2022-09-18 20:00:28 +01:00
VelocitOni
992dde0e3b
Merge branch 'master' into item-debris-final
2022-09-18 07:58:53 -04:00
Sally Coolatta
e610c41d0f
Add Poh-Bee sprites
2022-09-18 04:33:03 -04:00
Sally Coolatta
5767315787
SPB in its own file + better waypoint movement
2022-09-18 01:07:46 -04:00
James R
4d67cc6324
Replace shitty item box pop with flying debris and dust clouds
...
Debris flies forward and outward from the player in the
direction of momentum. Debris particles bounce once then
disappear when they hit the ground for the second time.
Clouds spawn on and trail behind the player for a short
duration.
2022-09-17 06:41:44 -07:00
Sally Coolatta
c936c797f0
Merge branch 'master' into better-splash
2022-09-16 05:00:13 -04:00
Sally Coolatta
0faf4d5f54
Add MF_APPLYTERRAIN
...
I gave it to all of our items, to give them footstep particles. Replaced MF_NIGHTSITEM.
2022-09-15 05:46:40 -04:00
Sally Coolatta
71723a803d
Implement pohbee chain
...
Crashes when drawing the sprites after looking at it for like half a second and idk why tf
2022-09-15 01:03:08 -04:00
Sally Coolatta
970add8b91
Add grow/shrink particles
2022-09-14 02:47:42 -04:00
Sally Coolatta
6aaa608299
Playable Shrink
2022-09-11 21:40:24 -04:00
Sally Coolatta
92f9fc266d
Merge branch 'master' into m-for-mini
2022-09-11 18:39:53 -04:00
Sal
94d7c497b0
Merge branch 'hooklib-port' into 'master'
...
Hooklib refactor ported and (mostly) squashed
See merge request KartKrew/Kart!662
2022-09-11 06:30:07 +00:00
Sally Coolatta
a74506690f
More shrink foundation
...
- Keeps track of ties. If multiple Poh-Bees would go to the same waypoint, then it will combine them into a single one, with multiple lasers attached to it.
- Added the laser shooters. Still purely visual.
- Added despawn behavior.
2022-09-11 02:15:44 -04:00
Sally Coolatta
cf9bfcae02
Start on new Shrink
...
Currently just spawns an object that goes along the waypoint path
2022-09-10 21:44:40 -04:00
James R
ba1b6bb253
Add P_CheckMove
...
Checks if P_TryMove would succeed without actually moving.
(cherry picked from commit 518de0ce104166c3eacd10ebe6ade422307ce671)
2022-09-05 11:56:30 -07:00
toaster
1abfb2745a
Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into new-menus
2022-09-03 22:26:28 +01:00
VelocitOni
befda8b38e
Made states in deh_tables.c match info.h
...
Copy-pasted from info.h to deh_tables.c, fixes Opulence barrels problem.
2022-08-30 23:41:13 -04:00
Sally Coolatta
b9e3bdff94
Better tripwire leniency vfx
2022-08-29 16:26:58 +01:00
Sally Coolatta
107622968e
Merge branch 'master' into new-menus
2022-08-27 22:36:58 -04:00
James R
4fb0dfa9c0
New pogospring behavior
...
Spawns a spring under you. First bounce gives you trick
air time, subsequent bounces give you tumble.
2022-08-01 05:27:32 -07:00
James R
e360270b13
Add MT_POGOSPRING, orange spring
2022-08-01 05:21:10 -07:00
Sally Coolatta
0e96aeec84
Add water particles
2022-06-05 06:24:55 -04:00