aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/graphics/screen.cpp
AgeCommit message (Collapse)Author
2020-01-08KYRA: (LOK) - shakeScreen() improvementathrxx
(maintain smooth mouse cursor movement during shakes)
2020-01-07KYRA: (LOK) - implement FM-TOWNS specific screen shakeathrxx
(the FM-TOWNS version has a better shake animation)
2020-01-06KYRA: (LOK) - fix shakeScreenathrxx
This has become too fast for modern systems and needs an extra delay. Otherwise the screen shake won't be actually noticed. There seem to be other issues with shakeScreen outside the Kyra code that have to be addressed separately (improper scaling of the shake offsets).
2019-12-18KYRA: fix broken builds (now for real?)athrxx
2019-12-18KYRA: - fix broken buildsathrxx
2019-12-18KYRA: (Amiga) - minor code reductionathrxx
(eliminate some duplicate code for dirty rect handling)
2019-12-18KYRA: cleanup screen class destructionathrxx
Object now destructs cleanly even before init() has been called. This has no practical relevance, but should be fixed nonetheless.
2019-12-18KYRA: (EOB/PC98) - implement ending sequenceathrxx
(The PC-98 version has its own unique ending sequence)
2019-12-18KYRA: (EOB/PC98) - fix Japanese text displayathrxx
2019-12-18KYRA: (EOB/PC98) - fix level loading and some cleanupathrxx
(no block drawing yet)
2019-12-18KYRA: (EOB/PC98) - allow both graphics mode / text mode text display for ↵athrxx
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.)
2019-12-18KYRA: (EOB/PC98) - fix intro and main menu screenathrxx
2019-11-19GRAPHICS: Add interface for horizontal shakesluicebox
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) - improve font file warningsathrxx
- add warning for wrong font file: The German version of EOB II has a font file with more characters than the English version or the EOB I fonts. Users now get a warning/instruction if they have the wrong file. - add translation support for all AmigaDOS font related warnings/errors
2019-04-13KYRA: (EOB2/Amiga) - fix load up and intro sequenceathrxx
2019-03-06KYRA: (EOB1/Amiga) - fix Amiga cps decompressionathrxx
2019-03-06KYRA: (EOB1/Amiga) - implement AmigaDOS font supportathrxx
- only basic support - no kerning, spacing, etc., since EOB doesn't need that - also improve palette loading
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: - minor cleanupathrxx
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.