3766 Commits

Author SHA1 Message Date
TotallyNotElite
bb84e1db43 playerlist: add a unified function for changing the status of players
This follows the following priorities: default < cat < ipc < friend
This means that friend will override ipc, cat and default status.

The function is used when status changes are made automatically (achievement identify, irc, ipc identify, auto party friend)
2019-08-24 16:38:03 +02:00
TotallyNotElite
f45111baf3
Update update 2019-08-24 01:05:43 +02:00
TotallyNotElite
425afdf959
Update install-all 2019-08-24 00:55:03 +02:00
BenCat07
afa51be861 Merge remote-tracking branch 'origin/master' 2019-08-23 14:41:35 +02:00
BenCat07
d340c9c5c9 Fix KillfeedColors (kind of) 2019-08-23 14:41:31 +02:00
BenCat07
9796dd83dd Improve catbot detection 2019-08-23 14:41:22 +02:00
TotallyNotElite
45b0095435 make resolver actually work (still very bad) 2019-08-22 23:29:43 +02:00
jan
5f76373976 add bash shebang to preload 2019-08-22 19:28:23 +02:00
BenCat07
0bf598f05a fix compile error from namestealer change 2019-08-22 19:18:39 +02:00
BenCat07
9e1261defb Fix a bug where a valid Key would be marked as <null> 2019-08-22 19:10:18 +02:00
BenCat07
b80c983ecf Various Preload improvements (down to 600mb per catbot!) 2019-08-22 19:09:56 +02:00
BenCat07
dc2ed5aca9 Remove GameUI again as else ctabots would softlock 2019-08-22 19:09:11 +02:00
BenCat07
bb20dd0528 Push the preload script (why was it not pushed gitkraken) 2019-08-22 19:07:57 +02:00
TotallyNotElite
03b1ffa0ce give namesteal priority over ipc names 2019-08-22 19:06:33 +02:00
BenCat07
4a5c8caeb4 Fix a Bug related to BulletTracers 2019-08-22 15:07:54 +02:00
bencat07
e1c5ff5f74 Make a proper preload script! 2019-08-22 13:23:53 +02:00
bencat07
85a5ae04c7 Upgrade chatlog ipc ignore to also ignore CAT status players 2019-08-21 22:43:12 +02:00
BenCat07
04e74a1547 Reduce ram usage on ctabots by 300-400mb and nullgraphics in textmode on 2019-08-21 20:33:55 +02:00
BenCat07
173adf63d7 HUUUUUUUUUUUUUUUGE catbot Performance Improvements 2019-08-21 20:17:12 +02:00
TotallyNotElite
b38ea8b395 remove hardcoded /opt/cathook/data 2019-08-20 22:12:32 +02:00
TotallyNotElite
8122d6d6dc install-data: use root rights if you have no other choice 2019-08-20 21:20:53 +02:00
BenCat07
68719963a3 Revert Vischeck stuff 2019-08-20 19:07:30 +02:00
BenCat07
c5e7e1ad5c GameUI stuff for future textmode FPS improvements 2019-08-20 17:55:37 +02:00
BenCat07
60552fa7f5 I Forgot to commit this and CI is now mad 2019-08-20 17:55:22 +02:00
BenCat07
80bfa1094b Merge remote-tracking branch 'origin/master' 2019-08-20 15:44:07 +02:00
BenCat07
b1532e4115 Make projectiles get Vischecked from the correct location 2019-08-20 15:44:01 +02:00
BenCat07
80fdf4884f ServerCmdKeyValues hook for debugging 2019-08-20 15:43:18 +02:00
BenCat07
a08131202d BulletTracers for sentries 2019-08-20 15:42:25 +02:00
TotallyNotElite
75d0577dea Fix infinite /dev/urandom getting
Fixed a bug where the attach scripts would spend an unlimited amount of time getting pseudorandom data while being run from cathook gui
2019-08-20 14:04:00 +02:00
TotallyNotElite
ef61d9cdbd Detect tui missing and support cathoook-gui 2019-08-19 19:06:56 +02:00
TotallyNotElite
9f0a5d1410 Remove sudo requirement from updater script 2019-08-19 17:42:10 +02:00
TotallyNotElite
3851fc49bb fix incorrect usage of $RUNUSER 2019-08-19 16:47:37 +02:00
BenCat07
936277d9f9 Add Bullet tracers 2019-08-19 16:44:38 +02:00
BenCat07
91bab314d7 Fix Achievement Manager being nullptr 2019-08-19 16:34:41 +02:00
BenCat07
c04989402e Add a way to disable Kilfeed COlor 2019-08-19 16:34:28 +02:00
BenCat07
8f88250480 Make Aim more accurate on buildings 2019-08-19 16:33:23 +02:00
TotallyNotElite
bc58ddeb8a add support for pkexec 2019-08-19 16:32:02 +02:00
TotallyNotElite
5157aa45b7 Better health and ammo getting for navbot 2019-08-18 22:44:00 +02:00
BenCat07
d75772e71a Add option to force pyro vision on/off 2019-08-17 22:24:34 +02:00
BenCat07
a2a22bdc04 Killfeed Color! 2019-08-17 22:24:18 +02:00
BenCat07
46975563d4 Achievement identify improvements 2019-08-10 22:13:55 +02:00
BenCat07
d4239eba5e #pragma once when 2019-08-10 22:13:35 +02:00
TotallyNotElite
fc030d84c3 rename install_data to config_data
name conflict with install-data bash script
2019-08-10 21:18:34 +02:00
BenCat07
9d8d2b0923 Fix event logger not searching name properly 2019-08-10 13:55:59 +02:00
BenCat07
6f44350cb1 Achievement based Identify 2019-08-10 13:55:48 +02:00
BenCat07
d3c72c4789 Improve cat_achievement_cathats code 2019-08-08 14:15:05 +02:00
BenCat07
dc52574ea5 Use seperate threads for schema loading to remove lag 2019-08-08 14:14:55 +02:00
BenCat07
6c461f3e96 More Preloading improvements 2019-08-08 13:12:40 +02:00
BenCat07
dde2c407cb Fix preloading issues 2019-08-08 13:12:19 +02:00
BenCat07
29eb875c54 Make pyro navbot Best weapon works properly 2019-08-08 11:30:37 +02:00