Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-03 | KYRA: (HOF) - minor cleanup | athrxx | |
2019-12-30 | KYRA: (HOF) - fix bug #11289 (Secret potion issue) | athrxx | |
- added a missing function that causes keyboard key presses to trigger certain sound effects - improve keyboard responsiveness during idle animations (HOF only) | |||
2019-12-18 | KYRA: (Amiga) - minor code reduction | athrxx | |
(eliminate some duplicate code for dirty rect handling) | |||
2019-12-18 | KYRA: (EOB/PC98) - fix preferences menu | athrxx | |
2019-12-18 | KYRA: (EOB/PC98) - fix Japanese text display | athrxx | |
2019-12-18 | KYRA: (EOB/PC98) - fix intro and main menu screen | athrxx | |
2019-12-18 | KYRA: (EOB/PC98) - initial startup fix | athrxx | |
- hook up static resources, sound code, etc - nothing really working yet, though (except the music) | |||
2019-12-18 | KYRA: (EOB/PC98) - add static resources | athrxx | |
2019-04-13 | KYRA: (EOB2/Amiga) - fix German version monster sound | athrxx | |
(Monster sounds are broken in the original, because the devs seem to have accidently left the sound track numbers from the DOS version. This will add a workaround.) | |||
2019-04-13 | KYRA: (EOB2/Amiga) - implement proper sound file loading | athrxx | |
(also fix some sound related bugs) | |||
2019-04-13 | KYRA: (EOB2/Amiga) - fix sequence dialogue field | athrxx | |
2019-04-13 | KYRA: (EOB2/Amiga) - fix GUI colors | athrxx | |
2019-04-13 | KYRA: (EOB2/Amiga) - add static resources | athrxx | |
2019-03-22 | KYRA: silence some compiler warnings | athrxx | |
2019-03-06 | KYRA: (EOB1) - make dispel magic spell more accurate | athrxx | |
(In EOB1 this spell is supposed to affect only one selected party member and not the whole party) | |||
2019-03-06 | KYRA: (EOB1/Amiga) - fix main menu load dialog | athrxx | |
2019-03-06 | KYRA: (EOB1/Amiga) - fix level loading | athrxx | |
Now it is at least possible to enter the game after creating a party. Graphics are still messed up. | |||
2019-03-06 | KYRA: (EOB1/Amiga) - implement AmigaDOS font support | athrxx | |
- only basic support - no kerning, spacing, etc., since EOB doesn't need that - also improve palette loading | |||
2019-03-06 | KYRA: (EOB1/Amiga) - fix chargen and gui colors | athrxx | |
2019-03-06 | KYRA: (EOB1/Amiga) - fix start up | athrxx | |
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-06 | KYRA: (EOB1/Amiga) - add static resources | athrxx | |
2019-03-06 | KYRA: cleanup dir | athrxx | |
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. |