Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions .github/pr-body.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
Automated PR to update hl2sdk submodule.

## Changes
- **From:** `aba345d55e0d17fd1472bf321c192643906737b0`
- **To:** `1ec8cf5d8d60e6b3585f6b441712c21730b5e3ca`

## Commits in this update
```
1ec8cf5d Remove circular dependency in utlvector.h
142cc867 Move Q_mem* defines to platform.h
43c79224 Transition CCommandBuffer to tier0 (#399)
d870fa2e Transition CUtlMemory to CUtlVectorMemory & add CUtlVectorBase (#401)
3e163985 Add Vec3D (#400)
5f891c90 Update INetworkGameServer (#397)
8a620d7b Update CEntityInstance::ScriptAcceptInput params
7a247626 Update CGameTrace
54c916b0 Update CEntityClass
41d5adc5 Update SolidType_t
dd6997bf Update fieldtype_t
37a1943b Update IGameSystem (#395)
189153e8 cs2: Update tier0.lib/so
9b9bd8c2 cs2: Update protobufs
eec6307d Fix initialization order of KeyValues3 members
b03eaa33 Update KeyValues3
4cbbd5c7 Update IVEngineServer2
46ed7ed6 Update interfaces.lib/a
1bc5a618 Add VectorWS as a ConVar type
11089e87 Update ICvar & CCvar
```

## Latest commit info
- **Message:** Remove circular dependency in utlvector.h
- **Author:** GAMMACASE
- **Date:** 2026-07-14 22:43:57 +0300

---
🤖 This PR was automatically created by the [bump-hl2sdk workflow](https://github.com/playpark/CounterStrikeSharp/actions/workflows/bump-hl2sdk.yml).
2 changes: 1 addition & 1 deletion libraries/hl2sdk-cs2
Submodule hl2sdk-cs2 updated 90 files
+13 −136 common/netmessages.proto
+15 −0 common/networkbasetypes.proto
+211 −0 common/source2_steam_stats.proto
+5 −0 common/valveextensions.proto
+2 −2 entity2/entitykeyvalues.cpp
+1 −9 game/shared/base_gcmessages.proto
+0 −5 game/shared/clientmessages.proto
+1 −0 game/shared/cs/cs_gameevents.proto
+9 −0 game/shared/cs/cs_usercmd.proto
+19 −24 game/shared/cstrike15/cstrike15_gcmessages.proto
+8 −0 game/shared/cstrike15/cstrike15_usermessages.proto
+21 −0 game/shared/ehandle.h
+23 −1 game/shared/gameevents.proto
+2 −2 game/shared/gamesystems/spawngroup_manager.h
+152 −94 game/shared/igamesystem.h
+3 −2 game/shared/te.proto
+16 −0 game/shared/usercmd.proto
+21 −24 game/shared/usermessages.proto
+6 −2 interfaces/interfaces.cpp
+ lib/linux64/interfaces.a
+ lib/linux64/libtier0.so
+ lib/public/win64/interfaces.lib
+ lib/public/win64/tier0.lib
+0 −1 linux_sdk/Makefile.tier1
+1 −0 mathlib/mathlib.vcxproj
+3 −0 mathlib/mathlib.vcxproj.filters
+0 −1 public/bitmap/cubemap.h
+3 −3 public/bitmap/tgaloader.h
+16 −1 public/bitvec.h
+3 −13 public/const.h
+3 −1 public/datamap.h
+2 −2 public/dispcoll_common.h
+4 −4 public/dt_utlvector_common.h
+4 −4 public/eiface.h
+58 −39 public/entity2/entityclass.h
+1 −1 public/entity2/entityidentity.h
+22 −18 public/entity2/entityinstance.h
+3 −3 public/entity2/entitykeyvalues.h
+15 −13 public/entity2/entitysystem.h
+15 −0 public/entityhandle.h
+10 −1 public/gametrace.h
+17 −9 public/globalvars_base.h
+11 −9 public/icvar.h
+12 −5 public/interfaces/interfaces.h
+20 −8 public/iserver.h
+63 −0 public/mathlib/vec3d.h
+6 −6 public/mathlib/vector.h
+2 −2 public/mathlib/vector2d.h
+4 −4 public/mathlib/vector4d.h
+17 −0 public/mathlib/vectorws.h
+0 −2 public/networksystem/inetworkmessages.h
+247 −0 public/networksystem/inetworkserializer.h
+8 −2 public/schemasystem/schemasystem.h
+2 −1 public/schemasystem/schematypes.h
+4 −2 public/tier0/dbg.h
+18 −3 public/tier0/icommandline.h
+27 −14 public/tier0/logging.h
+15 −7 public/tier0/platform.h
+59 −335 public/tier0/threadtools.h
+49 −93 public/tier1/CommandBuffer.h
+32 −5 public/tier1/convar.h
+36 −36 public/tier1/keyvalues3.h
+1 −1 public/tier1/memblockallocator.h
+1 −1 public/tier1/mempool.h
+96 −28 public/tier1/strtools.h
+2 −2 public/tier1/utlbinaryblock.h
+1 −1 public/tier1/utlblockmemory.h
+2 −3 public/tier1/utlbuffer.h
+1 −1 public/tier1/utlfixedmemory.h
+3 −3 public/tier1/utlhash.h
+2 −2 public/tier1/utlhashtable.h
+0 −1 public/tier1/utlintrusivelist.h
+25 −12 public/tier1/utlleanvector.h
+1 −2 public/tier1/utllinkedlist.h
+2 −2 public/tier1/utlmultilist.h
+2 −2 public/tier1/utlntree.h
+2 −2 public/tier1/utlpriorityqueue.h
+4 −4 public/tier1/utlqueue.h
+1 −2 public/tier1/utlrbtree.h
+0 −1 public/tier1/utlsoacontainer.h
+2 −2 public/tier1/utlstack.h
+0 −1 public/tier1/utlstring.h
+0 −5 public/tier1/utlstringtoken.h
+3 −3 public/tier1/utlsymbollarge.h
+249 −318 public/tier1/utlvector.h
+246 −235 public/tier1/utlvectormemory.h
+0 −636 tier1/commandbuffer.cpp
+20 −20 tier1/keyvalues3.cpp
+1 −2 tier1/tier1.vcxproj
+1 −4 tier1/tier1.vcxproj.filters