aoe2rec-py 0.1.11__tar.gz → 0.1.12__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.11 → aoe2rec_py-0.1.12}/Cargo.lock +4 -4
- {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/Cargo.toml +1 -1
- {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/PKG-INFO +1 -1
- {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec/CHANGELOG.md +6 -0
- {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec/Cargo.toml +1 -1
- {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec/src/header/mod.rs +3 -1
- {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec-py/CHANGELOG.md +6 -0
- {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec-py/Cargo.toml +2 -2
- {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec/README.md +0 -0
- {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec/src/actions.rs +0 -0
- {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec/src/header/ai.rs +0 -0
- {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec/src/header/map.rs +0 -0
- {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec/src/lib.rs +0 -0
- {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec/src/minimal.rs +0 -0
- {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec/src/summary.rs +0 -0
- {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec/src/tests.rs +0 -0
- {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec-py/.github/workflows/CI.yml +0 -0
- {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec-py/.gitignore +0 -0
- {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec-py/python/aoe2rec_py/__init__.py +0 -0
- {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec-py/python/aoe2rec_py/summary.py +0 -0
- {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec-py/src/lib.rs +0 -0
- {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec-py/uv.lock +0 -0
- {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/pyproject.toml +0 -0
- {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/python/aoe2rec_py/__init__.py +0 -0
- {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/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.11"
|
|
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.4"
|
|
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.12"
|
|
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.12"
|
|
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.4](https://github.com/aoe2ct/aoe2rec/compare/aoe2rec-v0.2.3...aoe2rec-v0.2.4) - 2025-08-14
|
|
11
|
+
|
|
12
|
+
### Other
|
|
13
|
+
|
|
14
|
+
- Split empty players in separate field
|
|
15
|
+
|
|
10
16
|
## [0.2.3](https://github.com/aoe2ct/aoe2rec/compare/aoe2rec-v0.2.2...aoe2rec-v0.2.3) - 2025-08-13
|
|
11
17
|
|
|
12
18
|
### Other
|
|
@@ -90,8 +90,10 @@ pub struct GameSettings {
|
|
|
90
90
|
pub unk: Bool,
|
|
91
91
|
#[br(magic = b"\xa3_\x02\x00")]
|
|
92
92
|
#[bw(magic = b"\xa3_\x02\x00")]
|
|
93
|
-
#[br(count =
|
|
93
|
+
#[br(count = n_players, args { inner: (major,)})]
|
|
94
94
|
pub players: Vec<Player>,
|
|
95
|
+
#[br(if(major >= 66), count = 8 - n_players, args { inner: (major,)})]
|
|
96
|
+
pub empty_player_slots: Vec<Player>,
|
|
95
97
|
pub unknown: [u8; 9],
|
|
96
98
|
pub fog_of_war: Bool,
|
|
97
99
|
pub cheat_notifications: 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.12](https://github.com/aoe2ct/aoe2rec/compare/aoe2rec-py-v0.1.11...aoe2rec-py-v0.1.12) - 2025-08-14
|
|
11
|
+
|
|
12
|
+
### Other
|
|
13
|
+
|
|
14
|
+
- updated the following local packages: aoe2rec
|
|
15
|
+
|
|
10
16
|
## [0.1.11](https://github.com/aoe2ct/aoe2rec/compare/aoe2rec-py-v0.1.10...aoe2rec-py-v0.1.11) - 2025-08-13
|
|
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.12"
|
|
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.4", 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
|