aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/script_hof.cpp
AgeCommit message (Expand)Author
2012-02-15JANITORIAL: Fix whitespace in pointer template argTarek Soliman
2011-12-26KYRA: (EOB) - initial code base commitathrxx
2011-11-24KYRA: (HOF CD Demo) - check shouldQuit() during ending text loopathrxx
2011-11-23KYRA: (HOF) - fix ending text in the playable demoathrxx
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28KYRA: Fix compilation when LoL is disabled.Johannes Schickel
2011-04-28KYRA: Clean up of header includes.Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-10-22KYRA: Adapt Kyra2+3 to use the newly added item type too.Johannes Schickel
2010-05-17Some more enforcement of our formatting conventions in KYRA too.Johannes Schickel
2010-01-12Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...Johannes Schickel
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-17Typo.Johannes Schickel
2009-09-17Enable delay for Ninteno DS in all occasions in o2_isAnySoundPlaying.Johannes Schickel
2009-09-17Add workaround in "o2_isAnySoundPlaying", which will hopefully make Kyra2 wor...Johannes Schickel
2009-08-19Cleanup.Johannes Schickel
2009-06-29Replaced some raw palette loads.Johannes Schickel
2009-06-22Changed Screen::loadPalette to take a reference to a Palette object instead o...Johannes Schickel
2009-06-22- Changed the following Screen functions to take a reference to a Palette obj...Johannes Schickel
2009-06-22Add wrapper functionality for copying full palettes.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-05-29Formatting.Johannes Schickel
2009-05-27- Moved Sound implementation declarations to the newly added file sound_intern.hJohannes Schickel
2009-05-23Reserve opcode array entries beforehand, should save some reallocation and co...Johannes Schickel
2009-05-10LOL: - added some spell casting (spark, heal, swarm)Florian Kagerer
2009-01-31o2_loadSoundFile is a dummy for non DOS versions.Johannes Schickel
2009-01-31Fixed o2_loadSoundFile implementation.Johannes Schickel
2009-01-29A ton of code formatting fixes; also fixed warnings about single line loops l...Max Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-07-27Fixed macro.Johannes Schickel
2008-06-22Cleanup.Johannes Schickel
2008-06-22missed this in last commit (bug fix for #1997149)Florian Kagerer
2008-05-27Fixed KyraEngine_v1::snd_stopVoice and KyraEngine_v1::snd_voiceIsPlaying impl...Johannes Schickel
2008-05-24cleanupFlorian Kagerer
2008-05-24more fixes for spellbook/letter text in Hof (French and German floppy)Florian Kagerer
2008-05-24fix for missing spellbook and letter text in the floppy versionsFlorian Kagerer
2008-05-18Reverted commit #32166.Johannes Schickel
2008-05-18Formatting.Johannes Schickel
2008-05-18Fixed fillRect opcode for HoF.Johannes Schickel
2008-05-14Formatting.Johannes Schickel
2008-05-14Oops, I definitely meant for that to be '==', not '='. I guess this is what itTorbjörn Andersson
2008-05-14Added a FIXME regarding commit #32096Filippos Karapetis
2008-05-14Added the animation speed workaround for the sheriff animation as well. (SeeTorbjörn Andersson
2008-05-12- Some more opcodes moved to KyraEngine_v1Johannes Schickel
2008-05-12- Yet more opcodes moved to KyraEngine_v1Johannes Schickel
2008-05-12- Moved some opcodes to KyraEngine_v1Johannes Schickel
2008-05-10Renamed opcode 163: o2_getBoolFromStack to o2_midiSoundFadeout and updated im...Johannes Schickel