Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-21 | Fix bug #1550974: "SMUSH: changing subtitle settings during SMUSH doesn't work" | Eugene Sandulenko | |
svn-id: r23965 | |||
2006-09-21 | Fix comment | Eugene Sandulenko | |
svn-id: r23964 | |||
2006-09-21 | Fix bug #1536932: "MANIACNES: Crash on click in speechtext-area" | Eugene Sandulenko | |
svn-id: r23962 | |||
2006-09-21 | Remove excess newlines for errors/warnings | Travis Howell | |
svn-id: r23959 | |||
2006-09-21 | Re-enable warning for unknown MIDI events | Travis Howell | |
svn-id: r23958 | |||
2006-09-21 | Correct HE version for Dutch version of putttime | Travis Howell | |
svn-id: r23956 | |||
2006-09-20 | Add French version of Pajama Sam 1 | Travis Howell | |
svn-id: r23952 | |||
2006-09-20 | Fix crashes during WW startup | Travis Howell | |
svn-id: r23944 | |||
2006-09-20 | Add details for French version of Pajama Sam 3 | Travis Howell | |
svn-id: r23942 | |||
2006-09-19 | Fix FF/Simon2 regression in last commit | Travis Howell | |
svn-id: r23940 | |||
2006-09-19 | Expand Simon engine | Travis Howell | |
svn-id: r23939 | |||
2006-09-18 | Cleaned up Gdi::roomChanged | Max Horn | |
svn-id: r23938 | |||
2006-09-18 | Moved some more code from class Gdi into new subclasses GdiV1 and GdiV2 | Max Horn | |
svn-id: r23937 | |||
2006-09-18 | Re-disable blit mask hack (oops) | Max Horn | |
svn-id: r23936 | |||
2006-09-18 | Split setBuiltinCursor into a V0-V2 and a V3-V5 part | Max Horn | |
svn-id: r23935 | |||
2006-09-18 | Moved NES specific code from class Gdi to GdiNES | Max Horn | |
svn-id: r23934 | |||
2006-09-18 | Oops, accidentally broke TMSK support for HE 72+ games | Max Horn | |
svn-id: r23933 | |||
2006-09-18 | Fix --disable-he | Max Horn | |
svn-id: r23932 | |||
2006-09-18 | indention fix | Max Horn | |
svn-id: r23931 | |||
2006-09-18 | Moved some code from Gdi::drawBitmap to separate methods | Max Horn | |
svn-id: r23930 | |||
2006-09-18 | Fixes 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-18 | Minor cleanup, to re-order functions | Travis Howell | |
svn-id: r23928 | |||
2006-09-18 | Fix typo, that caused FLAC compressed sound effects file to fail to load | Travis Howell | |
svn-id: r23926 | |||
2006-09-17 | renamed ScummEngine::restoreBG to restoreBackground; renamed and moved ↵ | Max Horn | |
Gdi::copyVirtScreenBuffers to ScummEngine_v70he::restoreBackgroundHE svn-id: r23925 | |||
2006-09-17 | Moved stored flobjects to class ScummEngine_v70he | Max Horn | |
svn-id: r23924 | |||
2006-09-17 | formatting | Johannes Schickel | |
svn-id: r23923 | |||
2006-09-17 | Renamed 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-17 | Changed 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-17 | Only decompress the number of speech samples indicated by 'resSize'. This | Torbjörn Andersson | |
prevents crashes in the demo, and is probably a good idea anyway. svn-id: r23917 | |||
2006-09-17 | Const correctness | Max Horn | |
svn-id: r23916 | |||
2006-09-16 | Fix bug #1559767 - SIMONWIN: Crashes on start-up | Travis Howell | |
svn-id: r23898 | |||
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 | * Added virtual Engine::getDebugger() method | Max 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-16 | cleanup | Max Horn | |
svn-id: r23891 | |||
2006-09-16 | Overhaul of the debugger code | Max 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-16 | Reduce code duplication | Max Horn | |
svn-id: r23888 | |||
2006-09-16 | Simplifies 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-16 | Replaces all malloc/realloc usages with new. | Johannes Schickel | |
svn-id: r23886 | |||
2006-09-16 | Replaced 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-16 | cleanup; remove check whether _costume is valid, as that is already done by ↵ | Max Horn | |
getResourceAddress svn-id: r23884 | |||
2006-09-16 | Updated MD5 list | Max Horn | |
svn-id: r23882 | |||
2006-09-16 | Replaces malloc with new in most cases. | Johannes Schickel | |
svn-id: r23881 | |||
2006-09-16 | cleanup | Max Horn | |
svn-id: r23880 | |||
2006-09-15 | - adds dirty rect handling to the kyra engine (needs some more tests before ↵ | Johannes Schickel | |
I commit it to branch though) - initializes an uninitiliazied variable which caused crashes from time to time svn-id: r23878 | |||
2006-09-15 | Update French version of Pajama Sam 2 | Travis Howell | |
svn-id: r23877 | |||
2006-09-14 | Add/Update several French versions of HE games | Travis Howell | |
svn-id: r23874 | |||
2006-09-14 | Add French version of puttcircus | Travis Howell | |
svn-id: r23873 | |||
2006-09-10 | Test _skipFlag a bit more often. | Torbjörn Andersson | |
svn-id: r23867 | |||
2006-09-10 | Clear _skipFlag at beginning of Kyra 2 intro. Otherwise, skipping it once will | Torbjörn Andersson | |
automatically skip it if you try to watch it a second time. (Are there any other flags that need to be cleared as well?) svn-id: r23866 |