Age | Commit message (Expand) | Author |
2006-09-23 | Add French versions of puttzoo, spyfox, spyfox2 and spyozon | Travis Howell |
2006-09-23 | Remove malloc include, which was only used by checkHeap() | Travis Howell |
2006-09-23 | Re-order platform order, to avoid exclusions | Travis Howell |
2006-09-23 | Remove defines, which were only used by checkHeap() | Travis Howell |
2006-09-23 | Removed CHECK_HEAP | Max Horn |
2006-09-23 | Whitepsace changes | Travis Howell |
2006-09-23 | Remove duplicate and left over _WIN32_WCE checks | Travis Howell |
2006-09-23 | Fix mingw compile | Travis Howell |
2006-09-23 | Moved error/warning/checkHeap from engines/engine.cpp to common/util.cpp | Max Horn |
2006-09-23 | Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the... | Max Horn |
2006-09-21 | Fix regression in Amiga/Macintosh versions of FF | Travis Howell |
2006-09-21 | Mention fix for bug #1501302 | Eugene Sandulenko |
2006-09-21 | Fix bug #1501302: "FF: Crackling Audio (Mac version)" | Eugene Sandulenko |
2006-09-21 | update .spec for themes | Willem Jan Palenstijn |
2006-09-21 | Fix bug #1550974: "SMUSH: changing subtitle settings during SMUSH doesn't work" | Eugene Sandulenko |
2006-09-21 | Fix comment | Eugene Sandulenko |
2006-09-21 | Fix bug #1536932: "MANIACNES: Crash on click in speechtext-area" | Eugene Sandulenko |
2006-09-21 | Fix bug #1562795: "Bug with auto-generated game IDs" | Eugene Sandulenko |
2006-09-21 | Remove excess newlines for errors/warnings | Travis Howell |
2006-09-21 | Re-enable warning for unknown MIDI events | Travis Howell |
2006-09-21 | Correct HE version for Dutch version of putttime | Travis Howell |
2006-09-20 | Add French version of Pajama Sam 1 | Travis Howell |
2006-09-20 | Updating NEWS file in HEAD too. | Johannes Schickel |
2006-09-20 | Some updates (mostly guesswork) for the ALSA MIDI driver, mostly prompted by | Torbjörn Andersson |
2006-09-20 | Added _PLUGIN_copyright to list of symbols exported by plugins | Max Horn |
2006-09-20 | Work around conflict between ISO C++ and POSIX, to allow ISO C++ compliant co... | Max Horn |
2006-09-20 | Fix crashes during WW startup | Travis Howell |
2006-09-20 | Add details for French version of Pajama Sam 3 | Travis Howell |
2006-09-19 | Fix FF/Simon2 regression in last commit | Travis Howell |
2006-09-19 | Expand Simon engine | Travis Howell |
2006-09-18 | Cleaned up Gdi::roomChanged | Max Horn |
2006-09-18 | Moved some more code from class Gdi into new subclasses GdiV1 and GdiV2 | Max Horn |
2006-09-18 | Re-disable blit mask hack (oops) | Max Horn |
2006-09-18 | Split setBuiltinCursor into a V0-V2 and a V3-V5 part | Max Horn |
2006-09-18 | Moved NES specific code from class Gdi to GdiNES | Max Horn |
2006-09-18 | Oops, accidentally broke TMSK support for HE 72+ games | Max Horn |
2006-09-18 | Fix --disable-he | Max Horn |
2006-09-18 | indention fix | Max Horn |
2006-09-18 | Moved some code from Gdi::drawBitmap to separate methods | Max Horn |
2006-09-18 | Fixes the Macintosh related problems Krest mentioned on the IRC channel. | Johannes Schickel |
2006-09-18 | Minor cleanup, to re-order functions | Travis Howell |
2006-09-18 | Fix typo, that caused FLAC compressed sound effects file to fail to load | Travis Howell |
2006-09-17 | renamed ScummEngine::restoreBG to restoreBackground; renamed and moved Gdi::c... | Max Horn |
2006-09-17 | Moved stored flobjects to class ScummEngine_v70he | Max Horn |
2006-09-17 | formatting | Johannes Schickel |
2006-09-17 | Renamed ScummEngine::res to _res and allocate the ResourceManager on the heap... | Max Horn |
2006-09-17 | Changed ScummEngine::gdi to _gdi and allocate the Gdi object on the heap (i.e... | Max Horn |
2006-09-17 | - removes the kyra specific language flag system, and uses the language enum ... | Johannes Schickel |
2006-09-17 | Only decompress the number of speech samples indicated by 'resSize'. This | Torbjörn Andersson |
2006-09-17 | Const correctness | Max Horn |