Age | Commit message (Expand) | Author |
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 |
2006-09-17 | Compiler seems to not use these operators when they are inlined | Chris Apers |
2006-09-17 | Added more compilation options | Chris Apers |
2006-09-17 | Fixed compilation | Chris Apers |
2006-09-17 | typo... | Johannes Schickel |
2006-09-17 | Mentions improved screen update handling of the Kyrandia engine in the NEWS f... | Johannes Schickel |
2006-09-17 | Fixed back mouse in GUI adding cursor palette support | Chris Apers |
2006-09-17 | Added option to trace memory allocation | Chris Apers |
2006-09-17 | Added option to trace memory allocation | Chris Apers |
2006-09-17 | This be_zodiac.h include is what was made standard OS5 to crash \! | Chris Apers |
2006-09-17 | Cleanup, no need to export twGlue addr when compiling standard OS5 version | Chris Apers |
2006-09-17 | Cleanup, no need to export twGlue addr when compiling standard OS5 version | Chris Apers |
2006-09-17 | Changed version numbers to 0.100 | Lars Persson |
2006-09-16 | Fix bug #1559767 - SIMONWIN: Crashes on start-up | Travis Howell |
2006-09-16 | Small adjustment for projectfiles source path | Lars Persson |
2006-09-16 | - enables pseudo unloading of loaded pak files (which reduces the loading of ... | Johannes Schickel |
2006-09-16 | * Updated Symbian project files for new file structure | Lars Persson |
2006-09-16 | * Added virtual Engine::getDebugger() method | Max Horn |
2006-09-16 | Patch #1559806: Fixes for AmigaOS 4 filesystem backend | Max Horn |
2006-09-16 | Added GUI::ConsoleDialoggetCharsPerLine() method, and added a big FIXME comme... | Max Horn |
2006-09-16 | cleanup | Max Horn |
2006-09-16 | Overhaul of the debugger code | Max Horn |
2006-09-16 | Renamed kLineWidth to kCharsPerLine, and moved some enum constants into class... | Max Horn |
2006-09-16 | Reduce code duplication | Max Horn |
2006-09-16 | Simplifies resource handling for the CD version of Kyrandia. | Johannes Schickel |
2006-09-16 | Replaces all malloc/realloc usages with new. | Johannes Schickel |
2006-09-16 | Replaced checkRange by assertRange, which has (a) an (IMO) more logical order... | Max Horn |
2006-09-16 | cleanup; remove check whether _costume is valid, as that is already done by g... | Max Horn |