Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
219 | 85 files | M Protobufs/dac_gamemessages.proto, M game/core/reso…
Browse files Browse the repository at this point in the history
…urce/valve_english.txt, M game/dac/bin/linuxsteamrt64/libclient_strings.txt, M game/dac/bin/linuxsteamrt64/libserver_strings.txt, M game/dac/pak01_dir.txt, M game/dac/pak01_dir/panorama/layout/dac_ui_hud.xml, M game/dac/pak01_dir/panorama/layout/tooltips/tooltip_synergy.xml, M game/dac/pak01_dir/panorama/styles/dac_db_control_battlepass.css, M game/dac/pak01_dir/panorama/styles/dac_ui_hud.css, M game/dac/pak01_dir/panorama/styles/dac_ui_leaderboard_entry.css, M game/dac/pak01_dir/panorama/styles/dac_ui_scoreboard_entry.css, M game/dac/pak01_dir/panorama/styles/tooltips/tooltip_synergy.css, M game/dac/pak01_dir/resource/localization/dac_abilities_brazilian.txt, M game/dac/pak01_dir/resource/localization/dac_abilities_bulgarian.txt, M game/dac/pak01_dir/resource/localization/dac_abilities_czech.txt, M game/dac/pak01_dir/resource/localization/dac_abilities_danish.txt, M game/dac/pak01_dir/resource/localization/dac_abilities_dutch.txt, M game/da

https://steamdb.info/patchnotes/4088395/
  • Loading branch information
SteamDB-Tracker committed Aug 8, 2019
1 parent d0be264 commit 037b29a
Show file tree
Hide file tree
Showing 85 changed files with 1,281 additions and 1,120 deletions.
1 change: 1 addition & 0 deletions Protobufs/dac_gamemessages.proto
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ message CMsgPlayerCombatResult {
optional .ERoundCombatResult result = 4 [default = ERoundCombatResult_Draw];
optional uint32 damage_taken = 5;
optional uint32 notification_id = 6;
optional bool aegis_used = 7;
oneof opponent {
uint32 opponent_player_slot = 2;
uint32 opponent_neutral_wave = 3;
Expand Down
1 change: 1 addition & 0 deletions game/core/resource/valve_english.txt
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@
"Native_DownloadErrorUnknown" "Unknown Error"
"Native_DownloadErrorManifest" "Unable to download manifest"
"Native_DownloadErrorDownload" "Unable to download content file"
"Native_DownloadErrorQueueDownload" "Unable to queue download for content file"
"Native_DownloadErrorStorage" "Insufficient storage"

"Native_DownloadUpdate" "Download latest update: "
Expand Down
Loading

0 comments on commit 037b29a

Please sign in to comment.