RaidMax
9a6d7c6a20
game interface improvements
2022-02-15 20:05:50 -06:00
RaidMax
037fac5786
game interface improvements
2022-02-13 21:38:40 -06:00
RaidMax
b1a1aae6c0
initial framework for gsc + iw4madmin integration
...
improvements to script plugin capabilities and error feedback
2022-02-07 18:43:36 -06:00
RaidMax
a602e8caed
Initial .net 6 upgrades
2022-01-26 15:26:25 -06:00
RaidMax
5d7ac7498f
update to show full gametype name on webfront
2022-01-26 15:20:10 -06:00
RaidMax
4a89744ee9
abstract engine color codes to use (Color::<Color>) format to make codes more.
...
see pt6 parser and configs for example usages
2022-01-26 15:20:10 -06:00
RaidMax
c4e0c4c36a
cleanup and enhance penalty handling
2022-01-26 15:20:10 -06:00
RaidMax
d5f978858d
set sv_sayname on connection restore
2021-09-18 18:28:37 -05:00
RaidMax
a815bcbff5
Add max concurrent players over 24 hours badge to home
2021-08-26 17:35:05 -05:00
RaidMax
fa66381193
small fixes
2021-08-14 11:30:15 -05:00
RaidMax
e2ea5c6ce0
support hostnames for server config
2021-07-11 17:26:30 -05:00
RaidMax
31ee71260a
use default settings for maps and quick messages config (remove from IW4MAdminSettings)
2021-07-09 16:50:33 -05:00
RaidMax
c397fd5479
update pluto iw5 parser for new version
...
fix issue with finding players with color codes in name
2021-06-06 13:40:58 -05:00
RaidMax
be08d49f0a
add initial CS:GO support
2021-06-03 10:51:03 -05:00
RaidMax
34e7d69110
Add RCon support for S1x
2021-04-16 13:35:51 -05:00
RaidMax
c5375b661b
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
RaidMax
c4f19e94ef
implement custom tag (descriptor) feature
...
allow override of level names through configuration
few small fixes/improvements
2021-01-24 11:47:19 -06:00
RaidMax
23a33ba489
implement more robust command api and login
...
improve web console command response reliability and consistency
2021-01-17 21:58:18 -06:00
RaidMax
6648b75255
update CoD4x parser
...
tweak handling segmented status response
actually support more than 18 clients LOL
2020-12-02 14:29:49 -06:00
RaidMax
941d9cea73
more consistent/enhanced game penalty messages per issue #171
2020-11-17 18:24:54 -06:00
RaidMax
570a228c92
refactor logging in pretty big overhaul
2020-11-11 17:35:55 -06:00
RaidMax
fd7bd7e0da
partial support of IW6x until the game log is implemented
2020-11-07 10:40:58 -06:00
RaidMax
2bbafbd8f0
fix issue with delay on map command
2020-10-17 10:55:49 -05:00
RaidMax
c783a04a52
hide chat for password protected servers for issue #162
2020-08-20 10:38:11 -05:00
RaidMax
e91c60a753
[issue 137] custom display hostnames for webfront
2020-05-23 13:25:09 -05:00
RaidMax
267e0b8cbe
[tweaks and fixes]
...
reenable tekno support
address vagrant thread issue
refactor game log reader creation to follow better practices
fix bot issues/address how guids are generated for bots/none provided
2020-05-04 16:50:02 -05:00
RaidMax
92a26600af
actually fix the session score concurrency issue
...
fix rare bug with shared guid kicker plugin
allow hiding of the connection lost notification
2020-04-22 18:46:41 -05:00
RaidMax
9e74dac5ed
fix stat issue with concurrent threads
...
fix potential lost penalty if server does not response to kick request
make sure that broadcast only shows one custom say name
add unit tests
2020-04-21 17:34:00 -05:00
RaidMax
3ae2e42718
properly implement sv_sayName for custom say name
...
prevent trying to register live radar page for every server (oops)
optimize event processing to prevent slow plugins from affecting command processing
enable database connection resilency
trim extra characters from T7 reassembled response
2020-04-20 10:45:58 -05:00
RaidMax
c3c21a7749
refactor a good bit of stuff for better dependency injection
...
fix regular expression for T6 log parsing
2020-02-11 16:44:06 -06:00
RaidMax
161b27e2f2
fix alias command sending message to origin instead of target
...
(hopefully) fix an issue with banned players causing exception if they create events before they are kicked out
fix issues with sometimes wrong error message for timeout
show most recent IP address at top of alias list
optimization to some sql queries
2019-11-15 14:50:20 -06:00
RaidMax
b992f4d910
add unlink command
...
fix parsing names with colors codes enabled
2019-10-11 15:26:13 -05:00
RaidMax
a37524c726
fix small exit exceptions
...
fix the live radar tab switching for .net core 3.0
change events to use "sequential" but still parallel
update the publish scripts
2019-10-09 15:51:02 -05:00
RaidMax
bb42861a92
finish color code support (I think)
2019-08-02 18:04:34 -05:00
RaidMax
e669d0be82
don't count bots on master list
...
don't save every ac snapshot oops..
2019-06-16 12:19:23 -05:00
RaidMax
163523d586
convert GetPort to auto property
...
don't force disconnect player if someone is "in" their spot
increase gamelogserver max time before purge
2019-05-31 10:17:01 -05:00
RaidMax
95d64df321
combined Penalty and EFPenalty
...
moved some classes around
2019-05-29 16:55:35 -05:00
RaidMax
1dc0f5a240
fix aggregate issue with KDR on global top stats
...
refactor some of the main application code to have a cleaner code flow
add enviroment flag to opt out of .net core telemetry in start script
fixed "a moment" missing the "ago"
fixed case sensitive client searches on postgresql
clean up command code flow
Add missing map "mp_cairo" to default settings
2019-05-08 20:34:17 -05:00
RaidMax
02622ea7de
update application version
...
ignore stat events of bots if they are ignored
limit max number of bot profiles to 18, greater than 18 wraps
prevent anti cheat from running on bot events
create localization folder on publish so copying over doesn't fail
include quick message mapping on webfront server history chat
make gravatar on profile not repeat
2019-04-25 13:00:54 -05:00
RaidMax
00634780d4
use "world client" when recieving fall damage/damage
...
fix rare bug with GetClientByName
refactor some alias/ef stuff. still more to do
2019-04-02 20:20:37 -05:00
RaidMax
044991272f
update parsers to include game name
...
prompt to enter log path if game doesn't generate
2019-02-05 18:02:45 -06:00
RaidMax
59e0072744
Finish dynamic dvar parsing for IW4x
2019-02-01 19:49:25 -06:00
RaidMax
07df6dbf79
Update version number and small plugin fix
2019-01-27 18:54:18 -06:00
RaidMax
7a6dccc26a
Fix bug with webfront spamming issues when running
...
Remove IW5 parser
Begin implementation of dynamic parsers
2019-01-26 20:33:37 -06:00
RaidMax
aaf9eb09b6
more alias changes :(
...
fix flag penalty coming from wrong user
2019-01-02 18:32:39 -06:00
RaidMax
8dca05a442
Small fixes
2018-12-17 13:45:16 -06:00
RaidMax
12cf2e8247
Add server version to master api
...
Add IsEvadedOffense to EFPenalty
Fix remote log reading in not Windows
2018-12-16 21:16:56 -06:00
RaidMax
9d6cbee69c
update stats
...
change server id
fIx change log server complaining when empty read
2018-11-27 18:31:48 -06:00
RaidMax
5ac8a55c72
fixes for new polling setup
...
update database model for alias (nullable ip)
heartbeats now send ip to master server
2018-11-25 20:00:36 -06:00
RaidMax
9bdd7d1b8a
More work modifying client stuff
2018-11-07 20:30:11 -06:00