4c74b3f66e
Correct KeyValues3 array methods
2025-01-15 02:00:51 +03:00
192f7339e9
Correct CSchemaSystemTypeScope::m_AtomicsCollectionOfT
2025-01-14 21:59:08 +03:00
0ad4360c7f
Update CSchemaType
2025-01-14 00:15:40 +03:00
f3b44f206d
Update KeyValues3Context & its allocation lifecycle ( #289 )
...
Co-authored-by: GAMMACASE <31375974+GAMMACASE@users.noreply.github.com >
Co-authored-by: Nyano <dison2233@126.com >
2025-01-01 22:36:06 +03:00
769c1ef1b7
Fix clang enum warning
...
Fixes -Wdeprecated-anon-enum-enum-conversion warnings on clang
2024-12-31 21:13:01 +03:00
a658a0f7ef
Update CNetworkGameServerBase::ConnectClient args ( #290 )
2024-12-22 22:21:50 +03:00
14e77af283
Update CKeyValues3Context size
...
Made separately to resolve issues related to CGameEntitySystem and other structs that depend on CKeyValues3Context size, while more concrete update to it is underway
2024-12-20 23:26:19 +03:00
8563376c23
Fix CUtlSortVector::QuickSort issues on windows ( #283 )
2024-11-21 14:01:11 +03:00
aeaf0cab87
Update INetChannelInfo ( #281 )
2024-11-13 12:10:43 +03:00
d8dea09acb
Update INetChannelInfo
2024-11-02 10:44:28 +03:00
8efd4c7507
Update INetChannelInfo, INetChannel & INetworkMessageProcessingPreFilter ( #279 )
2024-10-30 11:26:59 +03:00
7a3acd1ddd
Update protobufs
2024-10-16 03:41:12 +03:00
fc4b98f1a7
Fix UtlSortVector member initialization order ( #275 )
2024-10-09 14:01:07 +03:00
16c1ee14de
Update ISource2Server
2024-10-08 00:00:16 +03:00
09bd9e1872
Fix missing definition in interfaces.lib\.a
2024-10-07 23:04:00 +03:00
158405cdcd
Update interfaces.lib/.a
2024-10-07 22:00:12 +03:00
12040e4bee
Update protobufs
2024-10-07 21:58:14 +03:00
e311e59189
Update CSplitString
2024-10-07 03:40:38 +03:00
f8b8fe219b
Update CEntityKeyValues
2024-10-07 01:33:33 +03:00
9be8cba344
Cleanup CEntitySystem code
2024-10-06 03:59:03 +03:00
6c829238b4
Update CEntitySystem & EventQueuePrioritizedEvent_t
2024-10-05 05:11:24 +03:00
1f1d1580fd
Update CEntitySystem vtable ( #273 )
2024-10-04 23:35:06 +03:00
6af29ea849
Correct return types of V_atoi & V_atof
2024-10-04 23:27:01 +03:00
3c7b355da8
Update IGameSystem ( #271 )
2024-10-04 16:21:08 +03:00
05e47e5611
Correct CSplitString constructors ( #272 )
...
Fixes potential crashes and invalid member access
2024-10-04 16:18:59 +03:00
9f1d960f6a
Improve CUtlStringToken string constructor
...
Prevent hashing attempts on emtpy or null strings
2024-10-04 03:25:10 +03:00
40a9bb9c02
Add V_strcasecmp & V_strncasecmp back
2024-10-04 00:49:05 +03:00
994fb7be03
Update ICommandLine interface & CUtlStringToken ( #268 )
...
Co-authored-by: GAMMACASE <31375974+GAMMACASE@users.noreply.github.com >
2024-10-04 00:39:08 +03:00
f93146f5f6
Correct V_stristr & V_strnistr args
2024-10-03 23:22:34 +03:00
af6a741eee
Update KeyValues::SaveToFile
2024-10-03 23:12:08 +03:00
10dd072737
Update INetChannelInfo ( #269 )
2024-10-03 22:52:51 +03:00
96571c1827
Move strtools to tier0 & update tier1
2024-10-03 22:38:28 +03:00
8cc409e37f
Update tier0
2024-10-03 17:09:14 +03:00
ffbc15d41e
Update CSplitString ( #267 )
2024-10-03 16:55:30 +03:00
d2709c880c
Enable memoverride in variant.h ( #266 )
2024-09-28 18:57:46 +03:00
553058b760
Update CNetworkGameServerBase ( #265 )
2024-09-17 02:29:14 +03:00
f21e0c9d8f
Fix clang warning
...
Fixes -Wordered-compare-function-pointers warning on clang
2024-08-25 04:13:05 +03:00
e06c04d131
Merge few sdk2013 changes to mathlib
...
Adds RandomVectorInUnitSphere & RandomVectorInUnitCircle definitions
2024-08-20 22:57:34 +03:00
ea024f4301
Add base_gcmessages.proto
2024-08-20 13:37:32 +03:00
de9261a9c6
Update protobufs
2024-08-20 01:41:42 +03:00
0b862d725a
Update ISource2GameClients and IProtobufBinding ( #264 )
...
Co-authored-by: GAMMACASE <31375974+GAMMACASE@users.noreply.github.com >
2024-08-15 22:49:51 +03:00
f1e7cc01ba
Update INetworkGameServer ( #263 )
...
After 8/14/2024 CS2 update
2024-08-15 20:53:41 +03:00
1f42f351aa
Update protos
2024-08-14 21:20:03 -04:00
f9fd2214cf
Update INetChannel::SendNetMessage ( #261 )
...
After 8/8/2024 CS2 update
2024-08-09 18:07:48 +03:00
29244abde5
Update ChangeAccessorFieldPathIndex_t ( #262 )
...
After 8/8/2024 CS2 update
2024-08-09 17:40:22 +03:00
c57d5ab398
Update protobufs
...
After 8/8/2024 CS2 update
2024-08-09 03:59:37 +03:00
1a19a2cca1
Update INetworkMessages, INetworkMessageInternal & CNetMessage
...
After 8/8/2024 CS2 update
2024-08-09 03:48:23 +03:00
fda9cb0325
Update CUtlBuffer
2024-08-07 00:23:40 +03:00
a5d9f803af
Update matrix3x4_t
2024-07-03 16:46:12 +03:00
96c813351d
Update protobuf
2024-06-29 04:09:15 +03:00