Age | Commit message (Expand) | Author |
2010-01-27 | Improve support for the SCI2.1/SCI3 file naming scheme. Multiple maps can be ... | Matthew Hoops |
2010-01-27 | SCI: Restore pointer checks removed in r47585. | Walter van Niftrik |
2010-01-27 | SCI: Add pointer comparison support to signed comparison operators. | Walter van Niftrik |
2010-01-26 | Correct our interpretation of the first four bytes of the RSRC section in Moh... | Matthew Hoops |
2010-01-26 | Remove outdated comments | Max Horn |
2010-01-26 | AGOS: Turn BaseSound into a subclass of Common::NonCopyable | Max Horn |
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec... | Max Horn |
2010-01-26 | SCI: changed flags (uint16) to force (bool) for set/merge palette methods | Martin Kiewitz |
2010-01-26 | SCI: force palette merging for kq6 hires portraits (cause its needed on those) | Martin Kiewitz |
2010-01-26 | Fixed loading of old saved games | Filippos Karapetis |
2010-01-26 | Fixed reading of options file (game.opt) for Hoyle 3 | Filippos Karapetis |
2010-01-26 | SCI: dont do real merging of palettes for sci1.1+, fixes sq5 wilco face, wilc... | Martin Kiewitz |
2010-01-26 | Added information about all the vocabularies used in SCI | Filippos Karapetis |
2010-01-26 | SCI: Add string support for odd-offset pointers into reg_t-based segments. | Walter van Niftrik |
2010-01-26 | SCI: Add driver for Yamaha FB-01. Cleanup. | Walter van Niftrik |
2010-01-26 | Disable all detection entries for SCI3 games - they use a different script fo... | Filippos Karapetis |
2010-01-26 | Mention that the signature of kUnload has been set like this because of the S... | Filippos Karapetis |
2010-01-26 | SCI: also test for mapVersion == sci32 for setting viewtype to kViewVga11 - f... | Martin Kiewitz |
2010-01-26 | SCI: Added comment about PQ:SWAT original release (has the same MD5s as the p... | Martin Kiewitz |
2010-01-26 | Removed the unnecessary fadeVolume variable | Filippos Karapetis |
2010-01-26 | SCI: removing now unneeded table EGAtable from palette class | Martin Kiewitz |
2010-01-26 | Wording - we ignore calls to kUnload with less than 2 parameters | Filippos Karapetis |
2010-01-26 | Ignore kUnload calls which are not made with less than 2 parameters. Apparent... | Filippos Karapetis |
2010-01-26 | Let's Explore the Jungle with Buzzy uses VAR_PLATFORM variabletoo, but with d... | Travis Howell |
2010-01-25 | SCI: dont fix line color for amiga 32 color | Martin Kiewitz |
2010-01-25 | SCI: removed EGA mapping for amiga games, cause changing K_GRAPH_GET_COLORS_N... | Martin Kiewitz |
2010-01-25 | Fixed window port for Slater and Hoyle 3 (the top coordinate of the main wind... | Filippos Karapetis |
2010-01-25 | Fix sample buffer calculation. Now it really asks for a buffer of 2048 sample... | Johannes Schickel |
2010-01-25 | Fixed kSetCursor semantics detection for KQ5 Amiga, by making a hack for KQ5 ... | Filippos Karapetis |
2010-01-25 | Hopefully fix highlight background color in PC versions of CinE games. | Johannes Schickel |
2010-01-25 | SCI: fixing skipping over dummy VGA palettes in amiga games | Martin Kiewitz |
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 |