fickleheart
4619e8ad82
Add check to all of the friction stuff
2019-02-19 17:05:04 -06:00
fickleheart
0183368a6c
Only apply friction changes on the ground
2019-02-19 16:46:48 -06:00
Alam Arias
54983371fe
Merge branch 'master' into next
2019-02-19 17:21:13 -05:00
Sal
73fa403976
Merge branch 'shrink-removed-checks' into 'next'
...
Add some P_MobjWasRemoved checks around code that shrink touches
See merge request KartKrew/Kart-Public!72
2019-02-19 17:14:08 -05:00
Sal
b2f93d8357
Merge branch 'lua-archive' into 'next'
...
Fix dedicated server extra lua variables not being synched for joiners
See merge request KartKrew/Kart-Public!75
2019-02-19 17:10:52 -05:00
Sal
ece44fbfb1
Merge branch 'latency-tweaks' into 'next'
...
Fix cmd latency occasionally jumping to max
See merge request KartKrew/Kart-Public!78
2019-02-19 17:05:45 -05:00
fickleheart
5e8236c74f
Add null check too
2019-02-19 16:04:23 -06:00
James
3a4e0d71c7
Merge branch 'master' into minor-item-tweaks
2019-02-19 16:20:32 -05:00
Alam Ed Arias
2b4cb4b40b
Merge branch 'apng-oh-shit-fixes' into 'master'
...
Compiling errors for apng fixed
See merge request KartKrew/Kart-Public!69
2019-02-19 12:51:52 -05:00
fickleheart
9fac26c200
Fix cmd latency occasionally jumping to max
2019-02-19 08:05:35 -06:00
fickleheart
8348821f30
Remove debugging print
2019-02-18 23:39:08 -06:00
fickleheart
daca5c9ae2
Fix players sometimes snapping backwards on landing after spikeball hits
2019-02-18 23:35:24 -06:00
fickleheart
75c606764f
Make extra sure we launch in the correct direction
2019-02-18 23:35:01 -06:00
fickleheart
4a3b192916
Fix bumps sometimes shooting off stupidly fast
2019-02-18 22:36:26 -06:00
fickleheart
5e6b3a650c
Force intermission to 10 seconds on replays
2019-02-18 21:33:15 -06:00
fickleheart
ae3348e24d
Allow viewing karma bombs during replays
2019-02-18 21:23:05 -06:00
fickleheart
6821297bce
Improve replay resyncing code
...
Notably, it should no longer cause immediate
desync warnings if a track starts on a slope.
2019-02-18 21:10:23 -06:00
fickleheart
16269007a6
Crash fix I think (CHERRY PICK INTO BASE)
2019-02-18 21:09:22 -06:00
fickleheart
35148c48c0
Crash fix I think (CHERRY PICK INTO BASE)
2019-02-18 21:08:11 -06:00
fickleheart
b731e63d76
Remove debug print
2019-02-18 20:54:37 -06:00
fickleheart
b176ca27b3
For now, only use netreplays on the title if available
2019-02-18 20:52:21 -06:00
fickleheart
bca918cdbf
Let titledemos play while game is unfocused
2019-02-18 20:51:28 -06:00
fickleheart
97a663745a
Use generic resync message for RNG desyncs
2019-02-18 20:51:02 -06:00
Latapostrophe
2b61d81011
Fix dedicated server extra lua variables not being synched for joiners
2019-02-18 22:19:28 +01:00
Latapostrophe
2b47818d66
Fix respawning in reverse gravity
2019-02-18 14:00:36 +01:00
james
fbc017165c
Remove extra whitespace
2019-02-17 23:09:52 -08:00
Steel Titanium
141338c7c1
Save when quitting the game.
...
Also use default reason if not custom reason is given.
2019-02-18 02:04:58 -05:00
Steel Titanium
5e2cea3980
Save ban list right after banning.
2019-02-18 01:03:39 -05:00
Steel Titanium
a1df64a365
Add command to ban an IP address.
2019-02-18 00:58:08 -05:00
James
fcb82af329
Some items have 30 sec cooldown on match start
2019-02-18 00:23:40 -05:00
James
d272342db7
Shrink timer is consistent 20sec
2019-02-18 00:17:58 -05:00
fickleheart
60b952ea2a
Add some P_MobjWasRemoved checks around code that shrink touches
...
It's the only place in the vanilla game where K_DropItems
is called that isn't from a direct collision with the player
it's being called on. It's also a syncfail that doesn't happen
anywhere else, and I saw my sync state appear to get slightly
corrupted when it happened. Let's see if this fixes anything...
2019-02-17 22:09:37 -06:00
wolfy852
096cd50bae
Merge branch 'upsidedown-brain' into next
...
# Conflicts:
# src/k_kart.c
# src/k_kart.h
2019-02-17 20:45:12 -06:00
james
c689100e65
Create the correct dummy function
2019-02-17 15:50:42 -08:00
fickleheart
0b92743244
Support netreplays in titledemos
...
TDEMO###, where ### is a number from 1 to 255.
2019-02-17 13:13:45 -06:00
fickleheart
786e8875ae
Whoops, saving the wrong file list
2019-02-17 11:52:23 -06:00
fickleheart
ed16a35795
Don't force loading files for replays
2019-02-17 10:04:48 -06:00
fickleheart
c00fcfe2ea
Missed a ResetView line
2019-02-17 10:03:34 -06:00
fickleheart
20b83c84ef
Merge remote-tracking branch 'remotes/james/netreplays-autoaddons' into new_netreplays
2019-02-17 08:52:21 -06:00
james
76f2df2c40
Expose splitscreenplayer (from Got_AddPlayer) as splitscreen in player_t
2019-02-16 23:25:50 -08:00
fickleheart
63d07acc38
Fix duplicated player views from ResetViews
2019-02-16 22:24:37 -06:00
fickleheart
15f6e3de48
Remove unnecessary ResetViews call
2019-02-16 22:19:17 -06:00
fickleheart
fb8ca7c760
Fix replays crashing upon completion
2019-02-16 22:19:05 -06:00
fickleheart
53fa9299c1
Fix views getting automatically changed in netreplays
2019-02-16 22:06:47 -06:00
fickleheart
5a5264e5dd
Fix multiplayer ghosts crashing the game sometimes
2019-02-16 21:55:08 -06:00
fickleheart
d68e3efc72
Reset views away from spectators
2019-02-16 21:07:11 -06:00
fickleheart
68266a7250
Fuck you
2019-02-16 20:53:15 -06:00
fickleheart
8ae26d24e3
Merge remote-tracking branch 'remotes/james/netreplays-viewcommand' into new_netreplays
...
# Conflicts:
# src/g_game.c
2019-02-16 20:20:11 -06:00
fickleheart
d2b34a0e20
Add cvar for netreplay saving options
2019-02-16 18:29:51 -06:00
james
5d3a657a41
Actually support no apng patch
2019-02-16 14:39:33 -08:00