Skip to content

Commit

Permalink
update sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
jvnipers committed Oct 19, 2024
1 parent 7808845 commit d9cc5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk
Submodule sdk updated 46 files
+3 −0 common/network_connection.proto
+3 −4 common/networkbasetypes.proto
+574 −547 game/shared/base_gcmessages.proto
+12 −7 game/shared/cs/cs_usercmd.proto
+26 −1 game/shared/cstrike15/cstrike15_gcmessages.proto
+15 −6 game/shared/cstrike15/cstrike15_usermessages.proto
+5 −0 game/shared/econ/econ_gcmessages.proto
+34 −26 game/shared/igamesystem.h
+3 −0 game/shared/te.proto
+19 −0 game/shared/usermessages.proto
+2 −0 interfaces/interfaces.cpp
+ lib/linux64/interfaces.a
+ lib/linux64/libtier0.so
+ lib/linux64/mathlib.a
+ lib/linux64/tier1.a
+ lib/public/win64/interfaces.lib
+ lib/public/win64/mathlib.lib
+ lib/public/win64/tier0.lib
+ lib/public/win64/tier1.lib
+0 −1 linux_sdk/Makefile.tier1
+47 −4 mathlib/mathlib_base.cpp
+20 −10 public/eiface.h
+1 −1 public/entity2/concreteentitylist.h
+1 −1 public/entity2/entitykeyvalues.h
+78 −58 public/entity2/entitysystem.h
+4 −12 public/gametrace.h
+5 −1 public/inetchannelinfo.h
+4 −0 public/interfaces/interfaces.h
+5 −5 public/iserver.h
+3 −7 public/networksystem/iprotobufbinding.h
+1 −1 public/schemasystem/schematypes.h
+9 −20 public/tier0/icommandline.h
+5 −0 public/tier0/platform.h
+1 −1 public/tier1/KeyValues.h
+2 −2 public/tier1/UtlSortVector.h
+7 −13 public/tier1/keyvalues3.h
+289 −297 public/tier1/strtools.h
+1 −1 public/tier1/utlleanvector.h
+1 −13 public/tier1/utlstring.h
+66 −0 public/tier1/utlstringtoken.h
+22 −9 public/tier1/utlvector.h
+4 −0 public/variant.h
+1 −1 tier1/commandbuffer.cpp
+0 −2,017 tier1/strtools.cpp
+0 −1 tier1/tier1.vcxproj
+0 −3 tier1/tier1.vcxproj.filters

0 comments on commit d9cc5c7

Please sign in to comment.