dhewg
84e632cc9d
ANDROID: Formatting
...
maybe now?
2011-02-18 21:38:26 +01:00
dhewg
106253b8b9
ANDROID: Formatting
...
and hoping for buildbot to pick up the toolchain now
2011-02-18 21:32:37 +01:00
dhewg
1b41de4ad8
ANDROID: dist target for buildbot
2011-02-18 20:18:13 +01:00
Marcus Comstedt
106380d481
DC: Don't use $(VER_REV) with git
...
It seems unlikely that git will ever be able to produce a $(VER_REV)
of 6 characters or less (the requirement for the version field in
IP.BIN), so don't even try to use it.
2011-02-18 20:12:16 +01:00
dhewg
8cddb2a401
Merge branch 'dhewg-android'
2011-02-18 17:18:27 +01:00
Johannes Schickel
4115c97883
BACKENDS: Adapt DefaultPaletteManager to setPalette/grabPalette RGBA->RGB change.
2011-02-16 16:22:52 +01:00
Fabio Battaglia
68e468ee01
N64: revert fix in svn r55745 and added a FIXME
...
The sign comparison fix requires a little more work than int->uint change, else it
throws an exception on the N64
2011-02-16 09:51:32 +01:00
Johannes Schickel
123f81f837
WII: Fix OSystem_Wii::setPalette after the ScummVM upstream merge in a024546.
...
I accidently removed two lines when doing the merge since I read the log
incorrectly. Thanks to dhewg for reporting this.
2011-02-16 00:52:52 +01:00
Johannes Schickel
c9a9f7b48f
IPHONE: Remove erroneous write in OSystem_IPHONE::grabPalette.
...
Thanks to dhewg for reporting this!
2011-02-16 00:44:14 +01:00
Johannes Schickel
46c5732ba5
PS2: Adapt to setPalette/grabPalette RGBA->RGB change.
...
This change is not tested.
2011-02-16 00:10:40 +01:00
Johannes Schickel
462f06d806
DC: Adapt to setPalette/grabPalette RGBA->RGB change.
...
This change is not tested, but should hopefully work fine.
2011-02-16 00:04:25 +01:00
Johannes Schickel
a52b16ceb3
N64: Adapt to setPalette/grabPalette RGBA->RGB change.
...
This change is not tested, but should hopefully work fine.
2011-02-16 00:02:48 +01:00
Johannes Schickel
aafebe1389
DS: Adapt to setPalette/grabPalette RGBA->RGB change.
...
This change is not tested, but should hopefully work fine.
2011-02-15 23:59:31 +01:00
Johannes Schickel
4d30c6f7c9
PSP: Adapt to setPalette/grabPalette RGBA->RGB change.
...
This change is not tested, but should hopefully work fine.
2011-02-15 23:57:35 +01:00
Johannes Schickel
3c968128ea
IPHONE: Adapt to setPalette/grabPalette RGBA->RGB change.
...
This change is not tested, but should hopefully work fine.
2011-02-15 23:57:10 +01:00
Johannes Schickel
a02454644a
Merge branch 'master' into osystem-palette
...
Conflicts:
backends/platform/wii/osystem_gfx.cpp
2011-02-15 23:42:50 +01:00
dhewg
50129178ef
WII: Fix 16bit cursors on some HE games
2011-02-14 22:12:30 +01:00
dhewg
ad94ac343a
ANDROID: Adapt to [set|grab]Palette RGBA->RGB change.
2011-02-14 20:26:35 +01:00
dhewg
2586e15e4e
ANDROID: Fix JNI calls for the timer thread
...
JNI calls can happen through the timer mechanism (hence from another
thread). Attach the timer thread to the VM to prevent assert()s
2011-02-14 18:58:56 +01:00
dhewg
ea2cfc44c0
ANDROID: Fix assert() to log output
...
add bionic replacement __assert2(), so we actually see what's happening
2011-02-14 18:58:56 +01:00
dhewg
21c2dda5ba
ANDROID: Use and reinit texture on screen changes
...
- EVENT_SCREEN_CHANGED must happen _after_ we have a new surface,
not when the the old surface vanishes. fixes port on galaxy tab
- textures have to be redefined with glTexImage2D() to make
glTexSubImage2D() not fail on screen changes
2011-02-14 18:58:56 +01:00
dhewg
bf237c8d2c
ANDROID: Unify log prefix
...
adb logcat ScummVM:\* \*:S
2011-02-14 18:58:56 +01:00
dhewg
8de5edde95
ANDROID: Protect port files with our define
...
get rid of -DANDROID and -DANDROID_BACKEND
2011-02-14 18:58:55 +01:00
dhewg
29d1df94db
ANDROID: Allow out-of-src-tree builds, cleanup
...
- move all android specific make stuff from module.mk to android.mk
- don't create automatically generated files in the source tree
- don't fail when building outside of the source tree
- clean android build files on "make clean"
- cleanup
2011-02-14 18:58:55 +01:00
dhewg
57bc9b3f95
ANDROID: Allow monolithic builds to run
...
this gets rid of the "no plugins found, go to market, kthx" message,
which doesn't make sense on monolithic builds (market only has
ancient apk's anyway)
2011-02-14 18:58:55 +01:00
dhewg
f850ad2ced
WII: Adapt to [set|grab]Palette RGBA->RGB change.
2011-02-14 17:08:33 +01:00
Johannes Schickel
6adfbe5f54
OPENGL: Adapt the OpenGL module to the setPalette/grabPalette RGBA->RGB change.
2011-02-14 17:08:31 +01:00
Johannes Schickel
813f503884
SDL: Adapt SDL graphics module to the setPalette/grabPalette RGBA->RGB change.
2011-02-14 17:08:31 +01:00
dhewg
be12529115
GIT: ./tools/update-version.pl 1 3 0 git
2011-02-14 11:21:27 +01:00
dhewg
d794bfc4fa
GIT: use git for describing the version.
2011-02-12 19:03:36 +01:00
Jordi Vilalta Prat
a422763833
BUILD: Remove explicit references to SVN in revision variable names.
...
svn-id: r55898
2011-02-12 16:43:57 +00:00
Andre Heider
56366c4c41
WII: Whitespace (buildbot upgrade test)
...
svn-id: r55888
2011-02-12 09:13:04 +00:00
Max Horn
77fe90d95e
MIDI: Really fix bug #3153076 (this time also for Timidity)
...
svn-id: r55857
2011-02-09 11:03:36 +00:00
Max Horn
ab78737abd
MIDI: Fix bug #3153076 (warnings in SEQ driver)
...
svn-id: r55851
2011-02-09 01:11:58 +00:00
Max Horn
42ab839dd6
AUDIO: Rename sound/ dir to audio/
...
svn-id: r55850
2011-02-09 01:09:01 +00:00
Max Horn
57c932abdd
BACKENDS: Reduce header interdependencies
...
svn-id: r55808
2011-02-07 17:53:15 +00:00
Max Horn
da01896ee0
BACKENDs: Fix const correctness in "null" graphics manager
...
svn-id: r55807
2011-02-07 17:52:58 +00:00
Max Horn
ab039812e7
COMMON: OSystem now has a PaletteManager
...
svn-id: r55806
2011-02-07 17:52:38 +00:00
Max Horn
47dbd520bb
WIN32: Try to fix compiler error for mingw-w64 buildbot build
...
svn-id: r55785
2011-02-05 10:34:37 +00:00
David Turner
149082c9e9
N64: Fix Signed to Unsigned Comparison GCC Warning.
...
svn-id: r55745
2011-02-02 23:22:45 +00:00
David Turner
cf39749dcb
IPHONE: Fix Unsigned to Signed Comparison Compiler Warning.
...
svn-id: r55743
2011-02-02 22:26:05 +00:00
Filippos Karapetis
2126aa588f
SDL: Don't send key up events for special keys that are handled by handleKeyDown()
...
Fixes bug #3166522 at the SDL level (fix 1/2)
svn-id: r55567
2011-01-27 14:17:59 +00:00
Filippos Karapetis
cc9f2944ed
MIDI: Fixed unnecessary casts of return values to void, reported in bug #3153076
...
svn-id: r55248
2011-01-15 09:43:02 +00:00
Jordi Vilalta Prat
e49b35d706
SYMBIAN: Fix some small issues in the README file (M4 isn't included)
...
svn-id: r55243
2011-01-14 19:47:25 +00:00
Lars Persson
06acd96244
SYMBIAN: Updated revision history
...
svn-id: r55236
2011-01-14 08:10:51 +00:00
Marcus Comstedt
910e2f0760
DC: Sync legacy makefile with recent changes
...
svn-id: r55173
2011-01-08 20:51:25 +00:00
Marcus Comstedt
59945ac2d0
DC: Fix a compilation warning
...
svn-id: r55172
2011-01-08 20:34:54 +00:00
Marcus Comstedt
98e057603c
DC: Implement logMessage()
...
svn-id: r55171
2011-01-08 20:33:07 +00:00
Jordi Vilalta Prat
b24aab3052
OPENGL: Skip empty texture updates.
...
This fixes some hangs when calling the GMM while running Fascination.
svn-id: r55166
2011-01-08 16:05:27 +00:00
Marcus Comstedt
176be9adad
DC: Ensure creation of output sections .{c,d}tors
...
Add an object with an empty .ctors and .dtors section to the build
of each plugin. This ensures that there will be an output section
.ctors and one .dtors in the output file (they could be empty though).
If these output sections were to be removed, the symbols defined inside
by the linker script could disappear as well, and we don't want that.
svn-id: r55149
2011-01-07 16:25:05 +00:00