Commit Graph

704 Commits

Author SHA1 Message Date
Jari van der Kaap
bba4efda62 fix: initial config.cfg now gets created and dvar strings now get written correctly 2023-02-18 20:19:09 +01:00
momo5502
ad53d365d3 Reduce artificial sleep 2023-02-18 20:04:57 +01:00
momo5502
3d17f984c9 More cleanup 2023-02-18 19:38:29 +01:00
momo5502
24049a48de Small cleanup 2023-02-18 19:30:29 +01:00
momo5502
825c9da47e Support new update mechanism 2023-02-18 19:15:47 +01:00
momo5502
228f943983 Extend ui scripting to support loading from appdata 2023-02-18 19:13:56 +01:00
momo5502
e4b54a2dae Extend io 2023-02-18 19:13:36 +01:00
momo5502
21ce390a53 Add support for appdata path 2023-02-18 19:13:13 +01:00
momo5502
ccbb8e411c Cleanup dedicated info 2023-02-18 19:12:53 +01:00
momo5502
a1778d5f5e Fix environment 2023-02-18 16:44:30 +01:00
momo5502
a11893f7e1 Fix artifact download 2023-02-18 16:31:18 +01:00
momo5502
3a8b9056dc Fix data upload 2023-02-18 16:23:17 +01:00
momo5502
186c4e264c Data upload 2023-02-18 16:22:47 +01:00
Maurice Heumann
a06d709b33 Merge pull request #187 from Brentdevent/server_console_name
Change server console window title to server name
2023-02-18 15:09:33 +01:00
momo5502
fd792845ad Assert game is not running from a network share 2023-02-18 10:57:14 +01:00
momo5502
d424dfe29b Just force high perf gpu 2023-02-18 10:57:03 +01:00
momo5502
4c74c5ca4a Respect high performance gpu 2023-02-18 10:42:48 +01:00
BrentVL-1952840
c2dca8c081 Changes server console title
- Separate function
- Changing the window title when the server is not running
2023-02-18 10:22:19 +01:00
BrentVL-1952840
ab4f918909 Change (local)clientnum datatype 2023-02-18 10:04:31 +01:00
momo5502
25a6b128eb Trigger high performance GPU
This fixes #167
2023-02-18 08:46:11 +01:00
Maurice Heumann
c27e4d04de Merge pull request #196 from momo5502/dependabot/submodules/deps/zlib-12b345c
Bump deps/zlib from `fa8cd50` to `12b345c`
2023-02-18 06:47:19 +01:00
Maurice Heumann
b755aef535 Merge pull request #195 from momo5502/dependabot/submodules/deps/curl-8b27799
Bump deps/curl from `f1d0923` to `8b27799`
2023-02-18 06:47:05 +01:00
BrentVL-1952840
5cb46bf080 Refactor 2023-02-17 20:49:06 +01:00
BrentVL-1952840
c7c10051fc Include more data in console title
Console title contains the following data:
- Server name
- Current map name
- Total players on server / max players (bots)
2023-02-17 20:45:19 +01:00
dependabot[bot]
bda1639267 Bump deps/zlib from fa8cd50 to 12b345c
Bumps [deps/zlib](https://github.com/madler/zlib) from `fa8cd50` to `12b345c`.
- [Release notes](https://github.com/madler/zlib/releases)
- [Commits](fa8cd50ada...12b345c430)

---
updated-dependencies:
- dependency-name: deps/zlib
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-17 18:02:10 +00:00
dependabot[bot]
f3c0c43cc8 Bump deps/curl from f1d0923 to 8b27799
Bumps [deps/curl](https://github.com/curl/curl) from `f1d0923` to `8b27799`.
- [Release notes](https://github.com/curl/curl/releases)
- [Commits](f1d09231ad...8b27799f8c)

---
updated-dependencies:
- dependency-name: deps/curl
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-17 18:02:07 +00:00
Maurice Heumann
c26afccc63 Merge pull request #190 from diamante0018/main
Fix line endings in scheduler
2023-02-17 13:33:24 +01:00
Edo
680eddd7aa fix: remove name 2023-02-17 12:26:40 +00:00
FutureRave
a0dedc2a52 maint: fix line endings in the scheduler 2023-02-17 10:58:15 +00:00
FutureRave
83b750d17e maint: add some extra bot names by default 2023-02-17 10:51:47 +00:00
Maurice Heumann
8c3657ee5f Merge pull request #186 from Lierrmm/main
feat: add 'double-click to join server' to server browser
2023-02-17 11:14:14 +01:00
Liam
a4bd285ee7 Merge branch 'momo5502:main' into main 2023-02-17 07:39:24 +00:00
Maurice Heumann
888bb6c14d Update client_patches.cpp 2023-02-17 08:36:58 +01:00
Liam
fa7b99f687 Merge branch 'momo5502:main' into main 2023-02-17 07:18:26 +00:00
Lierrmm
2d524b1935 fix: add 'ServerBrowserCancelRequest(self)' before JoinServerBrowser call 2023-02-17 07:18:16 +00:00
Maurice Heumann
8c4748a0e4 Merge pull request #188 from diamante0018/main
feature: bot names & custom clantag (bots.txt)
2023-02-17 08:03:49 +01:00
BrentVL-1952840
dfe4b43502 dvar nullptr check 2023-02-16 23:52:51 +01:00
FutureRave
5b387622f4 fix(bots): rename parameter 2023-02-16 22:32:05 +00:00
FutureRave
9c428ee187 feature(bots): names & custom clantag 2023-02-16 22:29:24 +00:00
BrentVL-1952840
38f4387c52 Change console window title to server name 2023-02-16 23:09:37 +01:00
Lierrmm
2c81c4c6df feat: add 'double-click to join server' to server browser 2023-02-16 21:36:55 +00:00
Maurice Heumann
09a60ffba4 Add ASLR fix 2023-02-16 19:38:13 +01:00
Maurice Heumann
aeccf2e79c Kill microphone access for now
This fixes #108
2023-02-16 19:19:00 +01:00
Maurice Heumann
09c1eb2a5f Fix game freezing
Fixes #149
2023-02-16 18:50:01 +01:00
Maurice Heumann
5f55da1e0e Merge pull request #155 from JariKCoding/max_fps
#131 : Changed max fps slider to go up to 500
2023-02-16 18:16:35 +01:00
Maurice Heumann
c5511a2bae Merge pull request #154 from JariKCoding/main
UI Scripting, dvars cfg file, basic stats menu
2023-02-16 18:16:11 +01:00
Maurice Heumann
b037911adb Merge pull request #176 from momo5502/dependabot/submodules/deps/curl-f1d0923
Bump deps/curl from `964ff76` to `f1d0923`
2023-02-16 08:17:47 +01:00
dependabot[bot]
399ac61c2e Bump deps/curl from 964ff76 to f1d0923
Bumps [deps/curl](https://github.com/curl/curl) from `964ff76` to `f1d0923`.
- [Release notes](https://github.com/curl/curl/releases)
- [Commits](964ff76863...f1d09231ad)

---
updated-dependencies:
- dependency-name: deps/curl
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-15 18:04:06 +00:00
Maurice Heumann
b0fdf30551 Merge pull request #173 from momo5502/dependabot/submodules/deps/curl-964ff76
Bump deps/curl from `c74bad2` to `964ff76`
2023-02-14 19:34:07 +01:00
dependabot[bot]
895254c3ee Bump deps/curl from c74bad2 to 964ff76
Bumps [deps/curl](https://github.com/curl/curl) from `c74bad2` to `964ff76`.
- [Release notes](https://github.com/curl/curl/releases)
- [Commits](c74bad29fd...964ff76863)

---
updated-dependencies:
- dependency-name: deps/curl
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-14 18:01:48 +00:00