* InputSystem m33m
* CS fixes???
* doom'n'shoot
* Significantly cleanup lagexploit code and fix convar constructor issues
* Add clip1 to weapon class further lagexploit cleanup
* Fix some more code style
* Add convarwrapper meme
* Ensure that profiler leaf functions are never inlined to save the icache
* Enable AVX extensions and fix some platform defines
* Properly move cmd_delta into the target structure
* Fix some codestyle memes
* Fix code style and add crossplat support for some functions
* Fix bug from code style changes
* Add profiler
* add debug define
* Update convar to_string functions to work and init the tf_convar correctly
* Add font drawing support to draw
* Add player info support and change hitboxes_internal to use 1 matrix operation
* Add get_latency and ticks_to_time and time_to_ticks
* Remove unnecessary build flag
* Add profiler init code and profile createmove
* Add tick_valid and profile backtrack
* Update esp to show profiler nodes
* Change aimbot visible_target logic and profile
* Change profile scope macro for clang
* Calculate a clock speed on linux
* Use intel intrinsic rdtsc
* Crossplatform fixes.
* more crosspaltform fixes
* basic lagexploit and some neat shit (#32)
Add lag exploit
* Update backtracking to copy the transforms it wants instead of letting setupbones recreate it again
* Cleanup redundent code and add linux code path
* Fix code define issues on linux
* Start work on draw manager
* Update hooks to allow for calling the original function more easily
* Use new code to call original function
* Add enginevgui paint hook
* Fix drawing issues
* Update premake script and remove draw debugging
* Premake script also creates the directory
* Fix windows codepaths for drawing
* Fix premake script
* Fix premake script
* Fix premake script
* Fix premake script
* add more linux signatures
* Update premake script to generate correct symbols on respective platforms
* Add debugger gdb for linux builds
* Change from -ggdb to -gdwarf
* change from -gdward to -g3
* Update linux signatures
* Fix issues with virtual function calling
* Fix a bunch of crashes.
* Update prediction vfunc indexes
* Update more indexes
* No more crashes!
* Fix usercmd padding
* Fix more index issues
* Change attach scripts to reflect what they do
* Fix windows compilation issues - remove hardcoded path from attach-basic
* Update attach script