Sally Coolatta
33f316ded2
Calculate FPS stuff even if frame is skipped
...
I decided ultimately to actually keep the frame skip optimization disabled, because I think it is actually a little bit helpful that you can still get accurate rendering perfstats while paused, however if we decide otherwise then we can have this optimization back without making the game act like it's lagging.
2022-03-26 16:32:43 -04:00
James R
821fd41d70
Merge branch 'c99-pedantic' into 'master'
...
Switch compiler mode C90 to C99; enforce stricter standard conformance
See merge request KartKrew/Kart!554
2022-03-18 02:41:57 +00:00
toaster
306d1cd3ae
Merge branch 'network' into 'master'
...
Net work
See merge request KartKrew/Kart!557
2022-03-17 16:50:40 +00:00
toaster
f02a48d3d8
Merge branch 'fix-229' into 'master'
...
Fix #229
Closes #229
See merge request KartKrew/Kart!555
2022-03-17 16:35:17 +00:00
toaster
05c1d61ae1
Add pmomz and stairjank to net archive (plus re-organise slightly).
2022-03-14 20:13:32 +00:00
toaster
6e7adedaa0
Make the Kart TICQUEUE system closer to the 2.2 BACKUPTICS system.
...
* Rename TICQUEUE to BACKUPTICS.
* Add CLIENTBACKUPTICS to limit the time gap players can send tics in at once
* This likely means freezes are more possible, and this variable could be raised later, but prevents some potential duplication in the extrapolerated tic.
2022-03-14 19:24:07 +00:00
toaster
c84a739039
Fix not being able to escape out of the server connection screen.
2022-03-14 16:59:18 +00:00
toaster
fcb6a4e1ab
Disable the vanilla-sourced "keepbody" (rejointimeout) feature.
2022-03-14 16:33:03 +00:00
toaster
a3eab3099e
Solve the concern about potential tiregrease overwriting. Let the video resume at once
2022-03-12 23:18:55 +00:00
toaster
87fe8f2c9c
Merge branch 'gamestatereloaded' into 'master'
...
Gamestate reloaded
See merge request KartKrew/Kart!551
2022-03-12 19:08:04 +00:00
toaster
2fdcd9bc2d
Merge branch 'light-setup-frame-refactor' into 'master'
...
A lightweight refactor to R_SetupFrame and R_SkyboxFrame
See merge request KartKrew/Kart!532
2022-03-12 18:54:20 +00:00
toaster
b3c9b8f94e
Merge branch 'votefree' into 'master'
...
:votefree: (resolves #217 )
Closes #217
See merge request KartKrew/Kart!542
2022-03-12 18:49:45 +00:00
toaster
65feacc16c
Merge branch 'musicataparty' into 'master'
...
Music at a party
See merge request KartKrew/Kart!543
2022-03-12 18:40:03 +00:00
toaster
f794908430
Merge branch 'followtweak' into 'master'
...
Follower adjustments
Closes #202
See merge request KartKrew/Kart!514
2022-03-12 18:37:15 +00:00
toaster
d7b72018ba
Merge branch 'doublezap' into 'master'
...
Item Thunderflow
Closes #220
See merge request KartKrew/Kart!544
2022-03-12 18:32:29 +00:00
James R
54b55efcb2
Remove fixme
2022-02-28 14:12:59 -08:00
James R
c58d789a07
Always reset tiregrease
2022-02-24 22:51:01 -08:00
James R
bdbd85b2cd
pedantic: fix win32
2022-02-20 04:48:30 -08:00
James R
a6ec9faf93
pedantic: fix m_menu.c
2022-02-20 03:31:25 -08:00
James R
5ba4231b9d
Fix silly wrong pointer in apng.c
2022-02-20 03:29:41 -08:00
James R
82f4364eb4
pedantic: fix misc leniencies and GNU-isms
2022-02-20 03:28:22 -08:00
James R
2887385122
pedantic: ignore enums signed overflow
2022-02-20 03:25:46 -08:00
James R
366ac0b1b2
pedantic: fix paren surrounding braces
2022-02-20 03:23:45 -08:00
James R
d7087c7405
pedantic: fix address loading function pointer casts
2022-02-20 03:22:25 -08:00
James R
9722027fc1
Add macro to cast function pointer to void pointer
...
Does not evaluate constant expression, I don't know if
that's possible.
2022-02-20 03:18:47 -08:00
James R
bef9f502ca
pedantic: cast to (void*) for printf %p
2022-02-20 03:15:51 -08:00
James R
286010c6e9
pedantic: replace GNU empty initializer extension with C99 0 initializer
2022-02-20 03:13:23 -08:00
James R
59c04ae041
pedantic: resolve flexible array member in nested struct
...
ISO C forbids a structure that has a flexible array member
to be a member of another structure or element of an
array.
filetx_pak and fileack_pak are two such structures. These
have been removed from doomdata_t's union.
2022-02-20 03:10:27 -08:00
James R
bea79dfa65
Replace GNU zero-length array with ISO C99 flexible array member
2022-02-20 03:10:04 -08:00
James R
cd5946be73
Enable pedantic pike-in-your-bum mode, rip and tear
2022-02-19 19:41:19 -08:00
James R
dc098c1e65
Use GNU C99 mode
2022-02-19 19:40:19 -08:00
toaster
b158bfe37e
Always stop the sounds, because we're always calling Z_FreeTags and that can lead to invalid memory. (Should fix Rai's crash)
2022-02-17 22:41:34 +00:00
James R
82377fb001
Merge branch 'invinc-color-fix' into 'master'
...
Invinc color fix
See merge request KartKrew/Kart!553
2022-02-17 07:59:29 +00:00
James R
eb9a6f3445
Merge branch 'kstart-sfx' into 'master'
...
POSITION Music
See merge request KartKrew/Kart!552
2022-02-17 05:06:16 +00:00
James R
fbcb48a35f
Merge branch 'cechostop' into 'master'
...
CECHO stop
Closes #219
See merge request KartKrew/Kart!550
2022-02-17 05:06:03 +00:00
James R
ea9b1daeb9
Merge branch 'eaturnongreens' into 'master'
...
Eat your non-greens (resolves #221 )
Closes #221
See merge request KartKrew/Kart!549
2022-02-17 05:05:52 +00:00
James R
64abc232bc
Merge branch 'dlconfirmfix' into 'master'
...
DL Confirm Fix
See merge request KartKrew/Kart!547
2022-02-17 05:05:39 +00:00
James R
8f303f03d2
Merge branch 'iamnobump' into 'master'
...
I am no bump
See merge request KartKrew/Kart!548
2022-02-17 05:05:24 +00:00
James R
8921a6fa96
Merge branch 'combob2' into 'master'
...
combob2
Closes #212
See merge request KartKrew/Kart!546
2022-02-17 05:04:33 +00:00
Sally Coolatta
39da886447
Merge branch 'master' into invinc-color-fix
2022-02-16 23:01:23 -05:00
Sally Coolatta
a750fdd810
Invincibility wasn't using K_RainbowColor anymore, what the function was designed for...
2022-02-16 23:01:07 -05:00
toaster
0b97d954ad
Tested with Chengi at one point, correct a few things from that.
...
* Fixed a few prints happening on resync that shouldn't.
* Fixed OGL loading not using levelfadecol.
2022-02-16 23:23:14 +00:00
James R
e28e67f84d
Fade out POSITION music at 3 2 1
2022-02-15 15:53:56 -08:00
James R
9095261a18
POSITION music
...
Play SA2 "shwing" at title card; play POSITION music once
camera is steady (instantly in 1v1).
Encore: play portal warp sound instead of "shwing"; play
portal drone instead of POSITION music, always start
instantly.
2022-02-15 15:51:47 -08:00
James R
62b5f9c90f
Leave introtime at 3 for 1v1
...
Preticker uses up a few tics, so setting it to 0 makes it
useless.
2022-02-15 15:38:11 -08:00
James R
418156bebf
Use float value for LOOPMS
...
Extra precision.
2022-02-15 14:19:28 -08:00
James R
f749424de7
Turn kstart into sfx
2022-02-14 15:04:30 -08:00
toaster
6d851f2bc8
P_LoadLevel is a mess, but attempt to fix a few things that shouldn't be happening with resyncs, including #209 . Untested.
2022-02-14 15:43:56 +00:00
toaster
42919044e9
Don't continue ticking the cecho timer infinitely into the negatives ( resolves #219 )
2022-02-14 14:52:04 +00:00
toaster
9ef2530e54
Fix HUD tracking being broken in non-green aspect ratios.
2022-02-14 14:42:31 +00:00