TehRealSalt
c963a49542
Try fixing Auto causing desyncs
...
- Move K_SetPowerLevelScrambles to G_DoCompleted
- Fix wrong gamespeed being displayed in strings
- Add defines for kartspeed values
- Disable Easy scrambles again
- Corrupt gamedata if pwrlv is in invalid range (gets corrected in-game, and doesn't really matter to anyone who knows what you're doing, but it'll stop at least the most basic script kiddie)
Replay menu will still display wrong speed name, but it's fine in the replay itself.
2019-10-17 23:43:06 -04:00
TehRealSalt
8dc946e6bb
Yup, 1 more batch of magic numbers
2019-09-23 09:02:23 -04:00
TehRealSalt
38bb44e732
Separate into k_pwrlv.c, add defines to reduce amount of magic numbers
2019-09-23 08:26:42 -04:00
TehRealSalt
9e587f4d0d
Put prints behind CONS_Debug
2019-09-23 07:26:36 -04:00
TehRealSalt
31534fe96b
Merge branch 'master' into versus-record
2019-05-29 22:23:17 -04:00
TehRealSalt
dc41fe3d8d
Port over only the relevant changes from the reduced-palette branch, update some of the Kart-specific stuff
2019-05-12 17:19:49 -04:00
TehRealSalt
f1f664e9b1
Merge v1
2019-05-02 01:36:19 -04:00
wolfs
a7e6589ce7
Merge branch 'intermission-think' into 'next'
...
New intermission Hook for Y_Ticker
See merge request KartKrew/Kart-Public!131
2019-04-26 19:25:18 -04:00
TehRealSalt
cdd7e9b1c6
no flash
2019-04-26 13:40:14 -04:00
TehRealSalt
435862b29d
finished scrambles
2019-04-26 13:34:30 -04:00
TehRealSalt
5abe25d0a5
Speed/Encore scrambles based on power level
...
Did not test yet
2019-04-24 01:47:43 -04:00
TehRealSalt
6f6bc3333f
Put behind cvar
2019-04-23 01:10:16 -04:00
TehRealSalt
da7437947a
Display ---- on the right player
2019-04-23 00:56:50 -04:00
TehRealSalt
8f3efa7598
Remove 10 points at a time for power levels
2019-04-23 00:56:28 -04:00
Steel Titanium
80d1181cff
Fix mangled comment
2019-04-22 19:27:42 -04:00
Steel Titanium
3e838c1e83
New IntermissionThinker hook
2019-04-22 00:29:47 -04:00
TehRealSalt
ea2bcb3b99
Update from master
2019-04-19 20:14:06 -04:00
TehRealSalt
089be795a2
Huge splitscreen refactor
...
Did not get to finish all refactoring or even compile this, I'll continue later
2019-04-18 03:08:11 -04:00
fickleheart
7c75397b67
Fix writing corrupt standings that break replay hut
2019-04-14 17:08:04 -05:00
James R
e9869a55e3
Let dedicated servers end vote time too!
2019-04-04 16:13:31 -07:00
fickleheart
b8ef18e983
Read and write standings to replays
2019-04-01 15:07:27 -05:00
fickleheart
91868fc3a4
Allow entering a title for replays on save
2019-03-24 22:40:52 -05:00
fickleheart
8d9462d4aa
Refactor replay saving handler for later use
2019-03-24 21:55:08 -05:00
fickleheart
f60e92aa70
Move public demo vars to a single struct
2019-03-24 21:32:15 -05:00
fickleheart
557ac6f0d3
Move save replay prompt into the upper-right corner
2019-03-24 19:57:11 -05:00
fickleheart
5e6b3a650c
Force intermission to 10 seconds on replays
2019-02-18 21:33:15 -06:00
fickleheart
d2b34a0e20
Add cvar for netreplay saving options
2019-02-16 18:29:51 -06:00
fickleheart
1c6046ac43
Merge remote-tracking branch 'remotes/upstream/master' into new_netreplays
...
# Conflicts:
# src/g_game.c
# src/k_kart.c
2019-02-06 20:47:35 -06:00
toaster
d3f739f64a
Merge branch 'master' of https://git.magicalgirl.moe/KartKrew/Kart-Public.git into next
2019-02-02 21:12:49 +00:00
fickleheart
ee35987a31
Play intermission after net replays
2019-02-01 21:06:52 -06:00
Sally Cochenour
e2117f29e2
Thin the rest of this screen's stuff too
2019-01-30 01:21:20 -05:00
Sal
73ce8f4e74
Merge branch 'majormods' into 'next'
...
Allow playing in Record Attack with minor add-ons
See merge request KartKrew/Kart-Public!31
2019-01-29 23:19:57 -05:00
Sally Cochenour
95251808d4
Thin names for 9+ player intermission
2019-01-27 17:52:53 -05:00
toaster
004cde8a57
Code cleanup as requested by Sal and Sryder.
...
* majormods and savemoddata cannot coexist as true values, so going through and making situations that involve both only reference one.
* Clean up comments in `dehacked.c`.
2019-01-26 16:58:45 +00:00
TehRealSalt
0c3e36ddf0
bad print
2019-01-18 00:49:40 -05:00
TehRealSalt
a55fb0729d
Improvements to power level updating & forfeit handling
2019-01-17 22:39:26 -05:00
TehRealSalt
88af2ff3bc
Use val instead of pos?
...
Let's see if this fixes it...
2019-01-17 01:28:11 -05:00
TehRealSalt
63861540cb
Fix incorrect scoring, default to 1000
2019-01-17 00:55:25 -05:00
TehRealSalt
a5f23091cc
Fix buffer overwrite & increment
2019-01-16 16:13:34 -05:00
TehRealSalt
3246ca6b33
More finished power level
...
broken, can't finish
2019-01-16 14:49:42 -05:00
toaster
0037f5c91d
First steps at implementing a mechanism that allows you to load non-cheaty good-faith mods such as custom characters with no Lua scripting, and play record attack with them. Features a few bad hacks and a few more areas of improvement; I'll try to iron them out before they hit next or master.
2019-01-15 19:01:55 +00:00
TehRealSalt
dff273d990
Minor misc fixes
2019-01-12 02:53:14 -05:00
TehRealSalt
4507ee18fd
Merge remote-tracking branch 'srb2public/next' into merge-next
2018-11-29 08:49:50 -05:00
Monster Iestyn
d824e05a6f
Merge branch 'master' into next
2018-11-25 20:39:17 +00:00
mazmazz
c91b2b4456
Update source copyrights to 2018
2018-11-25 07:35:38 -05:00
toaster
bf9084cf45
Turns out your unlocks are delayed a little bit! The medals are saved, but the unlocks due to the medals aren't immediate... which is a problem for Hell Attack, since there's no indication you need to play another level for it all to work!!!
2018-11-22 18:28:27 +00:00
Monster Iestyn
3cbe8b26b5
Merge branch 'master' into next
2018-11-20 13:55:36 +00:00
TehRealSalt
3e4d2a5acd
Allow yeah in splitscreen
2018-11-20 00:10:54 -05:00
toaster
1859dd7e6e
Two tweaks to gamedata saving:
...
* Save gamedata in Y_UpdateRecordReplays(), so that you never unfairly lose out on your spoils by setting modifiedgame before the game ends.
* Always save your matchesplayed/totalplaytime increase at the successful completion of a level.
2018-11-17 20:16:27 +00:00
Alam Ed Arias
8277f32b67
fix format-truncation: need bigger string buffers
2018-11-14 16:50:52 -05:00