Ghassan Al-Mashareqa
Ghassan Al-Mashareqa
Currently, the TTF addon creates glyphs using premultiplied alpha even though `ALLEGRO_NO_PREMULTIPLIED_ALPHA` is set. I don't think this is correct behavior. I believe this is due to https://github.com/liballeg/allegro5/blob/6f52a38af7d4e2782080cc8db2b0d8b9a1f76f2c/addons/ttf/ttf.c#L373 and others,...
I've added support for a lot of the 1.2-1.9 features missing from the master branch. They were tested (probably not perfectly) but not documented. Any feedback would be appreciated.
It would be great to have something like the auto-reload of tileset images right now, but for images on image layers.
Structure declared in natvis file template doesn't seem to match current structure of `basic_json<>`
### Description The natvis template, and by extension the generated natvis file, contain stuff like: ```xml {*(m_value.object)} ``` while `basic_json` stores both `m_type` and `m_value` in the `m_data` field. This...
As far as I understand, there should be no reason for it not to. Non-float4 color data is supported by most modern cards, and it would be easy to error-out...