aboutsummaryrefslogtreecommitdiff
path: root/backends/platform
AgeCommit message (Expand)Author
2010-06-29Modularized Linuxmoto port.Alejandro Marzini
2010-06-28Renamed BufferingSDLMixerManager to DoubleBufferSDLMixerManager.Alejandro Marzini
2010-06-27Fixed String conversion error.Alejandro Marzini
2010-06-27Improved getDefaultConfigFileName(). Code cleanup.Alejandro Marzini
2010-06-26Modularized Symbian port.Alejandro Marzini
2010-06-26Define WIN32_LEAN_AND_MEAN before including windows.h.Johannes Schickel
2010-06-26Removed unused function, fixing a linker error.Alejandro Marzini
2010-06-26GUI: Add and improve some messages to translateJordi Vilalta Prat
2010-06-26Missing character.Alejandro Marzini
2010-06-26Override quit() and getConfigFileNameString(). Changed parent class to OSyste...Alejandro Marzini
2010-06-26Removed DEFAULT_CONFIG_FILE define in favor of new getConfigFileNameString fu...Alejandro Marzini
2010-06-25Modularized Samsung TV port.Alejandro Marzini
2010-06-25Fix linking on Mac OS X.Matthew Hoops
2010-06-25Fix link error with duplicated name files.Alejandro Marzini
2010-06-24Fix compile on Mac OS X (and probably *nix systems).Matthew Hoops
2010-06-24Added missing header.Alejandro Marzini
2010-06-24Created macosx port from sdl backend.Alejandro Marzini
2010-06-24Added a init function to OSystem_SDL for early backend setup, and so allowing...Alejandro Marzini
2010-06-24Refactored SDL mixer manager. Created a SdlMixerManager subclass for Mac OSX.Alejandro Marzini
2010-06-23Fixed Posix port problem with destructor and configure.Alejandro Marzini
2010-06-23Relocated Win32 and Posix ports. (Part 2)Alejandro Marzini
2010-06-23Reversing modification by mistake from r50191.Alejandro Marzini
2010-06-23Relocated Win32 and Posix ports. (Part 1)Alejandro Marzini
2010-06-23Fixed AudioCDManager not having a public inheritance. Backend code cleanup.Alejandro Marzini
2010-06-22Created posix port subclassed from sdl backend. Removed unnecessary #include ...Alejandro Marzini
2010-06-21PSP: Whitespace fix (and rewrap overlong line for readability)Max Horn
2010-06-21PSP: moved RTC to singleton to allow usage by classes other than OsystemYotam Barnoy
2010-06-21PSP: errors from both ScummVM and the PSP port now print to file by default. ...Yotam Barnoy
2010-06-21PSP: removed default 'using ME' messageYotam Barnoy
2010-06-21PSP: switched loader to use PSP's debug mechanismYotam Barnoy
2010-06-20Created win32 port from sdl backend.Alejandro Marzini
2010-06-20Removed getMillis, delayMillis and getTimeAndDate functions from TimerManager.Alejandro Marzini
2010-06-16PSP: got rid of SDLYotam Barnoy
2010-06-16Fix for Valgrind Uninitialised Error from SDL_Event in sdl backend and derive...David Turner
2010-06-15GP2X: Move port distribution rules into a makefile for use with buildbot.John Willis
2010-06-15GP2XWiz: Add port distribution rules into a makefile so they can be used with...John Willis
2010-06-15SDL: only change mouse cursor, when mouse is currently within our window, als...Martin Kiewitz
2010-06-15PSP: fixed up PowerManager and removed dependency on SDLYotam Barnoy
2010-06-15Fix spelling, cleanupMax Horn
2010-06-15SYSTEM: Unify OSystem::getSupportedFormats() signatureMax Horn
2010-06-15WINCE: sync with recent GUI changes. NOT TESTED.Eugene Sandulenko
2010-06-15Symbian: sync with recent GUI changes. NOT TESTED.Eugene Sandulenko
2010-06-15WII: sync with recent GUI changes. NOT TESTED.Eugene Sandulenko
2010-06-15IPhone: sync with recent GUI changes. NOT TESTED.Eugene Sandulenko
2010-06-15DS: sync with recent GUI changes. NOT TESTED.Eugene Sandulenko
2010-06-15PSP: fixed invisible bug in power callbackYotam Barnoy
2010-06-15PSP: fixed SCI freeze issue by using recursive mutexesYotam Barnoy
2010-06-15Adapted null backend to ModularBackend.Alejandro Marzini
2010-06-15PSP: fixed bug in hardware MP3 that caused crash in broken sword. The sample ...Yotam Barnoy
2010-06-15Improved ModularBackend and OSystem_SDL destructors.Alejandro Marzini