Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2011-10-06 | BASE: Add another whitespace before "Starting $gamedescription". | Johannes Schickel | |
This was removed by accident in 59739a7a0e3e4826ba7b27d5270a8d7a26b787ef. | |||
2011-10-05 | I18N: Update Czech translation from patch #3419076 | Thierry Crozat | |
2011-10-05 | DOC: Add Norwegian (bokmaal) QuickStart to Mac disk image | Thierry Crozat | |
2011-10-05 | DOC: Rename French QuickStart file | Thierry Crozat | |
2011-10-05 | SCUMM: code formatting | Tarek Soliman | |
Thanks clone2727 | |||
2011-10-05 | BUILD: Fix typos in my last commit. | Travis Howell | |
2011-10-05 | BUILD: Add new translated documentation to Windows installer. | Travis Howell | |
2011-10-05 | BUILD: Add new translated documentation to Windows installer. | Travis Howell | |
2011-10-05 | TSAGE: Bugfixes for opening bank safe in Blue Force scene 560 | Paul Gilbert | |
2011-10-05 | TSAGE: Cleanup of Blue Force scene 270 | Paul Gilbert | |
2011-10-05 | TSAGE: Fix debugger hotspots command not to crash for objects with no ↵ | Paul Gilbert | |
defined area | |||
2011-10-05 | SCUMM: Code formatting | Filippos Karapetis | |
2011-10-05 | Merge pull request #99 from tsoliman/scumm-speech-detection-rebased-2 | Filippos Karapetis | |
SCUMM: Enable speech gui options when speech file found | |||
2011-10-05 | I18N: Update the catalan and spanish translations. | Jordi Vilalta Prat | |
2011-10-05 | I18N: Update the translation template. | Jordi Vilalta Prat | |
2011-10-05 | Merge pull request #95 from somaen/fixbink2 | Filippos Karapetis | |
VIDEO: Add missing include to bink_decoder.h | |||
2011-10-05 | Merge pull request #98 from somaen/translation | Filippos Karapetis | |
DOCS: Added Norwegian (bokmaal) QuickStart | |||
2011-10-04 | SCUMM: enable speech gui option when speech file found in unknown game | Tarek Soliman | |
This commit only affects monkey and monkey2 except FMTOWNS because FMTOWNS has *.sou files that don't have speech | |||
2011-10-04 | SCUMM: Apply modified patch from #3076698 | Tarek 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-04 | DOCS: Added Norwegian (bokmaal) QuickStart | Einar Johan T. Sømåen | |
2011-10-04 | TSAGE: Implemented Blue Force scene 270 - Grandma's Living Room | Paul Gilbert | |
2011-10-04 | TSAGE: Remove _singleId now that the engine supports multiple games | Paul Gilbert | |
2011-10-04 | TINSEL: Bugfix for #2893946 - DW1 psychiatrist scene isn't playing | Paul Gilbert | |
2011-10-04 | MACOSX: Remove -lSystemStubs from the link for scummvm-static | Thierry Crozat | |
This should fix bug #3407662: SystemStubs library no longer available on 10.7. I tested compilation on 10.6 and there is no link error after removing it. Hopefully it will work on older systems as well. | |||
2011-10-04 | DISTS: Fix language codes in MacOS X Info.plist file | Thierry Crozat | |
It should either use ISO 639-1 or ISO 639-2 codes. Since we use ISO 639-1 codes for the language part of the po file names I used the same codes here. | |||
2011-10-04 | SAGA: Fixed script bug #3358007 - "IHNM: Freeze when exiting from the motor ↵ | Filippos Karapetis | |
room's right door" Thanks to digital for finding the actual script bug | |||
2011-10-03 | MACOSX: Detect system preferred language when starting bundle | Thierry Crozat | |
This reimplement getSystemLanguage() for MacOS X because setlocale() only works if the application is started from the terminal. Instead we use CFBundleCopyPreferredLocalizationsFromArray() which requires the translations to be listed in the bundle plist file (this had already been committed). This fixes bug #3394080. | |||
2011-10-03 | GPH: Cleanup the format of code to match our Code Formatting Conventions. | David-John Willis | |
* No functional changes. |