- Jul 29, 2018
-
-
toaster authored
* "kartvoices" cvar. Possible values "Never", "Tasteful" (default), and "Meme". * Added a way to move quickly through the credits, rather than skip them entirely (hold spacebar or down arrow). * Fix a few mistakes in M_ChangeCvar, some of which I introduced and some of which were weird in the first place. * Tweak the offset of the arrows that let you know you can modify a cvar by pressing left or right (some via a patch.kart change, but others via tweaking the drawing location).
-
toaster authored
-
- Jul 28, 2018
-
-
Sal authored
- Turning dust is spawned in the correct position - Turning dust sprites are flipped - Shadows display on the ceiling for flipped objects - Drift sparks display in the correct position for flipped players Will continue with item fixes tomorrow
-
Sal authored
-
Sal authored
These are both huge boons for gamepad functionality. If we can add a way to add a menu key, then all of the controller requirements for v1 will be covered.
-
Sal authored
- A new variable, voteclient.loaded, for keeping track of whenever or not voting data has been set up or not. Gets set to true in Y_StartVote, false in Y_UnloadVoteData. This is used to prevent drawing the screen in cases where it would crash, and preventing duplicate Y_EndVote calls. - The game checks for all spectator when transitioning to vote, to decide whenever or not it should skip it entirely or not. - Unrelated: made the roulette cheating much more common. Hopefully it's as cheaty as Mario Party now :p
-
- Jul 27, 2018
- Jul 25, 2018
-
-
toaster authored
Type `karteliminatelast off` to turn it off, and `karteliminatelast on` to... you know the rest.
-
Sal authored
- Banana drag timer resets when placing one, for x3 & x10 bananas - Banana dragging spawns transulcent dust - Dragging bananas make them twitch up & down
-
Sal authored
- Ballhog has explosion + sound on death - Ballhog shrinks to nothing if it didn't hit anything - Replaced a Mario sound on Orbinaut - Fixed Jawz's sound effect - Fixed Mines not being removed on death pits
-
- Jul 24, 2018
-
-
https://git.magicalgirl.moe/KartKrew/Kart.gittoaster authored
"It is only the *results* that remain in this world! All the *actions* you take in a world where time is erased are meaningless!" - Diavolo, Chapter 520
-
toaster authored
* Decreasing number of writes - now the unchanging gametype is only written once, and both gametypes are written as UINT8s instead of UINT16s. * Increasing size of buffer to match new threshold.
-
wolfs authored
-
toaster authored
-
toaster authored
-
- Jul 23, 2018
-
-
Sal authored
-
- Jul 22, 2018
-
-
Sal authored
-
Sal authored
Item dist scales with low player count instead of just odds, you can change some cvars during start countdown
-
toaster authored
Do Oni's suggested changes to the wipe-based level intro fade. https://cdn.discordapp.com/attachments/270211093761097728/470690865279401994/kart0019.gif
-
toaster authored
* Force map hell if there are two or more non-spectators (ie, same condition as to not be in FREE PLAY) and everyone has selected the RANDOM level slot. * Unique gasp-and-Shulk-based sounds for both forced and non-forced map hell occourances.
-
toaster authored
Force the display of FREE PLAY on the pre-rankingsmode part of the intermission screen, since it's important to show what it was. When in rankingsmode, THAT'S when it's able to freely change with the number of players jumping in and out.
-
toaster authored
* Activates when there are less than two non-spectators in a netgame. * Shows flashing text at the bottom of the screen. * Prevents drawing several UI elements that only make sense with multiple players. * Prevents matchesplayed being increased. * Improve the mapreset timer's behaviour. * Now you get to see the HERE COMES A NEW CHALLENGER screen as the starting frame of the relevant map transition, since it happens on mapreset being 1 rather than 0. * Make a bunch of normal gameplay stuff that might've activated unnecessarily during mapreset now not able to. * Hide some other stuff that might've been visible for no good reason. * Improve Mirror mode. * First person now works with it! * Tweaked the minimap player heads. Although the main section of the automap is mirrored, it feels... wrong to mirror the player head? IDK, you may wish to revert this, but given that everything else is the right way around except for the level itself...* Disable the titlescreen demos, at least until we actually gear up for release and make real ones. * Disable the titlescreen demos, at least until we actually gear up for release and make real ones.
-
Sal authored
-
Sal authored
-
- Jul 21, 2018
-
-
-
Sal authored
-
toaster authored
* Make cancelling a join work on the pause menu and console. (You need to write "changeteam spectator" to cancel a PF_WANTSTOJOIN.) * Stop respawning spectators when their PF_WANTSTOJOIN request hasn't been processed yet. * Handle PF_WANTSTOJOIN requests in GS_WAITINGPLAYERS. * Refactor K_CheckSpectateStatus, and make it so PF_WANTSTOJOIN requests are processed if there's only one player in the server, even if they're on lap 2 or up. * Make the player entry mechanism in P_SpawnPlayer use the PF_WANTSTOJOIN mechanism so that it can also take advantage of the level refresh mechanism with no extra code. * NOTE: This does a bad hack in order to not send multiple mapchanges while the joining timer is low! If you can think of a better way to do this, please let me know/commit it. * Change the timer until you can hit ITEM again when a spectator who has to wait to join shorter. * (controversial, but I think necessary) - flash the ITEM text when the above-mentioned timer is nonzero.
-
Sal authored
-
Sal authored
-
- Jul 20, 2018
-
-
Sal authored
-
Sal authored
- New player flag, PF_WANTSTOJOIN, added for setting up a spectator queue. You are allowed to join as long as no one has started lap 2. - Map resets when two people have entered the game, so matches can start naturally without the need of an admin.
-
Sal authored
-
Sal authored
- Getting wipeout bumped into offroad slows you down - Orbinaut & Jawz are relative to your weight (Jawz is heavier), via new function K_GetMobjWeight - Reorangized where K_KartBouncing is called so that wipeout changes don't affect Eggman Items
-
toaster authored
-
toaster authored
Bugfix the exitlevel music condition to take into account all local players, rather than any player globally.
-
toaster authored
De-ghetto 2P splitscreen FINISH. https://cdn.discordapp.com/attachments/270211093761097728/469827997990649856/kart0012.gif
-