Age | Commit message (Expand) | Author |
2010-01-25 | SCI: created isAmiga32color(), using this method instead of comparing against... | Martin Kiewitz |
2010-01-25 | SCI: changed comment about amiga palette inside picture class (removed TODO a... | Martin Kiewitz |
2010-01-25 | SCI: support for amiga pictures that change the palette | Martin Kiewitz |
2010-01-25 | SCI: support for both amiga "palettes" (one is a left-over VGA palette, the o... | Martin Kiewitz |
2010-01-25 | Change UI name of Scumm Apps. Enable all engine in perl script | Lars Persson |
2010-01-25 | Turn off ARM asm for Costume until its fixed | Lars Persson |
2010-01-25 | Remove HACK, which is obsolete because of r47336. | Johannes Schickel |
2010-01-25 | g_engine is not used by any MidiDriver, thus remove the comment about it. | Johannes Schickel |
2010-01-25 | - Remove "(experimental)" mark from DOSBox OPL emulator description in GUI | Johannes Schickel |
2010-01-25 | Mention support for Amiga menus in CinE. | Johannes Schickel |
2010-01-25 | Fix virtual-keyboard not changing size, when the user changes the scaler whil... | Johannes Schickel |
2010-01-25 | Strip trailing whitespaces/tabs in documentation files too. | Johannes Schickel |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-25 | Formatting. | Johannes Schickel |
2010-01-25 | Fix gcc warnings. | Johannes Schickel |
2010-01-25 | Change some comments to use "AdLib" instead of "adlib". | Johannes Schickel |
2010-01-25 | Use "No AdLib" instead of "No Adlib" in SCUMM's detection tables too. | Johannes Schickel |
2010-01-25 | Replace some more Adlib uses by AdLib. | Johannes Schickel |
2010-01-24 | Correct title. | Travis Howell |
2010-01-24 | Fill in the unknown values of the ADPC chunk in Mohawk sounds and update comm... | Matthew Hoops |
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 | Cine: executePlayerInput: Operation Stealth: Fix target object name not disap... | Kari Salminen |
2010-01-24 | Cine: executePlayerInput: Fix broken Y-movement in Operation Stealth (D'oh! C... | Kari Salminen |
2010-01-24 | Cine: executePlayerInput: Add TODO about investigating why some buttons don't... | Kari Salminen |
2010-01-24 | Cine: executePlayerInput: Revert r33872 as things should work without it now. | Kari Salminen |
2010-01-24 | Cine: executePlayerInput: Add makeActionMenu-part to keyboard handling and a ... | Kari Salminen |
2010-01-24 | SCI: handle intensity calls for amiga the same way as we handle palette anima... | Martin Kiewitz |
2010-01-24 | Cine: executePlayerInput: Implement moving using keyboard for Operation Stealth. | Kari Salminen |
2010-01-24 | Cine: executePlayerInput: Implement 'A player command is given, left mouse bu... | Kari Salminen |
2010-01-24 | SCI: Fix list control scrolling in Jones EGA and VGA. | Walter van Niftrik |
2010-01-24 | Cine: executePlayerInput: Fix 'No player command is given, left mouse button ... | Kari Salminen |
2010-01-24 | Cine: executePlayerInput: Fix 'left and right mouse buttons are up'-case for ... | Kari Salminen |
2010-01-24 | Cine: executePlayerInput: Combine 'left mouse button is up, right mouse butto... | Kari Salminen |
2010-01-24 | Cine: executePlayerInput: Name used keys in switch-clause (F1-F10, Ins, Del). | Kari Salminen |
2010-01-24 | SCI: Cleanup | Walter van Niftrik |
2010-01-24 | Cine: executePlayerInput: Combine mouse handling plus a few other things. | Kari Salminen |
2010-01-24 | Fixed warning. | Torbjörn Andersson |
2010-01-24 | Cine: Document branches in executePlayerInput and remove dead code (if-clause... | Kari Salminen |
2010-01-24 | Cine: Cleanup (Use an enumeration for mouse button states rather than values ... | Kari Salminen |
2010-01-24 | LOL: save/load menu speed up | Florian Kagerer |
2010-01-24 | SCI: Fix left aligning and centering in kFormat. | Walter van Niftrik |
2010-01-24 | Fix indentation | Jordi Vilalta Prat |
2010-01-24 | Always memset the newly malloc'ed argument memory to 0 inside kFormat | Filippos Karapetis |