Commit graph

18072 commits

Author SHA1 Message Date
lachablock
459c5615af - Added respawn functionality to item capsules
- Restructured some item capsule code to reduce thinker density and allow the item capsule parts to think after the capsule
- Super Ring capsules are now semibright
2021-06-14 19:04:55 +10:00
lachablock
7e1a29310f Add item capsule Ambush flag scaling; attempted gravity fix 2021-06-14 13:47:15 +10:00
lachablock
debfb41423 Merge remote-tracking branch 'origin/master' into capsules 2021-06-14 12:20:53 +10:00
lachablock
b78db12b0d Add item capsules 2021-06-14 12:20:39 +10:00
Sal
1f0d0ea396 Merge branch 'item-scale-tweak' into 'master'
Change the item odds/distance scaling for different player counts

See merge request KartKrew/Kart!429
2021-06-12 05:16:31 -04:00
Sally Coolatta
83fc7dd0a2 Merge branch 'master' into item-scale-tweak 2021-06-12 03:17:36 -04:00
Sal
41b0465efe Merge branch 'splits-tilt-fix' into 'master'
Fix tilting in splitscreen

See merge request KartKrew/Kart!439
2021-06-12 03:17:05 -04:00
Sally Coolatta
c4cb4f32c3 Merge branch 'master' into item-scale-tweak 2021-06-12 03:11:52 -04:00
Sally Coolatta
4eee8ab1d7 Fix tilting in splitscreen
R_GetPitchRollAngle used R_PointToAngle. This was fine because it was meant for rendering code. However tilting does its code mostly in player thinker, and it also uses this function, so it was not fine -- it would have some remainder tilt settings from the last player's screen.
2021-06-12 02:15:00 -04:00
SteelT
73d299396b Merge branch 'splitscreen-sound-fix' into 'master'
Sound refactor

See merge request KartKrew/Kart!430
2021-06-12 01:34:56 -04:00
SteelT
e1c52c6c61 Merge branch 'trick-panels-changes' into 'master'
Trick panels changes: Delay + Upwards Trick

See merge request KartKrew/Kart!425
2021-06-12 01:33:30 -04:00
Sally Coolatta
82fa875502 Refactor R_PointToAnglePlayer 2021-06-12 00:56:55 -04:00
lachablock
f031177ca4 Add some generalized functions for getting floating item frames 2021-06-12 14:12:45 +10:00
SteelT
b3cee8b8fc Merge branch 'master' into trick-panels-changes 2021-06-10 23:45:35 -04:00
toaster
bac7de2ea7 Merge branch 'kickstartdemo' into 'master'
Kickstartaccel demo fix

See merge request KartKrew/Kart!438
2021-05-27 16:51:04 -04:00
Sal
f55605f2f8 Merge branch 'zdebug-always-on' into 'master'
ZDEBUG is default

See merge request KartKrew/Kart!434
2021-05-27 12:47:38 -04:00
SteelT
a327b3f60c Merge branch 'new-titlecards' into 'master'
New titlecards

See merge request KartKrew/Kart!437
2021-05-27 12:41:12 -04:00
toaster
7fab92d73b Kickstartaccel demo fix
An absolute dogshit clown-level code blunder from me, now corrected.
2021-05-10 14:21:13 +01:00
Latapostrophe
f559f24c07 Encore support, gif fix and slight optimization 2021-05-02 11:38:33 +02:00
Latapostrophe
66740e96dc slight optimizations + undefs 2021-05-01 12:01:00 +02:00
Latapostrophe
aa04b5ce51 Merge branch 'master' of git.do.srb2.org:KartKrew/Kart into new-titlecards 2021-04-30 18:56:28 +02:00
Latapostrophe
f2f0a6cbe2 New titlecards 2021-04-30 18:11:36 +02:00
Sal
67c4fb328a Merge branch 'add-missing-sounds' into 'master'
Add missing mean bean machine sound enums to list of sounds

See merge request KartKrew/Kart!436
2021-04-30 06:44:59 -04:00
SteelT
5b0b29dbdc Add missing mean bean machine sound enums to list of sounds 2021-04-29 12:55:35 -04:00
Sal
47ab83c2d8 Merge branch 'mean-bean-sounds' into 'master'
Mean Bean Machine sound effects

See merge request KartKrew/Kart!432
2021-04-27 22:24:44 -04:00
Sal
ae3cfc690b Merge branch 'orbfterimages' into 'master'
Orbfterimages.

Closes #173

See merge request KartKrew/Kart!435
2021-04-27 17:08:56 -04:00
Sryder
710abf6820 Fix sound crash, let a sound be played for multiple players again too.
S_getChannel now doesn't do any alterations to the channel, it *only* returns the number of the free channel.
2021-04-27 21:27:42 +01:00
toaster
53806d41e0 Orbfterimages.
Fixes mistakes made in !408 and !418, resolving #173.
2021-04-27 20:29:30 +01:00
Sally Coolatta
44ed9fcd4c ZDEBUG is default
- ZDEBUG2 is now ZDEBUG ... although admittedly, it doesn't seem that useful, it just enables some CONS_Debug's ... but now there's a convenient way to enable them now I suppose
- Mostly just means the I_Errors give __FILE__ and __LINE__.
- Also enables a "memdump" command that just prints a bunch of zone memory info.

I don't think any of this should be guarded, so I went ahead and did this.
2021-04-26 14:49:45 -04:00
Sal
faed3170be Merge branch 'afterimg-fix' into 'master'
Fix Advance 2 afterimages conflicting with fade-out afterimages

See merge request KartKrew/Kart!431
2021-04-26 04:20:35 -04:00
Sally Coolatta
0f14f0cec1 Only check for listenmobj for the splitscreen players
Steel's comment is what hinted me to compare the code again -- P1 was the only one who didn't care about their listenmobj existing first.
2021-04-26 04:09:23 -04:00
Sally Coolatta
078ffa8914 Accidentally included one non-existent sound 2021-04-25 21:31:09 -04:00
Sally Coolatta
340c948c71 Fix being able to download our data files 2021-04-25 20:49:52 -04:00
Sally Coolatta
9ba424a6c4 Mean Bean Machine sound effects 2021-04-25 20:49:43 -04:00
Sally Coolatta
c0ba14a752 Use sounds.pk3 instead of sounds.wad 2021-04-25 20:42:25 -04:00
Latapostrophe
47a95efa6b push R_PointToAnlePlayer to Lua, might be super useful for it. 2021-04-24 14:49:41 +02:00
Latapostrophe
d253b66524 Fix effects in splitscreen 2021-04-24 14:46:39 +02:00
Sally Coolatta
9504b6011e Make it linear instead of exponential 2021-04-24 00:16:57 -04:00
Sally Coolatta
2ea9164cb1 Fix natural SPB, prevent getting bananas at the end of the race 2021-04-24 00:14:14 -04:00
Sally Coolatta
db43239ca3 Fix debug distribution crash 2021-04-23 20:57:14 -04:00
Sally Coolatta
54bdea086a SPB has rainbow item animation when forced onto you 2021-04-23 20:03:01 -04:00
Latapostrophe
e980be69ef wip splitscreen garbage. DOES NOT WORK. 2021-04-24 01:56:34 +02:00
Latapostrophe
e632e1d70e Final (?) visuals for trick panel timing 2021-04-24 01:26:39 +02:00
Sally Coolatta
0bc19152ca Fix Advance 2 afterimages conflicting with fade-out afterimages 2021-04-23 19:17:29 -04:00
Sally Coolatta
c99b1466ea Fix comments 2021-04-23 17:41:02 -04:00
Sally Coolatta
8958ebd293 Sound refactor
- Fix splitscreen volume being too low after james volume fix
- Use loops instead of horrid code duplication

Unfortunately seems to break sounds in menus and I dunno what to look at 😔
2021-04-23 17:38:38 -04:00
Sally Coolatta
d57632e71e Change the scaling for different player counts
Made more extreme for less than 8, made less extreme for more than 8.

2P: x1.25ish -> x2.5ish
16P: x0.68 -> x0.75
2021-04-23 15:21:45 -04:00
Sal
be91f05393 Merge branch 'object-bumping' into 'master'
New solid object bouncing, and updated player bouncing

See merge request KartKrew/Kart!426
2021-04-23 12:58:30 -04:00
Sal
7e842735a3 Merge branch 'party-fix' into 'master'
Fix parties becoming black upon map load

See merge request KartKrew/Kart!428
2021-04-23 12:57:33 -04:00
Latapostrophe
a27b825d3c horiz. lines keep momentum, slightly better visuals 2021-04-23 12:56:46 +02:00