index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
kyra
Age
Commit message (
Expand
)
Author
2011-11-16
LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE)
Strangerke
2011-11-16
KYRA: Make message about missing save file a warning and no error.
Johannes Schickel
2011-11-16
COMMON: Rename Common::set_to to Common::fill.
Johannes Schickel
2011-11-14
KYRA: Cleanup _saveSlots array sorting.
Johannes Schickel
2011-11-14
KYRA: Add comment hopefully explaining _saveSlots
Willem Jan Palenstijn
2011-11-14
KYRA: Whitespace fixes.
Johannes Schickel
2011-11-14
KYRA: Fix bug #3437647 "LOL: Unexpected missing save file".
Johannes Schickel
2011-11-08
KYRA: fix bug #3429455
athrxx
2011-11-06
AUDIO: Implement a basic VocStream class.
Johannes Schickel
2011-11-04
KYRA: add missing (maybe unused) case to LoLEngine::olol_getGlobalVar()
athrxx
2011-11-04
KYRA: replace invalid memset call and add a warning
athrxx
2011-11-04
KYRA: (LOL) minor fix, cleanup and renaming
athrxx
2011-11-04
KYRA: fix monster hp in LoL
athrxx
2011-11-04
KYRA: rename script proc and fix some debug messages
athrxx
2011-11-04
KYRA: Reduce size of KyraEngine_LoK::_entranceMouseCursorTracks.
Johannes Schickel
2011-11-04
KYRA: Use "0xFF" instead of "0xFFFF" as memset's second parameter.
Johannes Schickel
2011-11-04
KYRA: Remove FIXME, which should've been removed with 4410e61...
Johannes Schickel
2011-11-04
KYRA: Simplify getMoveTableSize.
Johannes Schickel
2011-11-03
KYRA: fix minor bug in LoLEngine::playCharacterScriptChat()
athrxx
2011-11-03
KYRA: Added FIXMEs for two odd checks
Filippos Karapetis
2011-11-01
KYRA: Fix Common::List::erase usage.
Johannes Schickel
2011-10-29
KYRA: Update engine description comment.
Johannes Schickel
2011-10-29
KYRA: Add another delay for new tracks in the AdLib driver.
Johannes Schickel
2011-10-29
KYRA: Fix haltTrack and beginFadeOut for AdLib driver.
Johannes Schickel
2011-10-29
KYRA: Simplify AdLib output code a bit.
Johannes Schickel
2011-10-29
KYRA: Mark overwritten methods of SoundAdLibPC as virtual.
Johannes Schickel
2011-10-29
KYRA: Get rid of old-style loadSoundFile in SoundAdLibPC.
Johannes Schickel
2011-10-29
KYRA: Move MixedSoundDriver implementation to sound.cpp.
Johannes Schickel
2011-10-29
KYRA: Prefer Common::String over plain char arrays in Sound.
Johannes Schickel
2011-10-29
KYRA: Get rid of Sound's voiceFileIsPresent in favor of isVoicePresent.
Johannes Schickel
2011-10-29
KYRA: Make more methods of Sound const.
Johannes Schickel
2011-10-29
KYRA: Move non-empty virtual methods of Sound from sound.h to sound.cpp.
Johannes Schickel
2011-10-29
KYRA: Implemented LoL style volume control in AdLib output.
Johannes Schickel
2011-10-24
KYRA: On demand of lordHoto, remove GUIO_NOASPECT as Jap. games are in 640x40...
Strangerke
2011-10-23
LAUNCHER: Add GUIO_NOASPECT to Kyra
Strangerke
2011-10-23
AD: Switched rest of the engines to new GUIO
Eugene Sandulenko
2011-10-22
KYRA: Fix memory leak when a sound is started but no free handles are left.
Johannes Schickel
2011-10-02
KYRA: Fix minor bug in AdLibDriver::primaryEffect1.
Johannes Schickel
2011-10-02
KYRA: Fix bumping into a wall AdLib SFX in Lands of Lore.
Johannes Schickel
2011-10-02
KYRA: Name another variable in the AdLib output code.
Johannes Schickel
2011-10-02
KYRA: Some minor cleanup.
Johannes Schickel
2011-10-01
KYRA: fix typo
athrxx
2011-10-01
KYRA: Never allow slots 0 and 990-999 to be overwritten.
Johannes Schickel
2011-09-22
KYRA: workaround to get maemo to even compile
Tarek Soliman
2011-09-08
KYRA: Made some more static data const.
Johannes Schickel
2011-08-07
GRAPHICS: Simplify the interface of Graphics::loadThumbnail().
Christoph Mallon
2011-08-07
KYRA: Simplify initializing a buffer with a string.
Christoph Mallon
2011-08-07
COMMON: Replace x + ARRAYSIZE(x) by the simpler ARRAYEND(x).
Christoph Mallon
2011-08-07
JANITORIAL: Remove trailing empty lines.
Christoph Mallon
2011-08-06
KYRA: Don't loose the next event when leaving the text input event loop.
Bastien Bouclet
[next]