hl2sdk/public/tier1
Nick Hastings f60592b4f9 More Source 2 / Dota shuffling.
- Remove tier1 interface/factory funcs that no longer exist.
- Add/fix tier0 interface funcs.
- Fix tier0 win64 link lib to have correct decorated names for Msg, Warning, etc.
- Update Error() shim to act more closely to old behavior.
- Moved CreateInterface impl to interfaces lib (appears to not be in tier1 anymore).
- Removed exports log channels that aren't exported in S2.
2018-06-30 08:15:58 -04:00
..
bitbuf.h Fix 64-bit debug build error in bitbuf. 2018-01-26 16:54:30 -05:00
byteswap.h Added reverse-engineered interfaces lib code and hacked up tier1 and mathlib to build against the newer headers. 2012-05-21 02:49:35 -05:00
callqueue.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
characterset.h Added reverse-engineered interfaces lib code and hacked up tier1 and mathlib to build against the newer headers. 2012-05-21 02:49:35 -05:00
checksum_crc.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
checksum_md5.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
CommandBuffer.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
convar_serverbounded.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
convar.h Update ConVar flags for ConVar_Register to use correct type (alliedmodders/metamod-source#42). 2018-03-14 18:09:45 -04:00
datamanager.h More Source 2 / Dota shuffling. 2018-06-30 08:15:58 -04:00
delegates.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
diff.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
exprevaluator.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
fmtstr.h Various fixes for building static libs on Mac OS X and Linux. 2014-03-01 13:28:50 -06:00
functors.h Fix various GCC/Clang warnings in ivscript.h and functors.h. 2014-03-15 01:20:26 -05:00
generichash.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
iconvar.h Added some missing ConVar flags. 2016-11-27 09:31:13 -05:00
interpolatedvar.cpp Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
interpolatedvar.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
KeyValues.h Hackfix KeyValues class so at least self-owned ones work. 2015-10-08 12:54:18 -04:00
lerp_functions.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
lzmaDecoder.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
lzss.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
mempool.h Various other fixes for 64-bit. 2016-07-22 13:43:08 -04:00
memstack.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
netadr.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
processor_detect.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
rangecheckedvar.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
refcount.h Block out seemingly unused CRefDebug class for clang builds. 2011-06-17 17:41:40 -05:00
smartptr.h Various fixes for building static libs on Mac OS X and Linux. 2014-03-01 13:28:50 -06:00
stringpool.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
strtools.h Start of Source2 work. 2015-07-09 13:07:26 -04:00
tier1.h Added reverse-engineered interfaces lib code and hacked up tier1 and mathlib to build against the newer headers. 2012-05-21 02:49:35 -05:00
timeutils.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
tokenset.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
uniqueid.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
utlbidirectionalset.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
utlbinaryblock.h Start of Source2 work. 2015-07-09 13:07:26 -04:00
utlblockmemory.h Mac compatibility. 2012-05-21 18:30:56 -05:00
utlbuffer.h Various other fixes for 64-bit. 2016-07-22 13:43:08 -04:00
utlbufferutil.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
utldelegate.h Start of Source2 work. 2015-07-09 13:07:26 -04:00
utldelegateimpl.h Fix various other compiler warnings/errors. 2016-07-22 13:43:35 -04:00
utldict.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
utlenvelope.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
utlfixedmemory.h Various other fixes for 64-bit. 2016-07-22 13:43:08 -04:00
utlflags.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
utlhandletable.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
utlhash.h Fix UtlHash for 64-bit. 2016-11-09 15:21:21 -05:00
utlhashdict.h More fixes for GCC and Clang builds. 2014-03-02 00:56:59 -06:00
utlintrusivelist.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
utllinkedlist.h Added reverse-engineered interfaces lib code and hacked up tier1 and mathlib to build against the newer headers. 2012-05-21 02:49:35 -05:00
utlmap.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
utlmemory.h Include mathlib in utlmemory.h to fix build. 2018-06-16 09:23:55 -04:00
utlmultilist.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
utlntree.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
utlobjectreference.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
utlpriorityqueue.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
utlqueue.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
utlrbtree.h Added reverse-engineered interfaces lib code and hacked up tier1 and mathlib to build against the newer headers. 2012-05-21 02:49:35 -05:00
utlsoacontainer.h Added reverse-engineered interfaces lib code and hacked up tier1 and mathlib to build against the newer headers. 2012-05-21 02:49:35 -05:00
UtlSortVector.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
utlstack.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
utlstring.h Start of Source2 work. 2015-07-09 13:07:26 -04:00
UtlStringMap.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
utlsymbol.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
utlsymbollarge.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
utltshash.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
utlvector.h Fix various other compiler warnings/errors. 2016-07-22 13:43:35 -04:00