armake2 icon indicating copy to clipboard operation
armake2 copied to clipboard

Successor to armake written in Rust

Results 26 armake2 issues
Sort by recently updated
recently updated
newest added

``` thread '' panicked at 'called `Result::unwrap()` on an `Err` value: FromUtf8Error { bytes: [82, 80, 95, 67, 111, 109, 109, 97, 110, 100, 115, 32, 151, 32, 107, 111,...

bug

Using latest master (12dd97bef9a111def31777b41d97d38e29a6ad1e) the following command ``` RUST_BACKTRACE=full armake2 img2paa coopetition_10.jpg test.paa ``` results in this output (on Linux): ``` thread 'main' panicked at 'internal error: entered unreachable code',...

This turns armake2 into a proper Rust library. It is still missing a few small things from `master` but is ready for testing and any suggested tweaks **Notes** `signing` is...

enhancement

Adding downloadable binaries as github releases ( https://github.com/KoffeinFlummi/armake2/releases ) would improve usability of this tool greatly. Currently if I wanted my project to use armake2 instead of first version I'd...

The reflex sight on a scope appears opaque when built and binarised with Armake2 on Windows. ![Do you sea the issue](https://i.imgur.com/HFICJZv.png) ![This makes it harder to sea the target](https://i.imgur.com/zyGtTfG.png) Face...

bug

armake(1) had `excessive-concatenation` warnings, this didn't make it to armake2 yet.

- Move grammars - Separate `pbo.rs`

This PR adds a Dockerfile allowing to distribute armake2 as a docker image. You can use docker automated builds to keep the image up to date with every commit. See...

When using "armake2 pack " to just pack an ArmA-Mission to a .pbo, armake2 will write a prefix to the pbo-header which confuses pbo-extractors like Mikero DePbo. (it extracts in...

Hey guys! I use `armake2` to sign my keys. When I were using `[signature]` to name my `.bisign` key nothing seemed to work. The keys were always told to be...