Vytautas Mickus
Vytautas Mickus
`$-` is a special variable holding flags the shell was started with. `i` is the interactive flag. That `!=` checks for the interactive flag not set. This returns (stops sourcing)...
It needed ``` #include "TROOT.h" ``` in the macro .C file for some reason. Confusing. Never written in the reference docs seemingly.
Version means the shasum hex and/or tag, repo url tuple. I reluctantly agree that we need to track Engine version and main mod, sim mods and map versions in our...
It is standard. It is zlib'ed. The only difference is that it has a integer (4byte) at the start describing the size of the decompressed data before zlib compressed blob.