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

693 Commits

Author SHA1 Message Date
0f84fcf129 Update IGameSystem (#340) 2025-09-17 15:21:21 +03:00
c2f232b960 Update CNetworkGameServerBase, ISchemaSystem (#339) 2025-09-17 14:27:03 +03:00
9d0ff3eec5 Update IVEngineServer2 2025-09-17 03:58:31 +03:00
75b5ac7b05 Update IFileSystem 2025-09-17 03:44:02 +03:00
716e5f58ca Fix CNetworkGameServerBase::ConnectClient param type (#336) 2025-09-10 03:02:21 +03:00
8450d3aeac Add INetworkSystem::RejectConnection method (#332) 2025-09-08 21:03:04 +03:00
99e06adbbb Update ISource2GameClients (#334)
Co-authored-by: GAMMACASE <31375974+GAMMACASE@users.noreply.github.com>
2025-09-08 20:50:39 +03:00
3786daa8a6 Update ISource2GameEntities (#335) 2025-09-08 20:08:47 +03:00
1a21ada9be Update INetChannel & INetChannelInfo (#333) 2025-08-31 23:46:41 +03:00
4499acb4f5 Correct CUtlBuffer::m_Memory index type 2025-08-19 16:05:44 +03:00
c80e0e5fee Correct CUtlLeanVector::IsIdxValid method 2025-08-18 23:50:59 +03:00
93ccb6b7b2 cs2: Update protobufs 2025-08-15 18:00:36 +03:00
dbf150f14d Update IGameSystem 2025-08-15 17:44:50 +03:00
30a56b0bf2 Fix use after free in CKeyValues3Context::PurgeClusterNodeChain 2025-08-15 17:24:38 +03:00
f90f863275 Partial update to ISource2Server 2025-08-15 03:55:29 +03:00
0e115eb214 Correct return types of ConVar FilterCallback typedefs 2025-08-15 03:10:22 +03:00
91fad282a0 Correct CConVar constructors 2025-08-15 03:00:33 +03:00
e0e3380c9f Update ICvar, ConVarData & ConVarValueInfo_t 2025-08-15 02:38:48 +03:00
3525af9943 Update IVEngineServer2 2025-08-15 00:49:45 +03:00
38881d68a4 Update INetworkSystem 2025-08-13 17:45:50 +03:00
529b07aebd Update ISource2GameClients 2025-08-13 15:25:54 +03:00
b0adb4de61 Update EntityEffects_t (#331) 2025-08-12 15:45:33 +03:00
36df1737c0 Update CNetworkGameServerBase 2025-08-09 15:07:50 +03:00
c66132b917 Add INetworkChannelNotify (#329) 2025-08-09 00:53:47 +03:00
02f47011ee Fix CKeyValues3Context::AllocString returning nullptr on empty strings 2025-08-08 23:45:42 +03:00
3f155e63e7 Correct CUtlRBTree::IsValidIndex 2025-08-08 17:19:15 +03:00
b051e68f2f Use V_memmove instead of memmove 2025-08-08 16:41:27 +03:00
4f01115f08 Update ISource2GameClients (#330) 2025-08-08 14:43:38 +03:00
510a1e4e83 Update NetworkStateChangedData & add missing initializer_list include 2025-08-07 14:04:04 +03:00
d03fadc6df Update IEngineServiceMgr (#328) 2025-08-06 21:52:28 +03:00
46aa14be32 Update CEntityInstance (#317) 2025-08-06 21:40:42 +03:00
83070f7dae Add nullptr check at CEntityKeyValues::AddConnectionDesc 2025-08-06 19:04:59 +03:00
7108a5d4a6 Use CPlayerBitVec for IRecipientFilter 2025-08-05 11:40:52 +03:00
faf480acdc Remove obsoleted asserts in CUtlLinkedList 2025-08-05 11:25:38 +03:00
f2d4d2a036 Update CNetMessage, IRecipientFilter & INetChan (#313)
Co-authored-by: GAMMACASE <31375974+GAMMACASE@users.noreply.github.com>
2025-08-05 11:19:26 +03:00
f25f1d790e Sync protos 2025-08-04 20:35:00 -04:00
e0231ddcae Correct multiple consts declarations x2 (#327) 2025-08-04 23:50:22 +03:00
916f0bb440 Update LoadKV3* functions (#325) 2025-08-04 23:37:16 +03:00
7e3a9fbff0 Correct multiple consts declarations (#326) 2025-08-04 23:34:40 +03:00
0b92cd0ec2 Update CKeyValues3Table & CKV3MemberName 2025-08-04 20:22:40 +03:00
b74b722629 Update EntityIOConnectionDescFat_t 2025-08-04 20:21:13 +03:00
cd0bc76b5a Update CUtlSymbolTableLarge AddString & Find methods 2025-08-04 20:20:52 +03:00
5164337066 Update ISource2GameEntities::CheckTransmit 2025-08-04 20:20:20 +03:00
774d82f598 Update CGlobalVarsBase (#324) 2025-08-03 22:59:42 +03:00
02e291133a Update CGameEntitySystem & EventQueuePrioritizedEvent_t 2025-08-03 21:00:36 +03:00
381d9b28c1 Update CEntityClass (#319) 2025-08-03 20:33:50 +03:00
8ae5bb4a5e Update vprof.h (#323)
Co-authored-by: GAMMACASE <31375974+GAMMACASE@users.noreply.github.com>
2025-08-03 20:23:34 +03:00
ce46e78af6 Fix CUtlLeanVector::EnsureCapacity 2025-08-03 19:13:44 +03:00
b7e4cc84ad Correct CUtlLeanVector usages in CUtlRbTree & CUtlLinkedList 2025-08-03 02:22:38 +03:00
1008b6f992 Correctly initialise CUtlLinkedList::m_LastAlloc 2025-08-02 17:46:36 +03:00