aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2007-12-16adding preliminary lure supportKostas Nakos
svn-id: r29884
2007-12-15Remove bad workaround and change compiler options (no optimization, no inline)Chris Apers
svn-id: r29862
2007-12-15Added missing symbol definitionChris Apers
svn-id: r29861
2007-12-11Workaround for bug #1763018. Since Amiga key doesn't work as a modifier with ↵Nicola Mettifogo
SDL, we're allowing Amiga users to quit with Ctrl-z or Alt-x. This also fixes bug #1762886. svn-id: r29826
2007-12-10When renaming a savefile, close the old file before deleting it to avoid errors.Nicola Mettifogo
svn-id: r29818
2007-12-10NDS: Put all blitters ASM functions in ITCM (can't hurt as long as there is ↵Bertrand Augereau
still room) svn-id: r29810
2007-12-10NDS: Integrated Robin's LDRB * 2 -> LDRH + fixes(endianness & stack space) ↵Bertrand Augereau
14ms -> 13ms svn-id: r29809
2007-12-09Updated settingsLars Persson
svn-id: r29805
2007-12-09NDS : Improved scaler profilingBertrand Augereau
svn-id: r29803
2007-12-09NDS : Unrolled the scaler inner loop twice to do 16bits loadingBertrand Augereau
svn-id: r29802
2007-12-09NDS : Integrated write gathering by Robin (+ fix)Bertrand Augereau
svn-id: r29801
2007-12-09Expand ~/ to the HOME env var (see also patch #1846545)Max Horn
svn-id: r29797
2007-12-09Obsolete fileChris Apers
svn-id: r29789
2007-12-09Send default themepathChris Apers
svn-id: r29788
2007-12-09Remove obsolete 68k version related codeChris Apers
svn-id: r29786
2007-12-09Remove obsolete 68k version related codeChris Apers
svn-id: r29785
2007-12-09Added support for Drascula and IgorChris Apers
svn-id: r29784
2007-12-09Added support for Drascula and IgorChris Apers
svn-id: r29783
2007-12-09CleanupChris Apers
svn-id: r29782
2007-12-09Added functions required by T3 to prevent screen rotationChris Apers
svn-id: r29780
2007-12-09Prevent manual screen rotation after application launchChris Apers
svn-id: r29779
2007-12-09Fixed return keyChris Apers
svn-id: r29778
2007-12-08Use "new" framework for compressed saves...Marcus Comstedt
svn-id: r29765
2007-12-08Fixed bug in glob matching function.Marcus Comstedt
svn-id: r29764
2007-12-07Enabled click-and-drag mouse mode for the right mouse button as well as the ↵Oystein Eftevaag
left button, and fixed a the mouse cursor being able to go 1 pixel off screen on one side svn-id: r29753
2007-12-07Properly centered the image on screen after aspect ratio correctionOystein Eftevaag
svn-id: r29750
2007-12-07NDS: A few cycles saved in the inner loop of the CPU scalerBertrand Augereau
svn-id: r29742
2007-12-06NDS : ASM cpu scalers fixed, USING_ARM_BLITTERS backBertrand Augereau
svn-id: r29740
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