aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sequences_lol.cpp
AgeCommit message (Expand)Author
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
2009-06-21Cleanup: Change LoL code to use KYRA volume handling.Johannes Schickel
2009-06-21LOL: - implemented audio menuFlorian Kagerer
2009-06-16LOL: implemented options menu (settings aren't saved yet)Florian Kagerer
2009-06-15LOL: - started on the ingame menu code (death menu, load menu and main menu)Florian Kagerer
2009-06-09- Moved Screen_v2::copyWsaRect to Screen::copyWsaRectJohannes Schickel
2009-06-07LOL: implemented two more opcodes for castle cimmeriaFlorian Kagerer
2009-06-02Formatting and whitespaces again.Johannes Schickel
2009-06-01- Fix some valgrind warningsJohannes Schickel
2009-06-01LOL: - extended text displayer and added one more opcodeFlorian Kagerer
2009-05-31Add support for the Lands of Lore scrolling credits.Johannes Schickel
2009-05-31- Little bugfix for LoL outro TIMJohannes Schickel
2009-05-29Remove obsolete comment.Johannes Schickel
2009-05-29- Add new method "isVoicePresent" to "Sound".Johannes Schickel
2009-05-29More formatting.Johannes Schickel
2009-05-24Cleanup.Johannes Schickel
2009-05-24Make various Sound functionality SoundHandle instead of filename based.Johannes Schickel
2009-05-21Remove trailing tabs/whitespaces.Johannes Schickel
2009-05-19Formatting.Johannes Schickel
2009-05-19Remov lots of superfluous debug output.Johannes Schickel
2009-05-18Don't quit when the user selects "Load game" in main menu.Johannes Schickel
2009-05-18Preliminary support for LoL intro demo.Johannes Schickel
2009-05-18Add some code differences for LoL intro demo.Johannes Schickel
2009-05-17LoL:Johannes Schickel
2009-05-17Cleanup.Johannes Schickel
2009-05-10LOL: - added some spell casting (spark, heal, swarm)Florian Kagerer
2009-04-28Some code for the intro only LoL demo. It is disabled currently though.Johannes Schickel
2009-04-25LOL: - Started implementing the fighting system. The damage inflicted is wron...Florian Kagerer
2009-03-04Ease conditional LoL compiling with build systems not based on the default one.Johannes Schickel
2009-02-16LOL: - more work on the user interfaceFlorian Kagerer
2009-02-02KYRA: cleanupFlorian Kagerer
2009-02-01Fixed graphics glitches when replaying intro.Johannes Schickel
2009-02-01Moved some code to newly added files sequences_lol.cpp (more static sequence ...Johannes Schickel