Brad Allred
Brad Allred
the BG1 palette seems to only be greyscale... what icon/palette are you referring to?
It seems pretty straight forward to do if somebody has the hardware... but its possible there is another piece that is unknown. What is summarized here is possibly just the...
about `pthreads`: since we are updating to c++11 we can just switch to `std::thread` no problem.
I've removed the dependency on pthreads (we don't _really_ need synchronization) and added webm support. I only tested a single webm pixel format (I420), so no guarantees I did everything...
looks like I did this, which may need additional attention: d1c04fa
I develop on an M1. Yes, we run just fine on it. I'll open an issue to add ARM arch to the buildbot so our releases dont require rosetta.
Right, we are aware of these issues and they will eventually be resolved with #1516 It is useful to know what encodings we need to convert from when we finally...
I thought this was one of the "feedback" settings
`PARSE_ARGS` is just a wrapper around `PyArg_ParseTuple` which is documented [here](https://docs.python.org/3/c-api/arg.html)
they are usually tagged as [good first issue](https://github.com/gemrb/gemrb/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) Edit: hmmm I realize this is tagged as such...