4130 Commits

Author SHA1 Message Date
Stephen
65cdba825e Migrations fix 2023-01-17 19:59:17 +01:00
Stephen
a400bb0bc7 Interprocedural Pointer analysis 2023-01-17 19:59:17 +01:00
Stephen
282a042b38 Squashed commit of the following:
commit 468dfdd05b57c61890efcb792fe2bcc9ecdbae14
Author: Stephen <stephenmartinemail2003@gmail.com>
Date:   Fri Jan 13 22:32:51 2023 -0500

    Fix

commit 490f593817175ec8f29659ab9227cdbe4855d81c
Author: Stephen <stephenmartinemail2003@gmail.com>
Date:   Fri Jan 13 21:55:21 2023 -0500

    Fixes

commit 2e3c96346adf998f8e9f69403b99b7d181fdcf7a
Author: Stephen <stephenmartinemail2003@gmail.com>
Date:   Fri Jan 13 21:39:27 2023 -0500

    boost fix

commit c514047bfb39ebe8990706401d9295154da250a3
Author: Stephen <stephenmartinemail2003@gmail.com>
Date:   Fri Jan 13 21:18:29 2023 -0500

    updated

commit 71deaeb08388bdaa81f572c076be16dc6cf89067
Author: Stephen <stephenmartinemail2003@gmail.com>
Date:   Fri Jan 13 20:53:09 2023 -0500

    More tests

commit 5790c8481f5ce487ee4cafe455e89f232b4d9bef
Author: Stephen <stephenmartinemail2003@gmail.com>
Date:   Sun Jan 8 18:39:09 2023 -0500

    Inline test

commit 7afd8777cbb0297091f76eeed6b80e67d9754d37
Author: Stephen <stephenmartinemail2003@gmail.com>
Date:   Sat Jan 7 17:19:14 2023 -0500

    Player Anim Fix
2023-01-17 19:59:17 +01:00
Stephen
a755327517 Player Anim Fix 2023-01-08 00:46:05 +01:00
Stephen
a0d9bc70a7 Fixed textmode 2023-01-07 22:21:18 +01:00
Stephen
742960769c Projectile dodging+Optimizations+Fixes 2023-01-07 18:38:02 +01:00
Stephen
f60870ec64 minor fix 2022-12-29 00:29:51 +01:00
BenCat07
c2b107b18e Fix Navbot and CGameRules (most crashes gone) 2022-12-28 12:50:57 +01:00
BenCat07
e48a33ea55 Add Dynamic txt file that contains all neccessary classes 2022-12-28 12:50:39 +01:00
BenCat07
7c46027790 Fix ApplyFireDelay sig 2022-12-27 22:19:30 +01:00
BenCat07
a68f198508 fix Handle related stuff 2022-12-27 22:19:30 +01:00
Stephen
ae2c42c242 constexpr fixed 2022-12-27 22:19:30 +01:00
Stephen
0d64aa31c9 These seem to work 2022-12-27 22:19:30 +01:00
Stephen
665576c33c header changes 2022-12-27 22:19:30 +01:00
Stephen
aeb3467b8c PlayerAnimFix 2022-12-27 22:19:30 +01:00
Stephen
d1d7af4f60 Sig fix+offsets, and flto 2022-12-27 22:19:30 +01:00
nullptrmachine
dd51504a76
Better vote timer (#1754)
* Better vote timer

* autism

* Update votelogger.cpp
2022-12-27 17:54:14 +01:00
aUniqueUser
d63edfdf0e
+1 Paint offset 2022-10-12 23:17:26 -04:00
LightCat
0f1a25ed5f
Fix missing include for Textmode 2022-09-13 15:56:37 +02:00
BenCat07
9fa1a4cf71 undo accidental change to CMakeLists.txt 2022-09-12 16:47:05 +02:00
BenCat07
ae19f1de20 Fix nullnexus 2022-09-12 16:31:14 +02:00
Cultural-Laugh-2648
4faf1fef18
fix hiding of cat_ cvars from server (#1724)
it wasn't checking ones with the prefix

bb2dd2b856/scripting/stac/stac_cvar_checks.sp (L40)
2022-09-07 21:26:18 +02:00
BenCat07
919315cd4e Make bots run to safety when reloading 2022-07-27 22:17:59 +02:00
BenCat07
c24d3cd488 Fix bulletTracers crash 2022-07-27 22:17:46 +02:00
Stephen Martin
e0465691c5
Big performance increase due to getting rid of duplicate efforts (#1712) 2022-07-27 19:43:38 +02:00
Stephen Martin
2ace6a93f0
Shortest distance priority mode got removed somehow (#1706)
* shortest distance prio mode got removed somehow

* Forgot break statement
2022-07-17 21:28:37 +02:00
Stephen Martin
0ad0c9f288
Menu Fix+Small changes (#1705)
* Menu Fix+Small changes

* Fixed bug

* Wow, pretty big bugfix. Multipoint works now!

* Changed helper to float
2022-07-16 21:34:56 +02:00
BenCat07
735b853c94 Fix Manual setting of CXX Flags causing issues 2022-07-14 11:17:05 +02:00
BenCat07
c5a894400c Remove redundant sapper checks 2022-07-14 01:31:02 +02:00
BenCat07
d2cb483124 Readd removed checks for aimbot 2022-07-14 01:08:34 +02:00
Stephen Martin
6530e72b2b
Added option to vischeck/multipoint all hitboxes instead of one (#1697)
Added option to vischeck all hitboxes
2022-07-14 00:49:46 +02:00
BenCat07
4e09888306 Fix crithack issues with Minigun and flamethrower 2022-07-14 00:46:54 +02:00
BenCat07
7f39894446 Update macos indexes i forgot to update 2022-07-12 21:07:39 +02:00
BenCat07
0a69cb0ca5 Fix cathook again™ 2022-07-12 21:04:06 +02:00
BenCat07
0365daf550 Fix auto unzoom
Sourced from explowz/cathook@6144d50751
2022-07-08 18:25:05 +02:00
LightCat
e7d6c7797c
Fix visual branch (#1673 but changed) (#1680)
Fix some visual issues and update c++/boost

Co-authored-by: Stephen Martin <stephenmartinemail2003@gmail.com>
Co-authored-by: Stephen Martin <93275421+STEVE4git@users.noreply.github.com>
2022-07-07 23:26:51 +02:00
BenCat07
4ccdbc4f8f Fix Source lock shenanigans 2022-06-30 18:49:59 +02:00
Stephen Martin
d09e882ef2
Fixed visuals (#1669)
* Fixed visuals

* Re-put in previous fixes
2022-06-27 17:55:22 +02:00
Stephen Martin
33f9146268
Aimbot Update (#1665)
* Aimbot Update

* Fixed melee aimbot+

(BenCat07 only squashed, not actual author)

Co-authored-by: STEVE4 <stephenmartinemail20030@gmail.com>
2022-06-27 01:23:04 +02:00
BenCat07
59c3ff8985 54285adf Fix a bunch of issues due to the newest update 2022-06-24 15:30:07 +02:00
RC
84dabc30e0 update for newest update 2022-06-24 01:38:54 -04:00
BenCat07
54285adf59 Fix a bunch of issues due to the newest update 2022-06-22 22:36:02 +02:00
RC
b81cab2f69 update signature for newest update 2022-06-22 16:41:15 +02:00
vicinity-gush8
303f7cb446 Fix beggar's bazooka nospread 2022-05-07 22:31:26 +02:00
vicinity-gush8
b514297d15 Fix aimbot aiming at moving stickybombs 2022-05-07 22:31:26 +02:00
vicinity-gush8
c75ef7a136 Fix fixes and disable chams when disable_visuals 2022-05-07 22:31:26 +02:00
vicinity-gush8
4ccc490c83 Fix some issues 2022-05-07 22:31:26 +02:00
SylveonBottle
ee248ef2eb Removed redundant screenshot of settings, others
Since the config file is now a requested item, we no longer need to ask the user for just literal screenshot of their menu in order to see what they have enabled.

Config is very useful as there may be other modules that can cause a crash when used in combination with another module. Removed "you can remove this line", making it a requirement.

Combined "drag and drop" information together, since it goes hand-in-hand. Made separate information in it's own separate block.

Please replace "paste symbolize-crash-log here instead" with "paste symbolize-crash-log here as well" if both symbolize-crash-log and logs are requested.
2022-03-27 22:17:54 +02:00
LightCat
41c251369a
Fix undefined dlopen behaviour
Thanks to "yelnya face" (@yelnyaface) for debugging this
closes #1611
closes #1611
2022-03-24 20:28:56 +01:00
BenCat07
f25ad671de Fix crashes for boost for now (kinda jank solution) 2022-03-21 19:25:12 +01:00