1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 20:16:10 +08:00

681 Commits

Author SHA1 Message Date
5bbfc0792e deadlock: Add Plat_NonFatalErrorFunc 2025-08-21 22:37:51 +03:00
9f028e73b7 Update tier0.lib 2025-08-21 22:32:42 +03:00
4914be5718 Correct CUtlBuffer::m_Memory index type 2025-08-21 22:31:29 +03:00
eb04e08b0a Correct CUtlLeanVector::IsIdxValid method 2025-08-21 22:31:29 +03:00
b6c821fc47 Update IGameSystem 2025-08-21 22:31:29 +03:00
0b77d6c1f6 Fix use after free in CKeyValues3Context::PurgeClusterNodeChain 2025-08-21 22:31:28 +03:00
f19256512d Partial update to ISource2Server 2025-08-21 22:31:28 +03:00
0662b70a1e Correct return types of ConVar FilterCallback typedefs 2025-08-21 22:31:28 +03:00
cae22661d0 Correct CConVar constructors 2025-08-21 22:31:28 +03:00
92e02ab8dd Update ICvar, ConVarData & ConVarValueInfo_t 2025-08-21 22:31:28 +03:00
9261be1f73 Update IVEngineServer2 2025-08-21 22:31:27 +03:00
138ea7ca76 Update INetworkSystem 2025-08-21 22:31:27 +03:00
efc302d9fa Update ISource2GameClients 2025-08-21 22:31:27 +03:00
0fb860eacc Update EntityEffects_t (#331) 2025-08-21 22:31:27 +03:00
f8d3192fd5 Update CNetworkGameServerBase 2025-08-21 22:31:27 +03:00
4698476049 Add INetworkChannelNotify (#329) 2025-08-21 22:31:26 +03:00
f05cb34a6e Fix CKeyValues3Context::AllocString returning nullptr on empty strings 2025-08-21 22:31:26 +03:00
ff4ea3106f Correct CUtlRBTree::IsValidIndex 2025-08-21 22:31:26 +03:00
6113b9f18c Use V_memmove instead of memmove 2025-08-21 22:31:26 +03:00
69f4ebd961 Update ISource2GameClients (#330) 2025-08-21 22:31:26 +03:00
c2fa9d529a Update NetworkStateChangedData & add missing initializer_list include 2025-08-21 22:31:26 +03:00
c074421767 Update IEngineServiceMgr (#328) 2025-08-21 22:31:25 +03:00
65803b44c1 Update CEntityInstance (#317) 2025-08-21 22:31:25 +03:00
8c1727d90d Add nullptr check at CEntityKeyValues::AddConnectionDesc 2025-08-21 22:31:25 +03:00
22084aed20 Use CPlayerBitVec for IRecipientFilter 2025-08-21 22:31:25 +03:00
bc42683e30 Remove obsoleted asserts in CUtlLinkedList 2025-08-21 22:31:25 +03:00
7030d81e73 Update CNetMessage, IRecipientFilter & INetChan (#313)
Co-authored-by: GAMMACASE <31375974+GAMMACASE@users.noreply.github.com>
2025-08-21 22:31:25 +03:00
97f65865ac Correct multiple consts declarations x2 (#327) 2025-08-21 22:31:08 +03:00
9d1c7be09b Update LoadKV3* functions (#325) 2025-08-21 22:31:08 +03:00
7772b19b03 Correct multiple consts declarations (#326) 2025-08-21 22:31:08 +03:00
20208f41c5 Update CKeyValues3Table & CKV3MemberName 2025-08-21 22:31:08 +03:00
c89d081679 Update EntityIOConnectionDescFat_t 2025-08-21 22:31:07 +03:00
a593a10010 Update CUtlSymbolTableLarge AddString & Find methods 2025-08-21 22:31:07 +03:00
9c25738375 Update ISource2GameEntities::CheckTransmit 2025-08-21 22:31:07 +03:00
1288097f54 Update CGlobalVarsBase (#324) 2025-08-21 22:31:07 +03:00
39abbd247c Update CGameEntitySystem & EventQueuePrioritizedEvent_t 2025-08-21 22:31:07 +03:00
856b3fa79e Update CEntityClass (#319) 2025-08-21 22:31:06 +03:00
b22bb13d21 Update vprof.h (#323)
Co-authored-by: GAMMACASE <31375974+GAMMACASE@users.noreply.github.com>
2025-08-21 22:31:06 +03:00
7738d5ae6e Fix CUtlLeanVector::EnsureCapacity 2025-08-21 22:31:06 +03:00
c2598bf9e8 Correct CUtlLeanVector usages in CUtlRbTree & CUtlLinkedList 2025-08-21 22:31:06 +03:00
23cc77dfc7 Correctly initialise CUtlLinkedList::m_LastAlloc 2025-08-21 22:31:06 +03:00
6a5f3717d8 Update RnQueryObjectFlags (#315) 2025-08-21 22:31:05 +03:00
169f879cda Add missing utlleanvector.h includes 2025-08-21 22:31:05 +03:00
07a2bdb1b3 Add CUtlSymbolTableLargeBase::m_nBytesAccumulated member 2025-08-21 22:31:05 +03:00
d7ed3b2725 Correct CUtlRbTree member initialization 2025-08-21 22:31:05 +03:00
de98220d67 Add CUtlLeanVector::Swap method 2025-08-21 22:31:05 +03:00
fc5d539a49 Update CUtlBuffer::m_Memory 2025-08-21 22:31:04 +03:00
290a001111 Add missing <limits> include in rawallocator.h 2025-08-21 22:31:04 +03:00
d3febe1b16 Return back iterator access for CUtlLeanVector 2025-08-21 22:31:04 +03:00
de0c7e778e Correct compile errors in CUtlLeanVector & CUtlLinkedList 2025-08-21 22:31:04 +03:00