Ashnal
|
9d9105929b
|
Adjustment to new progress text
|
2020-06-27 21:17:21 -04:00 |
|
Ashnal
|
fc9f40a177
|
New "Overall Download Progress" bar
Shows progress of all file downloads pre-join
|
2020-06-27 21:17:04 -04:00 |
|
Ashnal
|
12d40a07cc
|
Load one file per tic
Prevents game from locking up when loading large file lists
|
2020-06-27 20:58:33 -04:00 |
|
Steel Titanium
|
3af4aaff9c
|
Fix user agent for HTTP downloads being set as SRB2Kart/v1.1.2
|
2020-06-23 18:39:02 -04:00 |
|
James R
|
bae37aea2c
|
ADD to the buffer size
|
2020-06-14 19:13:22 -07:00 |
|
Hannu Hanhi
|
44159de7f3
|
Colormap alpha handling was still wrong, hopefully it's correct now
|
2020-06-14 15:03:40 +03:00 |
|
Hannu Hanhi
|
c382794109
|
Fix uninitialized alpha when reading colormaps
|
2020-06-13 23:34:13 +03:00 |
|
Hannu Hanhi
|
38c3d78d8a
|
Cleaner version of the W_ReadLumpHeaderPwad memory leak fix
|
2020-06-13 21:37:33 +03:00 |
|
Hannu Hanhi
|
2f65955496
|
Add missing inflateEnd to fix memory leak in W_ReadLumpHeaderPwad
|
2020-06-13 17:07:05 +03:00 |
|
Sryder
|
b96d315f25
|
Merge branch 'master' of git@git.magicalgirl.moe:KartKrew/Kart-Public.git into next
|
2020-06-13 14:15:58 +01:00 |
|
James R
|
e7d949aeb2
|
masterserver_token is back
|
2020-06-12 23:47:08 -07:00 |
|
James R
|
9b3456a860
|
Merge remote-tracking branch 'origin/master' into http-mserv
|
2020-06-12 23:36:39 -07:00 |
|
Hannu Hanhi
|
d9e2336277
|
Guil's encore color bugfix with some additional cleanup
|
2020-06-01 21:14:17 +03:00 |
|
Steel Titanium
|
3f3cb2c976
|
Fix opengl crashing on startup due to lack of checks
Also fixes the log file not being written to the home directory.
|
2020-05-23 16:21:26 -04:00 |
|
Sryder
|
b03f950c5a
|
Merge branch 'master' into next
|
2020-05-20 16:50:56 +01:00 |
|
Sryder
|
e229aabf22
|
Merge branch 'fix-clang-compile' into 'master'
Fix clang compiling
See merge request KartKrew/Kart-Public!176
|
2020-05-20 11:49:47 -04:00 |
|
Sryder
|
6b8ea22bdb
|
Merge branch 'opengl-maybe-uninitialised' into 'master'
Some uninitialised variables that GCC 4.4 complains about
See merge request KartKrew/Kart-Public!177
|
2020-05-20 11:49:34 -04:00 |
|
Sryder
|
831ed3dedc
|
Merge branch 'itemodds-fallthrough-fix' into 'next'
Mistaken fallthrough in item roulette.
See merge request KartKrew/Kart-Public!178
|
2020-05-20 11:49:22 -04:00 |
|
Sal
|
73b65b4725
|
Merge branch 'no-spb-forcing-in-2p' into 'next'
Don't force SPB in 1v1
See merge request KartKrew/Kart-Public!175
|
2020-05-20 10:11:19 -04:00 |
|
Sal
|
5f70d3e170
|
Merge branch 'visplane-fix' into 'master'
Fix visplane getting allocated twice
See merge request KartKrew/Kart-Public!172
|
2020-05-20 10:11:06 -04:00 |
|
Sryder
|
9e6980c8ae
|
Fix a fallthrough issue that could cause thundershield to be rolled less often than intended.
|
2020-05-20 11:53:14 +01:00 |
|
Sryder
|
66930a0277
|
Initialise these to 0 just to stop GCC 4.4 from complaining.
This should be okay since 0 generally means "nothing" for these, and they should always be set before being used later on.
|
2020-05-20 11:47:22 +01:00 |
|
Sryder
|
290abe4fce
|
D_ModifierKeyResponder is unused now so remove it.
|
2020-05-20 11:37:38 +01:00 |
|
Sally Coolatta
|
a7c88d40db
|
Merge branch 'master' into next
|
2020-05-19 20:40:12 -04:00 |
|
TehRealSalt
|
21e6190932
|
Don't force SPB in 1v1
(cherry picked from commit 22af2040a021cff243773a0f23371f20e69dfca5)
|
2020-05-19 20:12:53 -04:00 |
|
Sal
|
e42ae1ed79
|
Merge branch 'freeplay-be-nice' into 'master'
Also apply HUD translucency to FREE PLAY
See merge request KartKrew/Kart-Public!161
|
2020-05-19 17:29:05 -04:00 |
|
Sal
|
1d5774fe2f
|
Merge branch 'ghostly-luavars' into 'next'
Fix Luavars being saved into Record Attack ghosts/replays and potentially crashing
See merge request KartKrew/Kart-Public!168
|
2020-05-19 17:28:48 -04:00 |
|
Sal
|
71d2d357c1
|
Merge branch 'displayplayer-gonna-getcha' into 'next'
displayplayers.iterate crashes in replays, is that based?
See merge request KartKrew/Kart-Public!171
|
2020-05-19 17:28:14 -04:00 |
|
Sal
|
bb7481a13e
|
Merge branch 'mr-ogl-boostpad-fix' into 'master'
Fix wrong orientation in some boost pads in ogl
See merge request KartKrew/Kart-Public!173
|
2020-05-19 17:27:24 -04:00 |
|
Sal
|
cb9e6473a0
|
Merge branch 'use-extern-you-idiot' into 'master'
Fix GCC 10 linking errors
See merge request KartKrew/Kart-Public!170
|
2020-05-16 09:01:46 -04:00 |
|
Hannu Hanhi
|
c3e1e1df26
|
Fix wrong orientation some boost pads in ogl
|
2020-05-16 13:47:21 +03:00 |
|
filpAM
|
5acafa5a87
|
Fix visplane getting allocated twice
|
2020-05-16 00:20:52 +00:00 |
|
Sal
|
f60d05764d
|
Merge branch 'clearbans-please' into 'master'
Write empty file on clearbans
See merge request KartKrew/Kart-Public!156
|
2020-05-15 19:29:11 -04:00 |
|
Sal
|
f0f4b7bc1e
|
Merge branch 'nomixer-fix' into 'master'
Fix "NOMIXER" flag compiling
See merge request KartKrew/Kart-Public!159
|
2020-05-15 19:28:54 -04:00 |
|
Sal
|
43874c3a4d
|
Merge branch 'now-we-spin-in-spinout-only' into 'master'
No more first person hyper spin
See merge request KartKrew/Kart-Public!160
|
2020-05-15 19:28:38 -04:00 |
|
Sal
|
e4766bbaf1
|
Merge branch 'ferror-errno-yareyare' into 'master'
Fix false file error reporting
See merge request KartKrew/Kart-Public!162
|
2020-05-15 19:27:08 -04:00 |
|
Sal
|
11331b7bc5
|
Merge branch 'hud-is-fucked' into 'next'
HUD inconsistency in Record Attack
See merge request KartKrew/Kart-Public!164
|
2020-05-15 19:26:26 -04:00 |
|
Sal
|
ffdb12ccb0
|
Merge branch 'fastline-identification' into 'next'
Add targets to MT_FASTLINEs that are spawned
See merge request KartKrew/Kart-Public!169
|
2020-05-15 19:24:35 -04:00 |
|
James R
|
7e0b605f34
|
Properly bound lua displayplayers and displayplayers.iterate to splitscreen
This is fixes crashes in replays because splitscreen displayplayers are
initialized to INT32_MAX there.
|
2020-05-15 14:21:25 -07:00 |
|
James R
|
fcbe4e668f
|
Set timeout on HMS connections
|
2020-05-15 13:20:40 -07:00 |
|
James R
|
bd3ea52cba
|
ok
(cherry picked from commit 0b9c20cc7086000548e02b39c1abf94ffb56feae)
|
2020-05-15 11:21:40 -07:00 |
|
James R
|
6bd6b3f38e
|
Add missing extern to colortranslations
|
2020-05-15 10:00:05 -07:00 |
|
Monster Iestyn
|
697c7f859e
|
added missing extern keyword for ms_RoomId in mserv.h (the definition is already in the .c file in this case)
(cherry picked from commit 064f4bcf349e9600552a0b99bd0fbfb3cbcf0958)
|
2020-05-15 09:58:49 -07:00 |
|
Monster Iestyn
|
f89400c728
|
turn all non-extern variables in s_sound.h into externs (and put their real definitions in the .c file)
(cherry picked from commit dab212dc56936dd92a935d0c81003ff1d35ee2ee)
|
2020-05-15 09:58:28 -07:00 |
|
Monster Iestyn
|
05c8865528
|
make savegamename in doomdef.h an extern, put the actual definition in d_main.c
(cherry picked from commit 89cd756cd83e4a03a34d1f16da18142d8167d889)
|
2020-05-15 09:52:16 -07:00 |
|
James R
|
e8a2397dea
|
Rename hms123311.c to http-mserv.c
HMS lives on in our hearts!
|
2020-05-14 17:26:10 -07:00 |
|
James R
|
a6ce21b450
|
Use Unlock_state here too
|
2020-05-14 17:23:06 -07:00 |
|
James R
|
85fef2655c
|
Resize response body buffer as needed
|
2020-05-14 17:19:25 -07:00 |
|
Snu
|
6b5eebe54a
|
Use P_SetTarget instead of fast->target
|
2020-05-14 04:17:24 +01:00 |
|
Snu
|
3997c05988
|
god damnit
|
2020-05-14 03:23:28 +01:00 |
|
Snu
|
f24340f46a
|
add targets to MT_FASTLINEs spawned to tell what they're spawned from
|
2020-05-14 03:13:00 +01:00 |
|
Latapostrophe
|
d949a47a70
|
Don't save Luavars in record attack, especially not for ghosts
|
2020-05-14 01:41:06 +02:00 |
|
James R
|
615823f024
|
player.ping for the ping in milliseconds of the player
|
2020-05-13 16:17:40 -07:00 |
|
Monster Iestyn
|
db5cb986ee
|
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)
(cherry picked from commit 797ca99f42 )
|
2020-05-13 16:03:26 -07:00 |
|
James R
|
430fb27ec8
|
Bind HMS connection with -bindaddr
|
2020-05-13 15:29:17 -07:00 |
|
James R
|
9dc72f46a2
|
Identify this branch with VERSIONSTRING
This is temporary.
|
2020-05-12 19:27:54 -07:00 |
|
James R
|
2f63f97692
|
Reset the masterserver address if the old one was set by the config
|
2020-05-12 19:22:30 -07:00 |
|
James R
|
72852ab341
|
Clarify where debug prints go when using masterserver_debug
|
2020-05-12 19:22:15 -07:00 |
|
James R
|
be3da445c3
|
Use IPv4 for master server connections
Your server's address is gathered from the request, so it needs to be IPv4!
|
2020-05-12 18:52:55 -07:00 |
|
James R
|
bdcae79cd2
|
Use new two digit version number for HMS
|
2020-05-12 17:51:27 -07:00 |
|
James R
|
233e6627de
|
Merge remote-tracking branch 'origin/master' into http-mserv
|
2020-05-12 17:50:32 -07:00 |
|
Wolfy
|
f856f18233
|
Update patch.kart hash
|
2020-05-11 22:31:38 -05:00 |
|
James R
|
0b887e92ba
|
Fucking shadowed declarations in hw_md2.c
|
2020-05-11 18:57:38 -07:00 |
|
Alam Ed Arias
|
ef022ef72c
|
Makefile: GCC80 does not exist
(cherry picked from commit eacf89e309 )
|
2020-05-11 18:43:25 -07:00 |
|
Alam Ed Arias
|
42f71c0278
|
Tested to be compile with Mingw64 9.1.0
(cherry picked from commit 5a79a446df )
|
2020-05-11 18:43:24 -07:00 |
|
Alam Ed Arias
|
ca12cc2518
|
Makefile: support GCC 9.1
(cherry picked from commit d5cc3ce48d )
|
2020-05-11 18:43:01 -07:00 |
|
Alam Ed Arias
|
dbb176c61e
|
Makefile: stop building with DWARF v2 debugging info
(cherry picked from commit 07f89fd6b5 )
|
2020-05-11 18:43:01 -07:00 |
|
Wolfy
|
ec60fb0aff
|
HWR_CreateBlendedTexture optimizations
By Hannu_Hanhi
|
2020-05-11 17:47:24 -05:00 |
|
wolfs
|
869234d9f1
|
Merge branch 'default-manifest' into 'awful-mix'
Add a default manifest file.
See merge request SinnamonLat/Kart-Public!16
|
2020-05-10 02:08:19 -04:00 |
|
wolfs
|
b9a3524cc7
|
Merge branch 'fallback-refusal' into 'awful-mix'
Display refusal message if there is no HTTP source and internal downloads are disabled
See merge request SinnamonLat/Kart-Public!17
|
2020-05-10 02:07:59 -04:00 |
|
Wolfy
|
d24c4bab44
|
Update hash again
|
2020-05-09 10:52:23 -05:00 |
|
Wolfy
|
a4502f6ffb
|
Forgot to update date modified
|
2020-05-09 09:15:17 -05:00 |
|
ThatAwesomeGuy173
|
6519da0d9f
|
Display refusal message if there is no HTTP source and internal downloads are disabled
|
2020-05-09 06:06:21 -06:00 |
|
Wolfy
|
09efbb3e8e
|
Update patch.kart hash
|
2020-05-09 03:16:46 -05:00 |
|
Wolfy
|
d80981ab22
|
Minor credits updates
|
2020-05-09 01:17:10 -05:00 |
|
Steel Titanium
|
c54a311a30
|
Add a default manifest file.
The tldr is that it fixes opengl not working on systems with broken drivers, which is usually older intel GPUs
|
2020-05-08 22:59:19 -04:00 |
|
wolfs
|
29bc6489db
|
Merge branch 'large-server-list' into 'awful-mix'
Increase MAXNETNODES so the server list can be larger
See merge request SinnamonLat/Kart-Public!15
|
2020-05-06 02:57:28 -04:00 |
|
Wolfy
|
dad80d8db1
|
Fix the RA only linedef
I forgot some stuff.
|
2020-05-05 10:25:40 -05:00 |
|
Wolfy
|
1e81924f9a
|
Don't use models for signposts
based james
|
2020-05-03 23:51:30 -05:00 |
|
Latapostrophe
|
a3e74a1305
|
Add back viewpoint names & fix console inputs in replays
|
2020-04-30 15:50:30 +02:00 |
|
Wolfy
|
af0a93ea53
|
Merge remote-tracking branch 'remotes/james/awful-mix-fucked' into awful-mix
|
2020-04-30 04:40:11 -05:00 |
|
Wolfy
|
885d949cf9
|
Shader batching additions
|
2020-04-29 00:03:02 -05:00 |
|
James R
|
0cdfaaa56c
|
Merge remote-tracking branch 'lat/awful-mix' into awful-mix-fucked
|
2020-04-28 21:56:35 -07:00 |
|
James R
|
e2733600cd
|
Oops a debug condition snuck in there
|
2020-04-28 14:35:03 -07:00 |
|
Latapostrophe
|
aad2401ba5
|
Cam lockon, allow viewpoint change during freecam
|
2020-04-28 23:24:48 +02:00 |
|
James R
|
a1aa2a5e12
|
Fix switching the master server
|
2020-04-28 14:21:57 -07:00 |
|
James R
|
e950efa5fc
|
Put some mutex on CONS_Printf etc. hahaha
|
2020-04-28 13:08:43 -07:00 |
|
James R
|
e20dccafd4
|
Fucking multithreading in the server registration
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
|
2020-04-28 12:33:50 -07:00 |
|
Latapostrophe
|
cf64a468f5
|
Add lua toggle for check hud
|
2020-04-28 17:24:33 +02:00 |
|
James R
|
8f3820db66
|
Wait for threads before SDL_Quit (lol)
|
2020-04-27 18:03:10 -07:00 |
|
James R
|
bdddeb9ecf
|
Create cond if it doesn't exist when signaling
|
2020-04-27 18:01:27 -07:00 |
|
James R
|
88bcac0168
|
Use malloc for hms
|
2020-04-26 21:56:59 -07:00 |
|
James R
|
1484f0484f
|
Match MAXSERVERLIST to MAXNETNODES, increase MAXNETNODES
Each server in the server list requires a node. It's also MAXNETNODES-1 because
the first node is yourself.
|
2020-04-26 20:46:33 -07:00 |
|
Steel Titanium
|
ba989dce10
|
Support for http downloads
(cherry picked from commit 6fcc06bf72 )
(cherry picked just the libcurl stuff)
|
2020-04-26 20:01:15 -07:00 |
|
James R
|
c96506dd3b
|
Make mod update, room list and server list multithreaded
This took fucking ages and it still fails sometimes in edge cases, but I
don't give a FUCK right now.
|
2020-04-26 19:46:35 -07:00 |
|
James R
|
273b20d81d
|
Download mismatched md5sum with http
This is from b25acfa7
|
2020-04-26 01:29:40 -07:00 |
|
James R
|
974f9e667b
|
Fallback you doofus!
|
2020-04-26 01:28:01 -07:00 |
|
Wolfy
|
fcea81e018
|
Revert basically every attempted join passwords fix
|
2020-04-26 01:20:46 -07:00 |
|
James R
|
b3247b48a1
|
Merge remote-tracking branch 'lat/remove-passwords' into awful-mix-fucked
|
2020-04-26 01:16:27 -07:00 |
|
James R
|
bb3dcf7d5f
|
Revert "Reorder join process so password is authenticated before attempting to download"
This reverts commit b25acfa782 .
|
2020-04-26 01:12:40 -07:00 |
|