Skip to content

Commit

Permalink
1014 | 1.37.2.4 | 205 files | M Protobufs/cstrike15_gcmessages.proto,…
Browse files Browse the repository at this point in the history
… M Protobufs/cstrike15_usermessages.proto, M Protobufs/econ_gcmessages.proto, M bin/datacache_strings.txt, M bin/engine_strings.txt, M bin/linux64/datacache_client_strings.txt, M bin/linux64/engine_client_strings.txt, M bin/linux64/materialsystem_client_strings.txt, M bin/linux64/panorama_client_strings.txt, M bin/linux64/panoramauiclient_client_strings.txt, M bin/linux64/stdshader_dx9_client_strings.txt, M bin/materialsystem_strings.txt, M bin/studiorender_strings.txt, M csgo/bin/linux64/client_panorama_client.txt, M csgo/bin/linux64/client_panorama_client_strings.txt, M csgo/bin/linux64/server_client.txt, M csgo/bin/linux64/server_client_strings.txt, M csgo/bin/server.txt, M csgo/bin/server_strings.txt, M csgo/bspconvar_whitelist.txt, M csgo/cfg/gamemode_competitive.cfg, M csgo/cfg/gamemode_cooperative.cfg, M csgo/cfg/gamemode_coopmission.cfg, M csgo/cfg/gamemode_demolition.cfg, M csgo/cfg/survival/survival_config.kv3, M csgo/gamemodes.txt, M

https://steamdb.info/patchnotes/4402037/
  • Loading branch information
SteamDB-Tracker committed Nov 18, 2019
1 parent 19c2462 commit 94f0a62
Show file tree
Hide file tree
Showing 2,049 changed files with 273,720 additions and 353,526 deletions.
8 changes: 8 additions & 0 deletions Protobufs/cstrike15_gcmessages.proto
Original file line number Diff line number Diff line change
Expand Up @@ -988,6 +988,14 @@ message CSOQuestProgress {
optional uint32 bonus_points = 3;
}

message CSOAccountSeasonalOperation {
optional uint32 season_value = 1 [(key_field) = true];
optional uint32 tier_unlocked = 2;
optional uint32 premium_tiers = 3;
optional uint32 mission_id = 4;
optional uint32 missions_completed = 5;
}

message CSOPersonaDataPublic {
optional int32 player_level = 1;
optional .PlayerCommendationInfo commendation = 2;
Expand Down
25 changes: 25 additions & 0 deletions Protobufs/cstrike15_usermessages.proto
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ enum ECstrike15UserMessages {
CS_UM_SSUI = 72;
CS_UM_SurvivalStats = 73;
CS_UM_DisconnectToLobby2 = 74;
CS_UM_EndOfMatchAllPlayersData = 75;
}

enum ECSUsrMsg_DisconnectToLobby_Action {
Expand Down Expand Up @@ -163,6 +164,7 @@ message CCSUsrMsg_CloseCaption {
optional uint32 hash = 1;
optional int32 duration = 2;
optional bool from_player = 3;
optional string cctoken = 4;
}

message CCSUsrMsg_CloseCaptionDirect {
Expand Down Expand Up @@ -265,6 +267,7 @@ message CCSUsrMsg_UpdateScreenHealthBar {

message CCSUsrMsg_EntityOutlineHighlight {
optional int32 entidx = 1;
optional bool removehighlight = 2;
}

message CCSUsrMsg_AdjustMoney {
Expand Down Expand Up @@ -484,6 +487,28 @@ message CCSUsrMsg_SurvivalStats {
optional int32 ticknumber = 4;
}

message CCSUsrMsg_EndOfMatchAllPlayersData {
message Accolade {
optional int32 eaccolade = 1;
optional float value = 2;
optional int32 position = 3;
}

message PlayerData {
optional int32 entindex = 1;
optional uint64 xuid = 2;
optional string name = 3;
optional int32 teamnumber = 4;
optional .CCSUsrMsg_EndOfMatchAllPlayersData.Accolade nomination = 5;
repeated .CEconItemPreviewDataBlock items = 6;
optional int32 playercolor = 7;
optional bool isbot = 8;
}

repeated .CCSUsrMsg_EndOfMatchAllPlayersData.PlayerData allplayerdata = 1;
optional int32 scene = 2;
}

message CCSUsrMsg_ResetHud {
optional bool reset = 1;
}
Expand Down
1 change: 1 addition & 0 deletions Protobufs/econ_gcmessages.proto
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ enum EGCItemCustomizationNotification {
k_EGCItemCustomizationNotification_ApplySticker = 1086;
k_EGCItemCustomizationNotification_StatTrakSwap = 1088;
k_EGCItemCustomizationNotification_ActivateFanToken = 9178;
k_EGCItemCustomizationNotification_ActivateOperationCoin = 9179;
k_EGCItemCustomizationNotification_GraffitiUnseal = 9185;
k_EGCItemCustomizationNotification_GenerateSouvenir = 9204;
}
Expand Down
6 changes: 5 additions & 1 deletion bin/datacache_strings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"%s"
"%s" = "%s"
"></img>
"VVhB
#base
#base is NULL
#empty#
Expand Down Expand Up @@ -412,6 +411,7 @@ ConVarRef %s doesn't point to an existing ConVar
Conditional Error: %s
CreateInterface
CreateSimpleThread
D$ +
D. C.
DLOPEN Error:%s
Data manager 'used' memory incorrect
Expand Down Expand Up @@ -842,6 +842,7 @@ basic_string::insert
basic_string::replace
basic_string::resize
basic_string::substr
benefit:
bodyPartOffset
bodypartindex
boneID
Expand Down Expand Up @@ -901,6 +902,7 @@ decltype(nullptr)
decodedanim
delete
delete[]
detriment:
developer
dispatch effect
dl_iterate_phdr
Expand Down Expand Up @@ -1211,6 +1213,7 @@ mstudiovertanim_t
mstudiovertanim_wrinkle_t
mstudiovertex_t
ndelta
never:
newBoneID
new[]
nextoffset
Expand Down Expand Up @@ -1352,6 +1355,7 @@ remaptype
replacementMaterialNameOffset
replacementOffset
replicated
require:
res_restrict_access
reserved
rootLOD
Expand Down
Loading

0 comments on commit 94f0a62

Please sign in to comment.