Commit Graph

2258 Commits

Author SHA1 Message Date
Oystein Eftevaag
f00ebbf8d9 Fixed mutex handling, and reverted sound callbacks to be from another thread again
svn-id: r29951
2007-12-22 11:53:04 +00:00
Neil Millstone
764dc65101 Scaler corruption fixes, scaler console fixes, adding Lure target (except it doesn't quite work yet), adding function keys to virtual keyboard
svn-id: r29944
2007-12-21 18:36:40 +00:00
Neil Millstone
1cfedb217a Remove a comment
svn-id: r29943
2007-12-21 18:34:08 +00:00
Neil Millstone
8183d56407 Implement exists() in DS file system
svn-id: r29942
2007-12-21 18:30:25 +00:00
Oystein Eftevaag
9f6a40acbd Do sound callbacks from the main thread instead of a separate one, to avoid some concurrency issues. Increased sound buffer size. Removed the extra mousemoved event sent before each click, no longer needed. And finally some minor gesturing tweaks.
svn-id: r29931
2007-12-20 23:23:29 +00:00
Eugene Sandulenko
54aeecf150 clear more executable bits
svn-id: r29912
2007-12-20 12:59:03 +00:00
Eugene Sandulenko
b52e7582ba clear executable bit
svn-id: r29910
2007-12-20 11:52:07 +00:00
Max Horn
7599b2cb96 Patch #1847599: Several enhancements for the build system
svn-id: r29889
2007-12-16 21:41:10 +00:00
Kostas Nakos
4d895c4a14 default is not to build plugins yet, until the plugin system is reworked
svn-id: r29887
2007-12-16 20:37:14 +00:00
Kostas Nakos
e7a132728c reimplemented the freelook action to be more usable, ultimately targeted towards lure but all engines benefit
svn-id: r29886
2007-12-16 20:21:19 +00:00
Kostas Nakos
45b03eadf0 adding preliminary lure support
svn-id: r29884
2007-12-16 20:08:56 +00:00
Chris Apers
3dd11b260b Remove bad workaround and change compiler options (no optimization, no inline)
svn-id: r29862
2007-12-15 12:02:47 +00:00
Chris Apers
9b77034daf Added missing symbol definition
svn-id: r29861
2007-12-15 12:01:01 +00:00
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
Nicola Mettifogo
cd740a5474 When renaming a savefile, close the old file before deleting it to avoid errors.
svn-id: r29818
2007-12-10 18:59:18 +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
Max Horn
66a1c085c0 Expand ~/ to the HOME env var (see also patch #1846545)
svn-id: r29797
2007-12-09 17:28:29 +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
Kostas Nakos
1cf6278fb1 fixes for cygwin build
svn-id: r29700
2007-12-02 12:08:45 +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