rattletrap 6.2.1 → 6.2.2
raw patch · 4 files changed
+5/−3 lines, 4 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- library/Rattletrap/Data.hs +1/−0
- package.yaml +1/−1
- rattletrap.cabal +2/−2
- tests/Main.hs +1/−0
library/Rattletrap/Data.hs view
@@ -171,6 +171,7 @@ , ("Engine.Actor:bCollideActors", AttributeTypeBoolean) , ("Engine.Actor:bHidden", AttributeTypeBoolean) , ("Engine.Actor:DrawScale", AttributeTypeFloat)+ , ("Engine.Actor:RemoteRole", AttributeTypeEnum) , ("Engine.Actor:Role", AttributeTypeEnum) , ("Engine.GameReplicationInfo:bMatchIsOver", AttributeTypeBoolean) , ("Engine.GameReplicationInfo:GameClass", AttributeTypeFlaggedInt)
package.yaml view
@@ -1,5 +1,5 @@ name: rattletrap-version: 6.2.1+version: 6.2.2 category: Game description: Rattletrap parses and generates Rocket League replays.
rattletrap.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 4621c273004f3b4807ccc393d17f66e060a6c63c5265d7517a6525ea4ffc4596+-- hash: 85abec59f755063bd85a4ba480fd3af32ee52edf140f79bcbbef82abdef7550f name: rattletrap-version: 6.2.1+version: 6.2.2 synopsis: Parse and generate Rocket League replays. description: Rattletrap parses and generates Rocket League replays. category: Game
tests/Main.hs view
@@ -171,6 +171,7 @@ , ("e80d", "unlimited time") , ("eae3", "an actor/object ID collision") , ("eae8", "custom team colors")+ , ("edbb", "remote role") , ("f299", "a location attribute") , ("f7b9", "a hockey game event") , ("f811", "no frames")