Skip to content

Commit

Permalink
Merge pull request #423 from Ariemeth/fix_unit_deserialization
Browse files Browse the repository at this point in the history
Fixed HPC-64's transport cap loading and jackal's roles during loading
  • Loading branch information
Ariemeth authored Nov 29, 2024
2 parents 9205bef + 7cdf5a9 commit 5b719bb
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions assets/data/units/cef.json
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@
"ew": "5+",
"react-weapons": "LRL (T)",
"mounted-weapons": "-",
"traits": "Airdrop, Jump Jets:2 (Aux) Transport: 2 Squads",
"traits": "Airdrop, Jump Jets:2 (Aux), Transport: 2 Squads",
"type": "Vehicle",
"height": 2
},
Expand All @@ -797,7 +797,7 @@
"ew": "5+",
"react-weapons": "LRL (T)",
"mounted-weapons": "MAR (T)",
"traits": "Airdrop, Jump Jets:2 (Aux) Transport: 2 Squads",
"traits": "Airdrop, Jump Jets:2 (Aux), Transport: 2 Squads",
"type": "Vehicle",
"height": 2
},
Expand Down
4 changes: 2 additions & 2 deletions assets/data/units/peace_river.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
{
"model": "Jackal",
"tv": 7,
"role": "GP+ SK, FS",
"role": "GP+, SK, FS",
"mr": "W/G:7",
"arm": 6,
"h/s": "3/3",
Expand Down Expand Up @@ -1624,4 +1624,4 @@
]
}
]
}
}
16 changes: 8 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,10 @@ packages:
dependency: transitive
description:
name: file_selector_android
sha256: ec439df07c4999faad319ce8ad9e971795c2f1d7132ad5a793b9370a863c6128
sha256: "934850f9702b0f9031bc331a306e7bebc62f894a6e5ca6c0681c7af17e7afb50"
url: "https://pub.dev"
source: hosted
version: "0.5.1+10"
version: "0.5.1+11"
file_selector_ios:
dependency: transitive
description:
Expand All @@ -186,10 +186,10 @@ packages:
dependency: transitive
description:
name: file_selector_linux
sha256: "712ce7fab537ba532c8febdb1a8f167b32441e74acd68c3ccb2e36dcb52c4ab2"
sha256: b2b91daf8a68ecfa4a01b778a6f52edef9b14ecd506e771488ea0f2e0784198b
url: "https://pub.dev"
source: hosted
version: "0.9.3"
version: "0.9.3+1"
file_selector_macos:
dependency: transitive
description:
Expand Down Expand Up @@ -654,10 +654,10 @@ packages:
dependency: transitive
description:
name: shelf_web_socket
sha256: "073c147238594ecd0d193f3456a5fe91c4b0abbcc68bf5cd95b36c4e194ac611"
sha256: cc36c297b52866d203dbf9332263c94becc2fe0ceaa9681d07b6ef9807023b67
url: "https://pub.dev"
source: hosted
version: "2.0.0"
version: "2.0.1"
sky_engine:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -787,10 +787,10 @@ packages:
dependency: transitive
description:
name: url_launcher_linux
sha256: e2b9622b4007f97f504cd64c0128309dfb978ae66adbe944125ed9e1750f06af
sha256: "4e9ba368772369e3e08f231d2301b4ef72b9ff87c31192ef471b380ef29a4935"
url: "https://pub.dev"
source: hosted
version: "3.2.0"
version: "3.2.1"
url_launcher_macos:
dependency: transitive
description:
Expand Down
16 changes: 8 additions & 8 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html

version: 1.16.6
version: 1.16.7
environment:
sdk: ">=3.0.0"

Expand All @@ -29,16 +29,16 @@ dependencies:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: 1.0.8
provider: 6.1.2
provider: ^6.1.2
uuid: ^4.5.1
pdf: 3.11.1
pdf: ^3.11.1
printing: ^5.13.4
url_launcher: ^6.3.1
file_selector: 1.0.3
http: 1.2.2
package_info_plus: 8.1.1
pub_semver: 2.1.4
shared_preferences: 2.3.3
file_selector: ^1.0.3
http: ^1.2.2
package_info_plus: ^8.1.1
pub_semver: ^2.1.4
shared_preferences: ^2.3.3

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 5b719bb

Please sign in to comment.