Alastair

Results 13 comments of Alastair

Just an aside with respect to SNI. It seems that "org.freedesktop.StatusNotifierItem" is used almost nowhere currently. Instead, KDE's "org.kde.StatusNotifierItem" is significantly more widespread. Canonical even use "org.kde.StatusNotifierItem" in libappindicator (it...

Also, I'm not super familiar with gradle (I don't usually dabble in java or kotlin that much), so I'm not convinced the targets are as nice as they could be....

Also, at the moment, it just uses 'config.yml' as a default when it sets up its environment. I'm thinking it might be nice if there was a "GAS_CONFIG_TEMPLATE" env variable...

Hm. There's certainly somewhat of a "duplicated" effort here from the fact that the docker image is based on Alpine instead of Debian. I might play around with reworking this...

> Also: it is very likely that whoever uses it would want to make modifications to config file. Yep, that should be possible as is. I guess I should also...

Just a note, the pascal interface for this hasn't been written yet. For some strange reason, I keep getting fatal internal errors when trying to build swingame.

Ok, thanks. I'll have a go at it. In the mean time, have you had a look at the other pull request? Because it's all low level modifications to an...

I personally believe that modified bitmaps would be better moving forward. TL;DR They'd result in much less code duplication in the long term and simplify the decision of what type...

I've tested this so far by adding a new data type named sg_pixbuf_be and have compared it's speed to the current method of drawing pixels directly to a window of...

I was thinking about having an enum in the bitmap which determines if the last drawing operation was to a SDL_Surface or to a SDL_Texture and syncs one with the...