Hi, I compile games and programs for Amiga BBSes, mainly aBSiNTHE BBS(telnet: absinthebbs.net port 1940). I recently compiled the Angband variant Sil-Q to Amiga and added some BBS functionality.
I have managed to get Angband 4.2.2 to compile right up until linking. Amiga terminals do not support UTF-8 and we lack wide-character functions such as:
wcslen
and since we have ncurses and not ncursesw:
waddnwstr
etc.
Our font Topaz is Extended ASCII, so it supports 256 characters. If Angband does not use considerably more than this, I would love if there was a compile option for using it instead. I was going to try to make a hack, but I thought it would be much better to go to the maintainers!
It's been forever since Amiga users could enjoy playing this game, I'd love to port it and I'm 90% of the way there. Any thoughts?
I have managed to get Angband 4.2.2 to compile right up until linking. Amiga terminals do not support UTF-8 and we lack wide-character functions such as:
wcslen
and since we have ncurses and not ncursesw:
waddnwstr
etc.
Our font Topaz is Extended ASCII, so it supports 256 characters. If Angband does not use considerably more than this, I would love if there was a compile option for using it instead. I was going to try to make a hack, but I thought it would be much better to go to the maintainers!
It's been forever since Amiga users could enjoy playing this game, I'd love to port it and I'm 90% of the way there. Any thoughts?
Comment