aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-20PEGASUS: Optimize the nearest neighbor frame scaling a bitMatthew Hoops
Hopefully should improve performance on lower end systems
2012-07-05PEGASUS: Cleanup doFadeOutSync/doFadeInSync callsMatthew Hoops
2012-07-05PEGASUS: Implement screen fadingMatthew Hoops
This does linear instead of gamma for speed and complexity reasons.
2012-06-24Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-06-23SCI: Change the program counter (PC) to be a 32-bit variableFilippos Karapetis
This is needed for future support of large SCI3 scripts. The program counter is isolated and does not interfere with other parts of the VM, plus it does not get stored in saved games, so it's pretty straightforward to convert
2012-06-23SCI: Clean up validateExportFunc() and related functionsFilippos Karapetis
Also renamed some SCI3 related code to indicate when it's SCI3 specific
2012-06-23SCI: Add support for the debug opcode "file" in our script dissassemblerFilippos Karapetis
Also set the correct name for the debug opcode "line"
2012-06-23SCI: Remove a duplicate sanity checkFilippos Karapetis
2012-06-23SCI: Implement kPlayVMD subop 23 (set palette range)Filippos Karapetis
Fixes the wrong palette during video sequences in GK2 and the demo of RAMA
2012-06-23SCUMM - Fix bug #3536645, FT Missing Dialogue LineTorbjörn Andersson
The condition for setting up the scene when encountering Father Torque had been accidentally inverted, so the function was called over and over (presumably causing the scene to stall), insead of just once. I don't know much about INSANE, but sev has confirmed that this is the correct fix.
2012-06-23GOB: Fix a very stupid mistake in the Gob1 background track selectionSven Hesse
Thanks to salty-horse for catching that. :)
2012-06-22GOB: Give Geisha and Fascination fallback entries AdLib feature flagsSven Hesse
2012-06-22GOB: Add fallback detection entries for Little RedSven Hesse
2012-06-22GOB: Reorganize the detection tablesSven Hesse
The big table with it's 330 entries grew far too messy and unwieldy, so I'm splitting it into several files. One file for each game, with some exceptions: - The Playtoons series - The ADI / Addy 2 series - The ADI / Addy 4 series - The Adibou / Addy Junior series
2012-06-22GOB: _renderFlags & 0x40 means the we should draw borders around hotspotsSven Hesse
Probably a debug-only flag
2012-06-22GOB: Clean up the Fascination window hotspot code a bitSven Hesse
2012-06-22GOB: Add Surface::drawRect()Sven Hesse
2012-06-22GOB: _renderFlags & 0x80 means "Do we have windows?"Sven Hesse
2012-06-22CONFIGURE: Set dingux optimization level to -O3Fabio Battaglia
2012-06-22DINGUX: Update the README file for DinguxFabio Battaglia
Added build instructions and a note on the obsolescence of fixes for the old Dingux toolchain
2012-06-22DINGUX: Add png icon in the dingux dist packageFabio Battaglia
2012-06-22Disable Alsa Midi in Dingux/OpenDingux portFabio Battaglia
Disabling (useless) Alsa Midi solves a compilation problem on the OpenDingux port
2012-06-22SCI: Further cleanup of the frame drawing codeFilippos Karapetis
2012-06-22SCI: Simplify the SCI32 coordinate adjustment codeFilippos Karapetis
2012-06-21SCI: Fix silly typoFilippos Karapetis
Thanks to digitall for spotting this
2012-06-21SCI: Fix warningsFilippos Karapetis
2012-06-21SCI: Add the graphics undithering game option back for QFG2Filippos Karapetis
2012-06-20Merge pull request #247 from clone2727/pixelformat-argb-fixJohannes Schickel
GRAPHICS: Fix colorToARGB's alpha value when no alpha channel is present
2012-06-20ANDROID: Fix compilation broken with changes to grabOverlay.Johannes Schickel
2012-06-20N64: Fix check for whole width updates in copyRectToOverlay.Johannes Schickel
2012-06-20N64: Replace OverlayColor with uint16.Johannes Schickel
2012-06-20PSP: Replace OverlayColor with uint16.Johannes Schickel
2012-06-20WII: Fix check for whole width updates in copyRectToOverlay.Johannes Schickel
2012-06-20WII: Replace OverlayColor with uint16.Johannes Schickel
2012-06-20IPHONE: Replace OverlayColor uses with uint16.Johannes Schickel
2012-06-20Merge pull request #246 from lordhoto/osystem-void-buffersJohannes Schickel
OSYSTEM: Use void buffers for screen/overlay/mouse buffers and proper pitch values for overlay code
2012-06-20SCI: Change kRemapColors(5) again. Fixes the colors in QFG4Filippos Karapetis
2012-06-20SCI: Add a warning for kRemapColors(RemapByPercent)Filippos Karapetis
2012-06-20SCI: Implement kRemapColors(5 - set color intensity)Filippos Karapetis
It's finally nighttime in the first murder scene in PQ4
2012-06-20SCI: Remove multibyte character processing code from SCI32Filippos Karapetis
There are no Japanese/PC-98 SCI32 games, so this code is not needed
2012-06-20SCI: Don't attempt to draw line feed characters in SCI32Filippos Karapetis
Fixes junk in the about dialogs in PQ4
2012-06-19PS2: Small formatting fixes.Johannes Schickel
2012-06-18Merge pull request #249 from digitall/PS2DayOfWeekJohannes Schickel
PS2: Implement algorithm for day of week for use in tm_wday.
2012-06-18HUGO: Remove F9 key handlingStrangerke
2012-06-18HUGO: Missing file in previous commitStrangerke
2012-06-18HUGO: Remove dead codeStrangerke
2012-06-18PS2: Implement algorithm for day of week for use in tm_wday.D G Turner
2012-06-18CGE: Remove dead code originally used to load a savegame when starting the gameStrangerke
2012-06-18GOB: Add a workaround for the wrong German animal names in Little RedSven Hesse
The DOS, Amiga and Atari version of Little Red come with a small screen, accessible through the main menu, that lets children read and listen to animal names in 5 languages: French, German, English, Spanish and Italian. Unfortunately, the German names are partially wrong. This is especially tragic because this is a game for small children and they're supposed to learn something here. So I deem fixing this a very good idea. Just to be sure, someone should probably look over the French, Spanish and Italian words too.
2012-06-18GOB: Don't loop /all/ sounds in Little RedSven Hesse
Just the title music... *cough*