3847 Commits

Author SHA1 Message Date
TotallyNotElite
99c0390d95 Merge pull request #1037 from nullworks/totallynotelite
Dyamic hitbox cache + remove gru exploit
2020-05-27 10:42:22 +02:00
TotallyNotElite
0592231f9f remove gru exploit 2020-05-26 14:49:55 +02:00
TotallyNotElite
08dcfe7ffd Dynamically allocate entity hitbox cache to reduce memory usage. 2020-05-26 14:49:55 +02:00
TotallyNotElite
a60f52fa9d
Merge pull request #1039 from ghost-420/script-cleanup
Gentoo support & improvements to the dependencycheck script
2020-05-26 13:59:31 +02:00
TotallyNotElite
80a1a6e5c2
Merge pull request #1020 from nullworks/nav_improve
Improve navigation
2020-05-26 13:58:51 +02:00
BenCat07
4e7fb9aa33 Fix issues addressed in pr 2020-05-25 22:02:21 +02:00
ghost-420
5e069f9537
Update dependencycheck 2020-05-25 10:07:58 -07:00
ghost-420
2ecf33ccd0
Revert changes to 'updater' 2020-05-25 10:01:49 -07:00
ghost-420
df2a585be5
Update dependencycheck 2020-05-25 10:00:27 -07:00
BenCat07
4f2005303c Fix wrong usercmd in anti-afk 2020-05-25 17:33:33 +02:00
BenCat07
dbdaa580e4 Fix anti-afk problems with bots 2020-05-25 16:38:17 +02:00
BenCat07
b5f085cd04 Improve pathing on navbot and don't spam logs 2020-05-25 16:38:17 +02:00
BenCat07
ed8a626766 Address some PR issues and improve engineer navbot
Also fixes an issue with ipc + party
2020-05-25 16:38:17 +02:00
LightCat
896cd82bd1 Update src/navparser.cpp
Co-authored-by: TotallyNotElite <38938720+TotallyNotElite@users.noreply.github.com>
2020-05-25 16:38:17 +02:00
BenCat07
0b70fc1b50 Major NavBot improvements
- Don't mark World as Potentially Passable
- Don't walk into enemy spawn
- Don't try to exit spawn as blue in setup time
- Don't run to other, blocked sections of the map
2020-05-25 16:38:17 +02:00
BenCat07
29fdc394e6 Crouchjump properly and revert z check changes 2020-05-25 16:38:17 +02:00
BenCat07
96d08e1c06 Adjust jump height and Make Stairs work better 2020-05-25 16:38:17 +02:00
ghost-420
706d1359c1
Switch from $SUDO to $ESCALATE
Support both `doas` and `sudo`.
2020-05-25 01:04:18 -07:00
ghost-420
3614c24cf4
Add support for Gentoo, and other improvements 2020-05-25 01:02:50 -07:00
TotallyNotElite
07cde5d19b
Merge pull request #1036 from nullworks/ci
Autobuild binary mode packages
2020-05-24 20:17:07 +02:00
LightCat
224ecfbaa3
Merge pull request #1014 from nullworks/warp_improvements
Alot of warp related stuff (see description)
2020-05-24 20:14:06 +02:00
BenCat07
70109707fc Fix potential antiafk crash 2020-05-24 20:05:20 +02:00
BenCat07
2ecb2ac24c make clc_move::toString not assign 1kb for no reason 2020-05-24 20:05:08 +02:00
BenCat07
92046f22d8 Use fallthrough attribute 2020-05-24 20:05:08 +02:00
BenCat07
8480102bd1 Address issued mentioned in PR 2020-05-24 20:05:08 +02:00
BenCat07
f5b6c9457b Further improve warp and make it use all 24 ticks 2020-05-24 20:05:08 +02:00
BenCat07
c8b3d3fdb7 Make peek mode consider ground state and pressed buttons before running 2020-05-24 20:05:08 +02:00
BenCat07
310ba43d1c Fix Condition bugs 2020-05-24 20:05:08 +02:00
BenCat07
6f7360ef2b don't swap min and max and don't forget to rehook properly 2020-05-24 20:05:08 +02:00
BenCat07
f5c2871361 Clamp speed to prevent undesired behaviour 2020-05-24 20:05:08 +02:00
BenCat07
b517cc7845 Improve Demoknight warp 2020-05-24 20:05:08 +02:00
BenCat07
d259fbacd0 Alot of warp related stuff (see description)
- Add a speed meter
- Smoothen Warp Drastically
- GIve full control while in warp (Especially useful for bots)
- Rewrite the peek mode
- Add 22 tick fakelag (as a sideeffect)
2020-05-24 20:05:08 +02:00
TotallyNotElite
84db34b24b add explicit binary mode data path support
The next cathook-gui update will automatically set some systems (mainly ubuntu 18.04 and not officially supported distros) to binary mode. The old method would have preferred the out of date /opt/cathook/data directory.

enable binary mode
2020-05-24 19:54:28 +02:00
TotallyNotElite
1d5c30b2df Add gitlab CI stuff for binary mode
This makes gitlab auto build binary mode packages for the stable branch.
2020-05-24 19:54:28 +02:00
TotallyNotElite
ef59d93734
Merge pull request #1027 from nullworks/textmode_fixes
Fix something i missed which still blocks textmode
2020-05-23 22:34:08 +02:00
Itsi Adam
275b0283d0 Update cat_ipc_exec too 2020-05-23 19:13:40 +01:00
Itsi Adam
feb09d6a57 Match simple-ipc 2020-05-23 19:13:25 +01:00
BenCat07
62e708658d Fix missing function in textmode 2020-05-23 19:30:04 +02:00
BenCat07
2ec45445a6 Fix unresolved symbol
how do i do this
2020-05-23 17:06:58 +02:00
BenCat07
e986d99688 Add textmode CI settings 2020-05-23 15:34:02 +02:00
BenCat07
2b83d70d21 Fix something i missed which still blocks textmode
Sorry for that
2020-05-23 15:24:37 +02:00
LightCat
d41ae87553
Merge pull request #1023 from nullworks/textmode_fixes
Fix some textmode issues
2020-05-22 22:26:24 +02:00
LightCat
a5385af273
Merge pull request #1011 from nullworks/nightmode
Fix and improve nightmode (see description)
2020-05-22 22:19:17 +02:00
LightCat
2059ee6fe2
Merge branch 'master' into nightmode 2020-05-22 22:17:12 +02:00
LightCat
ae3b7610af
Merge pull request #995 from nullworks/backtrack_rewrite
Backtrack rewrite
2020-05-22 22:14:51 +02:00
BenCat07
dc3a98fc2b Fix some textmode issues 2020-05-22 22:11:20 +02:00
BenCat07
b3195ae003 ignore right file 2020-05-22 17:08:13 +02:00
BenCat07
b62c0ed74a Prevent Weapon Switch lag with crithack
Cache the crit cmds for every weapon idx instead, and yes it does work this way even if you switch classes
2020-05-22 14:12:07 +02:00
BenCat07
16dc54db4e Remove nightmode jank 2020-05-22 14:10:33 +02:00
BenCat07
3e488eecef Fix issues mentioned in PR 2020-05-22 14:03:23 +02:00