Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-23 | TIZEN: Silence cppcheck warning in scanStringUntil() | Torbjörn Andersson | |
This is consistent with scanString(), and I have verified that the included test cases still work. | |||
2013-08-17 | TIZEN: updates for tizen 2.2 SDK | Chris Warren-Smith | |
2013-08-16 | VKEYBD: Make code agnostic of OverlayColor. | Johannes Schickel | |
This removes the use of OverlayColor in vkeybd and supports both 16 and 32bit overlays. | |||
2013-08-13 | DC: Use const version of ConfigManager::getGameDomains. | Johannes Schickel | |
This should fix compilation for the DC port. | |||
2013-08-07 | IPHONE: Fix accidental double free. | Johannes Schickel | |
This was a copy&paste error. I also adapted the comment to be more clear. | |||
2013-08-06 | VKEYBD: Do not access Surface::pixels anymore. | Johannes Schickel | |
2013-08-06 | N64: Do not access Surface::pixels anymore. | Johannes Schickel | |
2013-08-06 | DC: Do not access Surface::pixels directly. | Johannes Schickel | |
2013-08-06 | ANDROID: Do not access Surface::pixels directly. | Johannes Schickel | |
2013-08-06 | PSP: Do not access Surface::pixels directly. | Johannes Schickel | |
2013-08-06 | IPHONE: Do not access Surface::pixels directly. | Johannes Schickel | |
2013-08-06 | NDS: Do not access Surface::pixels directly. | Johannes Schickel | |
2013-08-06 | PS2: Do not access Surface::pixels directly. | Johannes Schickel | |
2013-08-06 | WII: Do not access Surface::pixels directly. | Johannes Schickel | |
2013-08-03 | SDL: Do not set Surface::pixels directly anymore. | Johannes Schickel | |
2013-08-03 | BACKENDS: Take advantage of Surface::getPixels. | Johannes Schickel | |
2013-08-03 | SDL: Take advantage of Surface::getPixels. | Johannes Schickel | |
2013-08-03 | OPENGL: Take advantage of Surface::getPixels. | Johannes Schickel | |
2013-08-03 | IPHONE: Take advantage of Surface::getPixels. | Johannes Schickel | |
2013-08-03 | SDL: Prefer getBasePtr over direct Surface::pixels access. | Johannes Schickel | |
2013-08-03 | OPENGL: Prefer getBasePtr over direct Surface::pixels access. | Johannes Schickel | |
2013-08-03 | BACKENDS: Prefer getBasePtr over direct Surface::pixels access. | Johannes Schickel | |
2013-08-01 | Merge pull request #339 from onlyjob/hurd | Johannes Schickel | |
BACKENDS: fix FTBFS on GNU Hurd by replacing MAXHOSTNAMELEN with NI_MAXHOST | |||
2013-07-18 | Merge pull request #353 from clone2727/eventrec_timer_fix | Eugene Sandulenko | |
ALL: Don't use EventRecorder at all when not compiled in | |||
2013-07-14 | JANITORIAL: Remove trailing whitespace | Sven Hesse | |
2013-07-06 | ALL: Don't use EventRecorder at all when not compiled in | Matthew Hoops | |
2013-07-04 | Merge pull request #350 from chrisws/tizen_port_1_6_0a | Johannes Schickel | |
TIZEN: bada port updated to tizen Conflicts: backends/platform/tizen/system.cpp | |||
2013-07-04 | GUI: Cleanup EventRecorder::getSurface. | Johannes Schickel | |
Formerly the function created a SDL_Surface by hand. Instead now it uses SDL_CreateRGBSurface (which is used in the SDL backend anyway and yields the same results). This should fix PS3 port compilation. | |||
2013-07-04 | Merge pull request #331 from sev-/gsoc2012-eventsrecorder | Eugene Sandulenko | |
GSoC2012: Event Recorder (reworked) | |||
2013-07-04 | RECORDER: Fix guard ifdef | Eugene Sandulenko | |
2013-07-04 | SDL: Fix compilation by moving getMixerManager out of USE_OPENGL guard. | Johannes Schickel | |
2013-07-04 | SDL: Fix compilation on Solaris 10. | Johannes Schickel | |
This replaces a dummy FILE definition before including the SDL headers with simply using the toolchain's definition on Solaris. This is pretty harmless because we only allow FILE to be used in the SDL headers by this. Fixes bug #3614514 "#define FILE FAKE_FILE doesn't work on Solaris (w/ patch)". Thanks to lblume for his patch! | |||
2013-07-03 | TIZEN: bada port updated to tizen | Chris Warren-Smith | |
2013-06-18 | BACKENDS: fix FTBFS on GNU Hurd by replacing MAXHOSTNAMELEN with NI_MAXHOST | Dmitry Smirnov | |
Bug-ScummVM: https://sourceforge.net/tracker/?func=detail&atid=418820&aid=3614268&group_id=37116 See more in similar http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=387665 | |||
2013-06-06 | ALL: Fix typo (succesful -> successful) | Willem Jan Palenstijn | |
Thanks to 'onlyjob' on pull request #337 for pointing out an instance of this. | |||
2013-06-01 | MAEMO: Update debian/changelog | Tarek Soliman | |
2013-05-25 | PSP: Remove leftover debug statement to non-existant variable. | D G Turner | |
This would cause a compilation error when the __PSP_DEBUG_PRINT__ define was enabled for debugging as the variable is non-existant. | |||
2013-05-17 | RECORDER: Implement Events Recorder | Eugene Sandulenko | |
2013-05-16 | ANDROID: Disable parachute slot 0 saves. | Alyssa Milburn | |
2013-05-16 | ANDROID: Force htc_fail for all Android devices, for now. | Alyssa Milburn | |
2013-05-16 | ANDROID: Ignore subdirectories of asset archives. | Alyssa Milburn | |
2013-05-16 | ANDROID: Delete local JNI references to asset data/classes. | Alyssa Milburn | |
2013-05-05 | RELEASE: This is 1.7.0git | Eugene Sandulenko | |
2013-04-23 | AUDIO: Remove useless check | Willem Jan Palenstijn | |
2013-04-21 | BACKENDS: Fix unitialized variables in event manager. CID 1002944 | Eugene Sandulenko | |
2013-04-04 | Symbian:Support for new engines | anotherguest | |
2013-02-01 | MACOSX: Fix compilation with the 10.2.8 SDK | Matthew Hoops | |
This is a pretty bad hack of not using the kMusicDeviceProperty_SoundBankFSRef symbol and using its value instead. It felt wrong breaking 10.2.8 support just because of Soundfonts. | |||
2013-02-01 | MACOSX: Load soundfonts using FSRef instead of FSSpec on 10.5 | Matthew Hoops | |
Fixes bug #3602452 | |||
2013-01-26 | JANITORIAL: Enforce "} // End of namespace" with a single space after }. | Johannes Schickel | |
2013-01-26 | Merge pull request #301 from lordhoto/c++11-playground | Johannes Schickel | |
RFC: Allow use of override and nullptr. Also allow C++11 compilation. |