| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
проекта и инструкциями
|
| |
|
|
| |
описанием функционала и тестирования
|
| |
|
|
|
|
|
|
|
| |
- Moved the test suite from `lib.rs` to a new `tests.rs` file for better organization.
- Added a `SyntheticRsliEntry` struct to facilitate synthetic test cases.
- Introduced `RsliBuildOptions` struct to manage options for building RsLi byte arrays.
- Implemented various utility functions for file handling, data compression, and bit manipulation.
- Enhanced the `rsli_read_unpack_and_repack_all_files` test to validate all RsLi archives.
- Added new tests for synthetic entries covering all packing methods, overlay handling, and validation error cases.
|
| |
|
|
|
|
|
|
|
|
| |
- Created Cargo.toml for the rsli crate with flate2 dependency.
- Implemented ResourceData enum for handling borrowed and owned byte slices.
- Added OutputBuffer trait and its Vec<u8> implementation for writing data.
- Defined a comprehensive Error enum for error handling in the library.
- Developed the Library struct to manage resource entries and provide methods for loading and unpacking resources.
- Implemented various packing methods and decompression algorithms, including LZSS and Deflate.
- Added tests for validating the functionality of the rsli library against sample data.
|
| | |
|
| |
|
|
| |
тестирования и линтинга кода
|
| |
|
|
| |
тестовых данных и настройки окружения
|
| |
|
|
| |
из проекта
|
| | |
|
| |
|
|
|
|
|
|
|
| |
roundtrip validator
- Updated .gitignore to include common Python artifacts and project-specific files.
- Added `archive_roundtrip_validator.py` script for validating NRes and RsLi formats against real game data.
- Created README.md for the tools directory, detailing usage and supported signatures.
- Enhanced nres.md with practical nuances and empirical checks for game data.
|
| |
|
|
| |
добавление разделов для 3D моделей, текстур и эффектов
|
| |
|
|
| |
частицам
|
| |
|
|
| |
ресурсов MSH/AniMesh
|
| |
|
|
| |
и материалам
|
| |
|
|
|
| |
- Introduced a comprehensive markdown file `nres.md` detailing the structure, header, and operations of the NRes and RsLi formats.
- Updated `mkdocs.yml` to reflect the new documentation structure, consolidating NRes and RsLi under a single entry.
|
| |
|
|
| |
алгоритмам декомпрессии и добавление файлов .gitkeep в директории libs и tools
|
| |
|
|
| |
libs и tools
|
| |
|
|
| |
обновление .gitignore
|
| |
|
|
|
|
| |
- Created `huffman_decompression.md` detailing the Huffman decompression algorithm used in NRes, including context structure, block modes, and decoding methods.
- Created `overview.md` for the NRes format, outlining file structure, header details, file entries, and packing algorithms.
- Updated `mkdocs.yml` to include new documentation files in the navigation structure.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
- refresh Cargo.lock to latest compatible crates
- simplify u32->u64 conversion in libnres
- use is_multiple_of in unpacker list validation
|
| |
|
| |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
| |
|
| |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
| |
|
| |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
| |
|
| |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
| |
|
| |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
| |
|
| |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
| |\
| |
| | |
Update all digest updates
|
| |/ |
|
| |
|
| |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
| |\
| |
| | |
Update all digest updates
|
| |/ |
|
| | |
|
| |\
| |
| | |
Обновление структуры проекта
|
| | |
| |
| | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
| | |
| |
| | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
| | |
| |
| | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
| | |
| |
| | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
| | |
| |
| | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
| | |
| |
| | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
| | |
| |
| | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
| | |
| |
| | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
| | |\
| |/
|/| |
|
| | | |
|