Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-02 | GOB: Rename Draw::kSpritesCount to Draw::kSpriteCount | Sven Hesse | |
svn-id: r55729 | |||
2011-02-02 | GOB: Make flags optional in Video::initSurfDesc | Sven Hesse | |
svn-id: r55728 | |||
2011-02-02 | GOB: Remove the vidMode parameter from Video::initSurfDesc | Sven Hesse | |
svn-id: r55727 | |||
2011-02-02 | GRAPHICS: Updated the copyright information regarding LodePNG. Removed the ↵ | Filippos Karapetis | |
obsolete reference to ysflight, as no code is actually used from or based on that project svn-id: r55726 | |||
2011-02-02 | SCI: Fix SCI32 Mac fonts | Matthew Hoops | |
svn-id: r55725 | |||
2011-02-02 | SCI: Fix SCI32 Mac pictures | Matthew Hoops | |
svn-id: r55724 | |||
2011-02-02 | GRAPHICS: Implemented a PNG decoder, and set it as default for the sword25 ↵ | Filippos Karapetis | |
engine libpng is still needed for PNG encoding (for thumbnails in saved games of sword25), but since we'll probably drop support for the original saved games anyway, the PNG encoding code will ultimately be removed svn-id: r55723 | |||
2011-02-02 | SWORD25: Added a cache minimum and maximum limit, so that the resources ↵ | Filippos Karapetis | |
loaded will always be inside these limits. Resources can now be forcefully unlocked when the upper limit is reached svn-id: r55722 | |||
2011-02-02 | SCI: Fix GK1 Mac views, the game now starts | Matthew Hoops | |
svn-id: r55721 | |||
2011-02-02 | SCI: Set Mac cursors as a non-compressable type too | Matthew Hoops | |
svn-id: r55720 | |||
2011-02-02 | SCI: Add comment about GK1 Mac using kSetFontRes | Matthew Hoops | |
svn-id: r55719 | |||
2011-02-02 | MOHAWK: Fix GCC-3 cast warning. | David Turner | |
Seen with a number of buildbot chains. svn-id: r55718 | |||
2011-02-02 | GOB: Fix Databases constructor | Sven Hesse | |
Ooops, a leftover I forgot to remove. svn-id: r55717 | |||
2011-02-02 | SCI: Fix Mac sync resource support | Matthew Hoops | |
svn-id: r55716 | |||
2011-02-02 | SCI: Add support for Mac audio36/sync36 resources in resource forks | Matthew Hoops | |
svn-id: r55715 | |||
2011-02-01 | TOON: Remove misc/ from paths since it's in global folders | Sylvain Dupont | |
Caps'ed the filenames, even if it should not matter normally svn-id: r55714 | |||
2011-02-01 | MOHAWK: Handle a few more LB notify opcodes. | Alyssa Milburn | |
svn-id: r55713 | |||
2011-02-01 | MOHAWK: Handle some LB script entry params. | Alyssa Milburn | |
svn-id: r55712 | |||
2011-02-01 | SCI: Make Hoyle4 workarounds without names so they work in the Mac version ↵ | Matthew Hoops | |
(that has no class names) svn-id: r55711 | |||
2011-02-01 | HUGO: in the menu, show modified button before closing the menu, with a ↵ | Arnaud Boutonné | |
short delay. Thanks _sev for the help! svn-id: r55710 | |||
2011-02-01 | MOHAWK: Add LB poetry mode logic to updatePage. | Alyssa Milburn | |
svn-id: r55709 | |||
2011-02-01 | SCI: Mac SCI1.1+ games can use SYNC as the resource type for sync resources too | Matthew Hoops | |
svn-id: r55708 | |||
2011-02-01 | MOHAWK: Remove broken LB anim items stopSound calls. | Alyssa Milburn | |
svn-id: r55707 | |||
2011-02-01 | MOHAWK: Allow mode changes from LB's debug console. | Alyssa Milburn | |
svn-id: r55706 | |||
2011-02-01 | SCI: Fix SCI1.1+ Mac views with uint16 rle lengths (thanks, Walter) | Matthew Hoops | |
svn-id: r55705 | |||
2011-02-01 | MOHAWK: Add detection for the LBSampler v1 | Matthew Hoops | |
svn-id: r55704 | |||
2011-02-01 | MOHAWK: Add detection for the Mac LBSampler v3 | Matthew Hoops | |
svn-id: r55703 | |||
2011-02-01 | MOHAWK: Add detection for Arthur's Computer Adventure | Matthew Hoops | |
svn-id: r55702 | |||
2011-02-01 | MOHAWK: Add detection for The Berenstain Bears Get in a Fight | Matthew Hoops | |
svn-id: r55701 | |||
2011-02-01 | HUGO: Use a separate thread for honker player and fix ticks per seconds | Arnaud Boutonné | |
This fixes the speaker music stopped by message boxes, and the speaker music itself. svn-id: r55700 | |||
2011-01-31 | Silenced some MSVC warnings | Filippos Karapetis | |
svn-id: r55699 | |||
2011-01-31 | MOHAWK: LB detection/path updates. | Alyssa Milburn | |
Mark the v2.9x games as v3, mark Rugrats as v4, add detection for CarmenTQ and add its install directory to the path. svn-id: r55698 | |||
2011-01-31 | SCI: Update the Mac version detection comments | Matthew Hoops | |
svn-id: r55697 | |||
2011-01-31 | SCI: Add support for Mac SCI1.1+ resource compression | Matthew Hoops | |
Mac SCI1.1+ games should now start up. QFG1 and Hoyle4 are playable. GK1 starts its scripts, but errors out soon after. There are still some View bugs with each (somehow, view decompression seems to be adding a blank line after each line?). *Much* thanks to Walter for his help. svn-id: r55696 | |||
2011-01-31 | GOB: o7_draw0xA4 has something to do with LBMs, though | Sven Hesse | |
svn-id: r55695 | |||
2011-01-31 | GOB: Actually, draw opcode 0x90 is loadImage | Sven Hesse | |
Not just loadLBM. The image can be a TGA, LBM, BRC, BMP or JPEG. svn-id: r55694 | |||
2011-01-31 | GOB: Set the language before opening the database | Sven Hesse | |
svn-id: r55693 | |||
2011-01-31 | GOB: Fix last updated month's range | Sven Hesse | |
svn-id: r55692 | |||
2011-01-31 | GOB: o7_draw0x45 is o7_logString | Sven Hesse | |
svn-id: r55691 | |||
2011-01-31 | Hugo: Some cleanup | Arnaud Boutonné | |
svn-id: r55690 | |||
2011-01-31 | SCI: Add missing initializations | Sven Hesse | |
_resourceData, _imageStart, _audioStart and _audioLen svn-id: r55689 | |||
2011-01-31 | MOHAWK: LB anim sound improvements. | Alyssa Milburn | |
The parent animation now keeps track of sounds, and animations don't emit a done event while their sounds are still playing. svn-id: r55688 | |||
2011-01-31 | SAGA: Simplified loadActorResources() and removed the unused _disabled field | Filippos Karapetis | |
svn-id: r55687 | |||
2011-01-31 | TEENAGENT: Hopefully fixed an issue reported by Valgrind (found by digitall) | Filippos Karapetis | |
svn-id: r55686 | |||
2011-01-31 | DRASCULA: Fixed a warning | Filippos Karapetis | |
svn-id: r55685 | |||
2011-01-31 | GOB: Fix a compiler warning | Sven Hesse | |
svn-id: r55684 | |||
2011-01-31 | SAGA: Fixed compilation with MSVC | Filippos Karapetis | |
svn-id: r55683 | |||
2011-01-31 | GOB: Fix text end positons for non-monospaced fonts | Sven Hesse | |
Fixes Adibou's recipices. svn-id: r55682 | |||
2011-01-31 | GOB: Make Font::_itemSize unsigned | Sven Hesse | |
This fixes a font drawing error in Adibou. svn-id: r55681 | |||
2011-01-31 | SAGA: Fixed compilation | Filippos Karapetis | |
svn-id: r55680 |