Fixed LZMA decompression size calc on 64bit for real this time
Probably fixed CGameClient::Reconnect
Combine APC vehicle tweaks
* Replace the vehicle entity with the big gib in undo/cleanup systems when the APC explodes
* APC can now explode without a driver
* Prevent potential crashes at entity limit
Fixed m_UseFastClipping being set to a pseudo-random value on game start
DxSupport tweaks
* Reduce cl_detaildist to 3k from 4k
* Delete dxsupport_sp, dxsupport_episodic (unused files)
* Load the dxsupport.cfg from bin/ always, not from bin/win64/ for 64bit and bin/ for 32bit
* Disable support for dxsupport_override.cfg (unnecessary)
Move vtex.ico into src/utils/vtex/ from game/bin/
Fixed DxSupport loader parsing numbers from hex to decimal twice
* KeyValues system already magically parses 0xFFFF type strings into a float, so ReadHexValue doesn't need to exist anymore.
Remove obsolete convars from dxsupport
* mat_parallaxmap, r_decal_cullsize
Fixes for 64bit Hammer displacement tools
Fix annoying compile warnings about hiding global/member with same name