1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-20 04:26:03 +08:00
Commit Graph

322 Commits

Author SHA1 Message Date
de31558103 Update CUtlMemory EXTERNAL_* flags handling 2023-09-27 16:54:58 +00:00
d107389982 Fix IVEngineServer2::GetPlayerUserId 2023-09-27 16:54:58 +00:00
c194aa0102 Fix compilation errors 2023-09-27 16:54:58 +00:00
5fa3fbeaeb Minor code tweaks 2023-09-27 16:54:58 +00:00
24d6dd2058 Update ISource2GameClients connect functions 2023-09-27 16:54:58 +00:00
5bd88329db Update HKeySymbol & return back KeyValuesSystem() 2023-09-27 16:54:58 +00:00
23e7043b9b Overhaul KeyValues.h
Co-authored-by: GAMMACASE <31375974+GAMMACASE@users.noreply.github.com>
2023-09-27 16:54:58 +00:00
c76231da16 Fix compile errors of enum types being uint8_t 2023-09-27 16:54:58 +00:00
c85656da01 Update some const.h enum definitions 2023-09-27 16:54:58 +00:00
5ace21fa24 Small temporary fix to the KeyValues::GetString 2023-09-27 16:54:58 +00:00
59837cbb41 Update tier1.lib 2023-09-27 16:54:58 +00:00
0f528f5e41 Add IToolGameEventAPI class
Thanks to komashchenko
2023-09-27 16:54:58 +00:00
cb46fa5234 Add EStringConvertErrorPolicy 2023-09-27 16:54:58 +00:00
956c4cf296 Fix tier1.lib compilation issues 2023-09-27 16:54:58 +00:00
4680b0ee44 Minor edit to CBufferString 2023-09-27 16:54:58 +00:00
02485a3c85 Update CUtlString & obsolete utlstring.cpp 2023-09-27 16:54:58 +00:00
0048b058e6 Fix command registration
This prevents static initialization problem that was arising where CUtlVector constructor was called after commands were added to it, resulting in an empty list when it gets to the registration step
2023-09-27 16:54:58 +00:00
603427af94 Update IFileSystem 2023-09-27 16:54:58 +00:00
4a80b6ed9a Obsolete pEdicts from CGlobalVars 2023-09-27 16:54:58 +00:00
ae308873b7 Fix memoverride.cpp compilation 2023-09-27 16:54:58 +00:00
6e2878fb19 Update CGlobalVars(Base) 2023-09-27 16:54:58 +00:00
25ff538f57 Remove IMemAlloc dbg variants
Alloc, Realloc & Free dbg variants doesn't seem to appear in the engine now, yet they pollute virtual function list due to them being overloads with the same name thus causing random crashes if called
2023-09-27 16:54:58 +00:00
d525e7ad19 Update tier0.lib & Obsolete mem.h 2023-09-27 16:54:58 +00:00
9429c5a6c5 Add missing CommandTarget_t 2023-09-27 16:54:58 +00:00
a8c0e4f903 A lot of minor edits/fixes 2023-09-27 16:54:58 +00:00
6a703f7fd0 Add CVariant 2023-09-27 16:54:58 +00:00
d01418aca1 Update tier0.lib & KeyValues constructor 2023-09-27 16:54:58 +00:00
52fe1295e1 Fix compile errors & random crashes related to IMemAlloc interface
This mainly affected debug builds
2023-09-27 16:54:58 +00:00
34ed3d0ce4 Update ICvar interface 2023-09-27 16:54:58 +00:00
d24cab911f Strip CUtlBuffer defined functions from tier1 lib 2023-09-27 16:54:58 +00:00
0334bd61b7 Update some param types on IVEngineServer2 (mostly CEntityIndex -> CPlayerSlot) 2023-09-27 16:54:58 +00:00
bff074c159 More ConCommand tweaks 2023-09-27 16:54:58 +00:00
2541d89f62 Rework ConCommandRegList 2023-09-27 16:54:58 +00:00
311c966f97 Fix late-registered ConCommands not saving handle 2023-09-27 16:54:58 +00:00
e145eae33e Fix vtable sneaking into ConCommand 2023-09-27 16:54:58 +00:00
3ec4c090a0 Fix x64 compilation in ssemath.h 2023-09-27 16:54:58 +00:00
aa3ff6e10f Update IVEngineServer2 interface 2023-09-27 16:54:58 +00:00
e11c4e69b1 Really fix convar linking errors 2023-09-27 16:54:58 +00:00
fba263ab37 Add in/equality operators for CPlayerSlot and CEntityIndex. 2023-09-27 16:54:58 +00:00
93421303a0 Add APP_SYSTEM_TIER4 to fix up APP_SYSTEM_TIER_OTHER value 2023-09-27 16:54:58 +00:00
f32ff65c1b Fix linking errors and var name typos in ConVar/ConCommand reg lists 2023-09-27 16:54:58 +00:00
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