Commit Graph

105 Commits

Author SHA1 Message Date
Rim
9a07089892 Revert launcher style, branding, and app icon 2023-12-06 18:09:36 -05:00
Diavolo
cdf12853c6 maint: rebrand 2023-12-02 23:21:06 +01:00
Maurice Heumann
c34f46325a Merge pull request #703 from efinst0rm/logprint
Restores game events to games_mp log
2023-05-21 18:29:40 +02:00
WantedDV
0d9cfc050c fix return typo + simplify code 2023-05-19 15:25:53 -02:30
Maurice Heumann
b8658b6103 Merge pull request #708 from WantedDV/party
Fix: Invisible players/bots in custom games
2023-05-15 21:05:45 +02:00
WantedDV
bc6ece9560 automate setting of problematic party dvars 2023-05-15 15:05:51 -02:30
Maurice Heumann
ccab08261e Merge pull request #706 from WantedDV/bots
Hotfix: comment out dev blocks
2023-05-15 06:45:25 +01:00
WantedDV
4eabb9e634 comment out dev blocks 2023-05-15 02:47:10 -02:30
efinst0rm
01b7a3dae1 Restores game events to games_mp log
Remove dev blocks from logprint function.
Sets bots xuid's as "bot0"
2023-05-14 12:30:13 -05:00
Maurice Heumann
db66f60d2d Merge pull request #688 from WantedDV/bots
Revised bots script
2023-05-14 08:15:44 +01:00
WantedDV
b42ba37f8c update compiled script 2023-05-13 14:06:32 -02:30
WantedDV
b4b5ce5ae9 non-empty string check 2023-05-13 13:08:13 -02:30
WantedDV
523dec3b61 formatting whitespace 2023-05-13 13:05:53 -02:30
WantedDV
cf6bf6bd89 camel case 2023-05-13 13:00:34 -02:30
WantedDV
d971fcff47 update compiled script 2023-05-12 23:56:02 -02:30
WantedDV
79aec8ac5e bot_enableWallrun 2023-05-12 23:56:02 -02:30
WantedDV
26e6d06523 Allow bots to use remote missile + ai_tank
- precache eventstring
2023-05-12 23:56:02 -02:30
WantedDV
d9d5887561 Fix Infected + support other modes 2023-05-12 23:56:02 -02:30
WantedDV
ebd3998d75 Bot autoconnect
- wait on host before spawning bots
2023-05-12 23:56:01 -02:30
WantedDV
8d595ab150 bot functions: use killstreak, items, drops 2023-05-12 23:56:01 -02:30
WantedDV
5d2f5634cf Using additional scripts 2023-05-12 23:56:01 -02:30
WantedDV
5f95b12792 Revert to original script
dev blocks
2023-05-12 23:56:01 -02:30
WantedDV
0f47cacb9c formatting 2023-05-12 23:34:21 -02:30
WantedDV
5a6b14faa9 Allow setting master rank 2023-05-12 15:04:26 -02:30
WantedDV
6245762862 Add unlock all easter eggs option 2023-05-12 15:02:12 -02:30
FutureRave
bbd0808e79 maint(server_list): cleanup 2023-05-05 16:47:09 +01:00
Maurice Heumann
a5075e150e Merge pull request #510 from WantedDV/ranked
Allow access to online menus with mod loaded
2023-04-24 18:56:01 +02:00
WantedDV
454ca4adf2 do not use arithmetic operator if button index nil
- cleanup unnecessary explicit index
2023-04-23 11:16:48 -02:30
WantedDV
cc11aa25b7 check if button exists first 2023-04-23 09:55:42 -02:30
Maurice Heumann
cf21342b04 Merge pull request #509 from WantedDV/party
Set com_maxclients ingame to allow direct connection
2023-04-21 20:57:35 +02:00
Maurice Heumann
d0847656bc Merge pull request #508 from WantedDV/frontend_menus
Frontend menus
2023-04-21 20:57:04 +02:00
WantedDV
1442845658 Merge branch 'main' into party 2023-04-21 11:04:15 -02:30
WantedDV
40fe62cf9f Readability + filename typo 2023-04-20 19:35:53 -02:30
Vlad Loktionov
d209a9931e Add 'Quit to desktop' button in pause menu 2023-04-20 20:55:43 +03:00
WantedDV
ca1ce5aba0 Merge branch 'main' into create-a-class 2023-04-18 10:51:03 -02:30
WantedDV
bf30653fc2 Don't break if not CoD.LobbyMember 2023-04-18 09:30:52 -02:30
WantedDV
564cf28df4 Remove searching for player text in lobby
- No longer sets LobbyMaxClients to 1 as that disallowed splitscreen
2023-04-17 00:45:46 -02:30
WantedDV
7966d81ab9 whitespace formatting 2023-04-17 00:32:23 -02:30
WantedDV
1abb08f773 Remove commented code 2023-04-17 00:32:21 -02:30
WantedDV
783e2c2a9f Better override strategy 2023-04-17 00:32:20 -02:30
WantedDV
336cea2047 Rename playlist widgets 2023-04-17 00:32:18 -02:30
WantedDV
b6bc9e6fa4 Add unlock class slots togle to stats menu 2023-04-16 21:02:59 -02:30
efinst0rm
c5091bef79 Use current production _serversettings.gsc 2023-04-15 12:39:41 -05:00
WantedDV
a71c48a77f add variable names 2023-04-15 05:08:08 -02:30
efinst0rm
788d7e72e2 Update serversettings.
Set level.gameForfeited to false.
2023-04-13 18:18:07 -05:00
WantedDV
90590d59ef Lua formatting 2023-04-12 20:01:46 -02:30
WantedDV
07586dfeee Standard Lua formating 2023-04-12 19:51:35 -02:30
WantedDV
b32168dce6 Make these changes InGame only 2023-04-12 19:50:41 -02:30
WantedDV
954f612534 snake_case 2023-04-12 19:42:11 -02:30
WantedDV
727b4eadeb Standard Lua formatting 2023-04-12 19:27:27 -02:30