Commit Graph

164 Commits

Author SHA1 Message Date
BrentVL-1952840
f4f50d2c55 Patch value sessionmode bool dvar for every mode by default 2023-03-18 18:37:30 +01:00
BrentVL-1952840
76c4c44583 Fix registering sessionmode bool dvars not setting its value 2023-03-18 16:08:50 +01:00
Michael
4437a8d10e Unlock secret entitlement calling cards. 2023-03-17 19:10:24 -04:00
Mike
4715f22611 Merge branch 'momo5502:main' into main 2023-03-17 08:46:23 -04:00
BrentVL-1952840
e53dcce24c Remove schedule time dvar patches 2023-03-16 23:21:26 +01:00
Michael
06f7bd24a9 Unlock Dark Matter camo.
Add unlock all specialists outfits.
Change emblems_and_backings dvar to a more user friendly name.
Add unlock specialists outfits to lua menu.
Remove stdcall from typedef.
2023-03-16 13:48:57 -04:00
BrentVL-1952840
78036681ea Merge remote-tracking branch 'upstream/main' into dvar_patches 2023-03-16 13:18:27 +01:00
BrentVL-1952840
8379f314fd Add dvars patches 2023-03-16 13:12:53 +01:00
Michael
f0e76a4e06 Update unlock all options.
Include reticles with the unlockall camos option.
Add unlock all emblems and backings.
Added camo and emblems to lua menu.
2023-03-14 22:49:54 -04:00
Michael
8da07b8c1d Fix dvar_t struct.
Update references to DvarValue struct.
2023-03-14 14:32:08 -04: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
project-bo4
069749f915 bdProfiles service
fixes profile customization lockout(calling card and emblem only?)

Not tested on public games but clearly others players still wont see real info since your dw server is emulated locally and does not provide connectivity between players.

in case you want to adopt it with your system basically  one way might be somehow merging it with any of ddl's shared with dedicated servers; not so familiar with how it works.
2023-03-13 06:37:51 -07: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
momo5502
2872dbf6a2 Fix more addresses and components 2023-03-05 10:39:12 +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
momo5502
174408fc9e Merge remote-tracking branch 'origin/main' into feature/steam-update 2023-03-04 13:44:15 +01:00
momo5502
f825668720 Detect steam update 2023-03-04 13:42:56 +01:00
BrentVL-1952840
de9e239711 Update console 2023-03-04 12:36:06 +01:00
Jari van der Kaap
6baee87d6e Added compiled GSC loading by overriding existing scripts & implemented fix for change team not being available 2023-02-28 23:58:07 +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
Maurice Heumann
373fe1655a Merge pull request #216 from diamante0018/main
fix: iw4m compat
2023-02-21 18:15:53 +01:00
Diavolo
a3cc49bd66 feat: iw4m compat 2023-02-21 18:00:59 +01:00
Maurice Heumann
77abb1a7e1 Cleanup 2023-02-21 17:48:00 +01:00
Jari van der Kaap
11516da3af feat: added lua scripting to dedis 2023-02-20 23:30:56 +01:00
momo5502
21ce390a53 Add support for appdata path 2023-02-18 19:13:13 +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
Jari van der Kaap
d372fc33f6 Removed unused code, made get_host_library private again 2023-02-13 21:50:19 +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
21b0e419bd Automatically trigger map rotation
This maybe fixes #129
2023-02-12 10:51:15 +01:00
momo5502
d8e862819b I'm a fucking retard.
This fixes #145
2023-02-12 10:11:24 +01:00
momo5502
34291fb4d3 Correct max player count 2023-02-07 18:56:16 +01:00
Maurice Heumann
513f673c01 Add serverlist support 2023-02-05 19:08:36 +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
55bcf1ebbd Merge branch 'main' of https://github.com/JariKCoding/boiii 2023-02-03 00:05:09 +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
Jari van der Kaap
b8cf8b2a56 Added config file for saved dvars and added menu for unlocking loot 2023-02-02 23:28:48 +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
Edo
08bdae050e fix: symbols (oops again) 2023-01-09 17:55:33 +01:00
Diavolo
549064fa64 fixes for iw4m, gsc, notifes and more 2023-01-09 16:53:51 +01:00
Maurice Heumann
e7de6af00a Automatically stop cinematic when joining zombies matches
Fixes #97
2023-01-08 16:14:06 +01:00
Maurice Heumann
4312255566 Adjust console for servers 2023-01-06 10:29:24 +01:00
Maurice Heumann
f12e6261d1 Rename bdDDL task 2023-01-04 18:45:59 +01:00
Maurice Heumann
bddac6209d Add ddl checksums 2023-01-03 20:24:41 +01:00
Jari van der Kaap
b45776d2ad Changed UI Scripting init on frontend to different hook when everything is initialized 2023-01-03 00:27:40 +01:00
Maurice Heumann
7052ef8407 Support bots on servers 2023-01-02 15:18:37 +01:00
Maurice Heumann
55f12e3313 Basic working dedicated server support 2023-01-02 13:57:00 +01:00
Jari van der Kaap
27d081700a Add UI Scripting support 2023-01-02 01:12:14 +01:00
Maurice Heumann
59586e18e6 Rename component interfaces 2023-01-01 21:51:04 +01:00
Maurice Heumann
3a6f973473 Prepare dedicated server support 2023-01-01 21:48:32 +01:00
Maurice Heumann
f4a4a95674 Add spawnBot command
This fixes issue #69
2022-12-31 12:18:09 +01:00
Maurice Heumann
a7f60aeae2 Add custom command support 2022-12-30 19:17:36 +01:00
Maurice Heumann
9ab865ad2a Switch mode when necessary 2022-12-13 19:11:49 +01:00
Maurice Heumann
d52fdc70cf Add dvar structs 2022-12-09 18:23:14 +01:00
Maurice Heumann
e22eccb342 More cleanup 2022-12-03 19:56:24 +01:00
Maurice Heumann
e57273ed0c Small fix 2022-11-26 09:07:09 +01:00
FutureRave
0e576d3852 fix(game): update symbols 2022-11-21 18:37:25 +00:00
FutureRave
cae0793e7f refactor(cmd): add support for cmds + cleanup 2022-11-21 18:08:27 +00:00
momo5502
47ac6aaf2a Move definitions 2022-11-12 08:07:51 +01:00
momo5502
82270c0b78 Cleanup game 2022-11-11 17:19:26 +01:00
momo5502
908d480e59 Finish process wrapper 2022-11-09 18:10:34 +01:00
momo5502
c0be5d7cad Prepare symbols for process wrapping 2022-11-09 17:10:08 +01:00
momo5502
442a8f2f6f Small changes 2022-10-29 20:05:22 +02:00
momo5502
c898746026 More connection progress 2022-10-28 22:16:14 +02:00
momo5502
1f525186e9 Prepare connecting 2022-10-28 20:34:10 +02:00
momo5502
5c1fe422e4 Make socket byte optional to support legacy protocols 2022-10-28 18:27:31 +02:00
momo5502
5a04cc78de Add CL_ConnectFromLobby 2022-10-25 20:42:37 +02:00
momo5502
e89ab95048 More networking progress 2022-10-24 21:00:22 +02:00
momo5502
8a3e6d3fc4 Stabilize raw socket communication 2022-10-23 20:57:44 +02:00
momo5502
250364903e More networking progress 2022-10-23 19:56:03 +02:00
momo5502
4fb26887ac Prepare DTLS removal 2022-10-19 21:07:20 +02:00
momo5502
1b5c4234dd Add bdMatchmaking 2022-10-19 21:07:20 +02:00
momo5502
8510696fbd Fix stats 2022-10-17 21:01:33 +02:00
momo5502
cc417253b0 Fix get user files task 2022-10-17 20:09:34 +02:00
momo5502
0d8542366a Add missing DW services 2022-09-24 15:42:01 +02:00
momo5502
3a9fed6845 Small content streaming fix 2022-09-24 15:13:42 +02:00