Commit Graph
3084 Commits
Author SHA1 Message Date
Nicola Mettifogo e74af15a7f Workaround for bug #1763018. Since Amiga key doesn't work as a modifier with SDL, we're allowing Amiga users to quit with Ctrl-z or Alt-x. This also fixes bug #1762886.
svn-id: r29826
2007-12-11 20:21:44 +00:00
Bertrand Augereau 7f97dfe610 NDS: Put all blitters ASM functions in ITCM (can't hurt as long as there is still room)
svn-id: r29810
2007-12-10 02:04:42 +00:00
Bertrand Augereau 209ebf3383 NDS: Integrated Robin's LDRB * 2 -> LDRH + fixes(endianness & stack space) 14ms -> 13ms
svn-id: r29809
2007-12-10 01:25:18 +00:00
Lars Persson 3f5436a3d2 Updated settings
svn-id: r29805
2007-12-09 21:44:21 +00:00
Bertrand Augereau 142d47ef9d NDS : Improved scaler profiling
svn-id: r29803
2007-12-09 19:33:30 +00:00
Bertrand Augereau 805b05ec4c NDS : Unrolled the scaler inner loop twice to do 16bits loading
svn-id: r29802
2007-12-09 19:32:35 +00:00
Bertrand Augereau 14a3873568 NDS : Integrated write gathering by Robin (+ fix)
svn-id: r29801
2007-12-09 18:52:57 +00:00
Chris Apers 65b11e7a34 Obsolete file
svn-id: r29789
2007-12-09 11:32:05 +00:00
Chris Apers 062b2e8ab7 Send default themepath
svn-id: r29788
2007-12-09 11:26:01 +00:00
Chris Apers 75aa388c31 Remove obsolete 68k version related code
svn-id: r29786
2007-12-09 11:23:52 +00:00
Chris Apers f9dbfd0daf Remove obsolete 68k version related code
svn-id: r29785
2007-12-09 11:23:06 +00:00
Chris Apers fd1f39f12e Added support for Drascula and Igor
svn-id: r29784
2007-12-09 11:21:49 +00:00
Chris Apers 40ad7ee6a9 Added support for Drascula and Igor
svn-id: r29783
2007-12-09 11:21:39 +00:00
Chris Apers 6b2b33661c Cleanup
svn-id: r29782
2007-12-09 11:15:55 +00:00
Chris Apers 77d1b544a5 Added functions required by T3 to prevent screen rotation
svn-id: r29780
2007-12-09 11:09:44 +00:00
Chris Apers a8a1cbf15a Prevent manual screen rotation after application launch
svn-id: r29779
2007-12-09 11:08:23 +00:00
Chris Apers 0aaf5587db Fixed return key
svn-id: r29778
2007-12-09 11:07:22 +00:00
Marcus Comstedt 9f43e2cf8a Use "new" framework for compressed saves...
svn-id: r29765
2007-12-08 15:11:20 +00:00
Marcus Comstedt 7f019cfdee Fixed bug in glob matching function.
svn-id: r29764
2007-12-08 14:58:06 +00:00
Oystein Eftevaag 0522c55faf Enabled click-and-drag mouse mode for the right mouse button as well as the left button, and fixed a the mouse cursor being able to go 1 pixel off screen on one side
svn-id: r29753
2007-12-07 23:49:27 +00:00
Oystein Eftevaag 0718e41c82 Properly centered the image on screen after aspect ratio correction
svn-id: r29750
2007-12-07 20:51:53 +00:00
Bertrand Augereau 3c9c3fffc7 NDS: A few cycles saved in the inner loop of the CPU scaler
svn-id: r29742
2007-12-07 00:01:12 +00:00
Bertrand Augereau 4806a5f673 NDS : ASM cpu scalers fixed, USING_ARM_BLITTERS back
svn-id: r29740
2007-12-06 21:01:54 +00:00
Robin Watts e92c67d5a0 Attempted fix for the DS blitters; looks like I was reading from dst and
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-06 00:50:22 +00:00
Bertrand Augereau 10844ea172 NDS: Disabling the buggy ARM blitters so that the CPU scaler works
svn-id: r29731
2007-12-05 23:53:45 +00:00
Bertrand Augereau 2f078b303b NDS: Reporting hi-level opti from Robin in the c++ software scaler ( a1r5g5b5 swizzling )
svn-id: r29730
2007-12-05 23:49:07 +00:00
Bertrand Augereau 0070e3da12 NDS : params reordering to match C scaler and ARM one
svn-id: r29728
2007-12-05 23:16:12 +00:00
Bertrand Augereau e82f4a25ac NDS : The CPU scaler checkbox is back (and can be removed with a #define)
svn-id: r29725
2007-12-05 22:19:33 +00:00
John Willis 33df167a40 Change to default volume levels on the GP2X to prevent some nasty 'clipping'.
svn-id: r29721
2007-12-05 09:47:53 +00:00
John Willis fbaac48957 Tidyup of a few small things in the GP2X port.
svn-id: r29719
2007-12-05 09:34:02 +00:00
Oystein Eftevaag 5068d08ebb ARM ASM blitting routines from Robin_Watts
svn-id: r29717
2007-12-05 08:03:47 +00:00
Oystein Eftevaag ece4ee3360 Suspend ScummVM when the button is hit (or a call is received), putting it in a sleep loop until it's resumed
svn-id: r29633
2007-11-25 09:37:15 +00:00
Oystein Eftevaag 1d5392d56f Now always sending a mouse-moved event before a click (some engines don't 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-24 21:45:39 +00:00
Lars Persson 31bd8ec3c0 Updated main features for Symbian with the latest game engines
svn-id: r29628
2007-11-24 18:10:27 +00:00
Lars Persson 54aea9bd74 Fix for keymappings not working properly for S60
svn-id: r29627
2007-11-24 12:57:08 +00:00
Lars Persson c37df6a7b3 updated makefile due to new dependencies of a new lib
svn-id: r29626
2007-11-24 11:50:43 +00:00
Lars Persson 40a74b3b08 Symbian build system does not cope with include file with the same name, specific sub include path will fix this depency.
svn-id: r29625
2007-11-24 11:41:54 +00:00
Lars Persson 1a353d7430 Support for IGOR in the build system.
svn-id: r29624
2007-11-24 11:39:23 +00:00
Oystein Eftevaag a1edea156f Some minor display and mouse cursor optimizations
svn-id: r29621
2007-11-23 23:13:55 +00:00
Oystein Eftevaag 5295bde22a Cleaned up some screen drawing offsetting issues
svn-id: r29620
2007-11-23 19:46:03 +00:00
Max Horn 78d347e008 updated backends/platform/ds/arm9/makefile.in to match changes made to backends/platform/ds/arm9/makefile (next time, please modify makefile.in then run tools/update-version.pl)
svn-id: r29611
2007-11-22 14:04:46 +00:00
Oystein Eftevaag 0bc6fbd435 Optimized dirty rects handling a bit, makes AGOS engine games run better
svn-id: r29587
2007-11-20 22:20:52 +00:00
Johannes Schickel c9a7cbf6ee Cleanup.
svn-id: r29584
2007-11-20 19:59:29 +00:00
Johannes Schickel 94a584c687 Cleanup.
svn-id: r29583
2007-11-20 19:54:06 +00:00
Oystein Eftevaag f2f5a09040 Cleaned up some formatting
svn-id: r29582
2007-11-20 19:42:41 +00:00
Oystein Eftevaag 3996e3daac Fixed a silly palette issue, and added a toggle for a click-and-hold-mouse-button mode
svn-id: r29572
2007-11-19 22:29:02 +00:00
Oystein Eftevaag 6a4ce78789 Implemented soft keyboard support, and added a workarond for engines that can't handle mouse-down and mouse-up events coming in two subsequent calls to pollEvent()
svn-id: r29557
2007-11-18 17:58:53 +00:00
Oystein Eftevaag ee4d7dc54d Increased sound buffer size to avoid some skipping issues, and re-added a timer callback that had somehow gotten lost
svn-id: r29542
2007-11-18 01:14:20 +00:00
Oystein Eftevaag dbbce1985a Implemented portrait mode, fixed a few issues with the dirty rects handling, 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-17 21:26:03 +00:00
Oystein Eftevaag e13e247612 Some dirty rects handling, and fixed a off-by-one blitting bug
svn-id: r29510
2007-11-15 23:42:00 +00:00