aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2005-10-12Added grabPaletteChris Apers
svn-id: r19044
2005-10-12Added battery info and 'Fight mode' OSD messageChris Apers
svn-id: r19043
2005-10-12Ease 68K/ARM communicationChris Apers
svn-id: r19042
2005-10-12New backendsChris Apers
svn-id: r19041
2005-10-10gBitFormat seems to be back in libcommon again... (This underhanded ↵Marcus Comstedt
parameter passing has to go.) svn-id: r19005
2005-10-08New PalmOS backendsChris Apers
svn-id: r18981
2005-10-01Update Symbian README, default Joystick config is on, Updated pkg files for ↵Lars Persson
S80 & S90, updated symbian-fs (cleaner code) svn-id: r18919
2005-10-01Added avkon library to mmp fileLars Persson
svn-id: r18914
2005-09-30fixup imports, needed when using a recent pspsdkJoost Peters
use gcc instead of g++ for linking, to avoid re-ordering of link libraries svn-id: r18911
2005-09-301.Removed warning from symbian portdefsLars Persson
2.Made thumbnail.cpp compile for VC6 (Symbian Emulator environment). Order of template declaration and includes causing the problems 3.Moved int i declaration from for;loop into local variable 4.Updated stdafx uio.h is not part of the Symbian build chain. svn-id: r18909
2005-09-30Updated MMP files after the latest projekt (mk) files. Added stub zip for ↵Lars Persson
tremor and added Kyra mmp file. svn-id: r18905
2005-09-30Updated symbian actions and build scripts. Run updateMMPs to updated all ↵Lars Persson
MMPS based on the base mmp svn-id: r18904
2005-09-28Make ScummVM run in usermode, install exception handler in kernelmode.Joost Peters
svn-id: r18897
2005-09-28update documentationJoost Peters
svn-id: r18891
2005-09-20Normalize use of DISABLE_SCALERS. Now it really disables all scalersEugene Sandulenko
except essential Normal1x. Also thumbnails get compiled unconditionally so we get them on all platforms, even those which never display them. Sorted out mess brought to sdl backend by epoc maintainer. He misused __SYMBIAN32__ where DISABLE_SCALERS is more appropriate. svn-id: r18850
2005-09-17USE_VORBIS needs to be defined when using libtremorJoost Peters
svn-id: r18839
2005-09-11- Enable HE SCUMM gamesJoost Peters
- Create 1.00 (default) and 1.50/kxploit EBOOT.PBP - Add eboot graphics by Chris Eskildsen, used with his permission. svn-id: r18806
2005-09-04Clip copyRectToScreen() coordinates.Joost Peters
Fixes bug #1281154, because FT likes to send negative values occasionally. svn-id: r18763
2005-09-03More ARM stuffsChris Apers
svn-id: r18754
2005-09-03Fixed assertChris Apers
svn-id: r18753
2005-09-03Added caching capability and custom disk access functionChris Apers
svn-id: r18752
2005-09-03Change PalmOS identChris Apers
svn-id: r18748
2005-08-30Correct path to psptoolchain.Joost Peters
svn-id: r18722
2005-08-17fix copy/paste-oJoost Peters
svn-id: r18700
2005-08-16fix typoJoost Peters
svn-id: r18697
2005-08-16Added: PSP backendJoost Peters
svn-id: r18696
2005-08-15Apply bug/patch #1258912 "GUI: SDL mouse dirty rects too big"Eugene Sandulenko
svn-id: r18689
2005-08-14Run the detectors on one directory at a time, rather than one file at a time.Marcus Comstedt
svn-id: r18685
2005-08-14Force a single PHDR.Marcus Comstedt
svn-id: r18684
2005-08-12updated PalmOS source files for the 'u circonflex' thing I committed yesterdayGregory Montoir
svn-id: r18670
2005-08-10Don't explicity check for tremor and vorbis everywhere andJonathan Gray
require both USE_TREMOR and USE_VORBIS to be defined when using tremor. svn-id: r18642
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
svn-id: r18604
2005-07-11Move scaler key handling to a separate method (this helps to fix a GCC 4.0 ↵Max Horn
warning, makes pollEvent() cleaner); fixed some code formatting issues svn-id: r18534
2005-07-11Fix more GCC 4.0 warningsMax Horn
svn-id: r18533
2005-07-09Updated build files for Symbian/Epoc so they now also includes SAGALars Persson
svn-id: r18528
2005-07-09Commited patch to fix bug #1210836: "ALL: Failed assertion in AdvMame scaler".Eugene Sandulenko
Thanks cyx for actual fixing. svn-id: r18520
2005-07-05Added S60 RSS file if it shall be working with ECompXL. Works on emulator ↵Lars Persson
but not for target right now svn-id: r18501
2005-07-05Last modifications for Actions to WinCE.Lars Persson
svn-id: r18500
2005-07-05* Updated WINCE files to compile with new code sharing with other small ↵Lars Persson
screen devices (such as Symbian) svn-id: r18499
2005-07-05* Start of generic key configuration support for ScummVMLars Persson
* Moved KeyConfigDialog, key from WinCE to gui * Updated wince code to inherit and use new GUI::Keys and launch new dialog * New definition SMALL_SCREEN_DEVICE when keysdialog should be inittialized from options.cpp * Added new function to SDL\Events that handles key remapping. LINUPY & QTOPIA remapping moved to that function. SymbianOs.cpp overrides this function to enable key remapping to events * Compiled VC6++ project. This with warnings and errors, but NOT in the changed code. (SAGA,KYRA) * Compiled using WCE tools 3 for X86 target and running Scummvm in emulator to test * Compiled with UIQ target. The rest Symbian platforms might require further configuration to operate properly * Actor.h in Saga now compiles for default VC6 setting. * Aspect.cpp does not compile in VC6/WCE due to template problems with the kFastAndNiceAspectMode setting. * Changed order of creation of gamedetector and mainsystem in Main.cpp * If anything does not compile, or is totally out of order, please revert changes. svn-id: r18498
2005-07-02cleanupMax Horn
svn-id: r18484
2005-07-02Small fixesMax Horn
svn-id: r18483
2005-07-02Hackish native MIDI HW support for Mac OS X (incomplete)Max Horn
svn-id: r18481
2005-06-27Implemented OSystem_Dreamcast::grabPalette().Marcus Comstedt
svn-id: r18472
2005-06-27Implemented InVMSave::skip().Marcus Comstedt
svn-id: r18471
2005-06-24Changed #include <stdafx.h> to #include <common/stdafx.h>. It shouldTorbjörn Andersson
probably be #include "common/stdafx.h", but I'll let the backend maintainers worry about style. svn-id: r18455
2005-06-24Whitespace changes.Torbjörn Andersson
svn-id: r18449
2005-06-24For consistency, specify directory when including files.Torbjörn Andersson
svn-id: r18447
2005-06-24Whitespace changes.Torbjörn Andersson
svn-id: r18446
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
svn-id: r18444