Ghassan Al-Mashareqa

Results 5 issues of 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.

feature

It would be great to have something like the auto-reload of tileset images right now, but for images on image layers.

missing feature

### 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...

kind: bug

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...