aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-09-29Add md5s for Elvira 2Travis Howell
svn-id: r23997
2006-09-29Fix startup of PP gamesTravis Howell
svn-id: r23996
2006-09-29Add speech support for PP and cleanupTravis Howell
svn-id: r23995
2006-09-28Expand Simon engine moreTravis Howell
svn-id: r23994
2006-09-23Add French versions of puttzoo, spyfox, spyfox2 and spyozonTravis Howell
svn-id: r23983
2006-09-23Remove malloc include, which was only used by checkHeap()Travis Howell
svn-id: r23982
2006-09-23Re-order platform order, to avoid exclusionsTravis Howell
svn-id: r23981
2006-09-23Remove defines, which were only used by checkHeap()Travis Howell
svn-id: r23980
2006-09-23Removed CHECK_HEAPMax Horn
svn-id: r23979
2006-09-23Whitepsace changesTravis Howell
svn-id: r23978
2006-09-23Remove duplicate and left over _WIN32_WCE checksTravis Howell
svn-id: r23977
2006-09-23Fix mingw compileTravis Howell
svn-id: r23976
2006-09-23Moved error/warning/checkHeap from engines/engine.cpp to common/util.cppMax Horn
svn-id: r23975
2006-09-23Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle ↵Max Horn
the linker dependency graph). Porters will have to update project files svn-id: r23974
2006-09-21Fix regression in Amiga/Macintosh versions of FFTravis Howell
svn-id: r23973
2006-09-21Mention fix for bug #1501302Eugene Sandulenko
svn-id: r23972
2006-09-21Fix bug #1501302: "FF: Crackling Audio (Mac version)"Eugene Sandulenko
svn-id: r23970
2006-09-21update .spec for themesWillem Jan Palenstijn
svn-id: r23968
2006-09-21Fix bug #1550974: "SMUSH: changing subtitle settings during SMUSH doesn't work"Eugene Sandulenko
svn-id: r23965
2006-09-21Fix commentEugene Sandulenko
svn-id: r23964
2006-09-21Fix bug #1536932: "MANIACNES: Crash on click in speechtext-area"Eugene Sandulenko
svn-id: r23962
2006-09-21Fix bug #1562795: "Bug with auto-generated game IDs"Eugene Sandulenko
svn-id: r23960
2006-09-21Remove excess newlines for errors/warningsTravis Howell
svn-id: r23959
2006-09-21Re-enable warning for unknown MIDI eventsTravis Howell
svn-id: r23958
2006-09-21Correct HE version for Dutch version of putttimeTravis Howell
svn-id: r23956
2006-09-20Add French version of Pajama Sam 1Travis Howell
svn-id: r23952
2006-09-20Updating NEWS file in HEAD too.Johannes Schickel
svn-id: r23951
2006-09-20Some updates (mostly guesswork) for the ALSA MIDI driver, mostly prompted byTorbjörn Andersson
Waxworks (Simon engine). See http://www.borg.com/~jglatt/tech/midispec.htm for reference. * Added case for Aftertouch (Key Pressure). * Changed Channel Pressure to flush the event immediatley. The message could apply to notes while they are playing. * Downgraded the error for unknown MIDI messages to a warning, and clarified it slightly. svn-id: r23949
2006-09-20Added _PLUGIN_copyright to list of symbols exported by pluginsMax Horn
svn-id: r23946
2006-09-20Work around conflict between ISO C++ and POSIX, to allow ISO C++ compliant ↵Max Horn
compilers like GCC 4.x to compile the plugin code again svn-id: r23945
2006-09-20Fix crashes during WW startupTravis Howell
svn-id: r23944
2006-09-20Add details for French version of Pajama Sam 3Travis Howell
svn-id: r23942
2006-09-19Fix FF/Simon2 regression in last commitTravis Howell
svn-id: r23940
2006-09-19Expand Simon engineTravis Howell
svn-id: r23939
2006-09-18Cleaned up Gdi::roomChangedMax Horn
svn-id: r23938
2006-09-18Moved some more code from class Gdi into new subclasses GdiV1 and GdiV2Max Horn
svn-id: r23937
2006-09-18Re-disable blit mask hack (oops)Max Horn
svn-id: r23936
2006-09-18Split setBuiltinCursor into a V0-V2 and a V3-V5 partMax Horn
svn-id: r23935
2006-09-18Moved NES specific code from class Gdi to GdiNESMax Horn
svn-id: r23934
2006-09-18Oops, accidentally broke TMSK support for HE 72+ gamesMax Horn
svn-id: r23933
2006-09-18Fix --disable-heMax Horn
svn-id: r23932
2006-09-18indention fixMax Horn
svn-id: r23931
2006-09-18Moved some code from Gdi::drawBitmap to separate methodsMax Horn
svn-id: r23930
2006-09-18Fixes the Macintosh related problems Krest mentioned on the IRC channel.Johannes Schickel
(the user has to set the game platform to Macintosh though, since it's atm detected as DOS version) svn-id: r23929
2006-09-18Minor cleanup, to re-order functionsTravis Howell
svn-id: r23928
2006-09-18Fix typo, that caused FLAC compressed sound effects file to fail to loadTravis Howell
svn-id: r23926
2006-09-17renamed ScummEngine::restoreBG to restoreBackground; renamed and moved ↵Max Horn
Gdi::copyVirtScreenBuffers to ScummEngine_v70he::restoreBackgroundHE svn-id: r23925
2006-09-17Moved stored flobjects to class ScummEngine_v70heMax Horn
svn-id: r23924
2006-09-17formattingJohannes Schickel
svn-id: r23923
2006-09-17Renamed ScummEngine::res to _res and allocate the ResourceManager on the ↵Max Horn
heap (i.e. _res is a pointer now) svn-id: r23922