rattletrap 11.2.13 → 11.2.14
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: 11.2.13+version: 11.2.14 synopsis: Parse and generate Rocket League replays. description: Rattletrap parses and generates Rocket League replays.
src/lib/Rattletrap/Data.hs view
@@ -175,6 +175,7 @@ , ("Archetypes.Ball.Ball_Trajectory", "TAGame.Ball_TA") , ("Archetypes.Ball.CubeBall", "TAGame.Ball_TA") , ("Archetypes.Car.Car_Default", "TAGame.Car_TA")+ , ("Archetypes.Car.Car_PostGameLobby", "TAGame.Car_TA") , ("Archetypes.CarComponents.CarComponent_Boost", "TAGame.CarComponent_Boost_TA") , ("Archetypes.CarComponents.CarComponent_Dodge", "TAGame.CarComponent_Dodge_TA") , ("Archetypes.CarComponents.CarComponent_DoubleJump", "TAGame.CarComponent_DoubleJump_TA")
src/test/Main.hs view
@@ -164,6 +164,7 @@ , ("eae8", "custom team colors") -- https://github.com/tfausak/rattletrap/commit/809240f , ("ecd5", "new match guid attribute") -- https://github.com/tfausak/rattletrap/issues/270 , ("edbb", "remote role") -- https://github.com/tfausak/rattletrap/pull/106+ , ("f08e", "post game lobby") -- https://github.com/jjbott/RocketLeagueReplayParser/issues/46 , ("f299", "a location attribute") -- https://github.com/tfausak/rattletrap/commit/21b09c5 , ("f7b9", "a hockey game event") -- https://github.com/tfausak/rattletrap/commit/3e16d7f , ("f811", "no frames") -- https://github.com/tfausak/rattletrap/commit/bf4b6af