aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sequences_eob.cpp
AgeCommit message (Collapse)Author
2013-01-09KYRA: Make all hex constants use uppercase letters.Johannes Schickel
Done with: git ls-files "*.cpp" *".h" | xargs sed -i -e 's/0x\([0-9a-f]*\)/0x\U\1/g'
2012-11-19KYRA: Some formatting fixes.Johannes Schickel
Powered by astyle.
2012-02-21KYRA: (EOB) - implement EGA graphics mode for EOB1athrxx
2012-02-21KYRA: (EOB) - complete CGA graphics mode implementationathrxx
2012-02-21KYRA: (EOB) - start work on CGA and EGA graphics modesathrxx
2012-02-21KYRA: (EOB) - move EOB 1 intro code into separate classathrxx
2012-01-16KYRA: (EOB) - change behavior of safe game file importing codeathrxx
- The initial import of original save files will now use the next free available slots instead of moving the original files to the top of the save file list - add error check to loading routine for original saves - also limit debug console command to main menu, since it causes issues when used during the game or during character generation
2012-01-06KYRA: (EOB) - add basic distinction between music and sound effectsathrxx
(The original code of the DOS version does not distinguish here, but we do it anyway so as to make more sense of the GMM volume settings)
2011-12-29KYRA: (EOB) - fix EOB 1 intro sound bugathrxx
2011-12-29KYRA: Prefix version string in LoL, EoB, EoB 2 main menu with "ScummVM".Johannes Schickel
2011-12-28KYRA: (EOB) - fix EOB1 intro glitchathrxx
2011-12-28KYRA: (EOB) - cleanup dialog settings a bitathrxx
2011-12-27KYRA: Some formatting fixes.Johannes Schickel
2011-12-26KYRA: (EOB/LOL) - rename some varsathrxx
(all cases of Eob to EoB, all cases of Lol to LoL, all cases of LolEobCommon to RpgCommon)
2011-12-26KYRA: (EOB) - rename some files for a better match with the contained codeathrxx