Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-12 | SYMBIAN: Added esock.lib for byteswap. | anotherguest | |
2014-06-12 | SYMBIAN: Add symbian support for voyeur | anotherguest | |
2014-06-11 | SYMBIAN: Added support for two new engines. Updated MMP files and help files ↵ | anotherguest | |
from Fedors changes. | |||
2014-06-07 | ANDROID: Fix casting away const | Matthew Hoops | |
2014-06-05 | IPHONE: Scale input according to content scale factor. | Johannes Schickel | |
This hopefully fixes input positions in retina devices. The idea is stolen from QT: https://qt.gitorious.org/qt/qt/source/0726127285413829f58618b5b82fb3e2da0c3a74:src/plugins/platforms/uikit/quikitwindow.mm#L261-296 Complicated way to retrieve scale's return value properly is taken from: https://stackoverflow.com/questions/3130464 We sadly can't use the cleaner solution since we don't want to require a newer SDK... | |||
2014-06-04 | IPHONE: Remove superflous semicolon. | Johannes Schickel | |
2014-06-01 | BACKENDS: Fix invalid buffer size in CFStringGetCString call | Matthew Hoops | |
2014-05-06 | SYMBIAN: Updated Symbian support, help text | anotherguest | |
2014-04-28 | Merge pull request #426 from sunmax/master | Eugene Sandulenko | |
PS2: Pull request to master for latest PS2 code | |||
2014-04-01 | Merge pull request #453 from lordhoto/android-16bit-cursor | Johannes Schickel | |
ANDROID: Fix color key handling for 16bit mouse cursors. | |||
2014-03-31 | ANDROID: Make transparent cursor pixels all 0 in 16bit cursor mode. | Johannes Schickel | |
Since the Android backend uses glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA) we need to make the transparent cursor pixels all 0 otherwise we might get artifacts from blending. | |||
2014-03-26 | ANDROID: Fix color key handling for 16bit mouse cursors. | Johannes Schickel | |
This should fix a issue similarly to bug #6108: "WII: Zak FM-TOWNS mouse cursor encased in blue box". | |||
2014-03-26 | WII: Fix color key handling for 16bit mouse cursors. | Johannes Schickel | |
This should fix bug #6108 "WII: Zak FM-TOWNS mouse cursor encased in blue box". | |||
2014-03-23 | TIZEN: fix compile errors | Chris Warren-Smith | |
2014-02-27 | ANDROID: Fix Android pre3.1 compatibility. | D G Turner | |
This was broken by a50ede203b0424d800d2a1d4460121f9f1de8e7a. | |||
2014-02-23 | OSX: Implement TaskbarManager for Mac OS X | Thierry Crozat | |
This implements count badge, progress bar, and icon overlay. It uses the NSDockTile API which is available since OS X 10.5. The code compiles and run on older system but without doing anything. | |||
2014-02-22 | ANDROID: Slight formatting fix. | Johannes Schickel | |
2014-02-21 | ANDROID: Fix runtime failure on earlier versions of Android. | D G Turner | |
getAxisValue() is only present from Android 3.1 onwards and usage causes a runtime failure on earlier versions of Android. This bug was introduced by a50ede20 with addition of OUYA support. This solution is as recommended on the Android developer portal. | |||
2014-02-18 | WINCE: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | WII: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | WEBOS: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | TIZEN: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | SYMBIAN: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | SDL: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | SAMSUNGTV: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | PSP: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | PS2: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | OPENPANDORA: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | NULL: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | N64: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | MAEMO: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | LINUXMOTO: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | IPHOME: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | GPH: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | DS: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | DINGUX: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | DC: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | ANDROID: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-16 | SDL: Move debugging code to output SDL video driver name to initBackend. | D G Turner | |
The initBackend() function is called later after the command line is parsed and thus debug() prints can be used, which are much less noisy. | |||
2014-02-15 | Merge pull request #432 from klusark/race | Alyssa Milburn | |
ANDROID: Fix a race condition | |||
2014-02-12 | SDL: Add debugging code to output SDL video driver name being used. | D G Turner | |
2014-02-11 | OPENGL: Rename notifyContextChange to notifyContextCreate. | Johannes Schickel | |
2014-02-11 | TIZEN: Notify OpenGL manager about context destruction. | Johannes Schickel | |
2014-01-27 | ANDROID: Fix a race condition | Joel Teichroeb | |
setSurface is done in a different thread than the one that starts the scummvm main. The main thread would then wait until the setSurface thread notifies. The setSurface thread would notify before it actually calls setSurface, meaning if the thread is preemted before calling setSurface, initSurface will assert, causing the app to crash. | |||
2014-01-24 | Merge remote-tracking branch 'local/master' | Max Lingua | |
2014-01-24 | WINCE: Attempt to fix WinCE compilation. | Johannes Schickel | |
2014-01-23 | PS2: Added README.PS2 | Max Lingua | |
2014-01-23 | PS2: Added compact Makefile.ps2.dev for debug | Max Lingua | |
2014-01-23 | PS2: Made it quieter unless -DLOGORRHEIC is set | Max Lingua | |
2014-01-23 | PS2: Init Ps2Input after USB drivers are loaded | Max Lingua | |