rattletrap 12.0.3 → 12.1.0
raw patch · 3 files changed
+3/−1 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
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: 12.0.3+version: 12.1.0 synopsis: Parse and generate Rocket League replays. description: Rattletrap parses and generates Rocket League replays.
src/lib/Rattletrap/Data.hs view
@@ -452,6 +452,7 @@ ("TAGame.Team_TA:GameEvent", AttributeType.FlaggedInt), ("TAGame.Team_TA:LogoData", AttributeType.FlaggedInt), ("TAGame.Vehicle_TA:bDriving", AttributeType.Boolean),+ ("TAGame.Vehicle_TA:bHasPostMatchCelebration", AttributeType.Boolean), ("TAGame.Vehicle_TA:bPodiumMode", AttributeType.Boolean), ("TAGame.Vehicle_TA:bReplicatedHandbrake", AttributeType.Boolean), ("TAGame.Vehicle_TA:ReplicatedSteer", AttributeType.Byte),
src/test/Main.hs view
@@ -67,6 +67,7 @@ ("1ae4", "a game time"), -- https://github.com/tfausak/rattletrap/commit/d08176e ("1bc2", "no padding after the frames"), -- https://github.com/tfausak/rattletrap/commit/c9a2dd8 ("1d1d", "a camera pitch"), -- https://github.com/tfausak/rattletrap/commit/ee7afa0+ ("1d25", "bumblebee"), -- https://github.com/tfausak/rattletrap/issues/280 ("1ec9", "a V1.63 match"), -- https://github.com/tfausak/rattletrap/pull/132 ("1ef9", "a private hoops match"), -- https://github.com/tfausak/rattletrap/commit/5570839 ("1f37", "splitscreen players"), -- https://github.com/tfausak/rattletrap/commit/c4d2f32