BrettMayson
BrettMayson
``` 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,...
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...
- Move grammars - Separate `pbo.rs`
armake2 requires enough RAM to store the entire PBO. This can be a problem when working in environments with limited RAM as some PBOs can be several hundred megabytes.
Continued from https://github.com/KoffeinFlummi/armake2/pull/50#issuecomment-518368417 KoffeinFlummi: >I dislike the move to clap; or rather the move away from docopt. I've yet to find a command line parser (in any language) that is...
Let's say you have something like `greeting.hpp` ```hpp #define HELLO(name) Hello name ``` `shortcuts.hpp` ```hpp #define HI_BRETT_KOFFEIN \ HELLO(Brett) \ HELLO(Koffein) #define HI_JONPAS HELLO(jonpas) ``` `config.hpp` ```hpp class greetings {...
Doesn't require this, it is compatible before and after the CBA PR is merged. There is an if statement that can be removed after the linked CBA PR is merged....
**When merged this pull request will:** - Add additional speed units - km/h - mph - kn - m/s - Add additional altitude units - meters (m) - feet (f)...
**When merged this pull request will:** - Adds the ability to patch wheels ### IMPORTANT - [X] If the contribution affects [the documentation](https://github.com/acemod/ACE3/tree/master/docs), please include your changes in this pull...
**When merged this pull request will:** - Add a way to rename items during the mission - Intended for unique items with IDs, but not required (Dogtags, TFAR, ACRE, etc)...