aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Expand)Author
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
2006-03-27Comments out unneeded code in enterNewScene (only used for cd audio version).Johannes Schickel
2006-03-26Cleaned up update_playRhythmSection(). It's almost possible to understand whatTorbjörn Andersson
2006-03-25I believe that the purpose of updateCallback45() is to add a signed value to aTorbjörn Andersson
2006-03-25More renamings:Torbjörn Andersson
2006-03-25- Implemented case insensitive file reading. Left old system as a fallbackEugene Sandulenko
2006-03-24Fix MSVC warningsAndrew Kurushin
2006-03-21Implemented "sound triggers" so that the music does not stop shortly afterTorbjörn Andersson
2006-03-20Implements cmd_shakeScreen.Johannes Schickel
2006-03-20Initialise _haveScrollButtons, since Valgrind complained about it.Torbjörn Andersson
2006-03-19Makes sure Brandon actually dies when he turns to stone in the kyragem roomOystein Eftevaag
2006-03-19Fixes a potential problem in the pathfinder where an array could be accessed ...Oystein Eftevaag
2006-03-19Adds button press animations to the menu, and resets the cursor when the Dial...Oystein Eftevaag
2006-03-18Oops, forgot to change a variable declaration in the last commitOystein Eftevaag
2006-03-18Changed 'amiga' keywords to 'isAmiga' in the resource handling code to avoid ...Oystein Eftevaag
2006-03-18- started to rework static resource loadingJohannes Schickel
2006-03-18Fixes the color of the quitting dialog text after drinking a potionOystein Eftevaag
2006-03-18Extends seq_drinkPotionAnim() so that the color of the flask BrandonOystein Eftevaag
2006-03-17Fixes animations when brandon turns inivisible/visible.Johannes Schickel
2006-03-17Fixes bug #1401337 ("KYRA: Platform with pegasi graphics glitch")Johannes Schickel
2006-03-17- Fixes bug #1401432 ("KYRA: Brandon graphics glitch when exiting castle cata...Johannes Schickel
2006-03-17Oops, I never meant to remove *that* line! Put it back again. (This fixes theTorbjörn Andersson
2006-03-17The opcode functions are not allowed to modify their own channel.dataptrTorbjörn Andersson
2006-03-16More cleanups and renamings: _sfxSecondByteOfSong -> _sfxPriorityTorbjörn Andersson
2006-03-16Went through callbacks 51, 52 and 53, comparing them to LordHoto's annotatedTorbjörn Andersson