VelocitOni
8cd36dbf03
Merge branch 'master' into unlockables-undefeatable
2022-12-18 01:59:04 -05:00
Sally Coolatta
a524422071
First pass on UFO visuals
2022-12-15 23:17:38 -05:00
Sally Coolatta
0a733c7265
First pass on Special Stage UFO
...
- UFO spawns at first waypoint for TOL_SPECIAL maps
- UFO moves up the waypoints, the speed varying based on your position relative to it and your own speed.
- You are able to tether off of the UFO.
- Bugfix: PathfindThruCircuit no longer fails when reaching a one-ended waypoint.
Damage is my next project but I wanted to get this committed for now.
2022-12-15 23:06:17 -05:00
James R
7f569fe168
Rename K_SpawnBrolyKi to Obj_SpawnBrolyKi, move to objects/broly.c, spawn MT_BROLY
2022-12-15 04:14:38 -08:00
VelocitOni
c5372f4ce3
Merge branch 'master' into capsules-improvement
2022-12-14 23:19:34 -05:00
James R
34dec00539
Add K_SpawnBrolyKi, green circle shrinks during explosion hitlag
2022-12-14 19:54:31 -08:00
toaster
7081ffd509
Fixes and changes for Emblem system
...
- New `flags` field
- Permits coexistence of var and flags
- `notMedal` boolean is now `GE_NOTMEDAL`
- New `GE_TIMED` flag
- Disappears `var` tics after `starttime`
- Improved M_GetConditionString handling for specific Emblem grabs
- More explicit error handling for invalid Emblem
2022-12-13 22:19:37 +00:00
James R
abdb2e3ac3
Set Lightning Shield attack to DMG_VOLTAGE
2022-12-05 13:04:47 -08:00
Sally Coolatta
81cefa2697
Gachabom initial pass
...
They simply use Kitchen Sink's item icon and Orbinaut's sprites.
The forward toss behavior needs fine-tuning to use more MT_BANANA style behavior.
2022-11-28 02:41:42 -05:00
toaster
e65d17cd4d
Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into ironman
...
# Conflicts:
# src/g_demo.c
2022-11-21 15:49:29 +00:00
Sal
df35a72c58
Merge branch 'fix-soc-kitem-unprefixed' into 'master'
...
Fix Lua KITEM constants not having KITEM_ prefix
See merge request KartKrew/Kart!761
2022-11-21 03:45:06 +00:00
Sally Coolatta
d0b86ee7ed
Add banana death particles
2022-11-18 15:55:47 -05:00
Sally Coolatta
d0cd25328e
Remove decabanana
2022-11-18 02:34:59 -05:00
Sally Coolatta
1688325c67
Banana angle crazy mode
...
- Randomize banana angles when thrown
- Spin bananas when mid-air
- Add MF_SLOPE flag to control whenever or not pitch/roll are set for an object (replaces MF_BOXICON)
2022-11-18 01:05:01 -05:00
James R
990e342b12
Fix KITEM DEH list not defined with KITEM_ prefix
2022-11-06 06:20:28 -08:00
SteelT
8dbac697ca
Add backdrop for paper items
...
Capsules are unaffected as it has it's own object that shares the sprite of the items.
2022-11-03 22:07:09 -04:00
AJ Martinez
80252717c9
Kill SF_HIRES, use skin_t highresscale instead
2022-11-03 16:19:17 -07:00
Sally Coolatta
29595f946b
Add V_VFLIP
...
Ironman can now be shitty
2022-11-03 08:47:44 -04:00
AJ Martinez
02bf3bc695
Ironman: splat top/bottom WIP
2022-11-03 03:38:56 -07:00
AJ Martinez
2a46af5a44
Ironman: animation fixes, don't transform in POSITION
2022-11-03 03:38:55 -07:00
AJ Martinez
8fe89c3dcd
Ironman: papersprite box hell
2022-11-03 03:38:55 -07:00
AJ Martinez
86366b000c
HOSTCODE 'ironman' - WIP
2022-11-03 03:38:54 -07:00
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
df3c077bf1
Block Monsters is a flag again
2022-10-10 01:51:42 -04:00
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