hl2sdk/public/tier1
2024-03-18 19:13:05 +03:00
..
bitbuf.h Update bf_write/read classes 2024-03-18 15:57:08 +03:00
bufferstring.h Add CEntityKeyValues, EntityInstanceIter_t, EntityInstanceByNameIter_t, EntityInstanceByClassIter_t & other stuff (#183) 2023-12-23 20:03:58 +03:00
callqueue.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
cbyteswap.h Move CByteswap to tier0 2024-03-18 16:46:21 +03:00
characterset.h Move CharacterSetBuild to tier0 2024-03-18 16:50:07 +03:00
checksum_crc.h Move checksum_crc to tier0 2024-03-18 16:59:18 +03:00
checksum_md5.h Move checksum_md5 to tier0 2024-03-18 17:03:12 +03:00
CommandBuffer.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
convar_serverbounded.h Update ConCommand/ConCommandBase/CCommand/ConCommandHandle 2023-09-27 16:54:58 +00:00
convar.h Pass a context to command member callback 2023-09-30 13:51:00 +00:00
delegates.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
diff.h Move diff.cpp to tier0 2024-03-18 17:06:56 +03:00
exprevaluator.h Update KeyValues headers to better match exported symbols 2022-09-04 12:40:16 -04: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 Update generichash.cpp/.h 2024-03-18 18:09:38 +03: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
keyvalues3.h Various updates to CEntityClass, CEntityInstance & CUtlDict (#196) 2024-01-26 05:11:01 +03:00
KeyValues.h KeyValues & ICommandLine fixes after 7/2/24 CS2 update (#201) 2024-02-07 12:55:45 +03: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
memblockallocator.h Add schemasystem (#215) 2024-03-18 15:46:20 +03:00
mempool.h Add schemasystem (#215) 2024-03-18 15:46:20 +03:00
memstack.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
netadr.h Move netadr to tier0 2024-03-18 19:13:05 +03: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
rawallocator.h Major refactor of utl* classes (#164) 2023-10-13 20:16:09 +03: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 Major refactor of utl* classes (#164) 2023-10-13 20:16:09 +03: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 Move uniqueid to tier0 2024-03-18 18:52:28 +03: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 Finished ResetDbgInfo/m_pElements removal on data structures 2023-09-27 16:54:58 +00:00
utlbuffer.h Rename byteswap to cbyteswap (#140) 2023-10-01 16:41:15 +03:00
utlbufferutil.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
utlcommon.h Add utlcommon.h & utlhashtable.h from sdk2013 2023-09-27 16:54:58 +00:00
utldelegate.h Start of Source2 work. 2015-07-09 13:07:26 -04:00
utldelegateimpl.h Minor fixups 2023-11-19 16:05:18 +03:00
utldict.h Update CGameEntitySystem members (#204) 2024-02-07 19:40:14 +03:00
utlenvelope.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
utlfixedmemory.h Finished ResetDbgInfo/m_pElements removal on data structures 2023-09-27 16:54:58 +00: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
utlhashtable.h Add CEntityKeyValues, EntityInstanceIter_t, EntityInstanceByNameIter_t, EntityInstanceByClassIter_t & other stuff (#183) 2023-12-23 20:03:58 +03:00
utlintrusivelist.h Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00
utlleanvector.h Add memdbgon/off.h to utlleanvector (#217) 2024-03-11 23:37:09 +03:00
utllinkedlist.h Fix minor compile time issues & update interfaces project files 2023-09-27 16:54:58 +00:00
utlmap.h A lot of minor edits/fixes 2023-09-27 16:54:58 +00:00
utlmemory.h Add CEntityKeyValues, EntityInstanceIter_t, EntityInstanceByNameIter_t, EntityInstanceByClassIter_t & other stuff (#183) 2023-12-23 20:03:58 +03:00
utlmultilist.h Finished ResetDbgInfo/m_pElements removal on data structures 2023-09-27 16:54:58 +00:00
utlntree.h Finished ResetDbgInfo/m_pElements removal on data structures 2023-09-27 16:54:58 +00: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 Update CGameEntitySystem members (#204) 2024-02-07 19:40:14 +03:00
utlscratchmemory.h Add CVariant 2023-09-27 16:54:58 +00: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 Add CEntityKeyValues, EntityInstanceIter_t, EntityInstanceByNameIter_t, EntityInstanceByClassIter_t & other stuff (#183) 2023-12-23 20:03:58 +03:00
UtlStringMap.h Add schemasystem (#215) 2024-03-18 15:46:20 +03:00
utlsymbol.h Add schemasystem (#215) 2024-03-18 15:46:20 +03:00
utlsymbollarge.h Add schemasystem (#215) 2024-03-18 15:46:20 +03:00
utltshash.h Add schemasystem (#215) 2024-03-18 15:46:20 +03:00
utlvector.h Add KeyValues3 & CUtlLeanVector (#177) 2023-11-18 22:19:28 +03:00