A long time ago, in an IRC dev meeting, I volunteered to re-add X11 tile support to Angband.
I've rewritten X11 tile support, adding PNG support, in my personal fork of Z+Angband. I think my changes are GPL clean except for the resizeimage functions in maid-x11.c.
In the credits of maid-x11.c, the three people mentioned are Ben Harrison, Sebastien Desvignes, and Denis Eropkin. The first two are in the list as having given permission to GPL their code. The third is not, but is in the credits as writing the BMP format support. If the BMP functions are removed from the file, could the x11 tile code that I wrote be used in Angband? I have not yet found a good open source resizing function that does smoothing.
If you want to take a look at it, it is in my github repository at github.com/blubaron/z-angband.
Also there are settings.c/h to read a settings file that I wrote for ticket #636, but have not tried in windows yet, just x11.
I've rewritten X11 tile support, adding PNG support, in my personal fork of Z+Angband. I think my changes are GPL clean except for the resizeimage functions in maid-x11.c.
In the credits of maid-x11.c, the three people mentioned are Ben Harrison, Sebastien Desvignes, and Denis Eropkin. The first two are in the list as having given permission to GPL their code. The third is not, but is in the credits as writing the BMP format support. If the BMP functions are removed from the file, could the x11 tile code that I wrote be used in Angband? I have not yet found a good open source resizing function that does smoothing.
If you want to take a look at it, it is in my github repository at github.com/blubaron/z-angband.
Also there are settings.c/h to read a settings file that I wrote for ticket #636, but have not tried in windows yet, just x11.
Comment