Skip to content

chore(deps): bump libraries/hl2sdk-cs2 from a26ca82 to bc59586 #848

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
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
2 changes: 1 addition & 1 deletion libraries/hl2sdk-cs2
Submodule hl2sdk-cs2 updated 54 files
+41 −0 common/netmessages.proto
+1 −0 common/network_connection.proto
+574 −574 game/shared/base_gcmessages.proto
+3 −1 game/shared/cs/cs_usercmd.proto
+41 −0 game/shared/cstrike15/cstrike15_gcmessages.proto
+1 −0 game/shared/cstrike15/cstrike15_usermessages.proto
+0 −13 game/shared/gamesystems/spawngroup_manager.h
+19 −0 networksystem/networksystem_protomessages.proto
+1 −1 public/cdll_int.h
+2 −1 public/const.h
+14 −14 public/datamap.h
+7 −2 public/eiface.h
+2 −0 public/engine/IEngineService.h
+84 −0 public/engine/hoststate.h
+2 −0 public/gametrace.h
+203 −37 public/icvar.h
+11 −2 public/iserver.h
+8 −2 public/networksystem/netmessage.h
+1 −1 public/particles/particles.h
+8 −9 public/schemasystem/schemasystem.h
+8 −7 public/schemasystem/schematypes.h
+12 −29 public/soundflags.h
+9 −3 public/steam/isteamugc.h
+84 −0 public/tier0/annotations.h
+28 −4 public/tier0/commonmacros.h
+3 −5 public/tier0/fasttimer.h
+1 −1 public/tier0/icommandline.h
+472 −354 public/tier0/platform.h
+80 −67 public/tier1/IKeyValuesSystem.h
+8 −7 public/tier1/KeyValues.h
+123 −134 public/tier1/bufferstring.h
+2 −2 public/tier1/callqueue.h
+1,058 −727 public/tier1/convar.h
+0 −54 public/tier1/convar_serverbounded.h
+19 −20 public/tier1/exprevaluator.h
+130 −130 public/tier1/iprocessutils.h
+1,439 −1,439 public/tier1/jobthread.h
+155 −37 public/tier1/keyvalues3.h
+113 −113 public/tier1/random.h
+499 −100 public/tier1/strtools.h
+14 −8 public/tier1/utlbuffer.h
+4 −0 public/tier1/utlcommon.h
+1 −1 public/tier1/utlleanvector.h
+1 −1 public/tier1/utlmap.h
+4 −1 public/tier2/tier2.h
+58 −58 public/variant.h
+3 −3 public/vscript/ivscript.h
+0 −25 public/vstdlib/cvar.h
+0 −16 public/vstdlib/ieventsystem.h
+0 −51 public/vstdlib/pch_vstdlib.h
+0 −125 public/vstdlib/vcover.h
+0 −33 public/vstdlib/vstdlib.h
+340 −918 tier1/convar.cpp
+147 −80 tier1/keyvalues3.cpp
Loading