Age | Commit message (Collapse) | Author |
|
(The PC-98 version has its own unique ending sequence)
|
|
(no block drawing yet)
|
|
sjis font
The assumption till now was that PC-9801 games in 16 color mode will always use text mode for text display. However, EOB1 uses text mode for intro and ending sequence and graphics mode for ingame.
Add new font variant for this and also do some cleanup, since the text displayer code really needs it.
(The problem is that at least 3 different Japanese publishers did the Japanese ports for the various games and every one of them did his own hacks for his specific target.)
|
|
|
|
|
|
The PC98 version has a modified version of decodeFrame4() and also requires planar decoding (similiar to Amiga).
|
|
- hook up static resources, sound code, etc
- nothing really working yet, though (except the music)
|
|
These are flagged by GCC if -Wswitch-default is enabled.
|
|
|
|
Get rid of alternative anim frame triggers in cases where animations stop too early (e. g. the tree in the first scene not vanishing completely).
|
|
|
|
This is guesswork. I really don't understand the actual problem (internal compiler error: in get_addr_dereference_operands, at tree-ssa-operands.c:1698)
|
|
Unfortunately I don't understand the reason for the PSP and OpenPandora failure. The (should be irrelevant) DarkmoonSequenceHelper changes are just a try...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The Amiga version actually has a real ending sequence (unlike the PC version).
|
|
|
|
|
|
First efforts to get this running. The intro is shown with severe palette glitches. The Main Menu does not show, thanks to the lack of font drawing.
- implement endian aware stream wrapper for amiga files
- implement sound file handling
- implement some Amiga palette handling
- etc
|
|
Reorganize all files in sub directories. The file placement isn't as intuitive as it might be for other engines, which is probably the reason why this hasn't been done before.
|