Sally Coolatta
|
8731c6b7a4
|
Another round of fixing up
- gametyperules are now fitting for kart, not applied to the whole codebase though
- a few more files compile
|
2020-08-11 16:13:17 -04:00 |
|
Sally Coolatta
|
a50a9a1843
|
Lots of splitscreen fixes
LOTS of stuff I changed to use arrays instead of constantly duplicated code
|
2020-08-10 23:38:32 -04:00 |
|
Sally Coolatta
|
a6b2bc99de
|
Demo variable fixes
|
2020-08-10 19:42:45 -04:00 |
|
SteelT
|
9446a397d6
|
Remove some stray endifs
|
2020-08-10 18:45:32 -04:00 |
|
Sally Coolatta
|
4c99af8010
|
Fully remove OLD22DEMOCOMPAT
|
2020-08-10 12:17:25 -04:00 |
|
Sally Coolatta
|
e14f4a5842
|
Merge g_demo.c, remove OLD22DEMOCOMPAT
|
2020-08-10 12:14:23 -04:00 |
|
Sally Coolatta
|
e296e1309a
|
YAY, round 2
|
2020-08-09 21:02:56 -04:00 |
|
Sally Coolatta
|
153492c20c
|
Finish removals properly
|
2020-08-09 14:46:03 -04:00 |
|
Sally Coolatta
|
20dcd07fa4
|
Merge g_game.c/h
Also includes required changes to g_demo.c/h
|
2020-08-09 14:43:13 -04:00 |
|
Steel Titanium
|
1afe2f4988
|
Fix crash if you start recording a replay and immediately close the game
|
2020-07-20 22:19:44 -04:00 |
|
James R
|
3554cc8b1b
|
Actually save the cvar name in demos
|
2020-07-04 12:51:07 -07:00 |
|
James R
|
b89be9f179
|
Cvar compatibility with older demos
|
2020-06-19 18:04:20 -07:00 |
|
James R
|
31cf034d63
|
Save cvar names in demos; refactor cvar loading
|
2020-06-19 17:58:42 -07:00 |
|
Lachlan Wright
|
5263b8cf63
|
Merge branch 'fix-spawn-desynch' into 'next'
Fix desynch when a player spawns
See merge request STJr/SRB2!977
|
2020-06-08 05:25:41 -04:00 |
|
Monster Iestyn
|
3a7417c8fe
|
Merge branch 'master' into next
|
2020-06-06 20:35:48 +01:00 |
|
Monster Iestyn
|
e52e139793
|
G_ReadMetalTic: Make sure all three values for GZT_XYZ are read in the right order
|
2020-06-03 20:47:49 +01:00 |
|
Monster Iestyn
|
ef4cb40ed7
|
G_GhostTicker/G_ReadMetalTic: type should default to MT_NULL, not -1
This way, if for some reason the ghost has no skin, nothing should spawn at all
|
2020-06-03 20:47:49 +01:00 |
|
LJ Sonic
|
aeeb6e1b02
|
Merge branch 'next' into 'fix-spawn-desynch'
# Conflicts:
# src/p_map.c
|
2020-06-01 08:15:02 -04:00 |
|
Louis-Antoine
|
d886e35576
|
Fix potential desynch when a player spawns
|
2020-05-28 11:03:35 +02:00 |
|
SwitchKaze
|
58cac1fd73
|
Make colors UINT16, increase color freeslots to 1024
|
2020-05-23 19:35:36 -05:00 |
|
Monster Iestyn
|
3c1bd4215f
|
split significant chunks of G_CheckDemoStatus into their own smaller functions, also give writing demo checksums its own little function
|
2020-05-14 20:57:21 +01:00 |
|
Monster Iestyn
|
ffb2674a6e
|
Merge branch 'next' into demos-refactor
# Conflicts:
# src/g_game.c
(also update g_demo.c)
|
2020-03-20 17:48:31 +00:00 |
|
Monster Iestyn
|
45092d854f
|
We don't need m_cheat.h either in g_demo.c
|
2020-03-19 21:10:23 +00:00 |
|
Monster Iestyn
|
bcfbaec629
|
We definitely don't need these files to compile!
|
2020-03-19 20:43:56 +00:00 |
|
Monster Iestyn
|
690ccb49d8
|
Create G_FreeGhosts, for the benefit of G_DeferedInitNew (assuming it actually needs to do ghosts = NULL; at all)
|
2020-03-19 20:42:51 +00:00 |
|
Monster Iestyn
|
ac7a71f85b
|
Created g_demo.c/.h, for the demo recording and playback code that formerly lived in g_game.c
|
2020-03-19 20:09:55 +00:00 |
|