aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Expand)Author
2006-05-10Adds clipping to the workaround in "preserveOrRestoreBackground", so it does ...Johannes Schickel
2006-05-10Adds workaround for bug # 1477364 ("KYRA1: Water dripping freezes") until a p...Johannes Schickel
2006-05-10Enables OSystem::kFeatureAutoComputeDirtyRects until proper dirty rect managm...Johannes Schickel
2006-05-08Added delay() to delayWithTicks() as well. This function is quite similar toTorbjörn Andersson
2006-05-08Replaced a bunch of delay loops with a new delayUntil() function. Now all ofTorbjörn Andersson
2006-05-08Added comment about switch case fallthrough. I assume this one is deliberate,Torbjörn Andersson
2006-05-08As LordHoto pointed out, placeItem is already initialised to false, so we onlyTorbjörn Andersson
2006-05-08Small cleanup. It's not that I mind fallthroughs - as long as they are clearlyTorbjörn Andersson
2006-05-08Changed abs() to ABS()Torbjörn Andersson
2006-05-08Missed a couple of switch cleanups.Torbjörn Andersson
2006-05-08Cleanup: Use ScummVM indentation style for switch() cases. In some cases, ITorbjörn Andersson
2006-05-07Fixes playing of credits music.Johannes Schickel
2006-05-04Adds (partial) support for italian floppy. (still hardcoded strings are missi...Johannes Schickel
2006-05-03Fixes typo.Johannes Schickel
2006-05-03- moves detection code to plugin.cpp.Johannes Schickel
2006-05-03- modifies loadBitmap not to crash if a image isn't foundJohannes Schickel
2006-05-03Fix for bug # 1480744 ("KYRA1: mouse cursor vanishes").Johannes Schickel
2006-05-01Just add kyra2 to kyra_list if ENABLE_KYRA2 is defined.Johannes Schickel
2006-05-01Makes malcolm walking into the kyragem room after some time. (fixes half of b...Johannes Schickel
2006-05-01Adds archive file list, MD5 for my CD version, and a few function stubs for H...Oystein Eftevaag
2006-04-29Moved the AudioCDManager as well as class AudioStream and its (standard) subc...Max Horn
2006-04-29* Changed the createEngine() factory function of our plugins to return an err...Max Horn
2006-04-27TypoOystein Eftevaag
2006-04-27Move the detector code out of the constructor and into init() to do error han...Oystein Eftevaag
2006-04-25- Check if path specified for a game in scummvm.ini really exists and complainEugene Sandulenko
2006-04-25Fixes some coordinate initialization in the menus, and makes sure the initial...Oystein Eftevaag
2006-04-25Adds some code to dynamically resize and readjust the menus if the text strin...Oystein Eftevaag
2006-04-23Uses kyra.dat for GUI strings instead of hardcoding them, which means localiz...Oystein Eftevaag
2006-04-18Fixes use of textspeed settings if voice+text mode is enabled. (thanks to sal...Johannes Schickel
2006-04-17- Implements copyRegion without transparency checkingJohannes Schickel
2006-04-17Simplifies credits.txt loading.Johannes Schickel
2006-04-17Fixes bug #1471895 ("KYRA1: Kyragem goes black at the very end").Johannes Schickel
2006-04-17Rewrote the timing of the Kyra end credits so that it doesn't matter that theTorbjörn Andersson
2006-04-17Implements the end credits, and disables fast forwarding in the intro.Oystein Eftevaag
2006-04-16Removed the directory parameter from md5_fileMax Horn
2006-04-15- Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ...Max Horn
2006-04-14Changed File::open to take a Common::String as file name parameterMax Horn
2006-04-12Fixing mismatch between format strings and data on some systemsMax Horn
2006-04-12sizeof(void *) != sizeof(int) for a large number of systems.Jonathan Gray
2006-04-09Fix const correctness in Kyra's StaticResource::loadStrings and StaticResourc...Max Horn
2006-04-08Introduced language EN_ANY used for general English game entries. EN_USA andEugene Sandulenko
2006-04-08Modified the REGISTER_PLUGIN macro so that it allows (and requires) a trailin...Max Horn
2006-04-08Renamed various *GameSettings to GameSettings (our namespaces are enough to d...Max Horn
2006-04-04Removed extra exclamation marks in warning() calls as well.Eugene Sandulenko
2006-04-04Since our debug() adds an exclamation mark at the message end, removeEugene Sandulenko
2006-04-02Don't try to copy str to _talkBuffer if str is pointing to _talkBuffer. ApartTorbjörn Andersson
2006-03-29Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...Max Horn
2006-03-29Alphabetical build orderMax Horn
2006-03-28- Commits heaviliy modifed patch #1459951 ("KYRA: Combining MIDI music with A...Johannes Schickel
2006-03-28Renamed various container isEmpty() methods to empty() to match STL conventionsMax Horn