Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-13 | SCI: Switch to true color mode for the GK2 demo Indeo3 video | Matthew Hoops | |
2011-02-13 | SCI: Fix VMD coordinates | Matthew Hoops | |
The suffix check for "vmd" failed for uppercase files. | |||
2011-02-13 | AUDIO: Fix assertion triggered by SubSeekableAudioStream constructor. | Johannes Schickel | |
This assertion was introduced with 633b8ed27784. I change the code to first convert all parameters to the audio stream's framerate to avoid a possible use of operator- on two AudioTimestamps with different framerates. | |||
2011-02-13 | SCUMM FM-TOWNS: minor cleanup (git test) | athrxx | |
2011-02-13 | MOHAWK: Remove Myst's var store from the build since it is not used | Bastien Bouclet | |
anymore. Keep the files are to be kept around for reference until Mechanical is finished. | |||
2011-02-13 | MOHAWK: Implement opcode 105, Mechanical fortress staircase movie | Bastien Bouclet | |
2011-02-13 | MOHAWK: Implement Mechanical's crystals | Bastien Bouclet | |
2011-02-13 | MOHAWK: Add var getters / togglers to Mechanical, pages can now be | Bastien Bouclet | |
taken | |||
2011-02-13 | MOHAWK: Add Achenar's crate state to Mechanical state | Bastien Bouclet | |
2011-02-13 | GIT: Add Eclipse projects to .gitignore | Bastien Bouclet | |
2011-02-13 | .gitignore: Add several windows-only and/or MSVC files | strangerke | |
2011-02-12 | SCI: Don't limit the number of resources to 999 in hexgrep | Matthew Hoops | |
2011-02-12 | SCI: Fix the console's hexgrep command | Matthew Hoops | |
2011-02-12 | JANITORIAL: Remove unnecessary semicolon | eriktorbjorn | |
I'm glad there's always a supply of those, because they make for great test commits. | |||
2011-02-12 | .gitignore: add vi swap files. | dhewg | |
how could you forget vi users? HOW? :\ | |||
2011-02-12 | Add ScummVM.app to .gitignore | Max Horn | |
2011-02-12 | MOHAWK: Implement Mechanical opcode 125 | Bastien Bouclet | |
2011-02-12 | MOHAWK: Implement Mechanical var getters 4 and 15 | Bastien Bouclet | |
2011-02-12 | Merge branch 'master' of github.com:scummvm/scummvm | strangerke | |
2011-02-12 | HUGO: Fix a bug in engine destructor | strangerke | |
2011-02-12 | GIT: `git describe --dirty` is too new. | dhewg | |
do it manually via diff-index | |||
2011-02-12 | GIT: use git for describing the version. | dhewg | |
2011-02-12 | HUGO: Start to simplify hugo.dat loading | strangerke | |
2011-02-12 | GIT: Add .gitignore | Willem Jan Palenstijn | |
2011-02-12 | BUILD: Remove explicit references to SVN in revision variable names. | Jordi Vilalta Prat | |
svn-id: r55898 | |||
2011-02-12 | HUGO: Replace Common::File by Common::ReadStream in several functions | Arnaud Boutonné | |
svn-id: r55897 | |||
2011-02-12 | HUGO: little optimization in decodeString(), cleanup | Arnaud Boutonné | |
svn-id: r55894 | |||
2011-02-12 | MOHAWK: Implement Stoneship's last opcodes, tunnel alarm | Bastien Bouclet | |
svn-id: r55891 | |||
2011-02-12 | JANITORIAL: Remove extraneous parentheses | Ori Avtalion | |
svn-id: r55890 | |||
2011-02-12 | JANITORIAL: Remove duplicate #include's | Ori Avtalion | |
svn-id: r55889 | |||
2011-02-12 | WII: Whitespace (buildbot upgrade test) | Andre Heider | |
svn-id: r55888 | |||
2011-02-12 | HUGO: Cleanup based on Fingolfin comments | Arnaud Boutonné | |
svn-id: r55887 | |||
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 |