aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sequences_lol.cpp
AgeCommit message (Expand)Author
2014-02-18KYRA: Make GPL headers consistent in themselves.Johannes Schickel
2013-01-09KYRA: (LOL/FM-TOWNS) - adjust sjis font settings, spacing, etc.athrxx
2013-01-09KYRA: (LOL/FM-TOWNS) some startup codeathrxx
2013-01-09KYRA: (LOL/FM-TOWNS) - adapt static resourcesathrxx
2013-01-09KYRA: Make all hex constants use uppercase letters.Johannes Schickel
2012-11-11KYRA: clean up audio resource handlingathrxx
2012-11-11KYRA: finish implementation of new HOF sequence player codeathrxx
2012-11-11KYRA: move HOF sequence player into its own classathrxx
2011-12-31KYRA: Slight formatting fixes.Johannes Schickel
2011-12-29KYRA: Fix format stringWillem Jan Palenstijn
2011-12-29KYRA: Prefix version string in LoL, EoB, EoB 2 main menu with "ScummVM".Johannes Schickel
2011-12-26KYRA: (EOB/LOL) - rename some varsathrxx
2011-10-29KYRA: Get rid of Sound's voiceFileIsPresent in favor of isVoicePresent.Johannes Schickel
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-07-24LOL: add support for Russian CD-ROM versionathrxx
2011-07-24LOL: add support for Russian floppy versionathrxx
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-09KYRA: Get rid of most snprintf usages.Johannes Schickel
2011-06-05LOL: cleanupathrxx
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28KYRA: Fix compilation when LoL is disabled.Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-10-15KYRA: Fix valid warnings of bug #3087837 "KYRA: Code analysis warnings".Johannes Schickel
2010-09-20KYRA: Fix RTL from LoL's main menu.Johannes Schickel
2010-09-07LOL FLOPPY: silence pointless warnings in character selectionFlorian Kagerer
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-23Paranoia change: add some explicit terminating 0 after some strncpy uses.Johannes Schickel
2009-12-13LOL: fixed regressionFlorian Kagerer
2009-12-13LOL: some cleanup for recent code changesFlorian Kagerer
2009-11-28LOL: completed support for floppy installer filesFlorian Kagerer
2009-10-26- Fix some missing initialization warnings from cppcheckJohannes Schickel
2009-10-14Add LoL PC98 credits entries to kyra.dat.Johannes Schickel
2009-10-13LOL/PC-98: fixed outroFlorian Kagerer
2009-10-06KYRA/LOL: - get rid of ascii/sjis detection which could cause problems when t...Florian Kagerer
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-09-30Got rid of old workaround, which was only needed because our SJIS font did no...Johannes Schickel
2009-09-16LOL/Floppy: fixed outroFlorian Kagerer
2009-08-19Implemented proper character selection of Lands of Lore PC98.Johannes Schickel
2009-08-19Skip the whole Lore of the Lands special when the user does any input, like t...Johannes Schickel
2009-08-16Fix format arugments in LoL code. (triggered via -Wformat-security)Johannes Schickel
2009-08-13Implemented support for the "Lore of the Lands" special of Lands of Lore CD.Johannes Schickel
2009-07-14Fix graphics glitch in LoL PC98 intro.Johannes Schickel
2009-06-29Adapted various code parts to use Palette::fill.Johannes Schickel
2009-06-25Readd PC98 palette loading for LoL 16 color.Johannes Schickel
2009-06-22Changed Screen::loadPalette to take a reference to a Palette object instead o...Johannes Schickel
2009-06-22Changed Screen::loadBitmap and Movie::open to take an optional Palette pointe...Johannes Schickel
2009-06-22- Changed the following Screen functions to take a reference to a Palette obj...Johannes Schickel
2009-06-22Changed Screen::getPalette to return a reference to a Palette object.Johannes Schickel
2009-06-22Got rid of Screen::_currentPalette.Johannes Schickel