jonpas
jonpas
- [ ] RHS' Abrams FCS doesn't work. - [x] M2A3 Bradley has no main gun. - [x] BMP/BMD IFC + T80 Tank: if shoot out main shells (loaded by...
If you salute and fall into Unconscious animation, you will keep standing up in that animation, not fall to the ground as you should. AGM 0.95.1
I can't find good reproduction steps for this, it just happens randomly. What happens is when you Check Vehicle not all options for Repair show up, most notably the Tail...
Because I was slightly stupid and didn't create a branch for this before, so now that I needed release-only version I had to revert it... here is from a separate...
armake(1) had `excessive-concatenation` warnings, this didn't make it to armake2 yet.
Continuation of #24, 1c84c20e903e645d47d958872fd18237185c7004 did not fully fix it, following issue remains: ``` $ armake2 build -i include/ addons/jam/ addons/cba_jam.pbo error: Failed to parse config: Failed to preprocess config: Failed...
Right now, armake2 just prints the following when given an in-existing include folder (`./inc` does not exist in this example): ``` $ armake2 build addons/main addons/TST_main.pbo -i inc error: Failed...
Example: ``` error: Failed to build PBO: Failed to parse config: In line addons/weapon_sniper_c/config.cpp:19: class CfgSoundShaders { ^ Unexpected token "", expected: "delete", "[a-zA-Z0-9_]", "class" ``` The `Failed to build...
It would be nice to have https://github.com/KoffeinFlummi/armake2/blob/86e75198063c656df3f8d77d9cfdc4c449bab4c6/src/main.rs#L204 as API, so tools like HEMTT don't have to [manually set it](https://github.com/synixebrett/HEMTT/blob/04e676d0e761c95c66bde6a97a6febd52ae8c568/src/main.rs#L136) to show warnings at all. Additionally it would be nice if...
The following could use a line number where that include is in the file including it: ``` error: Failed to build PBO: Failed to parse config: Failed to preprocess config:...