Commit Graph

32842 Commits

Author SHA1 Message Date
Scott Thomas
aad7d1536f Sync MSVC project files for JPEG
svn-id: r43597
2009-08-21 13:53:48 +00:00
Scott Thomas
8acb89645f Add JPEG decoder from 16bpp branch
svn-id: r43596
2009-08-21 13:52:43 +00:00
Travis Howell
1618e4652b List RGB status in About dialog.
svn-id: r43591
2009-08-21 11:30:56 +00:00
Scott Thomas
5949bca7cc Sync MSVC9 files
svn-id: r43590
2009-08-21 11:22:38 +00:00
Jody Northup
77c0905f39 Removed jpeg.cpp and jpeg.h files from the project, as they no longer exist in trunk.
svn-id: r43588
2009-08-21 10:43:52 +00:00
Torbjörn Andersson
14a8417548 Added --disable-16bit to the list shown by --help.
svn-id: r43586
2009-08-21 10:39:02 +00:00
Torbjörn Andersson
7f251948f1 Fixed warning.
svn-id: r43585
2009-08-21 10:37:55 +00:00
Travis Howell
ba7a574ca1 Only enable 16bit color HE games, if 16bit color support is enabled.
svn-id: r43584
2009-08-21 10:34:13 +00:00
Travis Howell
a527a1ec9b Several 16bit color HE games are supported now.
svn-id: r43583
2009-08-21 10:31:59 +00:00
Jody Northup
1a5f0d806e add conversion.h and conversion.cpp into trunk (were present in working copy, but not added to svn control)
svn-id: r43582
2009-08-21 10:22:28 +00:00
Jody Northup
5ac20829b0 correct idiotic error in first gp2x fix attempt.
svn-id: r43581
2009-08-21 10:10:14 +00:00
Jody Northup
7561704414 fixed GP2X (I hope)
svn-id: r43580
2009-08-21 10:01:16 +00:00
Travis Howell
39b4ba6549 Fix 16bit option of configure.
svn-id: r43579
2009-08-21 10:00:51 +00:00
Jody Northup
021264aad1 fixed configure script from botched conflict resolution in r43577
svn-id: r43578
2009-08-21 09:43:30 +00:00
Jody Northup
3084919b32 Merged RGB color API and support in from /scummvm/branches/gsoc2009-16bit/
svn-id: r43577
2009-08-21 09:37:51 +00:00
Matthew Hoops
cba2897cc8 Truly fix endianness in the SOL decoder. Raw sounds are always in little endian order and now compressed are outputted to little endian too (and therefore the little endian mixer flag is always set).
svn-id: r43576
2009-08-21 03:31:34 +00:00
Walter van Niftrik
a7ab084ecf SCI: Fix for the "Memory fragmented" dialogs popping up in some games.
svn-id: r43572
2009-08-20 21:18:52 +00:00
Joost Peters
6a3c595b01 remove \n's from error() calls
svn-id: r43571
2009-08-20 21:03:03 +00:00
Sven Hesse
79c2dc7980 Fixing some signed/unsigned comparison warnings
svn-id: r43570
2009-08-20 20:59:22 +00:00
Matthew Hoops
b4c7cd0484 Fix 16-bit SOL audio on little endian systems. Fixes the white noise in the Gabriel Knight demo.
svn-id: r43569
2009-08-20 20:41:12 +00:00
Joost Peters
8f587ed5e4 remove \n's from warning() calls
svn-id: r43567
2009-08-20 19:49:52 +00:00
Matthew Hoops
83835ce93c Add a static selector table for use with the lsl5 demo.
svn-id: r43566
2009-08-20 18:25:55 +00:00
Matthew Hoops
c32f11c106 Add detection for the QFG2 demo.
svn-id: r43565
2009-08-20 18:10:02 +00:00
Matthew Hoops
0a6161233b Remove useless include guard
svn-id: r43564
2009-08-20 17:12:46 +00:00
Arnaud Boutonné
e350e0b020 Replace magic numbers by constants : kPropsSize and kIndexSize
svn-id: r43562
2009-08-20 13:36:18 +00:00
Arnaud Boutonné
afabd2706b Add oPlaytoons_F_1B skeletton, and oPlaytoons_readData to avoid adding a playtoons workaround in inter_v2.
svn-id: r43561
2009-08-20 12:32:59 +00:00
Arnaud Boutonné
50d515c3df modify props size to avoid later error (Size is still temporary) and prepare the magic number => constant modification
svn-id: r43560
2009-08-20 12:30:37 +00:00
Paul Gilbert
644ba1ceab Bugfix for assert in the DW2 Cartwheel scene
svn-id: r43558
2009-08-20 12:04:31 +00:00
Johannes Schickel
b22ec9b4b6 Cleanup.
svn-id: r43556
2009-08-20 10:05:00 +00:00
Johannes Schickel
f898cd12e6 Implement automatic clearing of "Untitled Savestate" in edit mode of the SaveLoadChooser as requested in feature request #2834637 "GUI: Allow greying out dummy ListWidget entries".
svn-id: r43555
2009-08-20 10:04:21 +00:00
Johannes Schickel
8b0a10ad75 Cleanup.
svn-id: r43554
2009-08-20 09:24:22 +00:00
Johannes Schickel
7c77e2b03a Renamed ScummSaveLoad GUI dialog config entry to SaveLoadChooser. (Also bumped theme version along with it)
svn-id: r43553
2009-08-20 09:23:31 +00:00
Johannes Schickel
b5ce08b2c6 Switch SCUMM engine to use the SaveLoadChooser from gui/ instead of implementing its own, which resulted in code duplication.
svn-id: r43552
2009-08-20 09:21:09 +00:00
Johannes Schickel
a8bffbe6a7 Partial implementation of feature request #2834637 "GUI: Allow greying out dummy ListWidget entries", based on a slighly modified version of my latest patch included there.
svn-id: r43551
2009-08-20 09:19:37 +00:00
Walter van Niftrik
a2a6967a63 SCI: Don't dither in SCI.
svn-id: r43550
2009-08-19 21:11:15 +00:00
Walter van Niftrik
c3462a8c76 SCI: Add partial support for Amiga SCI1 games.
svn-id: r43549
2009-08-19 21:10:24 +00:00
Walter van Niftrik
9dbc76c459 SCI: Cleanup.
svn-id: r43548
2009-08-19 21:09:10 +00:00
Walter van Niftrik
8bd4cee2d2 SCI: Add autodetection of Amiga views.
svn-id: r43547
2009-08-19 21:08:17 +00:00
Johannes Schickel
a491107ee4 Initialize EventRecorder to passthrough mode in the constructor.
svn-id: r43545
2009-08-19 20:12:04 +00:00
Johannes Schickel
4673e94c6f - Fix sluggish mouse movement in Kyra2/Kyra3/LoL main menu.
- Fix sluggish mouse movement in the text input dialog of the GUI.

svn-id: r43541
2009-08-19 16:48:55 +00:00
Joost Peters
bbac75bc1c PSP: throttle the number of updateScreen() calls
svn-id: r43539
2009-08-19 16:23:44 +00:00
Johannes Schickel
88ac419052 Use Common::List::empty instead of Common::List::size, which is faster for checking whether the list is empty and easier to read.
svn-id: r43538
2009-08-19 16:23:26 +00:00
Johannes Schickel
34e30a29b5 Make KYRA only call OSystem::updateScreen from inside Screen::updateScreen, when the screen really changed OR the palette changed.
svn-id: r43537
2009-08-19 16:19:55 +00:00
Johannes Schickel
dd67cb7c94 Add missing "break" in switch statement.
svn-id: r43536
2009-08-19 09:01:04 +00:00
Johannes Schickel
ca6fa52b1a Cleanup.
svn-id: r43535
2009-08-19 08:55:04 +00:00
Johannes Schickel
6145ed384b Cleanup.
svn-id: r43534
2009-08-19 08:54:41 +00:00
Johannes Schickel
a37c9164ee Cleanup.
svn-id: r43533
2009-08-19 08:46:59 +00:00
Johannes Schickel
2597814af3 Add another range check in our SJIS font code to avoid out of bounds access.
svn-id: r43532
2009-08-19 08:37:20 +00:00
Johannes Schickel
0c2ab20663 Implemented proper character selection of Lands of Lore PC98.
svn-id: r43531
2009-08-19 08:30:15 +00:00
Paul Gilbert
416fb4f309 Corrected comments in the bug workaround list
svn-id: r43529
2009-08-19 08:24:40 +00:00