aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2007-12-06Attempted fix for the DS blitters; looks like I was reading from dst andRobin Watts
storing to src. D'Oh. Still untested, but this code is broken anyway (apparently) and is disabled, so I can't really make it any worse... svn-id: r29732
2007-12-05NDS: Disabling the buggy ARM blitters so that the CPU scaler worksBertrand Augereau
svn-id: r29731
2007-12-05NDS: Reporting hi-level opti from Robin in the c++ software scaler ( ↵Bertrand Augereau
a1r5g5b5 swizzling ) svn-id: r29730
2007-12-05NDS : params reordering to match C scaler and ARM oneBertrand Augereau
svn-id: r29728
2007-12-05NDS : The CPU scaler checkbox is back (and can be removed with a #define)Bertrand Augereau
svn-id: r29725
2007-12-05Change to default volume levels on the GP2X to prevent some nasty 'clipping'.John Willis
svn-id: r29721
2007-12-05Tidyup of a few small things in the GP2X port.John Willis
svn-id: r29719
2007-12-05ARM ASM blitting routines from Robin_WattsOystein Eftevaag
svn-id: r29717
2007-12-02fixes for cygwin buildKostas Nakos
svn-id: r29700
2007-11-25Suspend ScummVM when the button is hit (or a call is received), putting it ↵Oystein Eftevaag
in a sleep loop until it's resumed svn-id: r29633
2007-11-24Now always sending a mouse-moved event before a click (some engines don't ↵Oystein Eftevaag
update the mouse position on click events, it seems). Also added a workaround for an event not always being received when the secondary finger is lifted from the touchscreen. svn-id: r29629
2007-11-24Updated main features for Symbian with the latest game enginesLars Persson
svn-id: r29628
2007-11-24Fix for keymappings not working properly for S60Lars Persson
svn-id: r29627
2007-11-24updated makefile due to new dependencies of a new libLars Persson
svn-id: r29626
2007-11-24Symbian build system does not cope with include file with the same name, ↵Lars Persson
specific sub include path will fix this depency. svn-id: r29625
2007-11-24Support for IGOR in the build system.Lars Persson
svn-id: r29624
2007-11-23Some minor display and mouse cursor optimizationsOystein Eftevaag
svn-id: r29621
2007-11-23Cleaned up some screen drawing offsetting issuesOystein Eftevaag
svn-id: r29620
2007-11-22updated backends/platform/ds/arm9/makefile.in to match changes made to ↵Max Horn
backends/platform/ds/arm9/makefile (next time, please modify makefile.in then run tools/update-version.pl) svn-id: r29611
2007-11-20Optimized dirty rects handling a bit, makes AGOS engine games run betterOystein Eftevaag
svn-id: r29587
2007-11-20Cleanup.Johannes Schickel
svn-id: r29584
2007-11-20Cleanup.Johannes Schickel
svn-id: r29583
2007-11-20Cleaned up some formattingOystein Eftevaag
svn-id: r29582
2007-11-19Fixed a silly palette issue, and added a toggle for a ↵Oystein Eftevaag
click-and-hold-mouse-button mode svn-id: r29572
2007-11-18Implemented soft keyboard support, and added a workarond for engines that ↵Oystein Eftevaag
can't handle mouse-down and mouse-up events coming in two subsequent calls to pollEvent() svn-id: r29557
2007-11-18Increased sound buffer size to avoid some skipping issues, and re-added a ↵Oystein Eftevaag
timer callback that had somehow gotten lost svn-id: r29542
2007-11-17Implemented portrait mode, fixed a few issues with the dirty rects handling, ↵Oystein Eftevaag
fixed some cursor positioning issues, and redirecting stdout and stderr to a log file when ScummVM is launched from the Springboard svn-id: r29541
2007-11-15Some dirty rects handling, and fixed a off-by-one blitting bugOystein Eftevaag
svn-id: r29510
2007-11-14iPhone: Implemented timers, and disabled mutexes (was causing deadlocks in ↵Oystein Eftevaag
SnM and COMI, for some reason svn-id: r29506
2007-11-14small fixesKostas Nakos
svn-id: r29501
2007-11-13Added sound support for the iPhoneOystein Eftevaag
svn-id: r29499
2007-11-13got rid of the /evil/ monkeykeyboard code :-) (see also rev. 29495)Kostas Nakos
svn-id: r29498
2007-11-13don't trash the registry if proper startup has failedKostas Nakos
svn-id: r29497
2007-11-13somewhat more verbose debug msgsKostas Nakos
svn-id: r29496
2007-11-13Initial commit of the iPhone/iPod Touch backendOystein Eftevaag
svn-id: r29488
2007-11-06Patch #1825132: SAVEFILEMAN: renameSavefile implementationMax Horn
svn-id: r29433
2007-11-05WinCE Makefile: make deploy was copying plugins to the wrong directory.Robin Watts
svn-id: r29426
2007-11-04Dumb typo in earlier commit.Robin Watts
svn-id: r29415
2007-11-04New 'deploy' targets for the WinCE makefile to automatically copyRobin Watts
built files across to a target device attached with ActiveSync. Hopefully will avoid hours of comedy when trying to debug mismatching plugins/exes. svn-id: r29414
2007-11-04Minor tweak to Wince makefile; 'all' target now depends on whether we areRobin Watts
building with plugins or not. These means that weak minded programmers (like me) no longer need to remember to do "make dist-plugins" instead of "make dist". svn-id: r29412
2007-11-03update for the new igor engineKostas Nakos
svn-id: r29388
2007-11-03work around lack of errno in ceKostas Nakos
svn-id: r29387
2007-11-02Changed "if( ... )" to "if ( ... )" and "while( ... )" to "while ( ... )", andTorbjörn Andersson
removed an unnecessary \n. svn-id: r29379
2007-11-02Patch #1815526: Add TiMidity++ MIDI server supportMax Horn
svn-id: r29377
2007-10-31Factorize most of the common code in the isReadable() and isWritable() ↵David Corrales
methods for the AmigaOS backend, via the getFibProtection() method. svn-id: r29342
2007-10-31Fixed a long due typo in the error messages inside the DefaultSaveFileManager.David Corrales
svn-id: r29341
2007-10-31Fixed compilation under WindowsFilippos Karapetis
svn-id: r29340
2007-10-31Properly implemented the isReadable() and isWritable() methods for the ↵David Corrales
AmigaOSFilesystemNode backend. Thanks a lot to Raziel_One on this one :) svn-id: r29339
2007-10-31Removed the Common::File::removeFile() methods, and moved their ↵David Corrales
implementation to the Common::DefaultSaveFileManager::removeSavefile() method, as per Marcus' appraisal and Max's approval. svn-id: r29337
2007-10-30- free fib object in AmigaOSFilesystemNode::existsJohannes Schickel
- cleanup svn-id: r29330