aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-08COMMON: Include hidden files in FSDirectory cache and detection.Alyssa Milburn
The cache issue has been discussed before, it breaks accessing files beginning with a dot on POSIX. The change to the advancedDetector to see hidden files was suggested by AdamRi on IRC.
2011-10-08SCI: Fix black screen in LSL7 introLars Skovlund
2011-10-08TSAGE: Implemented Blue Force scene 820 - Microfiche ReaderPaul Gilbert
2011-10-08TSAGE: Fix compiler warningPaul Gilbert
2011-10-08TSAGE: Implemented Blue Force scene 810 - Lyle's OfficePaul Gilbert
2011-10-08TSAGE: Implemented Blue Force scene 280 - Bedroom Flashback cut-scenePaul Gilbert
2011-10-07SCI: Fix comment in kCelInfoLars Skovlund
2011-10-07VIDEO: Ensure the sample to chunk index remains validMatthew Hoops
2011-10-07GRAPHICS: Fix PICT buffer overflowMatthew Hoops
2011-10-07VIDEO: Fix getNextFramePacket() to actually be efficientMatthew Hoops
2011-10-07VIDEO: Fix Cinepak variant detectionMatthew Hoops
2011-10-07VIDEO: Ensure audio paused status remains after a QuickTime seekMatthew Hoops
2011-10-07GRAPHICS: Add support for true 32bpp DirectBits imagesMatthew Hoops
2011-10-07COMMON: Ensure numTypes is set to 0 on closeMatthew Hoops
2011-10-07GRAPHICS: Add support for multiple CompressedQuickTime callsMatthew Hoops
2011-10-07GRAPHICS: Properly parse the CompressQuickTime headerMatthew Hoops
2011-10-07GRAPHICS: Rewrite PictDecoder's opcode handlingMatthew Hoops
In preparation for adding support for multiple CompressedQuickTime opcodes
2011-10-07AGOS: Update MidiPlayer::~MidiPlayer() to match the default implementation. ↵Travis Howell
Hopefully will fix bug #3419778, thanks to digitall for the pointer.
2011-10-07SCI21: Some initial work on kBitmapFilippos Karapetis
2011-10-07SCI: Added some extra static selectorsFilippos Karapetis
These aren't needed by the engine, but make debugging easier in games that have no selector vocabulary
2011-10-07TOON: Fix Flux jumpy animation when imprisonedsylvaintv
Idle animation was reset every frame when changing facing point. Fix also Drew description when right-clicking on Flux
2011-10-07COMMON: Unbreak ConfigFile::renameSection.Johannes Schickel
It will still not work when the new section name is already taken, but at at least when it is not taken it should work now.
2011-10-07COMMON: Remove unused code in config-file.cpp.Johannes Schickel
2011-10-06SCI: Also default to MIDI for Windows versions of SCI1.1 gamesFilippos Karapetis
2011-10-07AGOS: Fix dumping all images option.Travis Howell
2011-10-06TSAGE: Implemented Blue Force scene 271 - Living Room/Kitchen #2Paul Gilbert
2011-10-06TSAGE: Re-added _singleid and changed name for TsAGE game descriptionPaul Gilbert
2011-10-05MAEMO: Change maintainer in debian/control and revise debian/changelogTarek Soliman
2011-10-06SCUMM: Make some variables const and one furthermore static.Johannes Schickel
2011-10-06BASE: Slight cleanup.Johannes Schickel
2011-10-06BASE: Add another whitespace before "Starting $gamedescription".Johannes Schickel
This was removed by accident in 59739a7a0e3e4826ba7b27d5270a8d7a26b787ef.
2011-10-05I18N: Update Czech translation from patch #3419076Thierry Crozat
2011-10-05DOC: Add Norwegian (bokmaal) QuickStart to Mac disk imageThierry Crozat
2011-10-05DOC: Rename French QuickStart fileThierry Crozat
2011-10-05SCUMM: code formattingTarek Soliman
Thanks clone2727
2011-10-05BUILD: Fix typos in my last commit.Travis Howell
2011-10-05BUILD: Add new translated documentation to Windows installer.Travis Howell
2011-10-05BUILD: Add new translated documentation to Windows installer.Travis Howell
2011-10-05TSAGE: Bugfixes for opening bank safe in Blue Force scene 560Paul Gilbert
2011-10-05TSAGE: Cleanup of Blue Force scene 270Paul Gilbert
2011-10-05TSAGE: Fix debugger hotspots command not to crash for objects with no ↵Paul Gilbert
defined area
2011-10-05SCUMM: Code formattingFilippos Karapetis
2011-10-05Merge pull request #99 from tsoliman/scumm-speech-detection-rebased-2Filippos Karapetis
SCUMM: Enable speech gui options when speech file found
2011-10-05I18N: Update the catalan and spanish translations.Jordi Vilalta Prat
2011-10-05I18N: Update the translation template.Jordi Vilalta Prat
2011-10-05Merge pull request #95 from somaen/fixbink2Filippos Karapetis
VIDEO: Add missing include to bink_decoder.h
2011-10-05Merge pull request #98 from somaen/translationFilippos Karapetis
DOCS: Added Norwegian (bokmaal) QuickStart
2011-10-04SCUMM: enable speech gui option when speech file found in unknown gameTarek Soliman
This commit only affects monkey and monkey2 except FMTOWNS because FMTOWNS has *.sou files that don't have speech
2011-10-04SCUMM: Apply modified patch from #3076698Tarek Soliman
This adds support for the Ultimate Talkie Edition fanpatch This is authored by the original UTE author LogicDeLuxe and Fingolfin. Modification: Removed detection entries
2011-10-04DOCS: Added Norwegian (bokmaal) QuickStartEinar Johan T. Sømåen