1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-05 17:13:36 +08:00

434 Commits

Author SHA1 Message Date
GAMMACASE
9be8cba344 Cleanup CEntitySystem code 2024-10-06 03:59:03 +03:00
GAMMACASE
6c829238b4 Update CEntitySystem & EventQueuePrioritizedEvent_t 2024-10-05 05:11:24 +03:00
ipsvn
1f1d1580fd
Update CEntitySystem vtable (#273) 2024-10-04 23:35:06 +03:00
GAMMACASE
6af29ea849 Correct return types of V_atoi & V_atof 2024-10-04 23:27:01 +03:00
Poggu
05e47e5611
Correct CSplitString constructors (#272)
Fixes potential crashes and invalid member access
2024-10-04 16:18:59 +03:00
GAMMACASE
9f1d960f6a Improve CUtlStringToken string constructor
Prevent hashing attempts on emtpy or null strings
2024-10-04 03:25:10 +03:00
GAMMACASE
40a9bb9c02 Add V_strcasecmp & V_strncasecmp back 2024-10-04 00:49:05 +03:00
Vladimir
994fb7be03
Update ICommandLine interface & CUtlStringToken (#268)
Co-authored-by: GAMMACASE <31375974+GAMMACASE@users.noreply.github.com>
2024-10-04 00:39:08 +03:00
GAMMACASE
f93146f5f6 Correct V_stristr & V_strnistr args 2024-10-03 23:22:34 +03:00
GAMMACASE
af6a741eee Update KeyValues::SaveToFile 2024-10-03 23:12:08 +03:00
number201724
10dd072737
Update INetChannelInfo (#269) 2024-10-03 22:52:51 +03:00
GAMMACASE
96571c1827 Move strtools to tier0 & update tier1 2024-10-03 22:38:28 +03:00
Poggu
ffbc15d41e
Update CSplitString (#267) 2024-10-03 16:55:30 +03:00
Alex
d2709c880c
Enable memoverride in variant.h (#266) 2024-09-28 18:57:46 +03:00
zer0.k
553058b760
Update CNetworkGameServerBase (#265) 2024-09-17 02:29:14 +03:00
GAMMACASE
f21e0c9d8f Fix clang warning
Fixes -Wordered-compare-function-pointers warning on clang
2024-08-25 04:13:05 +03:00
GAMMACASE
e06c04d131 Merge few sdk2013 changes to mathlib
Adds RandomVectorInUnitSphere & RandomVectorInUnitCircle definitions
2024-08-20 22:57:34 +03:00
number201724
0b862d725a
Update ISource2GameClients and IProtobufBinding (#264)
Co-authored-by: GAMMACASE <31375974+GAMMACASE@users.noreply.github.com>
2024-08-15 22:49:51 +03:00
zer0.k
f1e7cc01ba
Update INetworkGameServer (#263)
After 8/14/2024 CS2 update
2024-08-15 20:53:41 +03:00
Yarukon
f9fd2214cf
Update INetChannel::SendNetMessage (#261)
After 8/8/2024 CS2 update
2024-08-09 18:07:48 +03:00
Ivan Kardapoltsev
29244abde5
Update ChangeAccessorFieldPathIndex_t (#262)
After 8/8/2024 CS2 update
2024-08-09 17:40:22 +03:00
GAMMACASE
1a19a2cca1 Update INetworkMessages, INetworkMessageInternal & CNetMessage
After 8/8/2024 CS2 update
2024-08-09 03:48:23 +03:00
GAMMACASE
fda9cb0325 Update CUtlBuffer 2024-08-07 00:23:40 +03:00
GAMMACASE
a5d9f803af Update matrix3x4_t 2024-07-03 16:46:12 +03:00
zer0.k
67ba01d050
Update CGlobalVarsBase (#260) 2024-06-19 18:49:21 +03:00
GAMMACASE
4b31db7505 Correct IGameEventManager2 (Un)Serialize arg types 2024-06-12 23:34:05 +03:00
Alex
6eeeb874c4
Update INetworkMessages & add CNetMessagePB (#258)
Co-authored-by: GAMMACASE <31375974+GAMMACASE@users.noreply.github.com>
2024-06-12 20:41:47 +03:00
zer0.k
7a1675468c
Update INetworkGameServer & add CNetworkGameServerBase (#257) 2024-06-11 16:03:08 +03:00
zer0.k
87856707ea
Update INetworkGameServer (#255) 2024-06-07 14:50:19 +03:00
vanz696
6056e92838
Add CGameTrace, CTraceFilter, Ray_t & trace ray related enums/defines (#254) 2024-06-07 14:29:04 +03:00
GAMMACASE
49a2b0b4ef Potentially fix library unloading issues 2024-06-04 12:12:15 +03:00
vanz696
cc207907f5
Update CTSListBase & various schema system naming changes (#253) 2024-06-03 19:46:16 +03:00
GAMMACASE
82cc7563cd Update CCountedStringPool 2024-05-31 05:57:39 +03:00
GAMMACASE
a96f105638 Correct some member types in CSchemaSystemTypeScope 2024-05-25 05:59:54 +03:00
GAMMACASE
bce3bf5c36 Obsolete CSchemaType_Atomic_TF/TTF 2024-05-25 05:51:58 +03:00
GAMMACASE
c5867f9e51 Add CUtlOrderedMap stub 2024-05-25 05:41:26 +03:00
GAMMACASE
5265052f04 Update CSchemaSystemTypeScope & CThreadSpinMutex 2024-05-25 05:33:59 +03:00
komashchenko
426ae7f3b4
Remove IToolGameEventAPI (#248) 2024-05-24 22:23:00 +03:00
zer0.k
6582eb8f46
Update CEntityInstance & remove IConnectionlessPacketHandler inheritance from INetworkGameServer (#246)
Co-authored-by: GAMMACASE <31375974+GAMMACASE@users.noreply.github.com>
2024-05-24 21:52:03 +03:00
xen
2567e50a3c
Update CGlobalVars after 23/05/2024 CS2 update (#245) 2024-05-24 05:48:58 +03:00
xen
05d5764701
Copy CUtlStringList from sdk2013 (#238)
Fixes mismatched delete on CUtlStringList usage.
2024-05-12 21:35:04 +03:00
GAMMACASE
79a5436dfc Resolve CUtlStringToken in utlcommon.h 2024-05-09 20:05:39 +03:00
GAMMACASE
36dd2db721 Add DefaultHashFunctor<CUtlStringToken> 2024-05-08 21:58:43 +03:00
GAMMACASE
74283e80d8 Remove CBaseEntity definition
It's better for thirdparty to handle definition of it, we can use CEntityInstance instead since it's a base class here.
2024-05-08 21:57:44 +03:00
GAMMACASE
5b106aaf14 Update CEntityInstance 2024-05-08 21:54:53 +03:00
GAMMACASE
97ec56c5cf Update fieldtype_t, RenderMultisampleType_t & SoundFlags_t enums 2024-05-08 21:54:16 +03:00
Nukoooo
f7ed6a0086
Fix compilation error on GCC12+ with C++20 (#237) 2024-05-08 14:48:53 +03:00
GAMMACASE
31f997208e Update ISource2GameEntities::CheckTransmit 2024-05-08 11:00:01 +03:00
GAMMACASE
9ddef9ac9a Add CCircularBuffer & CFixedSizeCircularBuffer 2024-05-06 16:12:02 +03:00
GAMMACASE
fa8379fc35 Update CUtlScratchMemoryPool 2024-05-06 09:08:31 +03:00