aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-10SCI: Fix Mac SCI1 view transparencyMatthew Hoops
2011-02-10SCI: Fix (rare) leak in kSaveGame, tweak kFileIOFindNext, cleanupMax Horn
2011-02-10SCI: Renamed addInternalSources -> addAudioSources and separated the script ...Filippos Karapetis
2011-02-10SCI: Moved some audio resource code to resource_audio.cppFilippos Karapetis
2011-02-10KYRA: Rename KyraEngine_MR::runDialog to doDialog to avoid name clashes with ...Johannes Schickel
2011-02-10KYRA: Remove superfluous const in type conversion.Johannes Schickel
2011-02-10CONFIGURE: Add basic support for ICC.Johannes Schickel
2011-02-09MOHAWK: Complete Myst opcode 209, fixing the bookcase door lintel updatesBastien Bouclet
2011-02-09MOHAWK: Implement Stoneship battery depletionBastien Bouclet
2011-02-09SCI: Improve speed of Mac resource fork sourcesMatthew Hoops
2011-02-09NEWS: Added all of the changes made in SCI0 - SCI1.1Filippos Karapetis
2011-02-09MIDI: Really fix bug #3153076 (this time also for Timidity)Max Horn
2011-02-09NEWS: Fix spellingEugene Sandulenko
2011-02-09LASTEXPRESS: Add support for item highlight in inventory and scene restoreJulien Templier
2011-02-09JANITORIAL: Update NEWS for changes since 1.3.0David Turner
2011-02-09TOOLS: Update create_project for change from sound/ to audio/Julien Templier
2011-02-09MIDI: Fix bug #3153076 (warnings in SEQ driver)Max Horn
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-09SCI: Do not try to dereference object name when it's not a pointer.Walter van Niftrik
2011-02-09LASTEXPRESS: Implement proper Inventory::open() and Inventory::close()Julien Templier
2011-02-09LASTEXPRESS: Properly update cursor when hovering Egg and inventory itemsJulien Templier
2011-02-09LASTEXPRESS: Refactor inventory handlingJulien Templier
2011-02-09AUDIO: Tweak Timestamp docs; move class member decls to the endMax Horn
2011-02-09VIDEO: Remove unused SeekableVideoDecoder::seekToFrame methodMax Horn
2011-02-09AGOS: Reduce header interdependenciesMax Horn
2011-02-09AGOS: Change private to protected, Instead of making subclasses friendsMax Horn
2011-02-09VIDEO: In overloaded methods, invoke correct parent implementationMax Horn
2011-02-09AUDIO: Forbid adding timestamps with differing framerateMax Horn
2011-02-09COMMON: Reduce overflow risk in Common::Rational += and -= operatorsMax Horn
2011-02-09COMMON: Add comment that explains strange <= checks in gcd()Max Horn
2011-02-08SCI: Changed the warning when applying script patches into a debug output callFilippos Karapetis
2011-02-08VIDEO: Fix the documentation of VideoDecoder::setSystemPalette.Johannes Schickel
2011-02-08VIDEO: Fix the documentation of VideoDecoder::getPalette.Johannes Schickel
2011-02-08CREDITS: Add credits for Czech translationThierry Crozat
2011-02-08I18N: Add Czech translation (patch #3174438)Thierry Crozat
2011-02-08HUGO: Cleanup : some refactoring and encapsulation (thanks fuzzie for the help)Arnaud Boutonné
2011-02-08SCI: Some work on robot videosFilippos Karapetis
2011-02-08MOHAWK: Add detection entry for "Dr Seuss' ABC" Macintosh version.David Turner
2011-02-08SCI: Add detection for Freddy Pharkas MacMatthew Hoops
2011-02-08SCI: Do not flip clearKey for Mac SCI1.1+ views.Walter van Niftrik
2011-02-08SCI: Fix Mac robot palettes againMatthew Hoops
2011-02-08SCI: Fix Mac SCI1.1+ view white/black/transparencyMatthew Hoops
2011-02-08MOHAWK: Fix poetry mode for v2 gamesMatthew Hoops
2011-02-08MOHAWK: Add detection for the v2 lbsamplerMatthew Hoops
2011-02-08PARALLACTION: Avoid hiding overloaded virtual methods.Nicola Mettifogo
2011-02-07QUEEN: Avoid hiding an overloaded virtual methodMax Horn
2011-02-07ALL: Fix whitespaces / indentionMax Horn
2011-02-07GUI: Change SaveLoadChooser to not 'public subclass' GUI::DialogMax Horn
2011-02-07MOHAWK: Fix MohawkEngine_Myst::runLoadDialogMax Horn
2011-02-07GUI: Rename SaveLoadChooser::runModal to runModalWithPluginAndTargetMax Horn