Commit Graph

106 Commits

Author SHA1 Message Date
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
8da07b8c1d Fix dvar_t struct.
Update references to DvarValue struct.
2023-03-14 14:32:08 -04:00
85794fd992 Implement rcon support
This fixes 
2023-03-14 19:12:50 +01:00
a3769a4489 Rundimental ingame chat support
Technically, this implements .
However, it's very ugly, so it needs cleanup.
2023-03-13 20:34:18 +01:00
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
9f8537ae7b Merge remote-tracking branch 'upstream/main' into usermaps 2023-03-08 22:00:46 +01:00
c73896456f Add usermap support 2023-03-08 22:00:41 +01:00
dbee7d9741 Add Dvar_RegisterString 2023-03-07 18:33:27 +01:00
2872dbf6a2 Fix more addresses and components 2023-03-05 10:39:12 +01:00
22e28fa0e7 Fix wrong function hook 2023-03-04 19:11:27 +01:00
a1d46ba594 Update ui_scripting 2023-03-04 18:09:39 +01:00
5633de340d Update symbols 2023-03-04 15:02:08 +01:00
174408fc9e Merge remote-tracking branch 'origin/main' into feature/steam-update 2023-03-04 13:44:15 +01:00
f825668720 Detect steam update 2023-03-04 13:42:56 +01:00
de9e239711 Update console 2023-03-04 12:36:06 +01:00
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
e4735d0337 Forgot to add server address 2023-02-28 20:27:03 +01:00
2d2f1d2968 Prevent spawning bots when not being host
Fixes 
2023-02-28 07:35:35 +01:00
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
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
17eca76f0a feat: change const char* to char* 2023-02-24 12:14:16 +00:00
cdcb1f474b feat: remove whitespace 2023-02-24 12:13:12 +00:00
819550c89f feat: remove color prefixes from server name in console title 2023-02-24 10:56:39 +00:00
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
d1b0ed9e56 Force dedicated servers in online mode 2023-02-23 09:55:36 +01:00
373fe1655a Merge pull request from diamante0018/main
fix: iw4m compat
2023-02-21 18:15:53 +01:00
a3cc49bd66 feat: iw4m compat 2023-02-21 18:00:59 +01:00
77abb1a7e1 Cleanup 2023-02-21 17:48:00 +01:00
11516da3af feat: added lua scripting to dedis 2023-02-20 23:30:56 +01:00
21ce390a53 Add support for appdata path 2023-02-18 19:13:13 +01:00
ab4f918909 Change (local)clientnum datatype 2023-02-18 10:04:31 +01:00
5cb46bf080 Refactor 2023-02-17 20:49:06 +01:00
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
09c1eb2a5f Fix game freezing
Fixes 
2023-02-16 18:50:01 +01:00
c5511a2bae Merge pull request from JariKCoding/main
UI Scripting, dvars cfg file, basic stats menu
2023-02-16 18:16:11 +01:00
d372fc33f6 Removed unused code, made get_host_library private again 2023-02-13 21:50:19 +01:00
079993d5fa Add missing parameter to CL_ConnectFromLobby 2023-02-13 19:42:35 +01:00
8d1825d12f Merge remote-tracking branch 'upstream/main' 2023-02-12 19:47:38 +01:00
da43fb33ee Added luiReload command 2023-02-12 19:32:33 +01:00
21b0e419bd Automatically trigger map rotation
This maybe fixes 
2023-02-12 10:51:15 +01:00
d8e862819b I'm a fucking retard.
This fixes 
2023-02-12 10:11:24 +01:00
34291fb4d3 Correct max player count 2023-02-07 18:56:16 +01:00
513f673c01 Add serverlist support 2023-02-05 19:08:36 +01:00
89d055a559 Skip the intro for dev builds
2023-02-05 10:18:41 +01:00
e88ad62b4d Experiments 2023-02-04 15:53:54 +01:00
55bcf1ebbd Merge branch 'main' of https://github.com/JariKCoding/boiii 2023-02-03 00:05:09 +01:00
aab395c4ef Fix rebase changes 2023-02-03 00:02:47 +01:00
d25d6a7c10 Added config file for saved dvars and added menu for unlocking loot 2023-02-02 23:43:58 +01:00
43364491ab Changed UI Scripting init on frontend to different hook when everything is initialized 2023-02-02 23:43:12 +01:00