From 34fb04fe3d59e06785e82d37cd134a1740fea1a1 Mon Sep 17 00:00:00 2001 From: Blixibon Date: Mon, 28 Jul 2025 18:22:26 -0500 Subject: [PATCH] Updated README --- README | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README b/README index ca133aa7..c77bfd66 100644 --- a/README +++ b/README @@ -147,13 +147,14 @@ Direct contributions: - https://github.com/mapbase-source/mapbase-game-src/pull/3 (HudMessage cutoff fix by arbabf; This is asset-based and not reflected in the code) - Demo autorecord code provided by Klems - cc_emit crash fix provided by 1upD +- npc_barnacle poison zombie crash fix provided by Agrimar - Custom HL2 ammo crate models created by Rykah (Textures created by Blixibon; This is asset-based and, aside from the SLAM crate, not reflected in the code) - Combine lock hardware on door01_left.mdl created by Kralich (This is asset-based and not reflected in the code) - npc_vehicledriver fixes provided by CrAzY - npc_combine cover behavior patches provided by iohnnyboy - logic_playmovie icon created by URAKOLOUY5 (This is asset-based and not reflected in the code) - Dropship APC save/load fix provided by Cvoxulary -- c_arms support on HL2 viewmodels by Inaki (This is asset-based and not reflected in the code) +- c_arms support on HL2 viewmodels by Inaki and ReverendV92 (This is asset-based and not reflected in the code) - Custom c_arms for HL2 characters by Notewell (This is asset-based and not reflected in the code) == Contributions from samisalreadytaken: @@ -182,6 +183,9 @@ Direct contributions: =-- https://github.com/mapbase-source/source-sdk-2013/pull/332 (Fix OOB access) =-- https://github.com/mapbase-source/source-sdk-2013/pull/411 (VScript debugger cleanup) =-- https://github.com/mapbase-source/source-sdk-2013/pull/423 (GetPropFloatArray Vector indexing fix) +=-- https://github.com/mapbase-source/source-sdk-2013/pull/431 (VScript save/restore and debugger fixes) +=-- https://github.com/mapbase-source/source-sdk-2013/pull/441 (VScript instance helper fallback) +=-- https://github.com/mapbase-source/source-sdk-2013/pull/447 (Update VScript sqdbg) == Contributions from z33ky: =-- https://github.com/mapbase-source/source-sdk-2013/pull/21 (Various GCC/Linux compilation fixes) @@ -198,6 +202,7 @@ Direct contributions: =-- https://github.com/mapbase-source/source-sdk-2013/pull/320 (Fix ScriptHook_t initialization order) =-- https://github.com/mapbase-source/source-sdk-2013/pull/321 (Prevent return of dangling Vector/QAngle to VScript) =-- https://github.com/mapbase-source/source-sdk-2013/pull/322 (Small Mapbase fixes) +=-- https://github.com/mapbase-source/source-sdk-2013/pull/436 (VScript member function call safety) == Contributions from Petercov: =-- https://github.com/mapbase-source/source-sdk-2013/pull/182 (NPCs load dynamic interactions from all animation MDLs)