Age | Commit message (Expand) | Author |
2010-01-23 | Separated the parser code | Filippos Karapetis |
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 | 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-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 | 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 | 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 | SCI: Fix OB1 error in rhythm mapping in MT-32 to GM translation | Walter van Niftrik |
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 | 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-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn |
2010-01-19 | - Removed the resetDriver() hack. The reason why notes stopped being played s... | Filippos Karapetis |
2010-01-19 | SCI: dont directly set mouse cursor to visible state but call show() instead ... | Martin Kiewitz |
2010-01-19 | SCI: call showBits() on the line between menubar and the actual menu (because... | Martin Kiewitz |
2010-01-19 | SCI: also fix statusbar | Martin Kiewitz |
2010-01-19 | SCI: fixed displaying of menubar (fixes all sorts of ega games) | Martin Kiewitz |
2010-01-19 | SCI: use reanimate instead of BitsShow() when removing menus | Martin Kiewitz |
2010-01-19 | SCI: Remove upper 4 bits when drawing lines on EGA games (fixes window colors... | Martin Kiewitz |
2010-01-19 | Delete the inner music driver when MidiPlayer_AdLib() is destroyed, not in cl... | Filippos Karapetis |
2010-01-19 | SCI: Still limit lower boundary in SCI1.1, moved upper priority boundary limi... | Martin Kiewitz |
2010-01-19 | SCI: don't limit priority bands in sci1.1 (fixes swimmer in lsl6) | Martin Kiewitz |
2010-01-19 | SCI: implemented priority bands support for sci1.1 picture resources, fixed l... | Martin Kiewitz |
2010-01-19 | SCI: added french lb2 floppy | Martin Kiewitz |
2010-01-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn |
2010-01-19 | Move raw audio streams to new header sound/raw.h | Max Horn |
2010-01-19 | Rename 'Linear' audio streams to 'raw' | Max Horn |
2010-01-18 | SCI: added comment about resource.p01 etc. (including possible TODO) | Martin Kiewitz |
2010-01-18 | SCI: added comment for merging together resource.p* files, if no volume file ... | Martin Kiewitz |
2010-01-18 | SCI: dont set dataInc selector inside updateCues when dataInc is not available | Martin Kiewitz |
2010-01-17 | SCI: added warning() when detection fails to detect map and volume version | Martin Kiewitz |
2010-01-17 | SCI: fixed detection to not crash when adding sierras pinball creep, also cha... | Martin Kiewitz |
2010-01-17 | Mark lsl3 as a workaround. | Eugene Sandulenko |
2010-01-17 | SCI: speed throttler - hardcoded exception for room 290/lsl3, should fix push... | Martin Kiewitz |
2010-01-17 | SCI: Check GM patch before loading it | Walter van Niftrik |