Björn Dahlgren

Results 82 comments of Björn Dahlgren

Some hardcoded slash checks such as https://github.com/dedmen/ArmaScriptCompiler/blob/701f54dd1cdd7540640033cbe5254907dd718828/src/scriptCompiler.cpp#L633 needs to be fixed first

Example build https://github.com/Dahlgren/OnHubDesktop/actions/runs/192504430

Added bundling of QT dependencies on macOS and Windows. There's is a [third party vendoring tool for Linux](https://github.com/probonopd/linuxdeployqt) that can do the same there but I'd assume Linux users rather...

Correct, it will run for all pushes and all pull requests

The Windows client seem to crash for me but I don't have a Google WiFi setup to test with atm

> it only happens on id's greater than 2^31 (so it only effects more recent mods 😄 ) Issue exists in armake2 grammar logic, lib would need to be fixed...

Might be worth moving the magazine well definitions over into the conditional GM config to avoid cluttering config with invalid magazine definitions when GM isn't loaded

Should the VN config entries be conditional? VN doesn't utilize magazine wells today so the configs won't clash with (potentially) later loaded VN config.

Use `hemtt build --release` creates both bisign and keys for me. ``` $ hemtt build --release HEMTT 0.7.6 Environment: dev Clean Checks [00:00:00] [##############################] [3|3] Prebuild [00:00:00] [##############################] [0|0] Build...

It's better to keep a virtual symlinked copy of the workshop item which is lowercased instead of touching the steam workshop files directly. If the original workshop files are changed...