LightCat
8bbbf27f19
Merge branch 'master' into lightcat
2019-09-29 12:14:07 +02:00
BenCat07
a0c77fab03
Fix Heal Only Friends option not working properly
2019-09-29 12:13:36 +02:00
LightCat
66a76fb409
Merge pull request #823 from nullworks/lightcat
...
Don't mark yourself as party state and autovote next map
2019-09-28 19:33:37 +02:00
BenCat07
03b905c0ae
Change naming of autovote for current map
2019-09-28 19:32:00 +02:00
BenCat07
8989d9c91a
Merge remote-tracking branch 'origin/lightcat' into lightcat
2019-09-28 19:29:49 +02:00
BenCat07
41269653f2
Autovote map for catbots
2019-09-28 19:29:36 +02:00
BenCat07
57e095eb70
Don't mark yourself as party state
2019-09-28 19:29:36 +02:00
BenCat07
be6872a6aa
Autovote map for catbots
2019-09-28 19:28:18 +02:00
BenCat07
580a35d306
Don't mark yourself as party state
2019-09-28 13:28:29 +02:00
LightCat
490aba319f
Merge pull request #822 from nullworks/lightcat
...
Fixes to crashes
2019-09-28 13:05:42 +02:00
BenCat07
bec8bb600f
Undo hotfix and fix the Scoreboard Icons crash
2019-09-28 12:57:24 +02:00
BenCat07
8f0465e201
Fix a bug in bytePatch which can cause a crash
...
More detail:
If you have a location at the very end of a page, and it would go onto a new memory page, it would crash because we didn't make the second page RWX.
We now make all pages between start and end of patch RWX, to prevent this from happening ever again
2019-09-28 12:56:57 +02:00
TotallyNotElite
3782c66bc3
Merge pull request #821 from nullworks/totallynotelite
...
Hotfix: Remove scoreboard color
2019-09-24 15:58:39 +02:00
TotallyNotElite
1b788541e8
fix hotfix
2019-09-24 15:55:09 +02:00
TotallyNotElite
1c83aa9f3f
HOTFIX: Remove scoreboard color
...
Causes crashes, temp fix
2019-09-24 15:40:01 +02:00
TotallyNotElite
4fd785c763
remove sudo
...
its being run as root anyway
2019-09-22 14:29:53 +02:00
TotallyNotElite
891ff002cc
Merge pull request #816 from nullworks/totallynotelite
...
Allow PID param
2019-09-22 14:25:27 +02:00
TotallyNotElite
f90d7fe067
Allow PID param
2019-09-22 14:20:37 +02:00
LightCat
991f056ac7
Merge pull request #815 from nullworks/lightcat
...
Fix Killfeed Coloring being wrong
2019-09-13 19:10:28 +02:00
bencat07
2b8eaeae75
Fix Killfeed Coloring being wrong
2019-09-13 18:30:39 +02:00
LightCat
35cd2d738c
Merge pull request #814 from nullworks/lightcat
...
logname fixes
2019-09-11 17:32:02 +02:00
BenCat07
9a2890fb2f
Fix cathook GUI stuff for the logname changes
2019-09-11 17:23:05 +02:00
bencat07
2c36212e41
Fix the trouble with logname
2019-09-11 16:58:45 +02:00
LightCat
b370b99abe
Merge pull request #811 from nullworks/lightcat
...
Some Soundcache and bot updates
2019-09-07 15:23:47 +02:00
BenCat07
2cb4de353a
Clarify first "vote failed"
2019-09-07 15:19:26 +02:00
BenCat07
2fc951162f
Add Rage Only votekick option and decrease Time between votes if failed
2019-09-07 14:14:02 +02:00
BenCat07
bdb5a9c93b
faster map load & less cpu usage for catbots
2019-09-02 19:20:53 +02:00
BenCat07
a7b1a9875f
newline
...
newline
2019-09-02 19:20:47 +02:00
BenCat07
1211716e16
Better SoundCache for our textmode kittens
2019-09-02 19:20:45 +02:00
bencat07
2e659b7c08
very experimental changes
2019-09-02 19:20:37 +02:00
TotallyNotElite
5e3cb92433
Followbot and state system changes ( #810 )
...
* Change the way states work
Change the priorities of states
Add new states (Party, Textmode)
Dont make automatic states selectable in the GUI
Dont save automatic states
* Followbot: various improvements
Add alternative checkAfk implementation for textmode
Small refactor
Use new states system
Add option to ignore textmode bots
* update IsFriendly
2019-09-01 20:08:27 +02:00
LightCat
9ae47f9501
epic compile error ( #809 )
2019-08-31 22:54:06 +02:00
LightCat
b6cd4f5f3e
Merge pull request #808 from nullworks/experimental
...
visuals stuff
2019-08-31 22:38:58 +02:00
bencat07
4ad4756cc2
move nullgraphics rvar
2019-08-31 22:34:19 +02:00
bencat07
0bc17c134d
Fix some nullgraphic issues (probably)
2019-08-31 22:11:31 +02:00
bencat07
e109fb4fdc
fix some logging issues
2019-08-31 22:11:19 +02:00
bencat07
f7061e664b
remove debug code
2019-08-31 21:24:01 +02:00
bencat07
16641b1759
Prevent possible memleak through spam in tf2
2019-08-31 21:23:33 +02:00
TotallyNotElite
757ec0df4b
increase min cmake version to ubuntu 18.04's version
...
Auto set new cmake policies
2019-08-31 21:12:12 +02:00
TotallyNotElite
88a714f00f
Make textmode an entry in Visuals_DrawType and misc textmode fixes
2019-08-31 19:40:33 +02:00
bencat07
3d347e7e2b
don't disable paint lol
2019-08-31 17:32:37 +02:00
bencat07
f255ad7b03
remove misc references
2019-08-31 17:28:49 +02:00
bencat07
33ab07964d
Maybe fix no visual issues fully now
2019-08-31 17:02:41 +02:00
TotallyNotElite
d17953db36
Fix incorrect usage of ENABLE_VISUALS ( #807 )
...
* Update CMakeLists.txt
* Update CMakeLists.txt
* Update nographics.cpp
* Revert "Revert "Fix the visuals stuff being used wron""
This reverts commit d748cffcdfefea0ea7e60bb16a5d778bc9c99066.
2019-08-31 15:10:21 +02:00
TotallyNotElite
58a25de117
Merge pull request #806 from nullworks/revert-805-BenCat07-patch-1
...
Revert "Fix the visuals stuff being used wron"
2019-08-31 14:50:07 +02:00
TotallyNotElite
d748cffcdf
Revert "Fix the visuals stuff being used wron"
2019-08-31 14:49:28 +02:00
TotallyNotElite
ef5f2e4c97
Merge pull request #805 from nullworks/BenCat07-patch-1
...
Fix the visuals stuff being used wron
2019-08-31 14:48:04 +02:00
LightCat
02574d4fa8
Update MiscTemporary.cpp
2019-08-31 14:46:37 +02:00
LightCat
403b0c065d
Fix the visuals stuff being used wron
2019-08-31 14:45:32 +02:00
TotallyNotElite
40c08a9cb6
Dont follow enemy players
2019-08-29 13:24:28 +02:00