Age | Commit message (Expand) | Author |
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 |
2006-09-16 | Updated MD5 list | Max Horn |
2006-09-16 | Replaces malloc with new in most cases. | Johannes Schickel |
2006-09-16 | cleanup | Max Horn |
2006-09-15 | - adds dirty rect handling to the kyra engine (needs some more tests before I... | Johannes Schickel |
2006-09-15 | Update French version of Pajama Sam 2 | Travis Howell |
2006-09-14 | Add/Update several French versions of HE games | Travis Howell |
2006-09-14 | Add French version of puttcircus | Travis Howell |
2006-09-13 | Implement file cache. needs some testing :) | Won Star |
2006-09-10 | Test _skipFlag a bit more often. | Torbjörn Andersson |
2006-09-10 | Clear _skipFlag at beginning of Kyra 2 intro. Otherwise, skipping it once will | Torbjörn Andersson |
2006-09-10 | Make Lure run again on PalmOS fixing unaligned read | Chris Apers |
2006-09-10 | - Some little checks for shape usage. | Johannes Schickel |