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
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
42ab839dd6
AUDIO: Rename sound/ dir to audio/
...
svn-id: r55850
2011-02-09 01:09:01 +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
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
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
Marcus Comstedt
710e41c3e8
DC: Check plugins for required symbols
...
Make sure that all the required symbols exist in generated plugins.
If not, the strip command may have removed them...
svn-id: r55144
2011-01-07 14:40:25 +00:00
Arnaud Boutonné
6a299ce0b8
COPYRIGHT: Update copyright year - Happy new year!
...
svn-id: r55082
2010-12-31 23:04:49 +00:00
Angus Lees
1dce5fa11d
ANDROID: Remove obsolete reference to ANDROID_TOP in build instructions.
...
svn-id: r55029
2010-12-24 02:09:59 +00:00
Fabio Battaglia
5f6dfb2b67
N64: save and return exact palette for grabPalette
...
Save the exact palette and return it when grabPalette is called,
The less precise 16bit conversion is still used inside though.
svn-id: r54981
2010-12-20 21:46:28 +00:00
Yotam Barnoy
8d1f3f00ad
PSP: fixed bug exhibited in Gob engine with blacked out video frames
...
The problem was that I was allowing changes to the palette (in this case) even before the separate display thread, which is synchronized to vsync, was done drawing. This caused the palette to change mid-render.
The fix is a semaphore synchronizing the threads.
svn-id: r54942
2010-12-17 10:58:34 +00:00
Johannes Schickel
7f533ba253
DC: Remove extra semicolon. (Should fix compiliation hopefully).
...
svn-id: r54753
2010-12-03 19:01:52 +00:00
Marcus Comstedt
878674809e
DC: Implement getSystemLanguage()
...
svn-id: r54752
2010-12-03 18:57:20 +00:00
Jordi Vilalta Prat
68937e6e77
WII: Use more standard Chinese locales.
...
Don't distinguish between simplified and traditional Chinese in the
language tag, as suggested by LordHoto.
svn-id: r54751
2010-12-03 15:11:43 +00:00
Marcus Comstedt
1ed5b5b353
DC: Adapted CDDA interface to the new standard.
...
svn-id: r54714
2010-12-01 19:57:23 +00:00
Jordi Vilalta Prat
cb8ce9feac
WII: Let the base backend decide the default detected language.
...
svn-id: r54713
2010-12-01 19:46:46 +00:00
Jordi Vilalta Prat
768d3dd6f7
WII: Fix compilation
...
svn-id: r54698
2010-12-01 12:30:58 +00:00
Jordi Vilalta Prat
0fc6a9bb45
WII: Add system language auto-detection.
...
svn-id: r54697
2010-12-01 12:23:37 +00:00
Lars Persson
5fb635dabf
SYMBIAN : Forgot to init the SDL backend
...
svn-id: r54590
2010-11-29 20:02:15 +00:00
Max Horn
73cf5dba99
SDL: Add Mac OS X log file support
...
svn-id: r54589
2010-11-29 19:54:55 +00:00
Lars Persson
960efd93d8
SYMBIAN : Updated so it builds with latest structures and add support to last express
...
svn-id: r54588
2010-11-29 19:44:22 +00:00
Johannes Schickel
a1d99836cd
BACKENDS: Fix SVN keyword usage.
...
svn-id: r54584
2010-11-29 18:48:43 +00:00
Johannes Schickel
39aad6ece7
SDL: Move createLogFile implementions to the OSystem_SDL subclasses.
...
svn-id: r54581
2010-11-29 18:30:23 +00:00