Commit Graph

1354 Commits

Author SHA1 Message Date
dependabot[bot]
c257cdc02f Bump deps/curl from 5ed7417 to cf3e6ce
Bumps [deps/curl](https://github.com/curl/curl) from `5ed7417` to `cf3e6ce`.
- [Release notes](https://github.com/curl/curl/releases)
- [Commits](5ed7417d2f...cf3e6ce92f)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 18:15:49 +00:00
dependabot[bot]
dcc746aa8a Bump deps/asmjit from 8552e28 to 965d195
Bumps [deps/asmjit](https://github.com/asmjit/asmjit) from `8552e28` to `965d195`.
- [Release notes](https://github.com/asmjit/asmjit/releases)
- [Commits](8552e286c2...965d19506f)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 18:15:46 +00:00
momo5502
d09c545f03 Schedule dvar write only every 5s 2023-02-27 18:23:25 +01:00
momo5502
6335a58bd5 Cleanup dvars.cpp 2023-02-27 18:23:14 +01:00
Maurice Heumann
c0f24a89e4 Merge pull request #248 from Lierrmm/main
feat: handle addtestclient when not host
2023-02-27 15:07:33 +01:00
Liam
59a5550eb0 Update src/client/component/getinfo.cpp
Co-authored-by: Maurice Heumann <MauriceHeumann@gmail.com>
2023-02-27 11:38:10 +00:00
Lierrmm
c3386b5258 feat: add is_host check to getinfo 2023-02-27 11:32:29 +00:00
Lierrmm
7d4f89b264 fix: remove unused detour 2023-02-27 10:47:54 +00:00
Lierrmm
7bf8abe917 feat: check client state before spawning bots 2023-02-27 10:46:44 +00:00
Lierrmm
b669a37632 revert: remove addtestclient changes from client_patches.cpp 2023-02-27 10:43:36 +00:00
Lierrmm
853266bd0e Merge branch 'main' of github.com:Lierrmm/boiii 2023-02-27 10:31:36 +00:00
Maurice Heumann
01643a860a Merge pull request #247 from Brentdevent/main
Fix crashing when typing in console
2023-02-27 11:25:07 +01:00
BrentVL-1952840
e6b0995c34 decomposing the subrange 2023-02-27 11:17:22 +01:00
BrentVL-1952840
947318deac Use std::ranges::remove instead 2023-02-27 11:04:14 +01:00
BrentVL-1952840
885b1449a1 Remove carriage return from file 2023-02-27 10:52:25 +01:00
Liam
582e4966e4 Merge branch 'momo5502:main' into main 2023-02-27 09:02:07 +00:00
Lierrmm
f3b9cd4a39 fix: handle addtestclient when not host 2023-02-27 09:01:57 +00:00
Maurice Heumann
43a8b794c6 Merge pull request #243 from Brentdevent/dvars
Make unnamed dvars more accessible
2023-02-27 09:59:09 +01:00
Maurice Heumann
b985026eb1 Update README.md 2023-02-27 08:57:20 +01:00
BrentVL-1952840
7c755c106a dvar stuff
-Read dvar names and hashes from file and copy dvar name to each known dvar from pool.
-Hook dvar_foreach functions to show them in the ingame client console.
-Patch some dvar flags checks to show them in dvarlist/dvardump command
-Patch a dvar flag check that doesn't allow some dvars to be recognized when typed in console.
2023-02-26 22:45:48 +01:00
momo5502
bd609d45b9 Fix server browser button 2023-02-26 20:18:34 +01:00
Maurice Heumann
9bdb630f52 Merge pull request #241 from Brentdevent/dedis
Potential fix dedicated servers loading offline classes
2023-02-26 14:43:27 +01:00
BrentVL-1952840
ca3c3a12d7 Potential fix dedicated servers loading offline classes 2023-02-26 14:31:23 +01:00
momo5502
5024886ad1 Bruh 2023-02-26 14:01:54 +01:00
momo5502
9cd7b1297e Mention @shiversoftdev in the credits 2023-02-26 14:00:30 +01:00
momo5502
7248ce7990 Enable socket broadcast support 2023-02-26 13:26:41 +01:00
momo5502
e121260701 Don't build dev builds anymore 2023-02-26 13:03:49 +01:00
Maurice Heumann
614200d429 Merge pull request #236 from mjkzy/script-error
don't make script errors fatal error
2023-02-26 11:18:53 +01:00
m
b26611382f don't make script errors fatal error 2023-02-26 04:08:38 -06:00
momo5502
ed2609d904 Kill lobby system
This is a step towards #100
2023-02-26 10:05:48 +01:00
momo5502
86e28acc48 Small cleanup 2023-02-26 10:05:48 +01:00
momo5502
03d0c384f9 Cleanup party.cpp 2023-02-26 10:05:48 +01:00
Maurice Heumann
4b7291cfb0 Merge pull request #238 from counter185/main
Lock game modes that are not installed
2023-02-26 08:55:54 +01:00
counter185
285f11c272 change get_path to get_folder 2023-02-26 08:01:59 +01:00
counter185
55fea07fef do the requested changes 2023-02-26 07:54:30 +01:00
Maurice Heumann
798ad84ed4 Merge pull request #240 from JariKCoding/main
Change execution of lua files ingame to after all stock scripts are executed and added lua fix for change teams button
2023-02-26 07:13:01 +01:00
Maurice Heumann
300065634e Merge pull request #239 from Brentdevent/ranked
Ranked dedicated servers
2023-02-26 07:12:31 +01:00
Jari van der Kaap
f90c15bd5e feat: added lui to always show change teams button on teams gamemode 2023-02-26 00:21:35 +01:00
Jari van der Kaap
a6906c51f6 fix: added hook to load new lua scripts after all stock lua scripts are executed 2023-02-26 00:20:39 +01:00
BrentVL-1952840
89f377f586 Make dedicated servers ranked 2023-02-25 19:26:40 +01:00
BrentVL-1952840
47c2a28b49 Fix server/client gametype out of sync 2023-02-25 18:46:00 +01:00
counter185
85df6c253f apps interface check if parts of the game are installed 2023-02-25 15:15:02 +01:00
Maurice Heumann
1c2896911e Merge pull request #233 from momo5502/dependabot/submodules/deps/curl-5ed7417
Bump deps/curl from `475207c` to `5ed7417`
2023-02-24 20:50:21 +01:00
Maurice Heumann
2675fc70ed Merge pull request #234 from momo5502/dependabot/submodules/deps/asmjit-8552e28
Bump deps/asmjit from `8c31a8f` to `8552e28`
2023-02-24 20:50:09 +01:00
dependabot[bot]
db5cb1843f Bump deps/asmjit from 8c31a8f to 8552e28
Bumps [deps/asmjit](https://github.com/asmjit/asmjit) from `8c31a8f` to `8552e28`.
- [Release notes](https://github.com/asmjit/asmjit/releases)
- [Commits](8c31a8f34f...8552e286c2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-24 18:04:27 +00:00
dependabot[bot]
bf59ee4087 Bump deps/curl from 475207c to 5ed7417
Bumps [deps/curl](https://github.com/curl/curl) from `475207c` to `5ed7417`.
- [Release notes](https://github.com/curl/curl/releases)
- [Commits](475207c1c8...5ed7417d2f)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-24 18:04:25 +00:00
Maurice Heumann
1190b6b5c7 Merge pull request #232 from JoelColby/main
Add templates for bug reports and feature requests
2023-02-24 17:50:02 +01:00
Joel Colby
6f293bd937 Add templates for bug reports and feature requests 2023-02-24 11:37:44 -05:00
Maurice Heumann
5098e586f5 Merge pull request #231 from Lierrmm/main
feat: remove color prefixes from server name in console title
2023-02-24 13:40:07 +01:00
Lierrmm
2b26b507aa fix: replace const auto with auto 2023-02-24 12:24:08 +00:00