aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-09M4: Silence GCC warning (one of several)Torbjörn Andersson
2011-10-09TsAGE: Add globals used in scene 910Strangerke
2011-10-09Merge branch 'master' of github.com:scummvm/scummvmTorbjörn Andersson
2011-10-09CGE: Add come comments in inventory functionsStrangerke
2011-10-09TSAGE: Added code allowing Blue Force intro to be skipped by clicking the mousePaul Gilbert
2011-10-09CINE: Remove unused variable 'di'Torbjörn Andersson
As far as I can tell, it converted the selection back to Y coordinate for no apparent reason.
2011-10-09TSAGE: Changed Blue Force startup back to title screen and fixed some ↵Paul Gilbert
startup glitches
2011-10-09TSAGE: Implemented Blue Force scene 880 - Beach PathPaul Gilbert
2011-10-09CONFIGURE: Removed useless ENGINE_WIP_ defines from config.hTarek Soliman
This is a holdover from when it was going to warn on a per-engine basis. This warning is now handled on a per-game basis with ADGF_UNSTABLE and ADGF_TESTING. It resulted in a lot of spam in config.h: a define for every single engine and subengine that looks like this: define ENGINE_WIP_SCUMM_7_8 false It was not being used in-tree and I don't see it being used in the near future.
2011-10-09TSAGE: Impelmented Blue Force scene 870 - Cove BeachPaul Gilbert
2011-10-09TEST: Extend Common::Array copy-constructor test a bit.Johannes Schickel
2011-10-09SCI2+: Added a workaround for an uninitialized temp in PQ4Filippos Karapetis
2011-10-09TSAGE: Implement Blue Force scene 860 - Boat Entering CovePaul Gilbert
2011-10-09TSAGE: Implemented Blue Force scene 850 - Boat Leaving/Entering MarinaPaul Gilbert
2011-10-08I18N: Update Hungarian translation from patch #3419482Thierry Crozat
2011-10-08CREDITS: fix whitespace indentationTarek Soliman
Output unchanged
2011-10-08CREDITS: fix whitespace and remove trailing whitespaceTarek Soliman
Output unchanged
2011-10-08CREDITS: Sort some sections by last nameTarek Soliman
2011-10-08SCI2+: Fixed the implementation of kTextSize(), removing some hacksFilippos Karapetis
Thanks to lskovlun for the fix
2011-10-08SCI2+: Some groundwork for kTextSize()Filippos Karapetis
The old behavior is currently hacked in inside kernelTextSize(), as the top of the subtitles frame is wrong if kTextWidth() is properly working...
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