Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Suggested by Sev as a way to avoid having both arrays and array sizes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We already bundle other Noto fonts in the font.dat file, so using
further Noto fonts makes sense to me. Also, map upper-case letters
to lower-case runes since there are versions of Beyond Zork that
uses that. (The version I played many years ago did, and it looked
very strange. The version I tested with now did not, probably for
that very reason. So that part is untested for now.)
|
|
This does not actually work, because we currently do not have any
font that supports the Unicode Runic block. But there are free
fonts that do (Junicode, for instance), so it may still be possible
to do this.
|
|
|
|
|
|
They were really bugging me, so I've changed the fixed size opcode
arrays to Common::Array, which fixes the warnings
|
|
|
|
|
|
archives
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should finally fix compilation for the Amiga, which had
difference sized types. And the renamed types are clearer for
ScummVM anyway
|
|
|
|
|
|
|
|
|
|
effects
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|