1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-07 13:48:00 -05:00

1495 Commits

Author SHA1 Message Date
RaidMax
29d4c65393 tweak game interface bus mode 2023-06-07 16:15:54 -05:00
RaidMax
fd7c8fcb4a implement bus mode for game interface to allow files for bus data transfer 2023-06-06 17:56:12 -05:00
RaidMax
c24e838bb5 add example module to game interface. convert gi command registration to a iw4madmin request 2023-06-06 12:09:20 -05:00
INSANEMODE
e47e0661c8
gameinterface additions (#306)
* -add waittill_any_timeout to _integration_t6.gsc
- thread event handler calls in monitorEvents

* - add WaitTillAnyTimeout to iw5
- remove unneeded thread from event handlers
- change WaitTillAnyTimeout in t6 to use a wrapper
2023-06-04 19:07:52 -05:00
RaidMax
84f25a9260 fix job name 2023-06-04 11:30:26 -05:00
RaidMax
2fab2f7713 revert pipeline back to one job 2023-06-04 11:29:19 -05:00
RaidMax
c6c356fc3b add job dependency to pipeline 2023-06-04 11:16:33 -05:00
RaidMax
93e6b9825a update pipeline to build develop 2023-06-04 11:09:51 -05:00
RaidMax
cc67438b9a implement dynamic command registration through game interface 2023-06-03 22:46:15 -05:00
RaidMax
dfcf6e958c implement initial url request functionality for game interface 2023-06-03 16:48:03 -05:00
RaidMax
f19ca8a813 adjust last seen format in game interface 2023-06-02 16:35:00 -05:00
INSANEMODE
f633d47762
Patch game interface (#305)
* remove extra set of parentheses in call to DisplaypopupsWaiter()

* add missing event argument in call to GotoCoordImpl()

* remove event arg from GotoCoordImpl() in t6 to match other game interface scripts
2023-06-02 11:44:36 -05:00
RaidMax
b1ac32df80 update t5zm game interface gsc game end event 2023-06-01 21:11:08 -05:00
RaidMax
bd3e5bc18d more game interface gsc tweaks 2023-06-01 21:09:18 -05:00
RaidMax
13d5dcb8a8 clean-up and make game interface gsc consistent 2023-06-01 20:45:05 -05:00
RaidMax
debad66884 fix plugin import debug log 2023-05-31 11:28:51 -05:00
RaidMax
d1c09774e8 remove accidentally added files 2023.05.30.2-prerelease 2023-05-30 18:22:37 -05:00
RaidMax
6cee68b91e merge 2023-05-30 18:18:03 -05:00
RaidMax
3dd3f6ab2d optimize player history retrieval 2023-05-30 18:12:57 -05:00
RaidMax
34a56d52a1 tweak script plugin web request concurrency 2023-05-30 15:01:01 -05:00
RaidMax
55e5f4699e remove some old web components, add command line args for no-confirm (skip unreachable server prompt) and kestrel request settings 2023-05-30 14:58:17 -05:00
xerxes-at
d0e39b240a
Fix Game Interface / AC Callbacks + support for T5ZM, T6MP and T6ZM for the Game Interface. (#288)
* Fix trying to write to a struct before its initialized.

Same issue on IW4, IW5 and T5 game modules.

* Fix path issues in the scripts + add support for t5zm.

* Fix deploy.bat
* Change paths inside the gsc scripts used to call functions in other scripts
* Remove mp includes from base gsc file.
#include maps\mp\_utility;
#include maps\mp\gametypes\_hud_util;
* Define GetXuid as overrideMethod as t5zm doesn't have it.
* Define GetPlayerFromClientNum as getting all players is slightly different on t5zm.

* Remove the precompiled gsc file for T6 as PlutoT6 can load uncompiled GSC now.

* Fix _customcallbacks.gsc for T6

* Add T6 support to the game interface.

* Update _integration_base.gsc

use camelCase for functionName

* Make sure the Setup functions are always called in the right order.

Base -> shared -> game
Otherwise we might write to structs before they are created.

* Move functions interacting with the game from _base to _shared

GetPlayerFromClientNum
OnPlayerJoinedTeam
OnPlayerJoinedSpectators
GenerateJoinTeamString
PlayerTrackingOnInterval
SaveTrackingMetrics

* Block execution until game specific setup is done

Block _shared execution until the game specific file finished.
This allows the game specific file to override the events in _shared.

* Fix setup event flow

Move check of sv_iw4madmin_integration_enabled dvar after waittill in _shared so _base has a chance to set it to 1.
Move check of sv_iw4madmin_autobalance dvar to OnPlayerConnect in _shared so the game specific script has a chance to set the dvar.

* ignore bots

* add more spaces
2023-05-28 20:15:52 -05:00
SwordSWD
f0542fa69f T5ZM Gametype and Maps 2023-05-28 20:11:10 -05:00
Amos
2ea311b601 Resolves issue where muted player would be unmuted when flag penalty was removed (#303)
* resolves issue where muted player would be unmuted when flag penalty was removed

* Revert accidental code format
2023.05.28.1-prerelease
2023-05-28 11:38:57 -05:00
RaidMax
19ba89836b update filter on assembly resolver 2023-05-28 11:38:57 -05:00
RaidMax
c8691f4f9a add assembly resolver to help with more permissive plugin references to iw4madmin libraries 2023-05-28 11:38:57 -05:00
RaidMax
1a4e9b6b0f possible fix for remotely loaded plugins 2023-05-28 11:38:57 -05:00
RaidMax
76074a9aa7 fix rule spacing on about page 2023-05-28 11:38:57 -05:00
RaidMax
e463e9c5fe add command to set log level and develop mode dynamically 2023-05-28 11:38:57 -05:00
Amos
9bf0be8341
Resolves issue where muted player would be unmuted when flag penalty was removed (#303)
* resolves issue where muted player would be unmuted when flag penalty was removed

* Revert accidental code format
2023-05-28 11:37:27 -05:00
RaidMax
4e81274116 update filter on assembly resolver 2023-05-27 14:09:57 -05:00
RaidMax
4a43fe892f add assembly resolver to help with more permissive plugin references to iw4madmin libraries 2023-05-27 14:01:16 -05:00
RaidMax
7f09ce90ac possible fix for remotely loaded plugins 2023-05-27 12:15:22 -05:00
RaidMax
fd7a7f7756 fix rule spacing on about page 2023-05-27 11:02:57 -05:00
RaidMax
976e6e4752 add command to set log level and develop mode dynamically 2023-05-26 21:14:49 -05:00
RaidMax
4002745ad7 fix issue with alert manager concurrency 2023.05.15.1-prerelease 2023-05-14 22:46:03 -04:00
Amos
2af03d10d0 Resolved Chat in BOIII Parser (#299) 2023-05-14 22:46:03 -04:00
RaidMax
7a3062f261 fix issue with help page not showing v2 commands 2023-05-14 22:46:03 -04:00
RaidMax
da101ecd1d Merge branch 'release/pre' of github.com:RaidMax/IW4M-Admin into release/pre 2023.05.02.2-prerelease 2023-05-01 21:41:08 -05:00
Edo
210ffa5d83
BaseEvent: Deal with all sorts of special characters sent by the engine (#298)
* BaseEvent: Deal with all sorts of special characters sent by the engine
2023-05-01 21:40:12 -05:00
RaidMax
f2e8bb40e0 implement GameScriptEvent trigger 2023-05-01 21:38:58 -05:00
RaidMax
5050f75c9c fix clipping of context menu hovers 2023-05-01 21:37:51 -05:00
Sword
7570749aa5
fixed spelling mistake with Moon (#294) 2023-04-22 20:17:20 -05:00
RaidMax
256616cef5 update to cod rcon parser for windows socket quirk with UDP WSAECONNRESET 2023-04-21 20:43:33 -05:00
RaidMax
06d28b1a76 provide more informative error if webfront fails to start (typical socket binding) 2023-04-21 20:40:20 -05:00
RaidMax
05f407e3bf fix issue with cancellation token on shutdown state sync 2023-04-19 22:46:46 -05:00
RaidMax
db8510f8e6 update top level client count stats to support filtering per game 2023-04-19 19:55:33 -05:00
RaidMax
1231154e9d Merge branch 'release/pre' of github.com:RaidMax/IW4M-Admin into release/pre 2023.04.15.3-prerelease 2023-04-15 18:07:48 -05:00
Edo
8dd4eae39c
fix(boiii): reason when kicking (#290)
* fix(boiii): reason when kicking

* fix(t7): show kick reason

* maint(t7): update creds

* maint(boiii): update creds

* fix(t4): add custom reason too
2023-04-15 18:06:54 -05:00
HGM
a295d29caf
Added Missing T4ZM Zombie Maps (#289) 2023-04-15 18:06:16 -05:00