Age | Commit message (Expand) | Author |
2010-01-23 | Paranoia change: add some explicit terminating 0 after some strncpy uses. | Johannes Schickel |
2010-01-23 | Amiga SCI1 games had signed sound data. Fixes PQ3 Amiga | Filippos Karapetis |
2010-01-23 | Added song manipulation debug commands: songinfo, startsound, togglesound and... | Filippos Karapetis |
2010-01-23 | Disabled the unused resource loading code for the unsupported QT MIDI format,... | Filippos Karapetis |
2010-01-23 | Get rid of FLAG_LOOP | Max Horn |
2010-01-23 | Get rid of deprecated makeRawDiskStream variants; rename deprecated makeRawMe... | Max Horn |
2010-01-23 | Update HE version for Dutch Windows demo of Freddi Fish 4. | Travis Howell |
2010-01-23 | sfx_init_flags is not used in the new sound code | Filippos Karapetis |
2010-01-23 | SCI: SCI0 games have a grey titlebar | Martin Kiewitz |
2010-01-23 | SCI: separate fix function for kDrawControl rects | Martin Kiewitz |
2010-01-23 | Update comments. | Travis Howell |
2010-01-23 | Fix regressions, only the Amiga CD32 version of Simon the Sorcerer 1 used sig... | Travis Howell |
2010-01-23 | Get rid of two more FLAG_LOOP instances | Max Horn |
2010-01-23 | AGOS: Further unify code related to compressed sound | Max Horn |
2010-01-23 | AGOS: Fix memory leak in Sound::loadSfxTable | Max Horn |
2010-01-23 | AGOS: Turn BaseSound::makeAudioStream into a pure virtual method | Max Horn |
2010-01-23 | AGOS: Unify code related to compressed sound | Max Horn |
2010-01-23 | AGOS: Get rid of FLAG_LOOP usage | Max Horn |
2010-01-23 | AGOS: Start to refactor sound handling | Max Horn |
2010-01-22 | AGOS: Add FIXME for a memory leak | Max Horn |
2010-01-22 | AGOS: cleanup | Max Horn |
2010-01-22 | AGOS: Rearrange sound code a bit | Max Horn |
2010-01-22 | Get rid of kGameTypeAdibouUnknown (which is a mix of other versions), and Add... | Arnaud Boutonné |
2010-01-22 | SCI: dont swap coordinates on rects when both are "wrong", will fix button pl... | Martin Kiewitz |
2010-01-22 | SCI: restoring r47412, we were right all along but this "hack" was done on th... | Martin Kiewitz |
2010-01-22 | SCI: reverting r47412, change was incorrect and also resulted in broken anima... | Martin Kiewitz |
2010-01-22 | Silenced some more cppcheck warnings. Some of these may seem silly, but the way | Torbjörn Andersson |
2010-01-22 | SCI: removed error inside Menu::mouseFindMenuItemSelection, instead returning 0 | Martin Kiewitz |
2010-01-22 | SCI: draw a black line under menubar when menu is active (effectively for jon... | Martin Kiewitz |
2010-01-22 | SCUMM: Get rid of some redundant enum vals in iMuse digitial | Max Horn |
2010-01-22 | Reset the value of _resetOnPause when a song is loaded/unloaded | Filippos Karapetis |
2010-01-22 | - The reverb value is now obtained from the music driver | Filippos Karapetis |
2010-01-22 | Always loop sounds declared in the VIEW resources of Myst. While Myst specifi... | Matthew Hoops |
2010-01-22 | Rename MohawkFile to MohawkArchive and OldMohawkFile to LivingBooksArchive_v1... | Matthew Hoops |
2010-01-22 | SCI: Fix OB1 error in rhythm mapping in MT-32 to GM translation | Walter van Niftrik |
2010-01-21 | Silenced some cppcheck warnings. | Torbjörn Andersson |
2010-01-21 | Fix gcc warning. | Johannes Schickel |
2010-01-21 | SCI: fixing iceman intro again (dont set datainc immediately but after delta) | Martin Kiewitz |
2010-01-21 | SCI: Saved games can now be loaded from ScummVM's launcher | Filippos Karapetis |
2010-01-21 | - Fixed pausing of all sounds in the playlist | Filippos Karapetis |
2010-01-21 | SCI: Cleanup | Walter van Niftrik |
2010-01-21 | SCI: Renamed softseq/ to drivers/ | Walter van Niftrik |
2010-01-21 | SCI: Removed seq/ directory | Walter van Niftrik |
2010-01-21 | SCI: Add MT-32 to GM mapping | Walter van Niftrik |
2010-01-20 | Add another Dutch Windows demo of Freddi Fish 4. | Travis Howell |
2010-01-20 | SCI: control icons now use objects priority selector instead of hardcoded pri... | Martin Kiewitz |
2010-01-20 | SCI: boundary check on getPortById() | Martin Kiewitz |
2010-01-20 | SCI: kDrawCel workaround documented and not temporary anymore | Martin Kiewitz |
2010-01-20 | SCI: workaround for game menu/quit menu in freddy pharkas till vm issue is re... | Martin Kiewitz |
2010-01-20 | SAGA: Change Sound::playSoundBuffer to enable looping for all sound formats | Max Horn |