Age | Commit message (Expand) | Author |
2006-05-01 | Just add kyra2 to kyra_list if ENABLE_KYRA2 is defined. | Johannes Schickel |
2006-05-01 | Makes malcolm walking into the kyragem room after some time. (fixes half of b... | Johannes Schickel |
2006-05-01 | Adds archive file list, MD5 for my CD version, and a few function stubs for H... | Oystein Eftevaag |
2006-04-29 | Moved 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-27 | Typo | Oystein Eftevaag |
2006-04-27 | Move 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 complain | Eugene Sandulenko |
2006-04-25 | Fixes some coordinate initialization in the menus, and makes sure the initial... | Oystein Eftevaag |
2006-04-25 | Adds some code to dynamically resize and readjust the menus if the text strin... | Oystein Eftevaag |
2006-04-23 | Uses kyra.dat for GUI strings instead of hardcoding them, which means localiz... | Oystein Eftevaag |
2006-04-18 | Fixes use of textspeed settings if voice+text mode is enabled. (thanks to sal... | Johannes Schickel |
2006-04-17 | - Implements copyRegion without transparency checking | Johannes Schickel |
2006-04-17 | Simplifies credits.txt loading. | Johannes Schickel |
2006-04-17 | Fixes bug #1471895 ("KYRA1: Kyragem goes black at the very end"). | Johannes Schickel |
2006-04-17 | Rewrote the timing of the Kyra end credits so that it doesn't matter that the | Torbjörn Andersson |
2006-04-17 | Implements the end credits, and disables fast forwarding in the intro. | Oystein Eftevaag |
2006-04-16 | Removed the directory parameter from md5_file | Max Horn |
2006-04-15 | - Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ... | Max Horn |
2006-04-14 | Changed File::open to take a Common::String as file name parameter | Max Horn |
2006-04-12 | Fixing mismatch between format strings and data on some systems | Max Horn |
2006-04-12 | sizeof(void *) != sizeof(int) for a large number of systems. | Jonathan Gray |
2006-04-09 | Fix const correctness in Kyra's StaticResource::loadStrings and StaticResourc... | Max Horn |
2006-04-08 | Introduced language EN_ANY used for general English game entries. EN_USA and | Eugene Sandulenko |
2006-04-08 | Modified the REGISTER_PLUGIN macro so that it allows (and requires) a trailin... | Max Horn |
2006-04-08 | Renamed various *GameSettings to GameSettings (our namespaces are enough to d... | Max Horn |
2006-04-04 | Removed extra exclamation marks in warning() calls as well. | Eugene Sandulenko |
2006-04-04 | Since our debug() adds an exclamation mark at the message end, remove | Eugene Sandulenko |
2006-04-02 | Don't try to copy str to _talkBuffer if str is pointing to _talkBuffer. Apart | Torbjörn Andersson |
2006-03-29 | Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ... | Max Horn |
2006-03-29 | Alphabetical build order | Max Horn |
2006-03-28 | - Commits heaviliy modifed patch #1459951 ("KYRA: Combining MIDI music with A... | Johannes Schickel |
2006-03-28 | Renamed various container isEmpty() methods to empty() to match STL conventions | Max Horn |
2006-03-27 | Comments out unneeded code in enterNewScene (only used for cd audio version). | Johannes Schickel |
2006-03-26 | Cleaned up update_playRhythmSection(). It's almost possible to understand what | Torbjörn Andersson |
2006-03-25 | I believe that the purpose of updateCallback45() is to add a signed value to a | Torbjörn Andersson |
2006-03-25 | More renamings: | Torbjörn Andersson |
2006-03-25 | - Implemented case insensitive file reading. Left old system as a fallback | Eugene Sandulenko |
2006-03-24 | Fix MSVC warnings | Andrew Kurushin |
2006-03-21 | Implemented "sound triggers" so that the music does not stop shortly after | Torbjörn Andersson |
2006-03-20 | Implements cmd_shakeScreen. | Johannes Schickel |
2006-03-20 | Initialise _haveScrollButtons, since Valgrind complained about it. | Torbjörn Andersson |
2006-03-19 | Makes sure Brandon actually dies when he turns to stone in the kyragem room | Oystein Eftevaag |
2006-03-19 | Fixes a potential problem in the pathfinder where an array could be accessed ... | Oystein Eftevaag |
2006-03-19 | Adds button press animations to the menu, and resets the cursor when the Dial... | Oystein Eftevaag |
2006-03-18 | Oops, forgot to change a variable declaration in the last commit | Oystein Eftevaag |
2006-03-18 | Changed 'amiga' keywords to 'isAmiga' in the resource handling code to avoid ... | Oystein Eftevaag |
2006-03-18 | - started to rework static resource loading | Johannes Schickel |
2006-03-18 | Fixes the color of the quitting dialog text after drinking a potion | Oystein Eftevaag |
2006-03-18 | Extends seq_drinkPotionAnim() so that the color of the flask Brandon | Oystein Eftevaag |