Commit Graph

6349 Commits

Author SHA1 Message Date
fickleheart c67c598df0 Show player names on the bottom in 4p
Also adjust margins to better match other HUD stuff
2019-04-14 23:52:03 -05:00
fickleheart 9e3ee274fb Keep playback menu bar on the top in non-green reses 2019-04-14 23:22:24 -05:00
fickleheart ad52f80627 Add scroll bar to replay hut 2019-04-14 23:17:12 -05:00
James R d7e964bd54 Support splitscreen PLAYERINFO and don't expose clients' IP addresses 2019-04-14 21:14:01 -07:00
Jaime Passos 6b6485159f Add "Software Perspective" toggle on the "GPU Options" menu 2019-04-14 19:44:56 -03:00
James R 36e678b292 Don't count down wait timer when executing a command 2019-04-14 15:17:47 -07:00
Jaime Passos d1b1edcf39 More Softwarification 2019-04-14 19:08:59 -03:00
fickleheart b1001d1808 Fix writing corrupt standings that break replay hut 2019-04-14 17:08:04 -05:00
Monster Iestyn 797ca99f42 Detect infinite alias self-recursion mixed with other commands, such as in the case of `alias a "echo test; a"; a`.
(Unfortunately, this does not work if "wait" is used instead of "echo", but oh well)
2019-04-14 16:39:14 +01:00
toaster 972e6e9cf5 Precipitation being drawn at infinite distance when set to zero is incorrect behaviour. This is likely the consequence of a bad merge, but I don't care enough to check for certain. 2019-04-14 14:41:39 +01:00
Jaime Passos a8165a2ce9 fix skyboxes AGAIN 2019-04-13 18:47:09 -03:00
Jaime Passos 5689fca892 fix includes 2019-04-13 18:14:55 -03:00
fickleheart 5ec6517a54 Temporarily disable Extra Options menu 2019-04-13 15:23:31 -05:00
fickleheart 295b53801d Change color of active playback items 2019-04-13 15:23:23 -05:00
fickleheart 10d70f5447 Playback menu improvements 2019-04-13 14:42:15 -05:00
fickleheart eb9c9885a9 Fix being able to carry rewind state where it shouldn't be 2019-04-13 14:22:48 -05:00
fickleheart 451ff30a7a Preserve quote and etc in aliases 2019-04-13 10:25:56 -05:00
fickleheart 3286d9ac93 Use strchr? 2019-04-13 10:16:54 -05:00
Jaime Passos f5516a121c cleanup? 2019-04-12 16:35:28 -03:00
fickleheart fe7220bb20 Allow argument substitution in aliases 2019-04-12 00:48:37 -05:00
wolfy852 052104999f Generic model terminology 2019-04-12 00:35:35 -05:00
Steel Titanium 588d3a8c6e Merge branch 'next' into forceskin-by-name 2019-04-11 21:01:14 -04:00
Sal db18492836 Merge branch 'clear-all-controls' into 'master'
Clear P3 and P4 controls too when clearing all controls

See merge request KartKrew/Kart-Public!117
2019-04-11 12:20:48 -04:00
Sal 5079dbbc3b Merge branch 'dedicated-end-vote-fix' into 'master'
Fix dedicated servers not ending the vote

See merge request KartKrew/Kart-Public!121
2019-04-11 12:20:08 -04:00
Sal b128f44986 Merge branch 'fix-function-typo' into 'next'
Lua: fix K_PlayPowerGloatSound mistype

See merge request KartKrew/Kart-Public!122
2019-04-11 12:06:33 -04:00
Sal ecdfb1ddcc Merge branch 'patch-1' into 'next'
Add missing entry for SKINCOLOR_BUBBLEGUM in ColorOpposite()

See merge request KartKrew/Kart-Public!119
2019-04-11 12:05:59 -04:00
fickleheart 5fcafb643b Proposal: VHS effect over the replay hut background? 2019-04-10 09:10:09 -05:00
Lachlan Wright 4f1a329ef2 Update k_kart.c 2019-04-10 03:16:46 -04:00
fickleheart 40d065a024 Fix thrown items desyncing during frame advance 2019-04-09 23:55:25 -05:00
fickleheart d6e77fc12e Merge remote-tracking branch 'remotes/internal/INTERNAL_netreplays' into INTERNAL_netreplays 2019-04-09 23:00:42 -05:00
fickleheart 15bb586c57 Only calculate vfx every other row to try to improve performance 2019-04-09 23:00:39 -05:00
Sryder 824381d281 Z_Free not free. 2019-04-09 20:15:35 +01:00
Sryder d579ee36bf Turn the INT8's into SINT8's 2019-04-09 19:34:34 +01:00
fickleheart fe3cd967d1 Unused var 2019-04-09 01:18:10 -05:00
fickleheart 56c1f05217 Potentially apply VHS distortion semi-transparently?
Pros: fuckin SMOOTH effect especially for 256-color sw
Cons: might lose the intended color distortion, maybe
not a great idea for FPS
Conclusion: put it behind an ifdef for now
2019-04-09 01:09:13 -05:00
fickleheart ae473585b7 Add VHS pause/rewind effect 2019-04-08 23:21:11 -05:00
James R e746e54075 Replace ping command with a condensed and sorted version 2019-04-08 15:57:23 -07:00
James R 42d47a10f3 "NEWPING" might as well be the only ping 2019-04-08 15:48:20 -07:00
fickleheart 9a049f5a0d Support RA time comparisons in new format
I don't care enough about supporting old replays, and
they're old anyway. Force-overwrite them. :)
2019-04-08 00:45:19 -05:00
fickleheart c0af0fb59e Support new-format ghosts or some bullshit like that
maybe future fickle will add support for multiple ghosts
from one replay for some sick memery but idgaf right now
2019-04-08 00:30:04 -05:00
fickleheart 45390f2c35 Fix record attack not recording + staff names load for all replay types 2019-04-07 18:51:42 -05:00
fickleheart ac3b1516cd Record demos consistently and also other stuff 2019-04-07 17:59:32 -05:00
Jaime Passos 98f4e98b85 Remove dup_ variables 2019-04-07 14:27:52 -03:00
Jaime Passos 23a8fea598 fix fog 2019-04-07 01:25:55 -03:00
Steel Titanium d59fb7f80c Expose cv_numlaps as global variable 2019-04-06 23:42:02 -04:00
Jaime Passos 4ea1dd3525 The player should be able to toggle shaders 2019-04-07 00:09:53 -03:00
Jaime Passos fa7f627c88 stuff 2019-04-06 23:33:34 -03:00
Steel Titanium f8fec8e625 Lua: fix K_PlayPowerGloatSound mistype 2019-04-06 21:59:58 -04:00
fickleheart f38d56d4a6 Support playback menu for record attack replays too 2019-04-06 18:59:11 -05:00
fickleheart 1eff7bfbe8 Fix title menu not working if you leave a replay early 2019-04-06 18:17:56 -05:00