Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-21 | fix compilation after RGB API changes | Joost Peters | |
svn-id: r43606 | |||
2009-08-21 | Fixed OSystem_Wii for the 16bit API changes | Andre Heider | |
svn-id: r43605 | |||
2009-08-21 | Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to ↵ | Andre Heider | |
guarantee a consistent build. svn-id: r43604 | |||
2009-08-21 | Fix detection of SCI32 resource maps and volumes | Matthew Hoops | |
svn-id: r43603 | |||
2009-08-21 | Enable 16bit support only for backends which support it | Andre Heider | |
svn-id: r43602 | |||
2009-08-21 | Add 31 title files to ignore (they are never present !) | Arnaud Boutonné | |
svn-id: r43601 | |||
2009-08-21 | SCI: disable RGB mode, as it's not ready to be used yet | Willem Jan Palenstijn | |
svn-id: r43600 | |||
2009-08-21 | Groovie: Sync changes from 16bpp branch. Hopefully no regressions sneak in here | Scott Thomas | |
svn-id: r43598 | |||
2009-08-21 | Sync MSVC project files for JPEG | Scott Thomas | |
svn-id: r43597 | |||
2009-08-21 | Add JPEG decoder from 16bpp branch | Scott Thomas | |
svn-id: r43596 | |||
2009-08-21 | List RGB status in About dialog. | Travis Howell | |
svn-id: r43591 | |||
2009-08-21 | Sync MSVC9 files | Scott Thomas | |
svn-id: r43590 | |||
2009-08-21 | Removed jpeg.cpp and jpeg.h files from the project, as they no longer exist ↵ | Jody Northup | |
in trunk. svn-id: r43588 | |||
2009-08-21 | Added --disable-16bit to the list shown by --help. | Torbjörn Andersson | |
svn-id: r43586 | |||
2009-08-21 | Fixed warning. | Torbjörn Andersson | |
svn-id: r43585 | |||
2009-08-21 | Only enable 16bit color HE games, if 16bit color support is enabled. | Travis Howell | |
svn-id: r43584 | |||
2009-08-21 | Several 16bit color HE games are supported now. | Travis Howell | |
svn-id: r43583 | |||
2009-08-21 | add conversion.h and conversion.cpp into trunk (were present in working ↵ | Jody Northup | |
copy, but not added to svn control) svn-id: r43582 | |||
2009-08-21 | correct idiotic error in first gp2x fix attempt. | Jody Northup | |
svn-id: r43581 | |||
2009-08-21 | fixed GP2X (I hope) | Jody Northup | |
svn-id: r43580 | |||
2009-08-21 | Fix 16bit option of configure. | Travis Howell | |
svn-id: r43579 | |||
2009-08-21 | fixed configure script from botched conflict resolution in r43577 | Jody Northup | |
svn-id: r43578 | |||
2009-08-21 | Merged RGB color API and support in from /scummvm/branches/gsoc2009-16bit/ | Jody Northup | |
svn-id: r43577 | |||
2009-08-21 | Truly fix endianness in the SOL decoder. Raw sounds are always in little ↵ | Matthew Hoops | |
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-20 | SCI: Fix for the "Memory fragmented" dialogs popping up in some games. | Walter van Niftrik | |
svn-id: r43572 | |||
2009-08-20 | remove \n's from error() calls | Joost Peters | |
svn-id: r43571 | |||
2009-08-20 | Fixing some signed/unsigned comparison warnings | Sven Hesse | |
svn-id: r43570 | |||
2009-08-20 | Fix 16-bit SOL audio on little endian systems. Fixes the white noise in the ↵ | Matthew Hoops | |
Gabriel Knight demo. svn-id: r43569 | |||
2009-08-20 | remove \n's from warning() calls | Joost Peters | |
svn-id: r43567 | |||
2009-08-20 | Add a static selector table for use with the lsl5 demo. | Matthew Hoops | |
svn-id: r43566 | |||
2009-08-20 | Add detection for the QFG2 demo. | Matthew Hoops | |
svn-id: r43565 | |||
2009-08-20 | Remove useless include guard | Matthew Hoops | |
svn-id: r43564 | |||
2009-08-20 | Replace magic numbers by constants : kPropsSize and kIndexSize | Arnaud Boutonné | |
svn-id: r43562 | |||
2009-08-20 | Add oPlaytoons_F_1B skeletton, and oPlaytoons_readData to avoid adding a ↵ | Arnaud Boutonné | |
playtoons workaround in inter_v2. svn-id: r43561 | |||
2009-08-20 | modify props size to avoid later error (Size is still temporary) and prepare ↵ | Arnaud Boutonné | |
the magic number => constant modification svn-id: r43560 | |||
2009-08-20 | Bugfix for assert in the DW2 Cartwheel scene | Paul Gilbert | |
svn-id: r43558 | |||
2009-08-20 | Cleanup. | Johannes Schickel | |
svn-id: r43556 | |||
2009-08-20 | Implement automatic clearing of "Untitled Savestate" in edit mode of the ↵ | Johannes Schickel | |
SaveLoadChooser as requested in feature request #2834637 "GUI: Allow greying out dummy ListWidget entries". svn-id: r43555 | |||
2009-08-20 | Cleanup. | Johannes Schickel | |
svn-id: r43554 | |||
2009-08-20 | Renamed ScummSaveLoad GUI dialog config entry to SaveLoadChooser. (Also ↵ | Johannes Schickel | |
bumped theme version along with it) svn-id: r43553 | |||
2009-08-20 | Switch SCUMM engine to use the SaveLoadChooser from gui/ instead of ↵ | Johannes Schickel | |
implementing its own, which resulted in code duplication. svn-id: r43552 | |||
2009-08-20 | Partial implementation of feature request #2834637 "GUI: Allow greying out ↵ | Johannes Schickel | |
dummy ListWidget entries", based on a slighly modified version of my latest patch included there. svn-id: r43551 | |||
2009-08-19 | SCI: Don't dither in SCI. | Walter van Niftrik | |
svn-id: r43550 | |||
2009-08-19 | SCI: Add partial support for Amiga SCI1 games. | Walter van Niftrik | |
svn-id: r43549 | |||
2009-08-19 | SCI: Cleanup. | Walter van Niftrik | |
svn-id: r43548 | |||
2009-08-19 | SCI: Add autodetection of Amiga views. | Walter van Niftrik | |
svn-id: r43547 | |||
2009-08-19 | Initialize EventRecorder to passthrough mode in the constructor. | Johannes Schickel | |
svn-id: r43545 | |||
2009-08-19 | - Fix sluggish mouse movement in Kyra2/Kyra3/LoL main menu. | Johannes Schickel | |
- Fix sluggish mouse movement in the text input dialog of the GUI. svn-id: r43541 | |||
2009-08-19 | PSP: throttle the number of updateScreen() calls | Joost Peters | |
svn-id: r43539 | |||
2009-08-19 | Use Common::List::empty instead of Common::List::size, which is faster for ↵ | Johannes Schickel | |
checking whether the list is empty and easier to read. svn-id: r43538 |