Age | Commit message (Expand) | Author |
2006-05-19 | Added some FIXMEs to the kyra engine | Max Horn |
2006-05-19 | Fix warning | Max Horn |
2006-05-18 | - load fonts for kyra3 | Johannes Schickel |
2006-05-18 | Added player for the Kyra 3 VQA cutscenes, based on my earlier prototype. It | Torbjörn Andersson |
2006-05-18 | fixes kyra2 gameflag init | Johannes Schickel |
2006-05-18 | Removed leftover printf() | Torbjörn Andersson |
2006-05-18 | Cleanup. | Torbjörn Andersson |
2006-05-17 | Added (optional) looping to the digital sound class. | Torbjörn Andersson |
2006-05-17 | Fixed two off-by-one errors. One would cause the same frame of the Kyra 3 to be | Torbjörn Andersson |
2006-05-17 | Loop the Kyra 3 animation indefinitely. | Torbjörn Andersson |
2006-05-17 | Maybe the svn:keywords were already set? Maybe this will fix the file headers... | Torbjörn Andersson |
2006-05-17 | Fixed crackling in Kyra 3 sound. (At least what little of it ScummVM currently | Torbjörn Andersson |
2006-05-17 | - adds AUD file player (has still some problems with playing) | Johannes Schickel |
2006-05-16 | Set gameflags for kyra3 properly. | Eugene Sandulenko |
2006-05-16 | Removes ENABLE_KYRA2 and ENABLE_KYRA3. | Johannes Schickel |
2006-05-16 | Oops forgot some define checks | Johannes Schickel |
2006-05-16 | - implements kyrandia 3 wsa loader | Johannes Schickel |
2006-05-12 | - little cleanups | Johannes Schickel |
2006-05-10 | Adds clipping to the workaround in "preserveOrRestoreBackground", so it does ... | Johannes Schickel |
2006-05-10 | Adds workaround for bug # 1477364 ("KYRA1: Water dripping freezes") until a p... | Johannes Schickel |
2006-05-10 | Enables OSystem::kFeatureAutoComputeDirtyRects until proper dirty rect managm... | Johannes Schickel |
2006-05-08 | Added delay() to delayWithTicks() as well. This function is quite similar to | Torbjörn Andersson |
2006-05-08 | Replaced a bunch of delay loops with a new delayUntil() function. Now all of | Torbjörn Andersson |
2006-05-08 | Added comment about switch case fallthrough. I assume this one is deliberate, | Torbjörn Andersson |
2006-05-08 | As LordHoto pointed out, placeItem is already initialised to false, so we only | Torbjörn Andersson |
2006-05-08 | Small cleanup. It's not that I mind fallthroughs - as long as they are clearly | Torbjörn Andersson |
2006-05-08 | Changed abs() to ABS() | Torbjörn Andersson |
2006-05-08 | Missed a couple of switch cleanups. | Torbjörn Andersson |
2006-05-08 | Cleanup: Use ScummVM indentation style for switch() cases. In some cases, I | Torbjörn Andersson |
2006-05-07 | Fixes playing of credits music. | Johannes Schickel |
2006-05-04 | Adds (partial) support for italian floppy. (still hardcoded strings are missi... | Johannes Schickel |
2006-05-03 | Fixes 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 found | Johannes Schickel |
2006-05-03 | Fix for bug # 1480744 ("KYRA1: mouse cursor vanishes"). | Johannes Schickel |
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 |