rattletrap 11.2.7 → 11.2.8
raw patch · 3 files changed
+3/−1 lines, 3 files
Files
- rattletrap.cabal +1/−1
- src/lib/Rattletrap/Data.hs +1/−0
- src/test/Main.hs +1/−0
rattletrap.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2 name: rattletrap-version: 11.2.7+version: 11.2.8 synopsis: Parse and generate Rocket League replays. description: Rattletrap parses and generates Rocket League replays.
src/lib/Rattletrap/Data.hs view
@@ -410,6 +410,7 @@ , ("TAGame.PRI_TA:SecondaryTitle", AttributeType.Title) , ("TAGame.PRI_TA:SkillTier", AttributeType.FlaggedByte) , ("TAGame.PRI_TA:SpectatorShortcut", AttributeType.Int)+ , ("TAGame.PRI_TA:CurrentVoiceRoom", AttributeType.String) , ("TAGame.PRI_TA:SteeringSensitivity", AttributeType.Float) , ("TAGame.PRI_TA:TimeTillItem", AttributeType.Int) , ("TAGame.PRI_TA:Title", AttributeType.Int)
src/test/Main.hs view
@@ -167,4 +167,5 @@ , ("f811", "no frames") -- https://github.com/tfausak/rattletrap/commit/bf4b6af , ("fdc7", "an MVP") -- https://github.com/tfausak/rattletrap/commit/65019d2 , ("ffb7", "with difficulty") -- https://github.com/tfausak/rattletrap/pull/167+ , ("voice_update", "voice update replay") -- https://github.com/tfausak/rattletrap/pull/265 ]