Commit Graph
4365 Commits
Author SHA1 Message Date
Alyssa Milburn 6927e570bb ANDROID: Add 32bpp support.
We still prefer 16bpp for performance reasons.
2014-01-23 23:00:00 +01:00
Dries Harnie 841d08db2e GRAPHICS: Distinguish between texture size and viewport size in Graphics::FrameBuffer 2014-01-23 21:51:54 +01:00
Joel Teichroeb 38c22e3c70 ANDROID: Don't install source files to apk
If ant is let loose on backends/platform/android it copies everything it can into the final apk file, which we obviously don't want. This changes it so that it will only see the java files which it compiles puts the results into the apk.
2014-01-23 10:08:13 -08:00
Johannes Schickel f93ebdc936 Merge pull request #421 from lordhoto/taskbar-cleanup
BUILD: Taskbar Cleanup/Fixes
2014-01-21 14:15:19 -08:00
David Turner b098b74e76 Merge pull request #413 from AReim1982/master
WII: Implement changes needed by DevKitPPC R26 and later
2014-01-21 12:23:56 -08:00
Johannes Schickel 4412e12deb BUILD: Rename libunity support variable to "USE_UNITY" instead of "USE_TASKBAR_UNITY".
This makes it consistent with other library support variables.
2014-01-21 19:01:28 +01:00
AReim1982 eff22cb43d WII: Implement changes needed by DevKitPPC R26 and later
This changes makes ScummVM compilable with newer versions of DevKitPPC. ScummVM can be linked against the original libogc and libfat. That makes some newer WiiMotes work, improves audio-/video-playback and contains various improvements.
2014-01-21 16:03:47 +01:00
Joel Teichroeb 465c91a8b4 ANDROID: Make androidrelease use ant release 2014-01-20 14:17:57 -08:00
Max Lingua 90d1e99968 PS2: added missing default engines to Makefile.ps2 2014-01-19 01:45:21 -05:00
Max Lingua d211d579a2 PS2: do not assume _tvMode and _gfxMode are init 0 2014-01-18 13:50:19 -05:00
Max Lingua 61aaf9bafb PS2: reverted createPixelFormat to _overlayFormat
<1555> alpha is otherwise broken with classic theme
2014-01-18 13:50:09 -05:00
Max Lingua 066c2825a6 PS2: converted malloc(x) -> memalign(64, x) 2014-01-18 13:49:45 -05:00
Max Lingua 27735638c2 PS2: ps2pad.cpp - fixed duplicate switch case 2014-01-18 13:49:30 -05:00
Max Lingua beee456c68 PS2: support for different gfx modes 2014-01-18 13:49:07 -05:00
Max Lingua ca2f0f0067 PS2: added [PlayStation2] section to scummvm.ini 2014-01-18 13:48:48 -05:00
Max Lingua 1cbb90d8ea PS2: modular IRX drivers loading 2014-01-18 13:48:37 -05:00
Max Lingua fb69d8eddc PS2: enhanced Makefile.ps2 (incl. modules & debug) 2014-01-18 13:48:20 -05:00
Max Lingua 7287448e89 PS2: commented out unused Gs2dScreen::tvMode 2014-01-18 13:41:02 -05:00
Max Lingua 623a0e7d61 PS2: use createPixelFormat for overlay format 2014-01-18 13:40:32 -05:00
Max Lingua 8e009b447b PS2: renamed animThread -> playAnim to avoid shadowing 2014-01-18 13:39:56 -05:00
Max Lingua 00b2e12897 PS2: Ps2Pad::initPad added case STAT_NONE 2014-01-18 13:39:44 -05:00
Max Lingua e73027f2b8 PS2: fixed tabs and alignment 2014-01-18 13:39:35 -05:00
Max Lingua b75c7f6bc4 PS2: added missing casts 2014-01-18 13:39:20 -05:00
Max Lingua 14f3a09c8c PS2: used C++ const_cast<...> where appropriate 2014-01-18 13:38:12 -05:00
Max Lingua 17e8a6f220 PS2: cleaned cast (X*) -> (X *) 2014-01-18 12:40:58 -05:00
Dries Harnie 8e8c9c32df ANDROID: Bundle shaders with assets 2014-01-14 00:26:39 +01:00
Dries Harnie 47414b51f7 ANDROID: Draw GLES2 in framebuffer 2014-01-14 00:26:39 +01:00
Dries Harnie 4e135071fc ANDROID: Support OUYA platform & controller 2014-01-14 00:26:31 +01:00
Dries Harnie fa85b48dc8 ANDROID: Aspect ratio correction 2014-01-13 19:36:44 +01:00
Dries Harnie 2f55195a8b ANDROID: Cache memberlist in Archive
This reduces startup time on my HTC One from 37 seconds to 8!
2014-01-13 19:36:44 +01:00
Dries Harnie 308fd295a0 BUILD: Refactor Android build 2014-01-13 19:36:44 +01:00
Marcus Comstedt dd84867997 ANDROID: Set correct blending function
Overlays with alpha channel in ScummVM use pre-multiplied alpha.
Thus, is it necessary to set the source blend function to ONE, not
SOURCE_ALPHA.

While there is no firm decision on the texture format to be used to
cursors, make sure to set the key color to R=G=B=A=0.0, so that it
can be used with either pre-multiplied or non-pre-multiplied blending.
2014-01-10 20:05:32 +01:00
Marcus Comstedt 66ad9e76ee DC: Silenced some stupid warnings 2014-01-10 15:56:52 +01:00
Marcus Comstedt 62828f86a1 DC: Workaround for usleep prototype mismatch 2014-01-10 15:56:51 +01:00
Eugene Sandulenko ae6efb09b7 JANITORIAL: Update copyright year 2014-01-01 12:44:08 +02:00
Pawel Kolodziejski b22d441a00 ALL: synced with scummvm 2013-12-08 13:25:24 +01:00
anotherguest d9c8cb7118 Merge branch 'master' of github.com:scummvm/scummvm 2013-12-06 08:31:08 +01:00
anotherguest 6cc047f8eb SYMBIAN OS: Spelling correction 2013-12-06 08:30:29 +01:00
Johannes Schickel afe56a8ea8 NULL: Fix compilation of null backend. 2013-12-06 04:23:51 +01:00
anotherguest ccc92b2e70 SYMBIAN OS:Added help files also in the split build installation file. 2013-12-02 09:50:48 +01:00
anotherguest 41ddad534d SYMBIAN OS: Fedor created context sensitive help for ScummVM Symbian OS! 2013-12-02 08:34:07 +01:00
anotherguest e1afc7d0d7 SYMBIAN OS: README updated with Fedors name. Removed FLAC include from base.mmp.in. 2013-11-26 16:04:08 +01:00
anotherguest 2f693bd9ec SYMBIAN OS: Add correct datafiles to installation scripts 2013-11-26 15:23:54 +01:00
anotherguest ed357a6dfa SYMBIAN OS:Forgot to set Mpeg2Lib decoder lib. 2013-11-26 12:14:18 +01:00
anotherguest cabbc7161b SYMBIAN OS: Add Sword25 and testbed engines. Perl script updated 2013-11-26 10:54:50 +01:00
anotherguest f4137df940 SYMBIAN OS:Removed resolution fix from Symbian OS Backend, handle this in SDL backend instead. Add more engines for the split build. 2013-11-26 10:39:46 +01:00
anotherguest 7c3588ec2a SYMBIAN OS:Added new engines, updated resolution support. Version number changes 2013-11-25 16:43:11 +01:00
D G Turner 8b9d4348f8 SDL: Fix bug where config file path could exceed maximum path length.
The fix is the change in the MAXPATHLEN check, but have also migrated
this to Common::String to make the fix easier.

Thanks to klusark for pointing out this problem.
2013-11-14 18:35:03 +00:00
Dries Harnie 814677cac8 ANDROID: Surface::pixels -> Surface::getPixels() 2013-11-11 18:12:39 +01:00
Kirben 3950dad947 SDL: Remove misleading comments, based on incomplete information at MSDN. GetLocalInfo is supported on Windows 95 onwards, but MSDN fails to mention older Windows versions. 2013-11-11 23:53:53 +11:00