3399 Commits

Author SHA1 Message Date
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
TotallyNotElite
250a786d15 chat commands! 2019-06-22 13:23:38 +02:00
TotallyNotElite
b57f7afbd4 GetFreindPersonaName: Fix use after free
the char * returned by std::string::c_str() is not valid after std::string goes out of scope.
2019-06-22 12:09:41 +02:00
bencat07
788cb9725d Merge branch 'master' of https://github.com/nullworks/cathook 2019-06-21 22:41:23 +02:00
bencat07
2b29a70a1c Make one big chunky font for use in ESP 2019-06-21 22:40:54 +02:00
TotallyNotElite
37f9408761 Merge branch 'experimental' 2019-06-21 22:32:07 +02:00
BenCat07
f9223842ea Fix autobackstab targetting friends 2019-06-21 22:19:17 +02:00
BenCat07
47722e5faa Make autovote wait a random amount of time 2019-06-21 22:19:08 +02:00
BenCat07
6685dff840 Fix crashes due to RTII overwrites in VMTHooks 2019-06-21 22:18:38 +02:00
BenCat07
aa4c16c107 Upgrade segfault log 2019-06-21 22:18:11 +02:00
TotallyNotElite
04d514b856 add rsync to depends 2019-06-21 21:20:10 +02:00
TotallyNotElite
2552f1c27e use new dep install script 2019-06-21 20:29:11 +02:00
TotallyNotElite
00bc741b1d install 32 bit deps instead of 64 bit
lol?
2019-06-21 18:56:47 +02:00
BenCat07
3434478d7b Automatically run to dispensers if Get Health is on 2019-06-21 14:27:42 +02:00
BenCat07
0e7c7e5c96 Add default cat_autoexec_textmode.cfg 2019-06-21 14:26:32 +02:00
TotallyNotElite
bfb889aaf8 Merge remote-tracking branch 'origin/master' 2019-06-21 11:27:49 +02:00
TotallyNotElite
d9ddf2403b Ensure 32 bit libraries are used 2019-06-21 11:27:37 +02:00
TotallyNotElite
32ee3e81bc
Merge pull request #763 from SylveonBottle/master
Remove discord from spam
2019-06-21 11:04:51 +02:00
SylveonBottle
f71f59d8e4
Update README.md 2019-06-21 03:53:05 -05:00
SylveonBottle
857b19b115
Update spam.txt 2019-06-21 03:52:17 -05:00
LightCat
a454e17c9e
Fix Some SDL2 location issues 2019-06-21 08:55:10 +02:00
TotallyNotElite
e0c2e373d8 add basic chat command support
still needs custom stuff (%name% etc)
2019-06-20 16:00:08 +02:00
TotallyNotElite
31647382d9 link against system sdl2 2019-06-20 13:07:29 +02:00
TotallyNotElite
ae27d7008b Facestab players below 41 hp
TODO: Detect YER
2019-06-20 00:35:07 +02:00
BenCat07
e06712b90e Merge remote-tracking branch 'origin/master' 2019-06-19 21:12:07 +02:00
BenCat07
dae8b81af6 Add default priority for openGL library 2019-06-19 21:12:01 +02:00
TotallyNotElite
4cc77266c9 config: cmake-gui and build mode changing 2019-06-19 21:09:44 +02:00
bencat07
b2c5fe86c6 tracers: Replace magical numbers with Dynamic variables by classdump
Fixes #745
2019-06-19 20:22:48 +02:00
TotallyNotElite
6669cd2a87 thread safety for irc dns 2019-06-19 10:51:00 +02:00
TotallyNotElite
5c061e35a3 auto install dialog 2019-06-18 21:19:44 +02:00
TotallyNotElite
388d946cb4 fix config change before config migration 2019-06-18 20:39:48 +02:00