Commit Graph

441 Commits

Author SHA1 Message Date
dependabot[bot]
cfece998ee
Bump deps/sol2 from a3e3a62 to f92c28b
Bumps [deps/sol2](https://github.com/ThePhD/sol2) from `a3e3a62` to `f92c28b`.
- [Release notes](https://github.com/ThePhD/sol2/releases)
- [Commits](a3e3a62ad6...f92c28b1b5)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 10:19:35 +00:00
Maurice Heumann
ca5ec118fe
Merge pull request #174 from XLabsProject/dependabot/submodules/deps/sol2-a3e3a62
Bump deps/sol2 from `f56b3c6` to `a3e3a62`
2021-05-09 09:00:52 +02:00
dependabot[bot]
5381f3eb43
Bump deps/sol2 from f56b3c6 to a3e3a62
Bumps [deps/sol2](https://github.com/ThePhD/sol2) from `f56b3c6` to `a3e3a62`.
- [Release notes](https://github.com/ThePhD/sol2/releases)
- [Commits](f56b3c698c...a3e3a62ad6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-07 08:15:12 +00:00
Maurice Heumann
a6ccd1c563
Merge pull request #172 from Joelrau/feature/quaK
Fix service not available disconnect
2021-05-07 08:44:34 +02:00
quaK
74bc6f5bc8 Fix service not available disconnect
When loading the map takes too long the game can give the error:
"The Call of Duty: Advanced Warfare service is not available at this time. Please try again later."

This happens often on lower end computers.
Live_CheckForFullDisconnect seems to be the cause for this, which I have patched for this fix.
2021-05-06 23:58:21 +03:00
Maurice Heumann
f9c443e6a5
Merge pull request #170 from XLabsProject/dependabot/submodules/deps/rapidjson-25fa7a1
Bump deps/rapidjson from `e0f68a4` to `25fa7a1`
2021-05-06 20:48:49 +02:00
dependabot[bot]
6b9ac1d9e8
Bump deps/rapidjson from e0f68a4 to 25fa7a1
Bumps [deps/rapidjson](https://github.com/Tencent/rapidjson) from `e0f68a4` to `25fa7a1`.
- [Release notes](https://github.com/Tencent/rapidjson/releases)
- [Commits](e0f68a4356...25fa7a119d)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-06 08:21:14 +00:00
Maurice Heumann
e9ce6354b0 Print errors when dropping 2021-05-06 07:00:32 +02:00
Maurice Heumann
edf1d41639 Try fixing server crashes 2021-05-04 19:59:47 +02:00
Maurice Heumann
62f4b39688 Merge remote-tracking branch 'origin/master' into develop 2021-05-04 13:39:19 +02:00
Maurice Heumann
8ecc8f9e34
Merge pull request #167 from XLabsProject/release/v1.0.3
Release v1.0.3
2021-05-04 13:32:46 +02:00
X Labs Bot
ba1b097b13
Prepare release v1.0.3 2021-05-04 11:25:32 +00:00
Maurice Heumann
7fb4633298 Update changelog 2021-05-04 13:17:40 +02:00
Maurice Heumann
d17833b221 Use stronger entropy for guid generation
This fixes #166
2021-05-04 13:00:00 +02:00
Maurice Heumann
75e3b70f5f
Merge pull request #164 from fedddddd/what
Game variable support #161
2021-05-04 07:09:01 +02:00
Maurice Heumann
77862249c9 More logging. I hope 2021-05-03 19:42:35 +02:00
Federico Cecchetto
fbe83b9be7 Changes 2021-05-03 17:49:53 +02:00
momo5502
db81521f4e Log missing com_errors 2021-05-03 17:18:44 +02:00
Federico Cecchetto
2ae89359ce Game variable support 2021-05-03 01:50:55 +02:00
Maurice Heumann
0c2596db3d Lul I fucked up 2021-05-01 18:44:35 +02:00
Maurice Heumann
cda082c444 Do lazy argument building 2021-05-01 18:38:19 +02:00
Maurice Heumann
56875d65f7 Fix serverlist scrolling 2021-05-01 18:16:36 +02:00
Maurice Heumann
49bc9f0326 Collect garbage after every call 2021-05-01 15:13:03 +02:00
Maurice Heumann
56c522274c Cleanup scripting 2021-05-01 14:58:34 +02:00
Maurice Heumann
0476eb9269 Update premake 2021-05-01 08:47:59 +02:00
Maurice Heumann
89bf57268f Update protobuf 2021-05-01 08:46:01 +02:00
Maurice Heumann
ea38e33c82 Recover dedis from sys_errors 2021-05-01 08:35:12 +02:00
Maurice Heumann
9b8a4d34e1
Merge pull request #153 from XLabsProject/dependabot/add-v2-config-file
Upgrade to GitHub-native Dependabot
2021-04-30 07:39:23 +02:00
dependabot-preview[bot]
7ef8a2b698
Upgrade to GitHub-native Dependabot 2021-04-29 16:08:33 +00:00
Maurice Heumann
ead32c5948 Merge remote-tracking branch 'origin/master' into develop 2021-04-29 14:40:01 +02:00
Maurice Heumann
c53422a236
Merge pull request #151 from XLabsProject/release/v1.0.2
Release v1.0.2
2021-04-29 14:39:20 +02:00
X Labs Bot
6ad982b68a
Prepare release v1.0.2 2021-04-29 12:37:50 +00:00
Maurice Heumann
02b161e77f Update changelog 2021-04-29 14:36:33 +02:00
Maurice Heumann
bdacfd926f
Merge pull request #125 from xerxes-at/develop
Small QOL changes mostly for dedicated server owners.
2021-04-28 16:53:49 +02:00
xerxes-at
40e50a5dcf
Merge branch 'develop' into develop 2021-04-28 16:41:35 +02:00
Maurice Heumann
5fbb6ebba3
Merge pull request #147 from Joelrau/feature/quaK
Show drop reason
2021-04-28 11:00:28 +02:00
quaK
3563c0d801 Made changes to the way reason is passed in lambda 2021-04-28 11:37:22 +03:00
quaK
47ccc4a6de Show drop reason 2021-04-28 00:17:00 +03:00
momo5502
0a46d4b980 Prevent multiline servernames 2021-04-26 20:44:06 +02:00
momo5502
fdd291030e Better servername resizing 2021-04-26 20:37:41 +02:00
momo5502
5da7591f7f Fix reconnect command 2021-04-26 20:26:44 +02:00
momo5502
4db7fb5bb5 Get motd from xlabs.dev
This fixes #131
2021-04-26 19:24:16 +02:00
Maurice Heumann
aa2848ac31
Merge pull request #142 from diamante0018/tab
Use dvar flag for r_fullbright
2021-04-26 13:49:13 +02:00
Diavolo
7b95f35589 Merge branch 'tab' of https://github.com/diamante0018/s1x-client into tab 2021-04-26 13:38:54 +02:00
Diavolo
0014a279d7 Use dvar flag for r_fullbright 2021-04-26 13:38:16 +02:00
Diavolo
3d527f0f2d forgot about this dvar when i used enums everywhere 2021-04-26 13:20:42 +02:00
Maurice Heumann
2e08459bdc Merge remote-tracking branch 'origin/master' into develop 2021-04-26 09:55:58 +02:00
Maurice Heumann
f0819cb048
Merge pull request #140 from XLabsProject/release/v1.0.1
Release v1.0.1
2021-04-26 09:54:58 +02:00
X Labs Bot
3ca8130e26
Prepare release v1.0.1 2021-04-26 07:50:35 +00:00
Maurice Heumann
8c505264c3 Update changelog 2021-04-26 08:15:39 +02:00