packages feed

rattletrap 9.0.8 → 9.0.9

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 view
@@ -1,7 +1,7 @@ cabal-version: 2.2  name: rattletrap-version: 9.0.8+version: 9.0.9  category: Game description: Rattletrap parses and generates Rocket League replays.
source/library/Rattletrap/Data.hs view
@@ -292,6 +292,7 @@   , ("TAGame.GameEvent_Soccar_TA:bOverTime", AttributeTypeBoolean)   , ("TAGame.GameEvent_Soccar_TA:bUnlimitedTime", AttributeTypeBoolean)   , ("TAGame.GameEvent_Soccar_TA:GameTime", AttributeTypeInt)+  , ("TAGame.GameEvent_Soccar_TA:MaxScore", AttributeTypeInt)   , ("TAGame.GameEvent_Soccar_TA:ReplicatedMusicStinger", AttributeTypeMusicStinger)   , ("TAGame.GameEvent_Soccar_TA:ReplicatedScoredOnTeam", AttributeTypeByte)   , ("TAGame.GameEvent_Soccar_TA:ReplicatedServerPerformanceState", AttributeTypeByte)
source/test-suite/Main.hs view
@@ -156,6 +156,7 @@   , ("9eaa", "newer replay without trailing bytes")   , ("a09e", "a tournament")   , ("a128", "a round count down")+  , ("a184", "max score")   , ("a52f", "some more mutators")   , ("a558", "extended explosion data")   , ("a671", "a waiting player")