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.

Files changed (25) hide show
  1. {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/Cargo.lock +4 -4
  2. {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/Cargo.toml +1 -1
  3. {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/PKG-INFO +1 -1
  4. {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec/CHANGELOG.md +6 -0
  5. {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec/Cargo.toml +1 -1
  6. {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec/src/header/mod.rs +3 -1
  7. {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec-py/CHANGELOG.md +6 -0
  8. {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec-py/Cargo.toml +2 -2
  9. {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec/README.md +0 -0
  10. {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec/src/actions.rs +0 -0
  11. {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec/src/header/ai.rs +0 -0
  12. {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec/src/header/map.rs +0 -0
  13. {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec/src/lib.rs +0 -0
  14. {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec/src/minimal.rs +0 -0
  15. {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec/src/summary.rs +0 -0
  16. {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec/src/tests.rs +0 -0
  17. {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec-py/.github/workflows/CI.yml +0 -0
  18. {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec-py/.gitignore +0 -0
  19. {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec-py/python/aoe2rec_py/__init__.py +0 -0
  20. {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec-py/python/aoe2rec_py/summary.py +0 -0
  21. {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec-py/src/lib.rs +0 -0
  22. {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/crates/aoe2rec-py/uv.lock +0 -0
  23. {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/pyproject.toml +0 -0
  24. {aoe2rec_py-0.1.11 → aoe2rec_py-0.1.12}/python/aoe2rec_py/__init__.py +0 -0
  25. {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.10"
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.3"
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.11"
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.11"
118
+ version = "0.1.12"
119
119
  dependencies = [
120
120
  "aoe2rec",
121
121
  "bytes",
@@ -4,7 +4,7 @@ version = "0.1.0"
4
4
  edition = "2021"
5
5
 
6
6
  [dependencies]
7
- aoe2rec = { version = "0.2.3", path = "crates/aoe2rec" }
7
+ aoe2rec = { version = "0.2.4", path = "crates/aoe2rec" }
8
8
 
9
9
  [workspace]
10
10
  members = ["crates/aoe2rec-py"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aoe2rec-py
3
- Version: 0.1.11
3
+ Version: 0.1.12
4
4
  Classifier: Programming Language :: Rust
5
5
  Classifier: Programming Language :: Python :: Implementation :: CPython
6
6
  Classifier: Programming Language :: Python :: Implementation :: PyPy
@@ -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
@@ -2,7 +2,7 @@
2
2
  name = "aoe2rec"
3
3
  description = "Library to parse Age of Empires II: Definitive Edition recorded games"
4
4
  license = "MIT"
5
- version = "0.2.3"
5
+ version = "0.2.4"
6
6
  edition = "2021"
7
7
  readme = "README.md"
8
8
 
@@ -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 = if major < 66 { n_players } else { 8 }, args { inner: (major,)})]
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.11"
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.3", path = "../aoe2rec" }
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