aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
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
2005-06-21Patches needed to build for SYMBIAN32 WINS/GCC added.Lars Persson
Test built for Symbian and run on P910i without any major problems. Test built for MSVC6. Changed parts seems to compile ok but there are some problems with MSVC6 and some of the targets which the EPOC build does n't support (KYRA,SAGA). svn-id: r18430
2005-06-21This is the SDL changes needed by the Symbian build to work properly.Lars Persson
Also there is a bugfix for using the joystick handling for SDL. (See events.cpp history) svn-id: r18428
2005-06-21This is the submission of the Epoc/Symbian build files forLars Persson
UIQ 2.1 UI Series 60 Series 80 Series 90/Nokia 7710 There is a dependency on ESdl for these devices. svn-id: r18427
2005-06-21Added symbian-fs.cpp, symbian filehandling classLars Persson
svn-id: r18426
2005-06-07Be less prone to crash on really, really stupid output sample rates.Torbjörn Andersson
Added warning message if SDL_OpenAudio() fails. Might help diagnosing bug reports like #1206314. svn-id: r18361
2005-05-29Added braces for clarity.Torbjörn Andersson
svn-id: r18295
2005-05-15Replaced global revBitMask array with a macroMax Horn
svn-id: r18104
2005-05-15Renamed costume scale tables; merged the old costume renderer's scale table ↵Max Horn
with the small scale AKOS scale table (they were identical) svn-id: r18103
2005-05-14Added --disable-hq and --disable-scumm-7-8 options. Also improvedEugene Sandulenko
DISABLE_HE so more HE-specific code gets excluded. svn-id: r18099
2005-05-13fixed time().Robert Göffringmann
svn-id: r18083
2005-05-11some ps2 changes...Robert Göffringmann
svn-id: r18046
2005-05-10Moved (In/Out)SaveFile(Manager) and Timer to namespace CommonMax Horn
svn-id: r18038
2005-05-10Proper #include directive.Eugene Sandulenko
svn-id: r18022
2005-05-10Last bit of AmigaOS4 patch. Apparently this was missed by mistake.Eugene Sandulenko
svn-id: r18018
2005-05-09Patch #1181544 (AmigaOS 4 changes)Max Horn
svn-id: r18011
2005-05-09Why not fix the warning if you encounter it? :-)Max Horn
svn-id: r17994
2005-05-08Added two new methods to OSystem: grabPalette and grabRawScreenMax Horn
svn-id: r17974
2005-05-06Allocate all 16bit surfaces with the same bitformat as the HW surface (Fixes ↵Max Horn
bug #1196374) svn-id: r17929
2005-05-05Add a comment regarding use of CoreAudio/AudioUnits v1 APIMax Horn
svn-id: r17916
2005-05-05various PS2 system changesRobert Göffringmann
svn-id: r17912
2005-05-04Dispense with the filename field of InVMSaves.Marcus Comstedt
svn-id: r17911
2005-05-04Cleanup of the cleanup code. :-)Marcus Comstedt
svn-id: r17910
2005-05-04Split VMSave into InVMSave and OutVMSave.Marcus Comstedt
svn-id: r17909
2005-05-01Always check for _numDirtyRects overflow in addDirtyRect(). The 'mouseRect'Torbjörn Andersson
case didn't. This fixes bug #1193344. svn-id: r17888
2005-04-27Slightly more elegant LauncherDialog connector.Marcus Comstedt
svn-id: r17844
2005-04-27Added eos() method.Marcus Comstedt
svn-id: r17843
2005-04-27Call blitCursor() when changing scaler to give it the opportunity to switchTorbjörn Andersson
between blurry and non-blurry cursor scaling, even if the scale factor remains unchanged. svn-id: r17841
2005-04-23Simplified debuglevel handling:Max Horn
- it's only honored in the global level of the config file - all checks for it go through gDebugLevel now, which is made global - the '-d' switch is handled in a slightly saner and consistent way - removed 'debuglevel' from the config format documentation; we do not want to encourage the avarage user to use it svn-id: r17769
2005-04-22add a comment regarding an odd hackMax Horn
svn-id: r17758
2005-04-20Fix bug 1184616 (GUI: Mouse drawn at wrong position in overlay mode)Max Horn
svn-id: r17709
2005-04-20Cleanup / commentsMax Horn
svn-id: r17708
2005-04-19Replace OSystem::hasAlpha with a feature flagMax Horn
svn-id: r17695