3679 Commits

Author SHA1 Message Date
LightCat
acd7b2c838
Bruh moment 2019-07-15 10:01:46 +02:00
BenCat07
eae23f5aee Fix Crit Boosts not working with crithack on 2019-07-15 08:02:11 +02:00
BenCat07
c03a225210 Fix Bug related to identify message being sent in IRC 2019-07-15 08:01:56 +02:00
BenCat07
bb6f1f2488 AutoHeal and Followbot Improvements
- Heal friends only
- Follow Friends Only
- Charge when someone says "Charge me doctor!"
2019-07-15 08:01:36 +02:00
BenCat07
0a31cb7f06 Improve the scoreboard patches to show dominations 2019-07-15 08:00:08 +02:00
BenCat07
647c73013f Enable SkinChanger if any options are changed.
Fixes #771
2019-07-12 22:51:57 +02:00
BenCat07
1a15f82b97 Add "Crit saving" and "Auto Crit"
Fixes #791.
See above issue for more information.
2019-07-12 22:46:42 +02:00
BenCat07
0dc82f83ed don't apply entgmod to projectile thanks 2019-07-12 21:42:44 +02:00
BenCat07
9f8d7900a4 Make identify and Counter identify work as intended
Fixes #790
2019-07-12 21:39:49 +02:00
BenCat07
d2586ee785 Use entgmod in prediction 2019-07-12 21:39:19 +02:00
BenCat07
0f50c0a1d0 Add explosion spheres to GUI 2019-06-30 16:21:30 +02:00
BenCat07
80aeed4c21 Add Anti spam 2019-06-30 16:21:06 +02:00
bencat07
75128a2f17 Fix the vote delay not working properly 2019-06-30 12:39:07 +02:00
BenCat07
65b370ade7 Fix Legit sticky, Only look at scottish resistance stickies 2019-06-29 23:34:25 +02:00
BenCat07
05f87fe48b Fix HasWeapon not working correctly 2019-06-29 23:33:05 +02:00
BenCat07
253f2d665a Fix Aimbit missing Dragon's Fury Range 2019-06-29 23:32:39 +02:00
BenCat07
80eee133d9 Move clean chat to a better function and improve it 2019-06-29 23:32:27 +02:00
bencat07
35febb87cf Fix this bruh moment of a while loop 2019-06-29 17:24:43 +02:00
BenCat07
7dfeca7673 Also copy -2 of vtable in vmthooks 2019-06-29 17:00:56 +02:00
BenCat07
c4b0b4cb0d Ignore Key presses while writing in (party/team)chat 2019-06-29 16:41:35 +02:00
BenCat07
42d2de2cd3 Fix crashes related to incorrect RTII information copying in vtables 2019-06-29 16:40:39 +02:00
BenCat07
55bed4e247 Merge remote-tracking branch 'origin/master' 2019-06-28 23:53:37 +02:00
BenCat07
09e7c1b77f Improve Killstreaks (See Description)
* Fix KIlls being counted twice ( FireEvent & FIreEventClientside both send event)
* Fix Killstreak not being applied Correctly
* Fix Killstreak not showing up on scoreboard
* Fix Total KIllstreak being applied to weapon instead of weapon specific
Also fixes #778
2019-06-28 23:53:29 +02:00
BenCat07
352fe2cc01 Make CSignature Code look better and more modular 2019-06-28 23:45:01 +02:00
TotallyNotElite
df21ce30d6 Autosticky: Fix legit mode not detonating
Fixes #780

Not cool @BenCat07
2019-06-28 11:35:34 +02:00
BenCat07
33740e886e Add a scoreboard / player info board class revealer 2019-06-26 19:28:00 +02:00
BenCat07
f9d6fed649 Return properly when loaded module is null 2019-06-26 19:27:34 +02:00
LightCat
9730f13fd4
Merge pull request #773 from nullworks/BenCat07-patch-1
Fix IMGUI unity build failures (maybe)
2019-06-23 20:43:04 +02:00
LightCat
0373ec5068
Fix IMGUI unity build failures (maybe) 2019-06-23 20:38:41 +02:00
TotallyNotElite
b05cc9f6ff Revert "Revert "circleci: compile unity build""
This reverts commit 7aec1e7bd8b554fa58a5636350318b6f9fd299dc.
2019-06-23 20:32:06 +02:00
TotallyNotElite
7aec1e7bd8 Revert "circleci: compile unity build"
This reverts commit 12074ba70ff9230f9c68a1492842e211c005a65a.
2019-06-23 20:18:45 +02:00
TotallyNotElite
598355c0f4 always link against SDL and fix typo
Fixes #689
2019-06-23 20:00:33 +02:00
TotallyNotElite
9a408cb371 Sticky bomb explosion circles
Also changed gpl header in chatcommands.cpp
fixes #271
2019-06-23 19:03:50 +02:00
TotallyNotElite
cbc0e7a625 GUI Improvements (See description)
+ Fixed #746 by truncating the string
+ Fixed font size being bad on glez and engine drawing
+ Use std::string instead of char[] in GuiInterface
+ Replace hack in PlayerListController to make the state more clickable with a real solution
+ Fix text being too low when using engine drawing
2019-06-23 10:45:23 +02:00
TotallyNotElite
19afb59d92 Fix dependencycheck on archlinux systems
pacman doesn't like strings, or whatever else caused it to error when using $string
2019-06-22 20:42:59 +02:00
LightCat
966b60a27b
Fix undefined behaviour 2019-06-22 20:32:40 +02:00
TotallyNotElite
eb725d02ec fix dependencycheck
Old fix works in some, but not all scenarios. New fix should work in every scenario.
2019-06-22 20:29:34 +02:00
TotallyNotElite
92d69d40c5 Merge remote-tracking branch 'origin/master' 2019-06-22 20:09:01 +02:00
TotallyNotElite
ff8bd5150c fix install-all
dependencycheck can't get user input while the script is being piped into bash. Ask user using zenity, read or worst case scenario do it non-interactively.
2019-06-22 20:08:55 +02:00
TotallyNotElite
c0c3af40cc
Update install-all 2019-06-22 16:46:15 +02:00
BenCat07
bafd9d19d8 Add Arrow for exit on Teleporter(Also Add Draw Filled Triangle Function) 2019-06-22 16:30:37 +02:00
BenCat07
8ef84a4ac3 Merge remote-tracking branch 'origin/master' 2019-06-22 14:31:12 +02:00
BenCat07
1f3c82e3ca Improve Auto Deadringer 2019-06-22 14:31:03 +02:00
BenCat07
0ac8c97df7 Make Spy Navbot go for backstabs 2019-06-22 14:30:53 +02:00
BenCat07
22e8a6afef Fix LookAtPath with slow aim 2019-06-22 14:30:39 +02:00
BenCat07
59079c431f Make auto abandon not interfer with anti auto balabce 2019-06-22 14:29:26 +02:00
BenCat07
fc72e7cd02 make IPC always set IPC status as long as target isn't RAGE or developer 2019-06-22 14:28:59 +02:00
BenCat07
dc5d4093bc Fix Spy Alert not considering ignored 2019-06-22 14:28:10 +02:00
BenCat07
1cf7b1387b Fix Autotaunt not considering Ignored 2019-06-22 14:27:40 +02:00
BenCat07
ae4b83a45f make Predict func accessible outside of prediction.cpp 2019-06-22 14:27:26 +02:00