aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2006-09-17Changed ScummEngine::gdi to _gdi and allocate the Gdi object on the heap ↵Max Horn
(i.e. _gdi is a pointer now) svn-id: r23921
2006-09-17- removes the kyra specific language flag system, and uses the language enum ↵Johannes Schickel
defined in Common for that now - also reworks the game flag system in general svn-id: r23920
2006-09-17Only decompress the number of speech samples indicated by 'resSize'. ThisTorbjörn Andersson
prevents crashes in the demo, and is probably a good idea anyway. svn-id: r23917
2006-09-17Const correctnessMax Horn
svn-id: r23916
2006-09-17Compiler seems to not use these operators when they are inlinedChris Apers
svn-id: r23915
2006-09-17Added more compilation optionsChris Apers
svn-id: r23914
2006-09-17Fixed compilationChris Apers
svn-id: r23913
2006-09-17typo...Johannes Schickel
svn-id: r23911
2006-09-17Mentions improved screen update handling of the Kyrandia engine in the NEWS ↵Johannes Schickel
file. svn-id: r23910
2006-09-17Fixed back mouse in GUI adding cursor palette supportChris Apers
Fixed cursor redraw in GUI Fixed cursor glitches problem in BS because of too small buffer Cleanup svn-id: r23908
2006-09-17Added option to trace memory allocationChris Apers
Fixed key auto repeat problem in some engines svn-id: r23905
2006-09-17Added option to trace memory allocationChris Apers
svn-id: r23904
2006-09-17This be_zodiac.h include is what was made standard OS5 to crash \!Chris Apers
svn-id: r23903
2006-09-17Cleanup, no need to export twGlue addr when compiling standard OS5 versionChris Apers
svn-id: r23902
2006-09-17Cleanup, no need to export twGlue addr when compiling standard OS5 versionChris Apers
svn-id: r23901
2006-09-17Changed version numbers to 0.100Lars Persson
svn-id: r23900
2006-09-16Fix bug #1559767 - SIMONWIN: Crashes on start-upTravis Howell
svn-id: r23898
2006-09-16Small adjustment for projectfiles source pathLars Persson
svn-id: r23897
2006-09-16- enables pseudo unloading of loaded pak files (which reduces the loading of ↵Johannes Schickel
pak files on room changes) - uses Common::hashit_lower instead of scumm_stricmp for filename checking svn-id: r23896
2006-09-16* Updated Symbian project files for new file structureLars Persson
svn-id: r23895
2006-09-16* Added virtual Engine::getDebugger() methodMax Horn
* Removed code from errorString() methods that hooked the debugger(s) into error(), in favor of using getDebugger() from within error() * As a consequence, removed most custom errorString() methods svn-id: r23894
2006-09-16Patch #1559806: Fixes for AmigaOS 4 filesystem backendMax Horn
svn-id: r23893
2006-09-16Added GUI::ConsoleDialoggetCharsPerLine() method, and added a big FIXME ↵Max Horn
comment to gui/console.h svn-id: r23892
2006-09-16cleanupMax Horn
svn-id: r23891
2006-09-16Overhaul of the debugger codeMax Horn
* Moved Common::Debuggger to GUI::Debugger (mainly to satisfy linker restrictions) * Change the base Debugger class to *not* be a template class anymore; instead, a thin (template based) wrapper class is used to hook up debugger commands * Removed duplicate Cmd_Exit and Cmd_Help methods in favor of a single version of each in GUI::Debugger * New Cmd_Help doesn't word wrap after 39/78 chars, but rather queries the console to determine when to wrap * Debugger::preEnter and postEnter aren't pure virtual anymore svn-id: r23890
2006-09-16Renamed kLineWidth to kCharsPerLine, and moved some enum constants into ↵Max Horn
class ConsoleDialog (to avoid name clashes with other code) svn-id: r23889
2006-09-16Reduce code duplicationMax Horn
svn-id: r23888
2006-09-16Simplifies resource handling for the CD version of Kyrandia.Johannes Schickel
(also less file loading at startup, but more on room change) svn-id: r23887
2006-09-16Replaces all malloc/realloc usages with new.Johannes Schickel
svn-id: r23886
2006-09-16Replaced checkRange by assertRange, which has (a) an (IMO) more logical ↵Max Horn
order of parameters, and (b) removes lots of useless duplicate information in error messages svn-id: r23885
2006-09-16cleanup; remove check whether _costume is valid, as that is already done by ↵Max Horn
getResourceAddress svn-id: r23884