Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-26 | Correct our interpretation of the first four bytes of the RSRC section in ↵ | Matthew Hoops | |
Mohawk archives. svn-id: r47583 | |||
2010-01-26 | Remove outdated comments | Max Horn | |
svn-id: r47582 | |||
2010-01-26 | AGOS: Turn BaseSound into a subclass of Common::NonCopyable | Max Horn | |
svn-id: r47581 | |||
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir ↵ | Max Horn | |
sound/decoders/ svn-id: r47579 | |||
2010-01-26 | SCI: changed flags (uint16) to force (bool) for set/merge palette methods | Martin Kiewitz | |
svn-id: r47578 | |||
2010-01-26 | SCI: force palette merging for kq6 hires portraits (cause its needed on those) | Martin Kiewitz | |
svn-id: r47577 | |||
2010-01-26 | Fixed loading of old saved games | Filippos Karapetis | |
svn-id: r47576 | |||
2010-01-26 | Fixed reading of options file (game.opt) for Hoyle 3 | Filippos Karapetis | |
svn-id: r47575 | |||
2010-01-26 | SCI: dont do real merging of palettes for sci1.1+, fixes sq5 wilco face, ↵ | Martin Kiewitz | |
wilco blue thingie in the background of intro, island of dr. brain, sq4 white pixels in background and more svn-id: r47574 | |||
2010-01-26 | Added information about all the vocabularies used in SCI | Filippos Karapetis | |
svn-id: r47573 | |||
2010-01-26 | SCI: Add string support for odd-offset pointers into reg_t-based segments. | Walter van Niftrik | |
svn-id: r47572 | |||
2010-01-26 | SCI: Add driver for Yamaha FB-01. Cleanup. | Walter van Niftrik | |
svn-id: r47571 | |||
2010-01-26 | Disable all detection entries for SCI3 games - they use a different script ↵ | Filippos Karapetis | |
format (in .CSC files), and are currently totally unsupported svn-id: r47570 | |||
2010-01-26 | Mention that the signature of kUnload has been set like this because of the ↵ | Filippos Karapetis | |
SQ1 bug svn-id: r47569 | |||
2010-01-26 | SCI: also test for mapVersion == sci32 for setting viewtype to kViewVga11 - ↵ | Martin Kiewitz | |
fixes kq7 svn-id: r47568 | |||
2010-01-26 | SCI: Added comment about PQ:SWAT original release (has the same MD5s as the ↵ | Martin Kiewitz | |
pq collection release although version is 1.000) svn-id: r47567 | |||
2010-01-26 | Removed the unnecessary fadeVolume variable | Filippos Karapetis | |
svn-id: r47566 | |||
2010-01-26 | SCI: removing now unneeded table EGAtable from palette class | Martin Kiewitz | |
svn-id: r47565 | |||
2010-01-26 | Wording - we ignore calls to kUnload with less than 2 parameters | Filippos Karapetis | |
svn-id: r47564 | |||
2010-01-26 | Ignore kUnload calls which are not made with less than 2 parameters. ↵ | Filippos Karapetis | |
Apparently, according to the FreeSCI bugs list, SQ1 calls it with 1 parameter when exiting the Ulence flats bar svn-id: r47563 | |||
2010-01-26 | Let's Explore the Jungle with Buzzy uses VAR_PLATFORM variabletoo, but with ↵ | Travis Howell | |
different values. svn-id: r47562 | |||
2010-01-25 | SCI: dont fix line color for amiga 32 color | Martin Kiewitz | |
svn-id: r47561 | |||
2010-01-25 | SCI: removed EGA mapping for amiga games, cause changing ↵ | Martin Kiewitz | |
K_GRAPH_GET_COLORS_NR to support amiga also fixes it - also fixes other odd issues like the ones in kq5 and castle of dr. brain/sq1 (thx. to waltervn for finding this out) svn-id: r47560 | |||
2010-01-25 | Fixed window port for Slater and Hoyle 3 (the top coordinate of the main ↵ | Filippos Karapetis | |
window port is 0 like Jones, not 10 like in other games) svn-id: r47559 | |||
2010-01-25 | Fix sample buffer calculation. Now it really asks for a buffer of 2048 ↵ | Johannes Schickel | |
samples for 22050Hz, like the comment states. svn-id: r47558 | |||
2010-01-25 | Fixed kSetCursor semantics detection for KQ5 Amiga, by making a hack for KQ5 ↵ | Filippos Karapetis | |
CD specific to that version only svn-id: r47557 | |||
2010-01-25 | Hopefully fix highlight background color in PC versions of CinE games. | Johannes Schickel | |
svn-id: r47556 | |||
2010-01-25 | SCI: fixing skipping over dummy VGA palettes in amiga games | Martin Kiewitz | |
svn-id: r47555 | |||
2010-01-25 | SCI: created isAmiga32color(), using this method instead of comparing ↵ | Martin Kiewitz | |
against viewType svn-id: r47554 | |||
2010-01-25 | SCI: changed comment about amiga palette inside picture class (removed TODO ↵ | Martin Kiewitz | |
as well) svn-id: r47553 | |||
2010-01-25 | SCI: support for amiga pictures that change the palette | Martin Kiewitz | |
svn-id: r47552 | |||
2010-01-25 | SCI: support for both amiga "palettes" (one is a left-over VGA palette, the ↵ | Martin Kiewitz | |
other one is a real palette, no idea whats in there cause its just 32 bytes instead of 64 bytes) svn-id: r47551 | |||
2010-01-25 | Change UI name of Scumm Apps. Enable all engine in perl script | Lars Persson | |
svn-id: r47550 | |||
2010-01-25 | Turn off ARM asm for Costume until its fixed | Lars Persson | |
svn-id: r47549 | |||
2010-01-25 | Remove HACK, which is obsolete because of r47336. | Johannes Schickel | |
svn-id: r47548 | |||
2010-01-25 | g_engine is not used by any MidiDriver, thus remove the comment about it. | Johannes Schickel | |
svn-id: r47547 | |||
2010-01-25 | - Remove "(experimental)" mark from DOSBox OPL emulator description in GUI | Johannes Schickel | |
- Merge in some small OPL emulator changes from DOSBox's trunk svn-id: r47546 | |||
2010-01-25 | Mention support for Amiga menus in CinE. | Johannes Schickel | |
svn-id: r47545 | |||
2010-01-25 | Fix virtual-keyboard not changing size, when the user changes the scaler ↵ | Johannes Schickel | |
while it is not visible. svn-id: r47544 | |||
2010-01-25 | Strip trailing whitespaces/tabs in documentation files too. | Johannes Schickel | |
svn-id: r47543 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2010-01-25 | Formatting. | Johannes Schickel | |
svn-id: r47540 | |||
2010-01-25 | Fix gcc warnings. | Johannes Schickel | |
svn-id: r47535 | |||
2010-01-25 | Change some comments to use "AdLib" instead of "adlib". | Johannes Schickel | |
svn-id: r47534 | |||
2010-01-25 | Use "No AdLib" instead of "No Adlib" in SCUMM's detection tables too. | Johannes Schickel | |
svn-id: r47531 | |||
2010-01-25 | Replace some more Adlib uses by AdLib. | Johannes Schickel | |
svn-id: r47530 | |||
2010-01-24 | Correct title. | Travis Howell | |
svn-id: r47529 | |||
2010-01-24 | Fill in the unknown values of the ADPC chunk in Mohawk sounds and update ↵ | Matthew Hoops | |
comments. svn-id: r47528 | |||
2010-01-24 | SCI: skip over amiga palette inside pictures for now, needs implementation ↵ | Martin Kiewitz | |
(TODO added) svn-id: r47527 | |||
2010-01-24 | SCI: removed oldMenuId check for BitsShow in menu (was done for keyboard ↵ | Martin Kiewitz | |
interaction) - using mouse its possible to leave the menu which would now result in inverted menu topic not displayed - fixed svn-id: r47526 |