1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-23 01:59:43 +08:00

Commit Graph

  • 492b8f9663 Update some parameter names Nick Hastings 2023-11-06 19:06:28 -0500
  • 2a200361ee
    Fix memmove warnings in utlvector with clang (#172) zer0.k 2023-10-30 19:42:49 +0100
  • d4dd3181a1 Small cosmetic change GAMMACASE 2023-10-30 21:41:31 +0300
  • e3637381f3 Merge branch 'cs2' of https://github.com/zer0k-z/hl2sdk into cs2 zer0.k 2023-10-30 18:31:55 +0100
  • 9efe98f39f Fix memmove warning in utlvector with clang zer0.k 2023-10-30 18:31:52 +0100
  • 79059228cb
    add character_t include to icvar Kenzzer 2023-10-29 22:35:48 +0100
  • a0a7e34a0f
    expose handle Kenzzer 2023-10-09 22:31:31 +0200
  • f6341c0d07
    setup times changed Kenzzer 2023-10-09 19:36:17 +0200
  • 2a8d56fc16
    small mistake Kenzzer 2023-10-09 19:27:32 +0200
  • c9a88ac5ed
    review changes Kenzzer 2023-10-09 19:12:08 +0200
  • 05efa99274
    fix wrong ret value Kenzzer 2023-10-08 23:10:11 +0200
  • 86ff7cd2b4
    finish templating Kenzzer 2023-10-08 23:07:32 +0200
  • 650a4c3fb0
    add back unknown Kenzzer 2023-10-08 16:31:23 +0200
  • 66e3e75f04
    remove padding Kenzzer 2023-10-08 16:20:14 +0200
  • b51e4e61b0
    revise struct Kenzzer 2023-10-08 16:17:41 +0200
  • 0808d7868e
    put cvar values into its own struct Kenzzer 2023-10-08 15:22:13 +0200
  • 97a4d769c5
    move some functions to baseconvardata Kenzzer 2023-10-08 15:21:42 +0200
  • 99f37a8acb
    Destroy ConCommandBase Kenzzer 2023-10-08 14:48:32 +0200
  • cd66d1cde4
    make reglist simpler Kenzzer 2023-10-08 14:45:52 +0200
  • a7f6ce176e
    undo icommandline change Kenzzer 2023-10-08 14:33:41 +0200
  • c8d07f89e9
    renaming struct properties Kenzzer 2023-10-08 14:26:49 +0200
  • f73e6d6787
    remove static_assert + IDA comments Kenzzer 2023-10-08 14:01:16 +0200
  • fda174f1b5
    Renaming IConVar and depollute ICVar Kenzzer 2023-10-08 13:55:43 +0200
  • e8d40e9d97
    split convarhandle once more + template iconvar Kenzzer 2023-10-08 13:34:47 +0200
  • c8fdcf56dc
    Use MAX_SPLITSCREEN_CLIENTS for IConVar definition Kenzzer 2023-10-08 11:04:51 +0200
  • cf5226f9b5
    template change callback Kenzzer 2023-10-08 02:30:34 +0200
  • 103543c3f4
    template the entire ConVar class Kenzzer 2023-10-08 02:13:41 +0200
  • 6b126ff30f
    dont break metamod compilation Kenzzer 2023-10-08 00:43:53 +0200
  • f70961adac
    fix copyright symbol Kenzzer 2023-10-08 00:40:12 +0200
  • 39d0934b21
    finish templating job Kenzzer 2023-10-08 00:38:26 +0200
  • 4639bd88db
    reorganise the headers, and add templated getter/setters Kenzzer 2023-10-08 00:02:06 +0200
  • 475b104d38
    remove debug Kenzzer 2023-10-07 23:01:06 +0200
  • a28f008ca7
    Get rid of ConCommandRefAbstract Kenzzer 2023-10-07 22:59:47 +0200
  • 401aa14f27
    undo automatic symbol change Kenzzer 2023-10-07 22:53:36 +0200
  • 4ea9e4f7ea
    progress report Kenzzer 2023-10-07 22:49:43 +0200
  • da1669dfbc
    Template the convar class Kenzzer 2023-10-07 00:58:54 +0200
  • 79b81f034e
    remove some debug Kenzzer 2023-10-06 00:24:05 +0200
  • f7f2c88ee4
    progress report Kenzzer 2023-10-06 00:15:35 +0200
  • 39d05aaf55
    clean up flags Kenzzer 2023-10-05 09:06:59 +0200
  • ed0b49b0e8
    progress report Kenzzer 2023-10-05 00:13:00 +0200
  • fec44c3e82
    Update LoggingSeverity_t enumeration (#171) Vladimir 2023-10-24 15:16:38 +0300
  • 4b1a0a35cc Update LoggingSeverity_t enumeration Wend4r2 2023-10-24 11:09:57 +0300
  • fa4cf0f129
    Update CCopyableUtlVector to be compatible with clang (#170) zer0.k 2023-10-24 02:00:14 +0200
  • 71e7a481da Update CCopyableUtlVector to be compatible with clang zer0.k 2023-10-24 01:58:13 +0200
  • 3600b56ccf
    Fix missing return of UtlSymTableLargeHashFunctor in utlsymbollarge.h (#169) Noah Kim 2023-10-22 19:42:36 -0400
  • 1101d3f94e Add a missing return in utlsymbollarge.h Noah Kim 2023-10-22 16:09:40 -0400
  • b645c0772b Revert vararg support from IVEngineServer2::ServerCommand GAMMACASE 2023-10-22 23:12:28 +0300
  • bcfffa737a Update INetworkMessages::RegisterNetworkFieldChangeCallbackInternal GAMMACASE 2023-10-21 04:04:26 +0300
  • 75b0f41bca
    Add vararg support to IVEngineServer2::ServerCommand (#168) hzqst 2023-10-21 09:01:37 +0800
  • 67e9d76817 Add FMTFUNCTION macro GAMMACASE 2023-10-21 03:57:37 +0300
  • 92aa47c0a5 Update IVEngineServer2::ServerCommand ("Source2EngineToServer001") args according to caller code. hzqst 2023-10-20 23:46:54 +0800
  • 537683104c Rename clamp to V_clamp. David Anderson 2023-10-19 21:16:14 -0700
  • 847ee78add Rename clamp to V_clamp. eye David Anderson 2023-10-19 20:45:21 -0700
  • 9bf97f4032 Rename clamp to V_clamp. darkm David Anderson 2023-10-19 20:45:16 -0700
  • ddcda93d30 Rename clamp to V_clamp. contagion David Anderson 2023-10-19 20:45:13 -0700
  • 74a310ab93 Rename clamp to V_clamp. bgt David Anderson 2023-10-19 20:45:11 -0700
  • 8e69335c67 Fix debug issues in memoverride.cpp GAMMACASE 2023-10-20 06:20:18 +0300
  • f653b1ec62
    Update COMPILE_TIME_ASSERT defines (#167) xen 2023-10-17 02:19:22 +0300
  • 81779460ad Fix debug builds xen 2023-10-17 00:44:04 +0300
  • 1c94bbfa4b
    Update CCheckTransmitInfo (#166) xen 2023-10-16 22:01:20 +0300
  • 4b66218451 Update CCheckTransmitInfo xen 2023-10-16 20:46:23 +0300
  • 277a9e5ae6
    Merge 03c029b73e into 52f9d330b3 Arthurdead 2023-10-16 09:40:07 +0200
  • 4362433e95 Merge branch 'cs2' into dota dota Nick Hastings 2023-10-16 00:03:05 -0400
  • bf3b72e302 Include iloopmode in eiface for HostStateLoopModeType_t Nick Hastings 2023-10-15 23:55:58 -0400
  • c19c7ea818 Fix class order in iloopmode.h Nick Hastings 2023-10-15 23:53:48 -0400
  • a639472d19 Merge branch 'cs2' of https://github.com/alliedmodders/hl2sdk into cs2 Nick Hastings 2023-10-15 23:03:31 -0400
  • c644a2862e Misc, ILoopMode tweak, ServerConfig param names Nick Hastings 2023-10-15 23:03:25 -0400
  • 1eed75b10c Rename mathlib clamp to V_clamp. css David Anderson 2023-10-13 21:13:34 -0700
  • fef9f18cfc Rename mathlib clamp to V_clamp. dods David Anderson 2023-10-13 21:13:34 -0700
  • 83d8b2e641 Rename mathlib clamp to V_clamp. l4d David Anderson 2023-10-13 21:13:34 -0700
  • 3873f96cfb Rename mathlib clamp to V_clamp. nucleardawn David Anderson 2023-10-13 21:13:34 -0700
  • ac65fc9d5a Rename mathlib clamp to V_clamp. orangebox David Anderson 2023-10-13 21:13:34 -0700
  • c4f54cf908 Rename mathlib clamp to V_clamp. David Anderson 2023-10-13 21:13:34 -0700
  • 16850db640 Rename mathlib clamp to V_clamp. David Anderson 2023-10-13 21:13:34 -0700
  • e14da783e9 Rename mathlib clamp to V_clamp. David Anderson 2023-10-13 21:13:34 -0700
  • 96eab8b513 Rename mathlib clamp to V_clamp. David Anderson 2023-10-13 21:13:34 -0700
  • 8d4758550e Rename mathlib clamp to V_clamp. David Anderson 2023-10-13 21:13:34 -0700
  • 140cc6dc66 Rename mathlib clamp to V_clamp. David Anderson 2023-10-13 21:13:34 -0700
  • eb594ce842 Rename mathlib clamp to V_clamp. episode1 David Anderson 2023-10-13 21:13:34 -0700
  • 52f9d330b3 Rename mathlib clamp to V_clamp. David Anderson 2023-10-13 21:13:34 -0700
  • 34fc38cf0d Rename mathlib clamp to V_clamp. David Anderson 2023-10-13 21:13:14 -0700
  • dd33369b7d Extend CEntityIdentity api GAMMACASE 2023-10-13 23:08:06 +0300
  • 62490710ed Update libs. Nick Hastings 2023-10-13 14:51:08 -0400
  • c0def21c93
    Major refactor of utl* classes (#164) vanz666 2023-10-13 20:16:09 +0300
  • dfa2103b28
    Update structures adjacent to ILoopMode (#165) Nicholas Hastings 2023-10-13 13:08:04 -0400
  • 9f66462a87 Remove duplicated PlatWindow_t definition GAMMACASE 2023-10-13 20:03:50 +0300
  • 333ff593d0 Move InputContextHandle_t decl to where it more likely belongs, update InputEvent_t Nick Hastings 2023-10-13 12:52:18 -0400
  • 9f322da679 Add event dispatcher Nick Hastings 2023-10-13 12:48:38 -0400
  • 6e5243bf2d Move ISwitchLoopModeStatusNotify forward decl closer to where it's used Nick Hastings 2023-10-13 12:47:04 -0400
  • f95a4bff77 Add missing func to INetworkServerService. Nick Hastings 2023-10-13 12:42:07 -0400
  • f782bbf7ed
    Replace obsoleted IHandleEntity with CEntityInstance (#161) komashchenko 2023-10-13 19:38:47 +0300
  • 9fc1cd9598
    Merge branch 'cs2' into cs2_entityhandle GAMMACASE 2023-10-13 19:34:38 +0300
  • 628a9be543
    Add iloopmode.h (#163) hzqst 2023-10-14 00:19:02 +0800
  • dd61b13fbc Minor comment update GAMMACASE 2023-10-13 19:17:01 +0300
  • 3fd0440982 Move GetRefEHandle to its class body GAMMACASE 2023-10-13 19:09:42 +0300
  • 1cb1b4feec Split LoopMode stuffs into iloopmode.h hzqst 2023-10-13 20:36:34 +0800
  • 172e1ba74a . vanz666 2023-10-12 19:01:41 +0300
  • 647bc4ff0d . vanz666 2023-10-12 18:47:14 +0300
  • d3dd996b0b Fix clamp() name collision. David Anderson 2023-10-11 21:18:20 -0700
  • 0bb5e722e8 Revert eiface.h to what it was except removing SwapChainHandle_t definition. hzqst 2023-10-12 11:56:29 +0800