Commit Graph

97 Commits

Author SHA1 Message Date
vanz696
2306c0f864
Update CGameEntitySystem members (#204) 2024-02-07 19:40:14 +03:00
Mooshua
fdc4954f22
KeyValues & ICommandLine fixes after 7/2/24 CS2 update (#201)
Co-authored-by: GAMMACASE <31375974+GAMMACASE@users.noreply.github.com>
2024-02-07 12:55:45 +03:00
vanz696
92bffa0578
Various updates to CEntityClass, CEntityInstance & CUtlDict (#196) 2024-01-26 05:11:01 +03:00
vanz696
b2301a9ac3
Add CEntityKeyValues, EntityInstanceIter_t, EntityInstanceByNameIter_t, EntityInstanceByClassIter_t & other stuff (#183)
* Replace g_pEntitySystem with GameEntitySystem() function;
* KeyValues3, CGameSystem & CVariant updates;
2023-12-23 20:03:58 +03:00
Nicholas Hastings
b02746e648
Minor IFileSystem & CBufferString updates (#192) 2023-12-23 14:13:41 +03:00
zer0.k
6965e3e702
Update CUtlSymbolTable and tier1 project file (#190)
* Update CUtlSymbolTable and tier1 project file

* Fix unintended change

* change nullptr to NULL

* Remove utlsymbol

* Fix CUtlStringMap using the wrong variable

* Add default null value to the new argument

* Remove unneeded parameter in CUtlStringMap operator[]

* fix makefile line ending
2023-12-17 17:12:51 +00:00
GAMMACASE
dc3346780d Minor fixups 2023-11-19 16:05:18 +03:00
vanz666
bf82ba994d
Add KeyValues3 & CUtlLeanVector (#177) 2023-11-18 22:19:28 +03:00
zer0.k
2a200361ee
Fix memmove warnings in utlvector with clang (#172) 2023-10-30 21:42:49 +03:00
zer0.k
fa4cf0f129
Update CCopyableUtlVector to be compatible with clang (#170) 2023-10-24 00:00:14 +00:00
Noah Kim
3600b56ccf
Fix missing return of UtlSymTableLargeHashFunctor in utlsymbollarge.h (#169) 2023-10-23 02:42:36 +03:00
xen
f653b1ec62
Update COMPILE_TIME_ASSERT defines (#167) 2023-10-17 02:19:22 +03:00
Nick Hastings
62490710ed Update libs. 2023-10-13 14:51:08 -04:00
vanz666
c0def21c93
Major refactor of utl* classes (#164)
Changed/Added classes: CThreadMutex, CUtlMemoryBlockAllocator, CRawAllocator, CUtlHashtable, CUtlVector, CUtlMemory, CUtlMemory_RawAllocator, CUtlSymbolLarge, CUtlSymbolTableLargeBase
2023-10-13 20:16:09 +03:00
GAMMACASE
1220e9a8d1 Minor update to IVEngineServer2 2023-10-09 01:23:49 +03:00
komashchenko
a138f7fb01
Remove m_nAllocationCount, m_nGrowSize from CUtlRBTree (#158) 2023-10-08 18:46:08 +03:00
karl-police
b4b86c8408
Add CUtlVector::AddToTailGetPtr (#152) 2023-10-04 10:29:54 +03:00
GAMMACASE
6fd990f46b Few minor fixes 2023-10-01 17:27:56 +03:00
Poggu
05a5907e05
Rename byteswap to cbyteswap (#140)
Resolves include collision with protobuf dependency
2023-10-01 16:41:15 +03:00
Wend4r2
78bdcdaf19 Pass a context to command member callback 2023-09-30 13:51:00 +00:00
Wend4r2
6696d3dea4 Fix an abstract CConCommandMemberAccessor<T> 2023-09-30 13:51:00 +00:00
GAMMACASE
0ac0302c8e Fix GCC compilation issues 2023-09-29 13:13:00 +03:00
Nick Hastings
29e9027679 Fix CBufferStringGrowable initialization order 2023-09-27 19:56:15 -04:00
zer0.k
62c3df6af5 Update bitbuf to match sdk2013 2023-09-27 16:54:58 +00:00
GAMMACASE
0185e8aded Fix minor compile time issues & update interfaces project files 2023-09-27 16:54:58 +00:00
GAMMACASE
de31558103 Update CUtlMemory EXTERNAL_* flags handling 2023-09-27 16:54:58 +00:00
GAMMACASE
5fa3fbeaeb Minor code tweaks 2023-09-27 16:54:58 +00:00
GAMMACASE
5bd88329db Update HKeySymbol & return back KeyValuesSystem() 2023-09-27 16:54:58 +00:00
number201724
23e7043b9b Overhaul KeyValues.h
Co-authored-by: GAMMACASE <31375974+GAMMACASE@users.noreply.github.com>
2023-09-27 16:54:58 +00:00
GAMMACASE
5ace21fa24 Small temporary fix to the KeyValues::GetString 2023-09-27 16:54:58 +00:00
GAMMACASE
cb46fa5234 Add EStringConvertErrorPolicy 2023-09-27 16:54:58 +00:00
GAMMACASE
4680b0ee44 Minor edit to CBufferString 2023-09-27 16:54:58 +00:00
Dora
02485a3c85 Update CUtlString & obsolete utlstring.cpp 2023-09-27 16:54:58 +00:00
GAMMACASE
9429c5a6c5 Add missing CommandTarget_t 2023-09-27 16:54:58 +00:00
GAMMACASE
a8c0e4f903 A lot of minor edits/fixes 2023-09-27 16:54:58 +00:00
GAMMACASE
6a703f7fd0 Add CVariant 2023-09-27 16:54:58 +00:00
GAMMACASE
d01418aca1 Update tier0.lib & KeyValues constructor 2023-09-27 16:54:58 +00:00
GAMMACASE
52fe1295e1 Fix compile errors & random crashes related to IMemAlloc interface
This mainly affected debug builds
2023-09-27 16:54:58 +00:00
Nick Hastings
d24cab911f Strip CUtlBuffer defined functions from tier1 lib 2023-09-27 16:54:58 +00:00
Nick Hastings
bff074c159 More ConCommand tweaks 2023-09-27 16:54:58 +00:00
Nick Hastings
e145eae33e Fix vtable sneaking into ConCommand 2023-09-27 16:54:58 +00:00
GAMMACASE
a2b25a98eb Add utlcommon.h & utlhashtable.h from sdk2013 2023-09-27 16:54:58 +00:00
Nick Hastings
b58d27b75d Fix handle ref in CON_COMMAND macros 2023-09-27 16:54:58 +00:00
Nick Hastings
2c9f711bbd Update ConCommand/ConCommandBase/CCommand/ConCommandHandle 2023-09-27 16:54:58 +00:00
GAMMACASE
f47a19d330 Update ISource2GameClients interface 2023-09-27 16:54:58 +00:00
GAMMACASE
b6a89a4815 Update CBufferString class 2023-09-27 16:54:58 +00:00
GAMMACASE
1312e1c957 Few more adjustments 2023-09-27 16:54:58 +00:00
GAMMACASE
faea3c63e7 Add CBufferString class 2023-09-27 16:54:58 +00:00
GAMMACASE
8df67ec7d7 Update ConVar & ConCommand handle types 2023-09-27 16:54:58 +00:00
Nick Hastings
86509802f3 Initialize more members of ConCommandDesc_t in ctor 2023-09-27 16:54:58 +00:00