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

281 Commits

Author SHA1 Message Date
bdf731b2db Remove Plat_IsInDebugSessionRaw. No longer exists 2023-09-27 16:54:58 +00:00
a2b25a98eb Add utlcommon.h & utlhashtable.h from sdk2013 2023-09-27 16:54:58 +00:00
6455c156af Fix interface.h includes 2023-09-27 16:54:58 +00:00
b58d27b75d Fix handle ref in CON_COMMAND macros 2023-09-27 16:54:58 +00:00
248bd754f8 Remove duplicated CSplitScreenSlot definition 2023-09-27 16:54:58 +00:00
aaaa2557a9 Update some of ISource2Server 2023-09-27 16:54:58 +00:00
2c9f711bbd Update ConCommand/ConCommandBase/CCommand/ConCommandHandle 2023-09-27 16:54:58 +00:00
2f8a20a49c KeyValuesSystem is internal-only now. Remove export 2023-09-27 16:54:58 +00:00
f47a19d330 Update ISource2GameClients interface 2023-09-27 16:54:58 +00:00
b310a3ebcf Update IGameEventManager2 & IGameEvent interfaces 2023-09-27 16:54:58 +00:00
b6a89a4815 Update CBufferString class 2023-09-27 16:54:58 +00:00
1312e1c957 Few more adjustments 2023-09-27 16:54:58 +00:00
9faa0b14fa Few small adjustments 2023-09-27 16:54:58 +00:00
464065cb72 Update IGameEventSystem & INetworkMessages interfaces
Also adds IProtobufBinding & INetworkSerializable interfaces and CNetworkSerializerPB class
2023-09-27 16:54:58 +00:00
45b223f8b9 Add INetworkMessages interface 2023-09-27 16:54:58 +00:00
faea3c63e7 Add CBufferString class 2023-09-27 16:54:58 +00:00
00b3550bab Update IFileSystem & remove filesystem_passthru.h 2023-09-27 16:54:58 +00:00
cf8ccb1dae Update IFileSystem interface 2023-09-27 16:54:58 +00:00
8df67ec7d7 Update ConVar & ConCommand handle types 2023-09-27 16:54:58 +00:00
86509802f3 Initialize more members of ConCommandDesc_t in ctor 2023-09-27 16:54:58 +00:00
4f2f511304 Fix up ConCommand callback types 2023-09-27 16:54:58 +00:00
d25d1cbe55 Fix ConVarHandle/ConCommandHandle size handleand ConCommandHandle INVALID val 2023-09-27 16:54:58 +00:00
5dd1b962bb Fix RegisterCommand params 2023-09-27 16:54:58 +00:00
906bd2ef70 Fix compilation errors 2023-09-27 16:54:58 +00:00
6e5d2ac6ac Update CCommand 2023-09-27 16:54:58 +00:00
6cbc8453fc Remove m_nMallocGrowSize from CUtlMemory 2023-09-27 16:54:58 +00:00
843d279123 Update ICommandLine 2023-09-27 16:54:58 +00:00
7c0eabfd64 Fix return type on TakeConVarSnapshot 2023-09-27 16:54:58 +00:00
8cf41ac590 Update ICvar 2023-09-27 16:54:58 +00:00
e56c443c09 Update ICvar, ConVar & ConCommand classes 2023-09-27 16:54:58 +00:00
11fc23faa0 Update ICreationListenerCallbacks class 2023-09-27 16:54:58 +00:00
e0a0248b17 Restructure convar.h and icvar.h 2023-09-27 16:54:58 +00:00
f93cf9311b Remove iconvar.h 2023-09-27 16:54:58 +00:00
dcfee62c58 Further ICVar reversal 2023-09-27 16:54:58 +00:00
d306f68e6b Finished ResetDbgInfo/m_pElements removal on data structures 2023-09-27 16:54:58 +00:00
0d4a232fc6 Update CVValue_t to respect EConVarType 2023-09-27 16:54:58 +00:00
f0d39355d6 Small struct and class adjastments 2023-09-27 16:54:58 +00:00
2460e77afe ConVar rework initial 2023-09-27 16:54:58 +00:00
8626bfe25f Merge branch 'dota-2022' into dota 2022-11-09 23:01:20 +00:00
be5b5b0787 Update IVEngineServer 2022-11-09 23:01:01 +00:00
98b616e56b Upgrade tier1 msvc project to newer toolset. 2022-09-04 13:06:30 -04:00
2f2e51520a Improve Error() shim. 2022-09-04 13:06:09 -04:00
c5627090f7 Update KeyValues headers to better match exported symbols 2022-09-04 12:40:16 -04:00
42745c982b Remove KeyValues code from tier1. It's implemented by tier0 now and exported. 2022-09-04 12:39:41 -04:00
00b76b9dda Revert "Remove tier1 lib/code. It's implemented by tier0 now and exported."
This reverts commit 4fd0ac35ed.
2022-09-04 12:37:41 -04:00
4fd0ac35ed Remove tier1 lib/code. It's implemented by tier0 now and exported. 2022-09-04 12:31:05 -04:00
f2fc2ac6d5 Update Windows and Linux tier0 libs 2022-09-04 11:19:04 -04:00
576f364072 Remove vstdlib lib/bins 2022-09-04 11:18:44 -04:00
cab937bc33 Remove 32-bit libs 2022-09-04 11:18:25 -04:00
ac8b4718ba [dota] Update filesystem interface (#47)
* [dota] Update filesystem interface

* Remove commented out lines completely
2018-12-10 08:18:38 -05:00