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

532 Commits

Author SHA1 Message Date
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
xen
9d4727eba1
Add VProfScopeHelper and update VPROF_* macros (#235)
Co-authored-by: GAMMACASE <31375974+GAMMACASE@users.noreply.github.com>
2024-05-02 06:40:35 +03:00
GAMMACASE
f64ebbff38 Update tier0 libs 2024-05-02 02:41:53 +03:00
GAMMACASE
3fc8d0faf6 Update IVEngineServer2 after 4/30/2024 update 2024-05-01 02:16:42 +03:00
Alex
e8226b297c
Add IGameTypes interface (#234) 2024-04-27 19:28:10 +03:00
vanz696
ce8f799264
Fix CUtlLeanVectorFixedGrowableBase elements alignment (#233)
And update CUtlLeanVectorBase, SchemaClassFlags1_t and NetChanStat_t
2024-04-26 22:37:59 +03:00
xen
e5feddeae9
Update protobufs after 26/04/2024 CS2 update (#232) 2024-04-26 09:09:26 -04:00
GAMMACASE
c1d5e34553 Add INetworkMessageProcessingPreFilter::FilterMessage comment 2024-04-24 18:50:33 +03:00
vanz696
aaaaaf040b
Update CUtlMemoryPoolBase after 4/2/2024 update (#228)
Also updates tier0/tslist.h to sdk2013 variant and other minor stuff.
2024-04-06 23:49:28 +03:00
xen
00644551e4
Rename netadr_s to netadr_t (#227)
Also remove SetIPAndPort from the tier0 export
2024-04-05 22:23:18 +03:00
GAMMACASE
5d33fddc8e Fix clang CUtlHashtableEntry errors
Co-Authored-By: vanz696 <152704532+vanz696@users.noreply.github.com>
2024-04-03 18:58:23 +03:00
zer0.k
3b3b695c09
Improve c++20 CUtlStringMap compatibility (#226) 2024-03-30 21:02:03 +03:00
zer0.k
68b1e8d806
Fix EngineLoopState_t and EntitySpawnInfo_t being forward declared as class instead of struct (#225) 2024-03-30 05:05:22 +03:00
GAMMACASE
1244c50056 Update INetworkGameServer 2024-03-30 01:17:49 +03:00
vanz696
a0674fc40f
Update INetChannel & INetChannelInfo (#224) 2024-03-30 01:14:35 +03:00
GAMMACASE
c6b64d5fb0 Update INetworkGameServer 2024-03-27 04:49:12 +03:00
GAMMACASE
12479b44d2 Update interfaces.lib/.a 2024-03-25 00:31:37 +03:00
vanz696
63c296e926
Update IRecipientFilter and NetChannelBufType_t (#221) 2024-03-23 21:24:10 +03:00
Poggu
938566eb1b
Revert "Add missing func to INetworkServerService." (#220) 2024-03-23 16:34:47 +03:00
GAMMACASE
02131025b2 Update INetworkMessages::UnserializeAbstract order 2024-03-22 15:16:24 +03:00
GAMMACASE
c5587c0fb6 Update tier1.lib/.a 2024-03-18 22:12:30 +03:00
GAMMACASE
0279aeec58 Move stringpool to tier0 2024-03-18 22:06:03 +03:00
GAMMACASE
da88f37a70 Add INetworkMessages::UnserializeAbstract comment 2024-03-18 20:50:11 +03:00
GAMMACASE
73330a3aab Move memstack to tier0 2024-03-18 20:49:04 +03:00
GAMMACASE
3162069064 Move netadr to tier0 2024-03-18 19:13:05 +03:00
GAMMACASE
ed76beac38 Move uniqueid to tier0 2024-03-18 18:52:28 +03:00
GAMMACASE
de0818842b Remove undiff.cpp 2024-03-18 18:35:19 +03:00
GAMMACASE
391f9e7427 Update tier1.lib/.a 2024-03-18 18:34:40 +03:00
GAMMACASE
973e91c238 Update generichash.cpp/.h 2024-03-18 18:09:38 +03:00
GAMMACASE
cce0b8346d Move diff.cpp to tier0 2024-03-18 17:06:56 +03:00
GAMMACASE
2effcaf546 Move checksum_md5 to tier0 2024-03-18 17:03:12 +03:00
GAMMACASE
49322fef51 Move checksum_crc to tier0 2024-03-18 16:59:18 +03:00
GAMMACASE
df5e86e662 Move CharacterSetBuild to tier0 2024-03-18 16:50:07 +03:00
GAMMACASE
4e5b79207c Move CByteswap to tier0 2024-03-18 16:46:21 +03:00
GAMMACASE
a901844549 Obsolete processor_detect.cpp 2024-03-18 16:41:18 +03:00
GAMMACASE
7a7f8b9cb6 Obsolete datamanager.cpp/.h 2024-03-18 15:59:22 +03:00
GAMMACASE
139e609877 Update bf_write/read classes
Also use correct variant of WriteUBitVar/ReadUBitVar
2024-03-18 15:57:08 +03:00
vanz696
ab21c70896
Add schemasystem (#215)
Update CUtlMemoryPool*, CUtlSymbol*, CUtlTSHash, CThreadSpinRWLock, CThreadFastMutex (now replaced by CThreadSpinMutex)

Implemented some missing ThreadInterlocked* functions
2024-03-18 15:46:20 +03:00
Poggu
79d4cb7da3
Update INetworkStringTable & INetworkStringTableContainer interfaces (#219) 2024-03-15 23:37:54 +03:00
Poggu
67dc5341c0
Add memdbgon/off.h to utlleanvector (#217) 2024-03-11 23:37:09 +03:00
xen
01fe5d997b
Add CEntityKeyValues IO accessors (#216) 2024-03-10 19:25:40 +03:00
GAMMACASE
2adc0ac795 Resolve -Wparentheses warnings 2024-03-04 07:02:02 +03:00
GAMMACASE
cb0c04d8b2 Update CBaseEntity::m_fFlags defines
Co-authored-by: zer0.k <61156310+zer0k-z@users.noreply.github.com>
2024-02-28 08:33:07 +03:00
vanz696
e9394e8deb
Update IVEngineServer2, IGameEventSystem, CEntityInstance methods (#214) 2024-02-28 07:45:42 +03:00
zer0.k
857a62d90c
Update CBaseEntity::m_fFlags defines (#213) 2024-02-26 06:47:41 +03:00
zer0.k
43bfe744a1
Update CEntityInstance vtable (#210) 2024-02-14 13:50:57 +03:00
old-pigeon
6d3193265c
Update IFileSystem::Size vtable layout (#209) 2024-02-10 12:01:26 +03:00
zer0.k
cc4c5c8070
Update ISource2GameClients::ProcessUsercmds (#208) 2024-02-10 11:59:22 +03:00