2620 Commits

Author SHA1 Message Date
LightCat
911ca1a1b0
Merge pull request #685 from l0fg/l0fg-pr-master
Merge l0fg with master
2019-01-26 09:56:41 +00:00
Unnamed
19c8736354 Fix kick reason being ignored in callvote 2019-01-26 01:47:09 +00:00
Unnamed
0df8256e28 AutoJoin.cpp: register updateSearch in Paint 2019-01-26 01:46:43 +00:00
Unnamed
f485da873d votelogger.cpp: add rage vote kick
Automatically initiate vote kick against players with rage state
Set rage state to players who attempted to vote kick friendly player
2019-01-26 01:45:13 +00:00
Unnamed
12b03d1ff7 votelogger.cpp: use SendPartyChat() instead of cmd; minor refactor 2019-01-26 01:45:03 +00:00
Unnamed
3a89bed924 Add various party related signatures 2019-01-26 01:44:53 +00:00
Unnamed
f05021cfaa CatBot.cpp: minor refactor
Assign result of calculation to a variable where it is used more than once
2019-01-26 01:44:44 +00:00
Unnamed
751000baf0 CatBot.cpp: fix reporting invalid SteamIDs 2019-01-26 01:44:35 +00:00
Unnamed
c6ce522987 Better fix for 5cf04cd9 2019-01-26 01:44:25 +00:00
Unnamed
a9faba351f PlayerTools.cpp: fix betrayal_list updated for wrong players
Have to be updated for those who we should not target
2019-01-26 01:42:49 +00:00
Unnamed
d2f1a508a2 Refactor shouldTarget{,SteamId}
Return true if we should target or false otherwise. Makes code shorter in a lot of places because value was tested only for DO_NOT_IGNORE
2019-01-26 01:42:22 +00:00
Unnamed
1b32f49da5 playerlist.cpp: allow to set player state by his SteamID
Add cat_pl_add_id command. It takes 32bit steam id and state
2019-01-26 01:38:38 +00:00
Unnamed
1241868ab5 settings: Fix '\' character not being properly saved 2019-01-26 01:38:29 +00:00
Unnamed
63b167ea1d Misc refactoring
Assign to a variable elements, these are used more than once
2019-01-26 01:38:18 +00:00
Unnamed
66301c1970 Add UniformRandomInt RNG
Simple uniform RNG that depends on rand() as randomness source
Init random in hack.cpp
2019-01-26 01:30:42 +00:00
LightCat
26ba1b6b1b Add CritSay and improve a few DominateSay things 2019-01-25 21:31:51 +01:00
LightCat
9b30faa9ff
Update README.md 2019-01-20 19:55:08 +01:00
LightCat
2b12554f49 Improve 6th slot of party breaking 2019-01-20 17:52:57 +01:00
LightCat
76c345475b
Merge pull request #680 from nullworks/testing
Testing -> master
2019-01-20 12:32:26 +00:00
LightCat
55e03ef4a5 Fix Backtrack melee aimbot 2019-01-20 13:30:34 +01:00
LightCat
73b7bb4a73 Improve experimental crithack 2019-01-19 17:27:05 +01:00
TotallyNotElite
b304e6f027
Merge pull request #679 from nullworks/testing
Testing -> Master
2019-01-19 16:31:39 +01:00
TotallyNotElite
3c95b7b24c Massive setupbones performance improvements
credits @bencat07
2019-01-19 15:27:46 +01:00
TotallyNotElite
934901db27 Backtrack performance fix, Profiler fixed
For future reference: SetupBones is very very slow
2019-01-18 22:53:47 +01:00
TotallyNotElite
482459bf33 small fix 2019-01-17 20:09:06 +01:00
TotallyNotElite
e844401cff Git tags as update system
tags and stuff
2019-01-17 20:00:14 +01:00
LightCat
1fbb177548 More hitboxes for Buildings 2019-01-17 14:35:20 +01:00
LightCat
3531383834
Update README.md 2019-01-17 10:13:08 +01:00
TotallyNotElite
6ac88e3002 Revert "Fix Itemtest map being extremely inefficient"
This reverts commit 03788005291f6b9c7274414855f7d0f251003b1b.
2019-01-16 18:54:33 +01:00
TotallyNotElite
b8d1638ac1 Navbot health and ammo hotfix 2019-01-16 18:37:07 +01:00
TotallyNotElite
12c5b0d0c3 Navbot health and ammo hotfix 2019-01-16 18:36:44 +01:00
TotallyNotElite
63fc959f49 Revert "Fix Itemtest map being extremely inefficient"
This reverts commit 03788005291f6b9c7274414855f7d0f251003b1b.
2019-01-15 21:34:05 +01:00
LightCat
45f7f888e6 Merge branch 'testing' of https://github.com/nullworks/cathook into
testing
2019-01-14 17:13:58 +01:00
LightCat
471b0861cd Fix crash that apparently exists 2019-01-14 17:11:22 +01:00
TotallyNotElite
d05a02047e
Fix wrong freetype2 2019-01-13 14:38:31 +01:00
TotallyNotElite
44f5206e38 Merge remote-tracking branch 'origin/testing' into testing 2019-01-13 14:18:52 +01:00
TotallyNotElite
7fd50de8e0 Autosapper and cmake 2019-01-13 14:18:46 +01:00
LightCat
7ae4eae0bf ConsoleColorPrintf and AutoHeal improvements! 2019-01-13 12:13:35 +01:00
LightCat
57698d3c26 fix Killstreak 2019-01-12 17:40:16 +01:00
TotallyNotElite
968d635bd8 Remove precompiled partybypass
1.8 mb of wasted space
2019-01-12 14:04:23 +01:00
Unnamed
be2004fab6 votelogger.cpp: small refactor and fix
Use std::snprintf in place where it is supposed to be
Comment ';' character usage
Fix always voting yes to kick despite vote_kicky being false
2019-01-12 13:51:18 +01:00
Unnamed
051fe3211f Backtrack.cpp: move UpdateIncmoingSequences to Event CM 2019-01-12 13:46:07 +01:00
Unnamed
c03943c1a7 AccessData(steam_id) refactor
Assign result to a variable in places, where it is used more than once
2019-01-12 13:44:54 +01:00
Unnamed
c4a122e52e DispatchUserMessage.cpp: misc refactor
Use \e instead of dot for more invisible chat (when your name is \e\e)
2019-01-12 13:44:24 +01:00
LightCat
5dbbf8be4a Fix "medigun only" triggering on non medic 2019-01-11 20:04:20 +01:00
TotallyNotElite
83287aac63
Merge pull request #677 from nullworks/testing
Testing -> Master
2019-01-11 19:43:07 +01:00
TotallyNotElite
12614945e1 Update partybypass, Quality of life improvements
Thank you @Necres1977, very cool!
2019-01-11 19:29:48 +01:00
TotallyNotElite
a6b4731cc0 Followbot fixed
Lets hope its fixed for good now...
2019-01-11 17:16:51 +01:00
LightCat
c049a1a323 clang format lol 2019-01-06 13:37:12 +01:00
LightCat
e99a441066 Fix some glez resize issues 2019-01-06 13:26:26 +01:00