1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00
Commit Graph

520 Commits

Author SHA1 Message Date
9877730b84 fix more issues with implicit link toggle 2021-08-16 13:20:54 -05:00
14d5c15fce fix issues with last release 2021-07-12 14:57:44 -05:00
19b5c456a5 support hostnames for server config 2021-07-11 17:26:30 -05:00
7a9704b1dc use default settings for maps and quick messages config (remove from IW4MAdminSettings) 2021-07-09 16:50:33 -05:00
b63803885b add offline messaging feature 2021-07-08 21:12:09 -05:00
b78976af4f fix run as command config not being honored properly 2021-06-30 18:10:45 -05:00
b784b2fdfb fix bad key lookup in manager 2021-06-30 14:01:41 -05:00
7f7c00e1f0 Use string for AC snapshot weapon and hit location
Add webfront logging
2021-06-29 15:02:01 -05:00
be6b84ef02 Merge branch 'release/pre' of https://github.com/RaidMax/IW4M-Admin into release/pre 2021-06-16 08:55:56 -05:00
74231b51ec Added CSGO maps (#210)
Added all current default CSGO maps (Competitive, Wingman, Casual, War Games, Retakes, Danger Zone)
2021-06-16 08:54:49 -05:00
bf4234b2c6 Additional CSGO compatibility improvements 2021-06-16 08:53:50 -05:00
66cce8fdd2 fix issue with custom event registration 2021-06-16 08:51:22 -05:00
d314d7ba2c improve CS:GO compatibility 2021-06-11 11:52:30 -05:00
d309565350 add one log indicator for games (Pluto IW5) that don't log to mods folder even when fs_game is specified. 2021-06-07 16:58:36 -05:00
5c5ba28ac3 fix bug with additional group mapping key 2021-06-03 13:21:34 -05:00
7e01dc3fc2 add initial CS:GO support 2021-06-03 10:51:03 -05:00
9c5f723bca Fix stupid idiot things 2021-05-15 09:20:49 -05:00
2978db8cd8 Initial implementation of configuration support for script plugins 2021-05-14 21:52:55 -05:00
96385e5479 Update DefaultSettings.json (T4, IW5, S1x) (#202)
* Update DefaultSettings.json
2021-04-30 12:35:38 -05:00
75e7a2411d Added T4 weapon names. (#198) 2021-04-16 13:47:58 -05:00
0592ab1e02 Add RCon support for S1x 2021-04-16 13:35:51 -05:00
4179e8b428 properly pass game name to game string config finder.
add weapon prefix to weapon name parser for (iw5).
add some iw3 game strings
2021-03-23 21:42:26 -05:00
4ee3453011 Added iw6 aliases (#184) 2021-03-23 21:42:26 -05:00
2348a48dd3 prevent autoflag from running player has been manually unflagged 2021-03-23 10:34:44 -05:00
4316f1bfab prevent missing config from causing stats error
small advanced stats fixes
2021-03-23 10:16:27 -05:00
c7defa6499 Added iw6 aliases (#184) 2021-03-23 08:14:07 -05:00
7aa925af33 add removal of obsolete plugins 2021-03-22 11:46:32 -05:00
434392a7e4 huge commit for advanced stats feature.
broke data out into its own library.
may be breaking changes with existing plugins
2021-03-22 11:09:25 -05:00
92e7a8bd2b implement custom tag (descriptor) feature
allow override of level names through configuration
few small fixes/improvements
2021-01-24 11:47:19 -06:00
ba62afbe99 preemptive checks 2021-01-17 22:12:18 -06:00
c231c6b610 implement more robust command api and login
improve web console command response reliability and consistency
2021-01-17 21:58:18 -06:00
17dd35c4bb increase buffer size for rcon connection 2021-01-17 20:04:32 -06:00
50f7767bf1 fix issue with view stats and reset stats failing
fix issue with set level returning wrong error message if setting a client to the same level they're currently at
update CoD4x parser version
update nuget packages
2020-12-16 13:11:30 -06:00
c53895ca11 resolve bot guid issue with T5
remove unneeded check for CNCT state
2020-12-14 21:10:50 -06:00
5a81d5b214 add official T4/WaW support for issue #178
CoD4x parser tweak to parse full guid as decimal
2020-12-13 20:33:37 -06:00
9e87b136fb Another tweak for CoD4x rcon parsing. 2020-12-12 21:43:27 -06:00
c77f956aca update CoD4x parser
tweak handling segmented status response
actually support more than 18 clients LOL
2020-12-02 14:29:49 -06:00
78ae9dec74 fix memory leak issue related to AddDbContext not working as expected 2020-11-29 16:01:52 -06:00
9ed3e50a63 include ; for timeout string 2020-11-27 22:08:13 -06:00
e0ef55a636 update for database provider specific migrations
fix issues with live radar
2020-11-27 21:52:52 -06:00
37a0e92cbd make notice line separator configurable for different parsers
(updated tekno's as it doesn't support \n)
2020-11-19 20:48:25 -06:00
d067c1d4d5 add shortcut for rules in penalty reasons for issue #159 2020-11-18 18:48:51 -06:00
73bb43a8b2 more consistent/enhanced game penalty messages per issue #171 2020-11-17 18:24:54 -06:00
8a697ca71c update index for ratings/prune old entries
small stat tweaks to add players on first kill/damage event
(instead of on connect which causes issues with slow writes)
2020-11-14 18:24:51 -06:00
d9a7aa9ce9 fix small logging issue with loading plugins
add minigun turret to list of ignored ac weapons
2020-11-14 10:53:01 -06:00
057de452e7 modify iw6x parser to default game log vars temporarily, small amount of code cleanup to git rid of warnings 2020-11-12 20:39:56 -06:00
f5c2f92652 update unit tests 2020-11-12 19:46:17 -06:00
3e1db4b00a fix introduced issue with map/map_rotate commands 2020-11-11 18:53:23 -06:00
04fe6836c6 refactor logging in pretty big overhaul 2020-11-11 17:35:55 -06:00
f8c886d9db partial support of IW6x until the game log is implemented 2020-11-07 10:40:58 -06:00