Age | Commit message (Expand) | Author |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-25 | Change some comments to use "AdLib" instead of "adlib". | Johannes Schickel |
2010-01-25 | Replace some more Adlib uses by AdLib. | Johannes Schickel |
2010-01-24 | SCI: skip over amiga palette inside pictures for now, needs implementation (T... | Martin Kiewitz |
2010-01-24 | SCI: removed oldMenuId check for BitsShow in menu (was done for keyboard inte... | Martin Kiewitz |
2010-01-24 | SCI: never set palette for amiga games (fixes kq5 palette corruption at the b... | Martin Kiewitz |
2010-01-24 | SCI: changed amiga palette mapping table to map color 15 (white) again, scrip... | Martin Kiewitz |
2010-01-24 | SCI: added comment about using color 255 all the time for amiga games | Martin Kiewitz |
2010-01-24 | SCI: changing white to be 255 for amiga all the time (works for our interpret... | Martin Kiewitz |
2010-01-24 | SCI: fixing amiga mapping for colors 0 and 15, those are hardcoded like every... | Martin Kiewitz |
2010-01-24 | SCI: self drawn stuff on amiga uses ega palette, we need to match it onto cur... | Martin Kiewitz |
2010-01-24 | SCI: handle intensity calls for amiga the same way as we handle palette anima... | Martin Kiewitz |
2010-01-24 | SCI: Fix list control scrolling in Jones EGA and VGA. | Walter van Niftrik |
2010-01-24 | SCI: Cleanup | Walter van Niftrik |
2010-01-24 | SCI: Fix left aligning and centering in kFormat. | Walter van Niftrik |
2010-01-24 | Always memset the newly malloc'ed argument memory to 0 inside kFormat | Filippos Karapetis |
2010-01-24 | Added missing documentation for the new music related commands introduced in ... | Filippos Karapetis |
2010-01-24 | Replaced CHECK_OVERFLOW1 with asserts | Filippos Karapetis |
2010-01-24 | SCI: supporting .used bit 1 in palettes (force direct palette setting) and cl... | Martin Kiewitz |
2010-01-23 | Reorder params to Audio::makeRawMemoryStream | Max Horn |
2010-01-23 | Added some skeleton code for kPalVary() | Filippos Karapetis |
2010-01-23 | kSetSynonyms is really parser related, but it's an empty function in games wi... | Filippos Karapetis |
2010-01-23 | - Moved all of the parser-related variables inside the Vocabulary class | Filippos Karapetis |
2010-01-23 | Cleanup. (And along with it add some additional asserts). | Johannes Schickel |
2010-01-23 | Fix build broken with r47480. | Johannes Schickel |
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 |