aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-27palJuego -> gamePaletteFilippos Karapetis
2008-05-27Made some methods virtual to allow File subclassesJordi Vilalta Prat
2008-05-27Fixed an endian-related issue, making Woodruff controlable on big-endian mach...Sven Hesse
2008-05-26Fixed Italian Woodruff's MD5Sven Hesse
2008-05-26More split screen fixes.Sven Hesse
2008-05-26Changed floating point immediates to single precision (Silences MSVC warning ...Kari Salminen
2008-05-26Implement built-in screensaverEugene Sandulenko
2008-05-26Use memmove when source and destination sprite areas overlap in drawSprite()Sven Hesse
2008-05-26Fix leftover 8bit characterEugene Sandulenko
2008-05-26Fix delays against originalEugene Sandulenko
2008-05-26Simplified all calls to talk_vb and talk_vbpuerta, together with some more ca...Filippos Karapetis
2008-05-26CleanupFilippos Karapetis
2008-05-26CleanupFilippos Karapetis
2008-05-26Removed a lot of duplicate code, fixed a mistake I made in sprintfFilippos Karapetis
2008-05-26More simplification to the talk() calls, fixed a shadowing warningFilippos Karapetis
2008-05-26Disable Drascula's and MADE's dummy fallbackDetect.Jordi Vilalta Prat
2008-05-26Made fallbackDetect to allow subclasses to override itJordi Vilalta Prat
2008-05-26Started rewriting room logicFilippos Karapetis
2008-05-26CleanupFilippos Karapetis
2008-05-26Changed anim/static PieceDesc loading, to allow for more sanity checks.Sven Hesse
2008-05-26Slight cleanupFilippos Karapetis
2008-05-26Should fix compiling erros.Johannes Schickel
2008-05-26Silence MSVC warning C4800.Kari Salminen
2008-05-26Update MSVC project files.Kari Salminen
2008-05-26Replaced a loop in PluginManger::loadPlugins with Common::for_each as a typic...Johannes Schickel
2008-05-26Formatting.Johannes Schickel
2008-05-26Updated the MSVC project files of the SAGA engineFilippos Karapetis
2008-05-26Renamed files for consistencyFilippos Karapetis
2008-05-26Code cleanup:Filippos Karapetis
2008-05-26Fixed graphics decoding bug in Manhole: N&EBenjamin Haisch
2008-05-26CleanupFilippos Karapetis
2008-05-26- Hopefully fixed 'responsiveness' of the mouse cursor/event handlingBenjamin Haisch
2008-05-26Implemented visual effects 2 and 15Benjamin Haisch
2008-05-26Possible fix for bug #1949230: "M4: compilation error"Filippos Karapetis
2008-05-26Ooops, made frame skipping for A/V sync correction work again (instead of loc...Sven Hesse
2008-05-26Fixed some code formatting thanks to LordHotoJordi Vilalta Prat
2008-05-25Increased _soundSliceLength's accuracy. This fixes the A/V sync problems in W...Sven Hesse
2008-05-25Fixed the small static sound in Woodruff's intro video.Sven Hesse
2008-05-25typoFlorian Kagerer
2008-05-25- some pauseEngineIntern() code for the HOF sequence player (not tested)Florian Kagerer
2008-05-25Added a workaround for the nut rolling animation in the administration center...Sven Hesse
2008-05-25Fixing Bug #1970111 ("WOODRUFF: Close Up not erased")Sven Hesse
2008-05-24Instead of simply returning 0 for "infinite" looping in FLAC and OGG/Vorbis s...Johannes Schickel
2008-05-24Take numLoops in account for getTotalPlayTime in FLAC and OGG/Vorbis streams.Johannes Schickel
2008-05-24Implementation of AudioStream::getTotalPlayTime for FLAC and OGG/Vorbis streams.Johannes Schickel
2008-05-24Little cleanup.Johannes Schickel
2008-05-24Made AudioStream::getTotalPlayTime virtual (Ooops :-)Johannes Schickel
2008-05-24Committed my fix for bug #1497437 "KYRA1: Subtitles glitch during 'Speech of ...Johannes Schickel
2008-05-24- CleanupJohannes Schickel
2008-05-24Patch #1970427: AudioStream play length queryingMax Horn