aoe2rec-py 0.1.12__tar.gz → 0.1.13__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aoe2rec-py might be problematic. Click here for more details.
- {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/Cargo.lock +4 -4
- {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/Cargo.toml +1 -1
- {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/PKG-INFO +1 -1
- {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec/CHANGELOG.md +6 -0
- {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec/Cargo.toml +1 -1
- {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec/src/header/mod.rs +6 -2
- {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec-py/CHANGELOG.md +6 -0
- {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec-py/Cargo.toml +2 -2
- {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec/README.md +0 -0
- {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec/src/actions.rs +0 -0
- {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec/src/header/ai.rs +0 -0
- {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec/src/header/map.rs +0 -0
- {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec/src/lib.rs +0 -0
- {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec/src/minimal.rs +0 -0
- {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec/src/summary.rs +0 -0
- {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec/src/tests.rs +0 -0
- {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec-py/.github/workflows/CI.yml +0 -0
- {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec-py/.gitignore +0 -0
- {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec-py/python/aoe2rec_py/__init__.py +0 -0
- {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec-py/python/aoe2rec_py/summary.py +0 -0
- {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec-py/src/lib.rs +0 -0
- {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec-py/uv.lock +0 -0
- {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/pyproject.toml +0 -0
- {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/python/aoe2rec_py/__init__.py +0 -0
- {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/python/aoe2rec_py/summary.py +0 -0
|
@@ -69,7 +69,7 @@ dependencies = [
|
|
|
69
69
|
|
|
70
70
|
[[package]]
|
|
71
71
|
name = "aoe2js"
|
|
72
|
-
version = "0.1.
|
|
72
|
+
version = "0.1.12"
|
|
73
73
|
dependencies = [
|
|
74
74
|
"aoe2rec",
|
|
75
75
|
"clap",
|
|
@@ -91,7 +91,7 @@ dependencies = [
|
|
|
91
91
|
|
|
92
92
|
[[package]]
|
|
93
93
|
name = "aoe2rec"
|
|
94
|
-
version = "0.2.
|
|
94
|
+
version = "0.2.5"
|
|
95
95
|
dependencies = [
|
|
96
96
|
"binrw",
|
|
97
97
|
"bytes",
|
|
@@ -101,7 +101,7 @@ dependencies = [
|
|
|
101
101
|
|
|
102
102
|
[[package]]
|
|
103
103
|
name = "aoe2rec-js"
|
|
104
|
-
version = "0.1.
|
|
104
|
+
version = "0.1.13"
|
|
105
105
|
dependencies = [
|
|
106
106
|
"aoe2rec",
|
|
107
107
|
"bytes",
|
|
@@ -115,7 +115,7 @@ dependencies = [
|
|
|
115
115
|
|
|
116
116
|
[[package]]
|
|
117
117
|
name = "aoe2rec-py"
|
|
118
|
-
version = "0.1.
|
|
118
|
+
version = "0.1.13"
|
|
119
119
|
dependencies = [
|
|
120
120
|
"aoe2rec",
|
|
121
121
|
"bytes",
|
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.2.5](https://github.com/aoe2ct/aoe2rec/compare/aoe2rec-v0.2.4...aoe2rec-v0.2.5) - 2025-08-15
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- Treat new field as a count
|
|
15
|
+
|
|
10
16
|
## [0.2.4](https://github.com/aoe2ct/aoe2rec/compare/aoe2rec-v0.2.3...aoe2rec-v0.2.4) - 2025-08-14
|
|
11
17
|
|
|
12
18
|
### Other
|
|
@@ -243,7 +243,11 @@ pub struct GameSettings {
|
|
|
243
243
|
#[br(if(major >= 63))]
|
|
244
244
|
pub unknown24: Option<[u8; 5]>,
|
|
245
245
|
#[br(if(major >= 66))]
|
|
246
|
-
pub
|
|
246
|
+
pub unknown_count1: u32,
|
|
247
|
+
#[br(if(major >= 66))]
|
|
248
|
+
pub unknown26: Option<[u8; 12]>,
|
|
249
|
+
#[br(count = unknown_count1)]
|
|
250
|
+
pub unknown27: Vec<u32>,
|
|
247
251
|
#[serde(skip_serializing)]
|
|
248
252
|
pub unknown20: DeString,
|
|
249
253
|
#[serde(skip_serializing)]
|
|
@@ -322,7 +326,7 @@ pub struct Player {
|
|
|
322
326
|
#[br(if(major >= 66))]
|
|
323
327
|
pub name2: DeString,
|
|
324
328
|
pub player_type: u32,
|
|
325
|
-
pub profile_id:
|
|
329
|
+
pub profile_id: i32,
|
|
326
330
|
pub ai: [u8; 4],
|
|
327
331
|
pub player_number: i32,
|
|
328
332
|
pub prefer_random: Bool,
|
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.1.13](https://github.com/aoe2ct/aoe2rec/compare/aoe2rec-py-v0.1.12...aoe2rec-py-v0.1.13) - 2025-08-15
|
|
11
|
+
|
|
12
|
+
### Other
|
|
13
|
+
|
|
14
|
+
- updated the following local packages: aoe2rec
|
|
15
|
+
|
|
10
16
|
## [0.1.12](https://github.com/aoe2ct/aoe2rec/compare/aoe2rec-py-v0.1.11...aoe2rec-py-v0.1.12) - 2025-08-14
|
|
11
17
|
|
|
12
18
|
### Other
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name = "aoe2rec-py"
|
|
3
3
|
description = "Python package for the aoe2rec rust crate, which allows to parse Age of Empires II: Definitive Edition recorded games"
|
|
4
4
|
license = "MIT"
|
|
5
|
-
version = "0.1.
|
|
5
|
+
version = "0.1.13"
|
|
6
6
|
edition = "2021"
|
|
7
7
|
|
|
8
8
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
@@ -11,7 +11,7 @@ name = "aoe2rec_py"
|
|
|
11
11
|
crate-type = ["cdylib"]
|
|
12
12
|
|
|
13
13
|
[dependencies]
|
|
14
|
-
aoe2rec = { version = "0.2.
|
|
14
|
+
aoe2rec = { version = "0.2.5", path = "../aoe2rec" }
|
|
15
15
|
bytes = "1.9.0"
|
|
16
16
|
pyo3 = "~0.24.0"
|
|
17
17
|
pythonize = "0.24.0"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|