Unnamed
1645ce4061
AntiAim.cpp: implement fake sideways
...
Randomly switch between fake right and fake left (configurable)
2019-10-13 12:46:14 +02:00
TotallyNotElite
9792d41dbc
navparser.cpp: unfinished NavBot refactor
...
- Improve performance a lot by constructing path made of CNavArea*
- Improve visibility checks: use player related collisions (WIP)
- Reduce time required to figure out you are stuck in case path point is not visible (configurable)
- Attempt to improve performance in other areas of navparser.cpp: pass Vectors by reference, reduce amount of loops and amount of calculations
2019-10-13 12:45:48 +02:00
Unnamed
c69ce55bf4
AntiAim.cpp: Fix fake flip antiaim not working
2019-10-13 12:40:26 +02:00
LightCat
ef07b6ac20
Merge pull request #825 from nullworks/lightcat
...
Fixes & Improvements
2019-10-03 21:17:07 +02:00
BenCat07
9d94f11f21
Don't forget newline (big brain plays) and also logging::Info stuff
2019-10-03 12:32:14 +02:00
BenCat07
70fc33cca6
Merge remote-tracking branch 'origin/master' into lightcat
2019-10-03 12:31:08 +02:00
TotallyNotElite
59957b1f7b
Merge pull request #827 from nullworks/totallynotelite
...
Some installer modifications
2019-10-01 07:29:02 +02:00
TotallyNotElite
0271405f59
use updater script directly
2019-09-30 21:19:55 +02:00
TotallyNotElite
a4f3ef7130
Add option to disable TUI
...
dont allow updater to use dialog to config autoinstaller during install
2019-09-30 21:11:48 +02:00
TotallyNotElite
60b3dc43b3
Prefer gui for dependency installation
2019-09-30 19:26:11 +02:00
TotallyNotElite
e65736f5b7
Merge pull request #826 from nullworks/totallynotelite
...
Update script migration and install script improvements
2019-09-29 16:53:14 +02:00
TotallyNotElite
ab1521ff06
fix typo
2019-09-29 16:49:58 +02:00
TotallyNotElite
34fd3e3c96
Update install-all
...
Outsource a lot of code to the update script
2019-09-29 15:45:24 +02:00
TotallyNotElite
2022330394
Update script migration support
...
Use this when an update needs to do other things like deleting files, etc
2019-09-29 15:32:58 +02:00
BenCat07
88a02cbb41
Use ConsoleColorPrint for non debug information
2019-09-29 15:26:32 +02:00
BenCat07
64e241c15e
Add rvar for hiding stealth kills
2019-09-29 15:26:19 +02:00
BenCat07
c7393d7f29
Misc Improvements (see description)
...
Renamed Semiauto Fire to Fullauto Fire
Fixed Semiauto Fire not working with a value of 1
Add rvar Migration
2019-09-29 15:09:48 +02:00
BenCat07
92d8722b05
did someone say F O R W A R D R O L L S P E E D H A C K ?
2019-09-29 14:08:49 +02:00
BenCat07
61d4fe3739
Just a Cyoa pda unrestriction
2019-09-29 13:50:16 +02:00
BenCat07
12f5a4b1b3
Fix some Skinchanger crashes
2019-09-29 13:49:57 +02:00
LightCat
a8ef7178bc
Merge pull request #824 from nullworks/lightcat
...
Fix Heal Only Friends option not working properly
2019-09-29 12:43:34 +02:00
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