Diavolo
2f5eebebd0
getinfo: add sv_running & more utils
2023-04-07 10:41:22 +02:00
BrentVL-1952840
a939a536f3
Workaround out-of-gobblegums
2023-04-06 23:55:10 +02:00
Diavolo
924abd0ed5
fix: forgot to * the array of clients
2023-04-03 21:51:30 +02:00
Diavolo
f9812773dd
fix getguid & getxuid
2023-04-03 19:14:45 +02:00
momo5502
8fd5a82153
Support custom sv param construction
2023-04-02 18:41:40 +02:00
Maurice Heumann
36e15ef457
Add client symbol
2023-03-23 19:41:19 +01:00
BrentVL-1952840
ee2e53d00b
Fix non-teambased scoreboards
2023-03-23 11:27:38 +01:00
Maurice Heumann
6710b231e7
Add missing symbol address
2023-03-22 18:49:55 +01:00
Maurice Heumann
b8751df584
Cleanup say and tell commands
2023-03-22 18:49:48 +01:00
FutureRave
69cae13da1
feature: name g_log dvar
2023-03-22 13:19:43 +00:00
BrentVL-1952840
76c4c44583
Fix registering sessionmode bool dvars not setting its value
2023-03-18 16:08:50 +01:00
BrentVL-1952840
e53dcce24c
Remove schedule time dvar patches
2023-03-16 23:21:26 +01:00
BrentVL-1952840
8379f314fd
Add dvars patches
2023-03-16 13:12:53 +01:00
Maurice Heumann
85794fd992
Implement rcon support
...
This fixes #337
2023-03-14 19:12:50 +01:00
momo5502
a3769a4489
Rundimental ingame chat support
...
Technically, this implements #168 .
However, it's very ugly, so it needs cleanup.
2023-03-13 20:34:18 +01:00
BrentVL-1952840
9f8537ae7b
Merge remote-tracking branch 'upstream/main' into usermaps
2023-03-08 22:00:46 +01:00
BrentVL-1952840
c73896456f
Add usermap support
2023-03-08 22:00:41 +01:00
Maurice Heumann
dbee7d9741
Add Dvar_RegisterString
2023-03-07 18:33:27 +01:00
BrentVL-1952840
22e28fa0e7
Fix wrong function hook
2023-03-04 19:11:27 +01:00
BrentVL-1952840
a1d46ba594
Update ui_scripting
2023-03-04 18:09:39 +01:00
BrentVL-1952840
5633de340d
Update symbols
2023-03-04 15:02:08 +01:00
BrentVL-1952840
de9e239711
Update console
2023-03-04 12:36:06 +01:00
BrentVL-1952840
e4735d0337
Forgot to add server address
2023-02-28 20:27:03 +01:00
momo5502
2d2f1d2968
Prevent spawning bots when not being host
...
Fixes #253
2023-02-28 07:35:35 +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
BrentVL-1952840
ca3c3a12d7
Potential fix dedicated servers loading offline classes
2023-02-26 14:31:23 +01:00
m
b26611382f
don't make script errors fatal error
2023-02-26 04:08:38 -06:00
Lierrmm
17eca76f0a
feat: change const char* to char*
2023-02-24 12:14:16 +00:00
Lierrmm
cdcb1f474b
feat: remove whitespace
2023-02-24 12:13:12 +00:00
Lierrmm
819550c89f
feat: remove color prefixes from server name in console title
2023-02-24 10:56:39 +00:00
BrentVL-1952840
1ad875ce8a
Set correct data on client side to join dedis
...
- SetGameMode to default seems the way to go here, keeps switching teams available and makes sure online classes get previewed correctly.
- SetGameType needs to be called so it doesn't mix things what you have selected before in private match or played before on another dedicated server.
2023-02-23 20:04:41 +01:00
BrentVL-1952840
d1b0ed9e56
Force dedicated servers in online mode
2023-02-23 09:55:36 +01:00
Jari van der Kaap
11516da3af
feat: added lua scripting to dedis
2023-02-20 23:30:56 +01:00
BrentVL-1952840
ab4f918909
Change (local)clientnum datatype
2023-02-18 10:04:31 +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
Maurice Heumann
09c1eb2a5f
Fix game freezing
...
Fixes #149
2023-02-16 18:50:01 +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
079993d5fa
Add missing parameter to CL_ConnectFromLobby
2023-02-13 19:42:35 +01:00
Jari van der Kaap
8d1825d12f
Merge remote-tracking branch 'upstream/main'
2023-02-12 19:47:38 +01:00
Jari van der Kaap
da43fb33ee
Added luiReload command
2023-02-12 19:32:33 +01:00
momo5502
34291fb4d3
Correct max player count
2023-02-07 18:56:16 +01:00
Maurice Heumann
89d055a559
Skip the intro for dev builds
...
#128
2023-02-05 10:18:41 +01:00
Maurice Heumann
e88ad62b4d
Experiments
2023-02-04 15:53:54 +01:00
Jari van der Kaap
aab395c4ef
Fix rebase changes
2023-02-03 00:02:47 +01:00
Jari van der Kaap
d25d6a7c10
Added config file for saved dvars and added menu for unlocking loot
2023-02-02 23:43:58 +01:00
Jari van der Kaap
43364491ab
Changed UI Scripting init on frontend to different hook when everything is initialized
2023-02-02 23:43:12 +01:00
Jari van der Kaap
3adfdbddaf
Add UI Scripting support
2023-02-02 23:43:12 +01:00
momo5502
10cbf6a8bc
Add new symbols
2023-01-28 15:29:52 +01:00
m
15fdb6340f
fix infinite loop
2023-01-09 16:03:43 -06:00