Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-09 | M4: Silence GCC warning (one of several) | Torbjörn Andersson | |
2011-10-09 | TsAGE: Add globals used in scene 910 | Strangerke | |
2011-10-09 | Merge branch 'master' of github.com:scummvm/scummvm | Torbjörn Andersson | |
2011-10-09 | CGE: Add come comments in inventory functions | Strangerke | |
2011-10-09 | TSAGE: Added code allowing Blue Force intro to be skipped by clicking the mouse | Paul Gilbert | |
2011-10-09 | CINE: 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-09 | TSAGE: Changed Blue Force startup back to title screen and fixed some ↵ | Paul Gilbert | |
startup glitches | |||
2011-10-09 | TSAGE: Implemented Blue Force scene 880 - Beach Path | Paul Gilbert | |
2011-10-09 | CONFIGURE: Removed useless ENGINE_WIP_ defines from config.h | Tarek 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-09 | TSAGE: Impelmented Blue Force scene 870 - Cove Beach | Paul Gilbert | |
2011-10-09 | TEST: Extend Common::Array copy-constructor test a bit. | Johannes Schickel | |
2011-10-09 | SCI2+: Added a workaround for an uninitialized temp in PQ4 | Filippos Karapetis | |
2011-10-09 | TSAGE: Implement Blue Force scene 860 - Boat Entering Cove | Paul Gilbert | |
2011-10-09 | TSAGE: Implemented Blue Force scene 850 - Boat Leaving/Entering Marina | Paul Gilbert | |
2011-10-08 | I18N: Update Hungarian translation from patch #3419482 | Thierry Crozat | |
2011-10-08 | CREDITS: fix whitespace indentation | Tarek Soliman | |
Output unchanged | |||
2011-10-08 | CREDITS: fix whitespace and remove trailing whitespace | Tarek Soliman | |
Output unchanged | |||
2011-10-08 | CREDITS: Sort some sections by last name | Tarek Soliman | |
2011-10-08 | SCI2+: Fixed the implementation of kTextSize(), removing some hacks | Filippos Karapetis | |
Thanks to lskovlun for the fix | |||
2011-10-08 | SCI2+: 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-08 | COMMON: 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-08 | SCI: Fix black screen in LSL7 intro | Lars Skovlund | |
2011-10-08 | TSAGE: Implemented Blue Force scene 820 - Microfiche Reader | Paul Gilbert | |
2011-10-08 | TSAGE: Fix compiler warning | Paul Gilbert | |
2011-10-08 | TSAGE: Implemented Blue Force scene 810 - Lyle's Office | Paul Gilbert | |
2011-10-08 | TSAGE: Implemented Blue Force scene 280 - Bedroom Flashback cut-scene | Paul Gilbert | |
2011-10-07 | SCI: Fix comment in kCelInfo | Lars Skovlund | |
2011-10-07 | VIDEO: Ensure the sample to chunk index remains valid | Matthew Hoops | |
2011-10-07 | GRAPHICS: Fix PICT buffer overflow | Matthew Hoops | |
2011-10-07 | VIDEO: Fix getNextFramePacket() to actually be efficient | Matthew Hoops | |
2011-10-07 | VIDEO: Fix Cinepak variant detection | Matthew Hoops | |
2011-10-07 | VIDEO: Ensure audio paused status remains after a QuickTime seek | Matthew Hoops | |
2011-10-07 | GRAPHICS: Add support for true 32bpp DirectBits images | Matthew Hoops | |
2011-10-07 | COMMON: Ensure numTypes is set to 0 on close | Matthew Hoops | |
2011-10-07 | GRAPHICS: Add support for multiple CompressedQuickTime calls | Matthew Hoops | |
2011-10-07 | GRAPHICS: Properly parse the CompressQuickTime header | Matthew Hoops | |
2011-10-07 | GRAPHICS: Rewrite PictDecoder's opcode handling | Matthew Hoops | |
In preparation for adding support for multiple CompressedQuickTime opcodes | |||
2011-10-07 | AGOS: Update MidiPlayer::~MidiPlayer() to match the default implementation. ↵ | Travis Howell | |
Hopefully will fix bug #3419778, thanks to digitall for the pointer. | |||
2011-10-07 | SCI21: Some initial work on kBitmap | Filippos Karapetis | |
2011-10-07 | SCI: Added some extra static selectors | Filippos Karapetis | |
These aren't needed by the engine, but make debugging easier in games that have no selector vocabulary | |||
2011-10-07 | TOON: Fix Flux jumpy animation when imprisoned | sylvaintv | |
Idle animation was reset every frame when changing facing point. Fix also Drew description when right-clicking on Flux | |||
2011-10-07 | COMMON: 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-07 | COMMON: Remove unused code in config-file.cpp. | Johannes Schickel | |
2011-10-06 | SCI: Also default to MIDI for Windows versions of SCI1.1 games | Filippos Karapetis | |
2011-10-07 | AGOS: Fix dumping all images option. | Travis Howell | |
2011-10-06 | TSAGE: Implemented Blue Force scene 271 - Living Room/Kitchen #2 | Paul Gilbert | |
2011-10-06 | TSAGE: Re-added _singleid and changed name for TsAGE game description | Paul Gilbert | |
2011-10-05 | MAEMO: Change maintainer in debian/control and revise debian/changelog | Tarek Soliman | |
2011-10-06 | SCUMM: Make some variables const and one furthermore static. | Johannes Schickel | |
2011-10-06 | BASE: Slight cleanup. | Johannes Schickel | |