aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sequence
AgeCommit message (Collapse)Author
2019-04-13KYRA: (EOB) - another try to fix PSP/OpenPandoraathrxx
2019-04-13KYRA: (EOB) - try to fix PSP and OpenPandoraathrxx
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)
2019-04-13KYRA: hopefully fix broken NDS, AmigaOS, PSP, OpenPandora portsathrxx
Unfortunately I don't understand the reason for the PSP and OpenPandora failure. The (should be irrelevant) DarkmoonSequenceHelper changes are just a try...
2019-04-13KYRA: (EOB2/Amiga) - fix ingame colorsathrxx
2019-04-13KYRA: (EOB2/Amiga) - add special gfx decoder for localized versionathrxx
2019-04-13KYRA: (EOB2/Amiga) - fix main menu version string colorathrxx
2019-04-13KYRA: (EOB) - minor sequence code cleanupathrxx
2019-04-13KYRA: (EOB2/Amiga) - fix ending sequenceathrxx
2019-04-13KYRA: (EOB2/Amiga) - fix load up and intro sequenceathrxx
2019-04-13KYRA: (EOB2/Amiga) - add static resourcesathrxx
2019-03-24KYRA: (EOB2) - fix EGA graphics mode outro palette glitchathrxx
2019-03-06KYRA: (EOB1/Amiga) - implement ending sequenceathrxx
The Amiga version actually has a real ending sequence (unlike the PC version).
2019-03-06KYRA: (EOB1/Amiga) - fix chargen and gui colorsathrxx
2019-03-06KYRA: (EOB1/Amiga) - fix introathrxx
2019-03-06KYRA: (EOB1/Amiga) - fix start upathrxx
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
2019-03-06KYRA: cleanup dirathrxx
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.