Age | Commit message (Expand) | Author |
2011-02-02 | GOB: Oops, set the correct opcode :P | Sven Hesse |
2011-02-02 | GOB: Add o7_findCDFile | Sven Hesse |
2011-02-02 | GOB: Add o7_gob0x201 | Sven Hesse |
2011-02-02 | SWORD25: Cache related changes | Filippos Karapetis |
2011-02-02 | GOB: Fix detection of JPEG images | Sven Hesse |
2011-02-02 | GOB: Close the just ended live video, not the first one | Sven Hesse |
2011-02-02 | GOB: Implement o7_loadLBMPalette | Sven Hesse |
2011-02-02 | GOB: Implement LBM loading | Sven Hesse |
2011-02-02 | GOB: o7_draw0xA4 is o7_loadLBMPalette | Sven Hesse |
2011-02-02 | GOB: Stub o7_loadImage further | Sven Hesse |
2011-02-02 | GOB: Rename Draw::kSpritesCount to Draw::kSpriteCount | Sven Hesse |
2011-02-02 | GOB: Make flags optional in Video::initSurfDesc | Sven Hesse |
2011-02-02 | GOB: Remove the vidMode parameter from Video::initSurfDesc | Sven Hesse |
2011-02-02 | GRAPHICS: Updated the copyright information regarding LodePNG. Removed the ob... | Filippos Karapetis |
2011-02-02 | SCI: Fix SCI32 Mac fonts | Matthew Hoops |
2011-02-02 | SCI: Fix SCI32 Mac pictures | Matthew Hoops |
2011-02-02 | GRAPHICS: Implemented a PNG decoder, and set it as default for the sword25 en... | Filippos Karapetis |
2011-02-02 | SWORD25: Added a cache minimum and maximum limit, so that the resources loade... | Filippos Karapetis |
2011-02-02 | SCI: Fix GK1 Mac views, the game now starts | Matthew Hoops |
2011-02-02 | SCI: Set Mac cursors as a non-compressable type too | Matthew Hoops |
2011-02-02 | SCI: Add comment about GK1 Mac using kSetFontRes | Matthew Hoops |
2011-02-02 | MOHAWK: Fix GCC-3 cast warning. | David Turner |
2011-02-02 | GOB: Fix Databases constructor | Sven Hesse |
2011-02-02 | SCI: Fix Mac sync resource support | Matthew Hoops |
2011-02-02 | SCI: Add support for Mac audio36/sync36 resources in resource forks | Matthew Hoops |
2011-02-01 | TOON: Remove misc/ from paths since it's in global folders | Sylvain Dupont |
2011-02-01 | MOHAWK: Handle a few more LB notify opcodes. | Alyssa Milburn |
2011-02-01 | MOHAWK: Handle some LB script entry params. | Alyssa Milburn |
2011-02-01 | SCI: Make Hoyle4 workarounds without names so they work in the Mac version (t... | Matthew Hoops |
2011-02-01 | HUGO: in the menu, show modified button before closing the menu, with a short... | Arnaud Boutonné |
2011-02-01 | MOHAWK: Add LB poetry mode logic to updatePage. | Alyssa Milburn |
2011-02-01 | SCI: Mac SCI1.1+ games can use SYNC as the resource type for sync resources too | Matthew Hoops |
2011-02-01 | MOHAWK: Remove broken LB anim items stopSound calls. | Alyssa Milburn |
2011-02-01 | MOHAWK: Allow mode changes from LB's debug console. | Alyssa Milburn |
2011-02-01 | SCI: Fix SCI1.1+ Mac views with uint16 rle lengths (thanks, Walter) | Matthew Hoops |
2011-02-01 | MOHAWK: Add detection for the LBSampler v1 | Matthew Hoops |
2011-02-01 | MOHAWK: Add detection for the Mac LBSampler v3 | Matthew Hoops |
2011-02-01 | MOHAWK: Add detection for Arthur's Computer Adventure | Matthew Hoops |
2011-02-01 | MOHAWK: Add detection for The Berenstain Bears Get in a Fight | Matthew Hoops |
2011-02-01 | HUGO: Use a separate thread for honker player and fix ticks per seconds | Arnaud Boutonné |
2011-01-31 | Silenced some MSVC warnings | Filippos Karapetis |
2011-01-31 | MOHAWK: LB detection/path updates. | Alyssa Milburn |
2011-01-31 | SCI: Update the Mac version detection comments | Matthew Hoops |
2011-01-31 | SCI: Add support for Mac SCI1.1+ resource compression | Matthew Hoops |
2011-01-31 | GOB: o7_draw0xA4 has something to do with LBMs, though | Sven Hesse |
2011-01-31 | GOB: Actually, draw opcode 0x90 is loadImage | Sven Hesse |
2011-01-31 | GOB: Set the language before opening the database | Sven Hesse |
2011-01-31 | GOB: Fix last updated month's range | Sven Hesse |
2011-01-31 | GOB: o7_draw0x45 is o7_logString | Sven Hesse |
2011-01-31 | Hugo: Some cleanup | Arnaud Boutonné |