mirror of
https://codeberg.org/steam-vent/proto.git
synced 2026-08-02 12:14:48 +02:00
Revert "Update to latest proto definitions from SteamDatabase/Protobufs"
This reverts commit 9946f23749 for BC reasons.
This commit is contained in:
parent
38ae8528fb
commit
70a102b373
127 changed files with 28656 additions and 40688 deletions
|
|
@ -10,6 +10,7 @@ message CGameRecordingFile {
|
|||
repeated .CGameRecordingPostGameSummary postgame_events = 2;
|
||||
repeated string temporary_clips = 3;
|
||||
repeated .CGameRecordingTag tags = 4;
|
||||
repeated .CGameRecordingPhase phases = 5;
|
||||
}
|
||||
|
||||
message CGameRecordingClipFile {
|
||||
|
|
@ -50,7 +51,6 @@ message CGameRecordingTimelineMetadata {
|
|||
optional uint64 duration_ms = 4;
|
||||
repeated .CGameRecordingTimelineMetadata.Recording recordings = 5;
|
||||
repeated .CGameRecordingPhase phases = 6;
|
||||
repeated .CGameRecordingTimelineEvent significant_events = 7;
|
||||
}
|
||||
|
||||
message CGameRecordingPostGameSummary {
|
||||
|
|
@ -96,12 +96,14 @@ message CGameRecordingPhase {
|
|||
optional string group = 2;
|
||||
}
|
||||
|
||||
optional string title = 1;
|
||||
optional string desc = 2;
|
||||
optional string icon = 3;
|
||||
optional string phase_id = 4;
|
||||
optional uint64 duration_ms = 5;
|
||||
repeated .CGameRecordingPhase.Tag tags = 6;
|
||||
repeated .CGameRecordingPhase.Tag contained_tags = 7;
|
||||
optional uint64 background_timeline_offset = 8;
|
||||
repeated .CPhaseAttribute attributes = 9;
|
||||
}
|
||||
|
||||
message CTimelineTag {
|
||||
|
|
@ -110,9 +112,3 @@ message CTimelineTag {
|
|||
optional string icon = 3;
|
||||
optional uint32 priority = 4;
|
||||
}
|
||||
|
||||
message CPhaseAttribute {
|
||||
optional string group = 1;
|
||||
optional string value = 2;
|
||||
optional uint32 priority = 3;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue