Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-11 | VIDEO: Add another AVI stream type used by Indeo3 | Matthew Hoops | |
svn-id: r55886 | |||
2011-02-11 | SCI: Fix platform for the GK2 demo, videos will now play | Matthew Hoops | |
svn-id: r55885 | |||
2011-02-11 | HUGO: Cleanup: fix style issue in Doxygen comments | Arnaud Boutonné | |
svn-id: r55884 | |||
2011-02-11 | SCI: Simplify SegManager::saveLoadWithSerializer, cleanup | Max Horn | |
svn-id: r55883 | |||
2011-02-11 | VIDEO: Fix QDM2 audio | Matthew Hoops | |
A regression from r55474 svn-id: r55882 | |||
2011-02-11 | HUGO: Fix warning "virtual function override intended?" reported by LordHoto ↵ | Arnaud Boutonné | |
(thanks for the explanation) svn-id: r55881 | |||
2011-02-11 | HUGO: Fix regression in H3: game exits at the end of the intro | Arnaud Boutonné | |
svn-id: r55880 | |||
2011-02-11 | HUGO: refactoring: move boundaries to object class | Arnaud Boutonné | |
svn-id: r55879 | |||
2011-02-11 | TOON: Fix memory leak | Torbjörn Andersson | |
PAK files were not being unloaded because closePackage() was being called with a slightly different file name than than openPackage(). svn-id: r55878 | |||
2011-02-11 | VIDEO: Fix QuickTime audio seeking | Matthew Hoops | |
svn-id: r55877 | |||
2011-02-10 | VIDEO: Added some skipping when bad data is found in Indeo3 | Sylvain Dupont | |
Some Urban Runner videos are badly encoded and contain corrupted data. When the decoder realizes that there is some bad data, it skips the rest of the frame. The original Indeo3 DLL decoder does the same. svn-id: r55876 | |||
2011-02-10 | SCI: Added comments to the FB-01 and MIDI drivers. The original driver files ↵ | Filippos Karapetis | |
are only needed in SCI0 early games, which didn't include separate sound patch resources. Thanks to waltervn for the information he supplied svn-id: r55875 | |||
2011-02-10 | SCI: Changed the comments of r55869 to Doxygen format (thanks, fingolfin) | Filippos Karapetis | |
svn-id: r55874 | |||
2011-02-10 | SCI: Added a workaround for MUMG Deluxe | Filippos Karapetis | |
svn-id: r55873 | |||
2011-02-10 | SCI: Added resource manager support for changing the audio directory ↵ | Filippos Karapetis | |
dynamically. Also, moved some audio-specific resource code inside resource_audio.cpp This functionality is used by kSetLanguage(), called when switching the language in MUMG Deluxe from the game's main menu. svn-id: r55872 | |||
2011-02-10 | SCI: Don't fallback to views in SCI1.1+ Mac games | Matthew Hoops | |
svn-id: r55871 | |||
2011-02-10 | SCI: Fixed typo | Filippos Karapetis | |
svn-id: r55870 | |||
2011-02-10 | SCI: Added a short explanation about each of the different resource source types | Filippos Karapetis | |
svn-id: r55869 | |||
2011-02-10 | SCI: Fix Mac SCI1 view transparency | Matthew Hoops | |
This was a regression from r55825. svn-id: r55868 | |||
2011-02-10 | SCI: Fix (rare) leak in kSaveGame, tweak kFileIOFindNext, cleanup | Max Horn | |
svn-id: r55867 | |||
2011-02-10 | SCI: Renamed addInternalSources -> addAudioSources and separated the script ↵ | Filippos Karapetis | |
chunk loading code svn-id: r55866 | |||
2011-02-10 | SCI: Moved some audio resource code to resource_audio.cpp | Filippos Karapetis | |
svn-id: r55865 | |||
2011-02-10 | KYRA: Rename KyraEngine_MR::runDialog to doDialog to avoid name clashes with ↵ | Johannes Schickel | |
Engine::runDialog. svn-id: r55864 | |||
2011-02-10 | KYRA: Remove superfluous const in type conversion. | Johannes Schickel | |
svn-id: r55863 | |||
2011-02-10 | CONFIGURE: Add basic support for ICC. | Johannes Schickel | |
svn-id: r55862 | |||
2011-02-09 | MOHAWK: Complete Myst opcode 209, fixing the bookcase door lintel updates | Bastien Bouclet | |
svn-id: r55861 | |||
2011-02-09 | MOHAWK: Implement Stoneship battery depletion | Bastien Bouclet | |
svn-id: r55860 | |||
2011-02-09 | SCI: Improve speed of Mac resource fork sources | Matthew Hoops | |
svn-id: r55859 | |||
2011-02-09 | NEWS: Added all of the changes made in SCI0 - SCI1.1 | Filippos Karapetis | |
svn-id: r55858 | |||
2011-02-09 | MIDI: Really fix bug #3153076 (this time also for Timidity) | Max Horn | |
svn-id: r55857 | |||
2011-02-09 | NEWS: Fix spelling | Eugene Sandulenko | |
svn-id: r55856 | |||
2011-02-09 | LASTEXPRESS: Add support for item highlight in inventory and scene restore | Julien Templier | |
- Properly show egg not highlighted by default - Fix GCC warning in drawItem() - Remove unused code svn-id: r55855 | |||
2011-02-09 | JANITORIAL: Update NEWS for changes since 1.3.0 | David Turner | |
svn-id: r55854 | |||
2011-02-09 | TOOLS: Update create_project for change from sound/ to audio/ | Julien Templier | |
svn-id: r55853 | |||
2011-02-09 | MIDI: Fix bug #3153076 (warnings in SEQ driver) | Max Horn | |
svn-id: r55851 | |||
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 | |||
2011-02-09 | SCI: Do not try to dereference object name when it's not a pointer. | Walter van Niftrik | |
Stops flood of warnings in some Mac titles. svn-id: r55849 | |||
2011-02-09 | LASTEXPRESS: Implement proper Inventory::open() and Inventory::close() | Julien Templier | |
svn-id: r55848 | |||
2011-02-09 | LASTEXPRESS: Properly update cursor when hovering Egg and inventory items | Julien Templier | |
svn-id: r55847 | |||
2011-02-09 | LASTEXPRESS: Refactor inventory handling | Julien Templier | |
- Rewrite menu icon part of Inventory::handleMouseEvent() - Add proper support for icon brightness - Add drawItem method in place of macro svn-id: r55846 | |||
2011-02-09 | AUDIO: Tweak Timestamp docs; move class member decls to the end | Max Horn | |
svn-id: r55845 | |||
2011-02-09 | VIDEO: Remove unused SeekableVideoDecoder::seekToFrame method | Max Horn | |
svn-id: r55844 | |||
2011-02-09 | AGOS: Reduce header interdependencies | Max Horn | |
svn-id: r55843 | |||
2011-02-09 | AGOS: Change private to protected, Instead of making subclasses friends | Max Horn | |
svn-id: r55842 | |||
2011-02-09 | VIDEO: In overloaded methods, invoke correct parent implementation | Max Horn | |
This should not cause any code behavior changes at this time, but if any of the intermediate VideoDecoder classes ever starts to overload stuff, this would become important. svn-id: r55841 | |||
2011-02-09 | AUDIO: Forbid adding timestamps with differing framerate | Max Horn | |
We used to allow this, but the result is a timestamp with a framerate potentially different from that of both original timestamps, which can lead to completely unexpected behavior. For example, consider this code snippet: a = a + b; a = a.addFrames(1); // frame rate changed! svn-id: r55840 | |||
2011-02-09 | COMMON: Reduce overflow risk in Common::Rational += and -= operators | Max Horn | |
svn-id: r55839 | |||
2011-02-09 | COMMON: Add comment that explains strange <= checks in gcd() | Max Horn | |
svn-id: r55838 | |||
2011-02-08 | SCI: Changed the warning when applying script patches into a debug output call | Filippos Karapetis | |
svn-id: r55837 | |||
2011-02-08 | VIDEO: Fix the documentation of VideoDecoder::setSystemPalette. | Johannes Schickel | |
svn-id: r55836 |