Yotam Barnoy
|
e7e8808aff
|
PSP: got rid of SDL
svn-id: r49903
|
2010-06-16 09:04:27 +00:00 |
|
David Turner
|
4ac81f3d18
|
Fix for Valgrind Uninitialised Error from SDL_Event in sdl backend and derived backends.
svn-id: r49902
|
2010-06-16 07:22:54 +00:00 |
|
John Willis
|
2e9a7155e6
|
GP2X: Move port distribution rules into a makefile for use with buildbot.
This removes them from the old scripts in /backends/platform/gp2x/build/ and puts them in the right place.
svn-id: r49892
|
2010-06-15 20:45:13 +00:00 |
|
John Willis
|
ee419aad9c
|
GP2XWiz: Add port distribution rules into a makefile so they can be used with buildbot.
This removes them from the old scripts in /backends/platform/gp2xwiz/build/ and puts them in the right place as make targets.
svn-id: r49877
|
2010-06-15 17:49:40 +00:00 |
|
Martin Kiewitz
|
831e626ccd
|
SDL: only change mouse cursor, when mouse is currently within our window, also enable mouse position changing again for SCI
svn-id: r49866
|
2010-06-15 16:58:03 +00:00 |
|
Yotam Barnoy
|
a21b9c7b96
|
PSP: fixed up PowerManager and removed dependency on SDL
svn-id: r49852
|
2010-06-15 13:10:00 +00:00 |
|
Max Horn
|
651e2760a3
|
Fix spelling, cleanup
svn-id: r49843
|
2010-06-15 12:33:20 +00:00 |
|
Max Horn
|
703f0ca29c
|
SYSTEM: Unify OSystem::getSupportedFormats() signature
svn-id: r49838
|
2010-06-15 12:21:08 +00:00 |
|
Eugene Sandulenko
|
9e006b74d3
|
Keymapper: sync with recent GUI changes.
svn-id: r49796
|
2010-06-15 11:02:42 +00:00 |
|
Eugene Sandulenko
|
9793c96f1b
|
WINCE: sync with recent GUI changes. NOT TESTED.
svn-id: r49795
|
2010-06-15 11:02:23 +00:00 |
|
Eugene Sandulenko
|
9aa8a9d519
|
Symbian: sync with recent GUI changes. NOT TESTED.
svn-id: r49794
|
2010-06-15 11:01:41 +00:00 |
|
Eugene Sandulenko
|
91078cc1bb
|
WII: sync with recent GUI changes. NOT TESTED.
svn-id: r49793
|
2010-06-15 11:01:17 +00:00 |
|
Eugene Sandulenko
|
d6d7cf3edf
|
IPhone: sync with recent GUI changes. NOT TESTED.
svn-id: r49792
|
2010-06-15 11:00:57 +00:00 |
|
Eugene Sandulenko
|
c6d9812270
|
DS: sync with recent GUI changes. NOT TESTED.
svn-id: r49791
|
2010-06-15 11:00:35 +00:00 |
|
Yotam Barnoy
|
0fe65d3e5f
|
PSP: fixed invisible bug in power callback
svn-id: r49756
|
2010-06-15 10:36:53 +00:00 |
|
Yotam Barnoy
|
ff66c67439
|
PSP: fixed SCI freeze issue by using recursive mutexes
svn-id: r49682
|
2010-06-15 06:30:49 +00:00 |
|
Yotam Barnoy
|
25c7dc08b1
|
PSP: fixed bug in hardware MP3 that caused crash in broken sword. The sample rate must be returned from our member variable, not from the header value which disappears.
svn-id: r49680
|
2010-06-15 05:34:37 +00:00 |
|
John Willis
|
b921cebce8
|
GP2XWiz: Add shellscripts to support building a non-stripped bundle for use with GDB.
* This should help Tony (GSoC) get debug builds going.
svn-id: r49648
|
2010-06-14 09:33:36 +00:00 |
|
Angus Lees
|
580c9032f0
|
Add support for setFocusRectangle - enabled on 'small' Android screens.
svn-id: r49594
|
2010-06-11 10:54:49 +00:00 |
|
Yotam Barnoy
|
d89da56f47
|
PSP: swapped order of checks in renderAll. It's a little cheaper this way.
svn-id: r49574
|
2010-06-10 14:01:30 +00:00 |
|
Yotam Barnoy
|
c8ee854600
|
PSP: switched to psp semaphores rather than SDL's. Removal of SDL is almost complete.
svn-id: r49572
|
2010-06-10 13:41:29 +00:00 |
|
Angus Lees
|
d44efa817f
|
Fix dirty tracking in paletted textures.
svn-id: r49552
|
2010-06-09 21:31:48 +00:00 |
|
Angus Lees
|
d8050029f9
|
Improve build instructions to include themeengine patch and
scummmodern.zip compression.
svn-id: r49551
|
2010-06-09 21:30:06 +00:00 |
|
Yotam Barnoy
|
f770156dcc
|
PSP: fixed missing frame issue with kyrandia and possibly other games by calling updateScreen() from pollEvent() once in a while
svn-id: r49541
|
2010-06-09 14:15:51 +00:00 |
|
Angus Lees
|
f6b02e9986
|
Whitespace fixup in last submit. I'll get the hang of this eventually :/
svn-id: r49507
|
2010-06-08 13:27:46 +00:00 |
|
Angus Lees
|
d72ae64e34
|
Provide a replacement for bionic's __assert().
The usual Android version doesn't actually print the assert message
before aborting.
svn-id: r49506
|
2010-06-08 13:25:00 +00:00 |
|
Angus Lees
|
ec524e3705
|
Remove obsolete ANDROID_VERSION_GE macro
svn-id: r49505
|
2010-06-08 13:23:08 +00:00 |
|
Angus Lees
|
fb73cef4d9
|
Add a few files mistakenly left out of initial Android patch :(
svn-id: r49502
|
2010-06-08 13:15:15 +00:00 |
|
Yotam Barnoy
|
356728dab7
|
PSP: found bug in fast getMillis() implementation. Fixed it by adding a fixed amount to the time counter.
svn-id: r49485
|
2010-06-07 13:47:27 +00:00 |
|
Yotam Barnoy
|
857f3ab550
|
PSP: faster way of getting file size
svn-id: r49457
|
2010-06-06 14:17:37 +00:00 |
|
Max Horn
|
4667907b5c
|
whitespace corrections
svn-id: r49453
|
2010-06-06 13:35:08 +00:00 |
|
Max Horn
|
46155b2c36
|
Add Android backend from patch #2603856
svn-id: r49449
|
2010-06-06 09:34:36 +00:00 |
|
John Willis
|
7b56f39985
|
GP2X Wiz: Add missing "#include "graphics/scaler/aspect.h"".
svn-id: r49442
|
2010-06-05 18:26:53 +00:00 |
|
John Willis
|
6a796c2bb0
|
GP2X Wiz: Update handy shell scripts.
svn-id: r49441
|
2010-06-05 18:24:28 +00:00 |
|
Oystein Eftevaag
|
90649938d2
|
We'll now default to non-touchpad mode on the iPad
svn-id: r49403
|
2010-06-03 03:22:10 +00:00 |
|
Max Horn
|
767edc91fa
|
OSYSTEM: Get rid of kFeatureAutoComputeDirtyRects
svn-id: r49388
|
2010-06-02 00:52:57 +00:00 |
|
Max Horn
|
9f14e43d16
|
Fix bug #2999153: "IPHONE: No grabPalette() implementation"
svn-id: r49384
|
2010-06-01 22:29:55 +00:00 |
|
Max Horn
|
93867d567f
|
Inline palettes in SDL backend into class OSystem_SDL
svn-id: r49383
|
2010-06-01 22:28:24 +00:00 |
|
Johannes Schickel
|
4cb3a2b41b
|
This hopefully fixes the compilation of the GP2x backend.
svn-id: r49378
|
2010-06-01 17:03:43 +00:00 |
|
Max Horn
|
caf1a6bee4
|
Remove dead code from PS2 and GP2x backends
svn-id: r49374
|
2010-06-01 15:38:09 +00:00 |
|
Jordi Vilalta Prat
|
400542a1fe
|
Revert the rest of 49362, which wasn't meant for trunk
svn-id: r49366
|
2010-05-31 23:04:30 +00:00 |
|
Jordi Vilalta Prat
|
9d72dde5e7
|
Fix trunk compilation (don't try to compile non-existing files)
svn-id: r49365
|
2010-05-31 22:58:22 +00:00 |
|
Tony Puccinelli
|
c9a38abf60
|
modifications to get the ps2 to use the ps2loader
svn-id: r49363
|
2010-05-31 22:41:46 +00:00 |
|
Max Horn
|
443c0d4f93
|
DS: Use gScummVMVersion in dsmain.cpp; merge 1.1.1 changes in readme_ds.txt
svn-id: r49359
|
2010-05-31 18:28:26 +00:00 |
|
Yotam Barnoy
|
6884ffc291
|
PSP: added preliminary support for using ME hardware to play MP3 files. If the decoder fails to load, MAD is used instead. Disable with DISABLE_PSP_MP3.
svn-id: r49319
|
2010-05-30 09:47:00 +00:00 |
|
Neil Millstone
|
989c1fdddd
|
DS: Various fixes to allow the DS port to compile on DevkitARM r30 and libnds 1.4.3.
svn-id: r49313
|
2010-05-29 20:30:54 +00:00 |
|
Torbjörn Andersson
|
1c32db1e08
|
Removed some unused variables, found by cppcheck.
svn-id: r49306
|
2010-05-29 08:09:47 +00:00 |
|
Yotam Barnoy
|
5f53683cab
|
PSP: fixed a screen shake bug
svn-id: r49258
|
2010-05-27 06:21:37 +00:00 |
|
Yotam Barnoy
|
f7ba7b4684
|
PSP: fixed issue with handling of EOS. Caused crashes.
svn-id: r49257
|
2010-05-27 06:11:50 +00:00 |
|
Yotam Barnoy
|
8b54efd8a6
|
PSP: implemented basic file cache. Turns out the PSP reads 1 byte as fast as it reads 1 KB.
svn-id: r49243
|
2010-05-26 14:43:25 +00:00 |
|