Mercury-engine-data-structures

Latest version: v0.33.0

Safety actively analyzes 681775 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 8

0.33.0

New release

What's Changed
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/randovania/mercury-engine-data-structures/pull/222
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/randovania/mercury-engine-data-structures/pull/223
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/randovania/mercury-engine-data-structures/pull/224
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/randovania/mercury-engine-data-structures/pull/225
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/randovania/mercury-engine-data-structures/pull/229
* Test with Python 3.13 by henriquegemignani in https://github.com/randovania/mercury-engine-data-structures/pull/230
* Abstract romfs by ThanatosGit in https://github.com/randovania/mercury-engine-data-structures/pull/231
* Update ruff rules, use if TYPE_CHECKING/future annotations by henriquegemignani in https://github.com/randovania/mercury-engine-data-structures/pull/233
* Version checking by steven11sjf in https://github.com/randovania/mercury-engine-data-structures/pull/232
* Refactor BRFLD by MayberryZoom in https://github.com/randovania/mercury-engine-data-structures/pull/217

New Contributors
* MayberryZoom made their first contribution in https://github.com/randovania/mercury-engine-data-structures/pull/217

**Full Changelog**: https://github.com/randovania/mercury-engine-data-structures/compare/v0.32.0...v0.33.0

0.32.0

What's Changed
* Added Samus Returns property names by steven11sjf in https://github.com/randovania/mercury-engine-data-structures/pull/191
* bcskla parse/build for dread and MSR by steven11sjf in https://github.com/randovania/mercury-engine-data-structures/pull/185
* added BLUT (Binary LookUp Table?) by steven11sjf in https://github.com/randovania/mercury-engine-data-structures/pull/192
* Added BMSSH format by steven11sjf in https://github.com/randovania/mercury-engine-data-structures/pull/193
* BMSAT by steven11sjf in https://github.com/randovania/mercury-engine-data-structures/pull/194
* BGSNDS by steven11sjf in https://github.com/randovania/mercury-engine-data-structures/pull/195
* Added bnvib by steven11sjf in https://github.com/randovania/mercury-engine-data-structures/pull/196
* BPSI (pack set?) by steven11sjf in https://github.com/randovania/mercury-engine-data-structures/pull/197
* brspd by steven11sjf in https://github.com/randovania/mercury-engine-data-structures/pull/198
* BPTDAT and BPTDEF by steven11sjf in https://github.com/randovania/mercury-engine-data-structures/pull/200
* BUCT by steven11sjf in https://github.com/randovania/mercury-engine-data-structures/pull/199
* Added .btunda support by steven11sjf in https://github.com/randovania/mercury-engine-data-structures/pull/32
* Add cli commands for extract pkgs and replacing files in pkgs by henriquegemignani in https://github.com/randovania/mercury-engine-data-structures/pull/214
* Swap dependency from zstd to zstandard by henriquegemignani in https://github.com/randovania/mercury-engine-data-structures/pull/216
* Repair encoding error in actors/props/pf_mushr_fr/charclasses/pf_mushr_fr.bmsad by steven11sjf in https://github.com/randovania/mercury-engine-data-structures/pull/219
* Update README with more info regarding mercury formats by sabre230 in https://github.com/randovania/mercury-engine-data-structures/pull/215
* added dread v2.1.0 resources to json by steven11sjf in https://github.com/randovania/mercury-engine-data-structures/pull/211
* Speedup parsing/building BCSKLA and BMSAS by henriquegemignani in https://github.com/randovania/mercury-engine-data-structures/pull/212

New Contributors
* sabre230 made their first contribution in https://github.com/randovania/mercury-engine-data-structures/pull/215

**Full Changelog**: https://github.com/randovania/mercury-engine-data-structures/compare/v0.31.1...v0.32.0

0.31.1

What's Changed
* MSR - Fix wrong minor version for bmscc by dyceron in https://github.com/randovania/mercury-engine-data-structures/pull/188
* Added tests for collision formats by steven11sjf in https://github.com/randovania/mercury-engine-data-structures/pull/189


**Full Changelog**: https://github.com/randovania/mercury-engine-data-structures/compare/v0.31.0...v0.31.1

0.31.0

New release

What's Changed
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/randovania/mercury-engine-data-structures/pull/142
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/randovania/mercury-engine-data-structures/pull/143
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/randovania/mercury-engine-data-structures/pull/144
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/randovania/mercury-engine-data-structures/pull/145
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/randovania/mercury-engine-data-structures/pull/146
* MSR - Update two fields in bmsbk by dyceron in https://github.com/randovania/mercury-engine-data-structures/pull/147
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/randovania/mercury-engine-data-structures/pull/148
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/randovania/mercury-engine-data-structures/pull/150
* Update bmssd sg fields for MSR by dyceron in https://github.com/randovania/mercury-engine-data-structures/pull/149
* Updated README with all formats by steven11sjf in https://github.com/randovania/mercury-engine-data-structures/pull/153
* Adds BMSEM support by Miepee in https://github.com/randovania/mercury-engine-data-structures/pull/152
* MSR - Add support to bmdefs by dyceron in https://github.com/randovania/mercury-engine-data-structures/pull/151
* Use CVector3D everywhere by Miepee in https://github.com/randovania/mercury-engine-data-structures/pull/172
* Mark BMSEM and bsnav as being parsed in readme by Miepee in https://github.com/randovania/mercury-engine-data-structures/pull/165
* Allow `Char` to be compiled by henriquegemignani in https://github.com/randovania/mercury-engine-data-structures/pull/155
* Support compiling CRCAdapter with unsafe for building by henriquegemignani in https://github.com/randovania/mercury-engine-data-structures/pull/154
* Fix compatibility with construct 2.10.70 by henriquegemignani in https://github.com/randovania/mercury-engine-data-structures/pull/175
* Support compiling for BMSLD by henriquegemignani in https://github.com/randovania/mercury-engine-data-structures/pull/174
* Cleanup and support compiling in Bmssd by henriquegemignani in https://github.com/randovania/mercury-engine-data-structures/pull/176
* Cache Pkg construct to minimize re-compiling by henriquegemignani in https://github.com/randovania/mercury-engine-data-structures/pull/178
* Fixed bmtre format and added tests for dread by steven11sjf in https://github.com/randovania/mercury-engine-data-structures/pull/180
* Write dedicated building code for ArgListSR by henriquegemignani in https://github.com/randovania/mercury-engine-data-structures/pull/179
* fixed potential circular imports in formats by steven11sjf in https://github.com/randovania/mercury-engine-data-structures/pull/182
* Add BAPD by steven11sjf in https://github.com/randovania/mercury-engine-data-structures/pull/181
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/randovania/mercury-engine-data-structures/pull/183
* Version adapter and test fixes by steven11sjf in https://github.com/randovania/mercury-engine-data-structures/pull/186
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/randovania/mercury-engine-data-structures/pull/187


**Full Changelog**: https://github.com/randovania/mercury-engine-data-structures/compare/v0.30.0...v0.31.0

0.30.0

New release

What's Changed
* Add parameter names by ThanatosGit in https://github.com/randovania/mercury-engine-data-structures/pull/140
* Build vanilla PKGs in SR by ThanatosGit in https://github.com/randovania/mercury-engine-data-structures/pull/117
* Parse and rebuild SR BCTEX files by ThanatosGit in https://github.com/randovania/mercury-engine-data-structures/pull/125
* fixed bug in --dump-to flag by steven11sjf in https://github.com/randovania/mercury-engine-data-structures/pull/134
* Support RomFS mode for SR by ThanatosGit in https://github.com/randovania/mercury-engine-data-structures/pull/141


**Full Changelog**: https://github.com/randovania/mercury-engine-data-structures/compare/v0.28.1...v0.30.0

0.28.1

New release

What's Changed
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/randovania/mercury-engine-data-structures/pull/135
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/randovania/mercury-engine-data-structures/pull/136
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/randovania/mercury-engine-data-structures/pull/137
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/randovania/mercury-engine-data-structures/pull/138
* Add `BorderType` enum to bmsmsd by dyceron in https://github.com/randovania/mercury-engine-data-structures/pull/139


**Full Changelog**: https://github.com/randovania/mercury-engine-data-structures/compare/v0.28.0...v0.28.1

Page 1 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.