aboutsummaryrefslogtreecommitdiff
path: root/backends/platform
AgeCommit message (Expand)Author
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-20Created win32 port from sdl backend.Alejandro Marzini
2010-06-20Removed getMillis, delayMillis and getTimeAndDate functions from TimerManager.Alejandro Marzini
2010-06-15Adapted null backend to ModularBackend.Alejandro Marzini
2010-06-15Improved ModularBackend and OSystem_SDL destructors.Alejandro Marzini
2010-06-13Added SdlTimerManager. Added getMillis, delayMillis and getTimeAndDate to Com...Alejandro Marzini
2010-06-13Updated makefiles.Alejandro Marzini
2010-06-13Added SdlEventManager.Alejandro Marzini
2010-06-12Created SdlMixerImpl. Added setSampleRate method to Audio::MixerImpl. Updated...Alejandro Marzini
2010-06-11Fixed compilation error on Mac.Alejandro Marzini
2010-06-11Add Common::EventSource inheritance for ModularBackend. OSystem_SDL now subcl...Alejandro Marzini
2010-06-10Made creation of SdlMutexManager earlier than other modules.Alejandro Marzini
2010-06-09- Revised abstract AudioCDManager.Alejandro Marzini
2010-06-08Merged from trunk.Alejandro Marzini
2010-06-07PSP: found bug in fast getMillis() implementation. Fixed it by adding a fixed...Yotam Barnoy
2010-06-07Moved toggleMouseGrab from SdlGraphicsManager. Disabled some code, will fix l...Alejandro Marzini
2010-06-07Removed old subsystems design files. Removed graphics.cppAlejandro Marzini
2010-06-07Removed code that is now in managers. Added mutex and graphics manager initia...Alejandro Marzini
2010-06-06whitespace correctionsMax Horn
2010-06-06Add Android backend from patch #2603856Max Horn
2010-06-05GP2X Wiz: Add missing "#include "graphics/scaler/aspect.h"".John Willis
2010-06-05GP2X Wiz: Update handy shell scripts.John Willis
2010-06-03We'll now default to non-touchpad mode on the iPadOystein Eftevaag
2010-06-02OSYSTEM: Get rid of kFeatureAutoComputeDirtyRectsMax Horn
2010-06-01Fix bug #2999153: "IPHONE: No grabPalette() implementation"Max Horn
2010-06-01Inline palettes in SDL backend into class OSystem_SDLMax Horn
2010-06-01This hopefully fixes the compilation of the GP2x backend.Johannes Schickel
2010-06-01Remove dead code from PS2 and GP2x backendsMax Horn
2010-06-01Removed OSystem pointer. Added left initialization code to file subsystem.Alejandro Marzini
2010-06-01SDL audio subsystem created.Alejandro Marzini
2010-05-31Revert the rest of 49362, which wasn't meant for trunkJordi Vilalta Prat
2010-05-31modifications to get the ps2 to use the ps2loaderTony Puccinelli
2010-05-31DS: Use gScummVMVersion in dsmain.cpp; merge 1.1.1 changes in readme_ds.txtMax Horn
2010-05-30PSP: added preliminary support for using ME hardware to play MP3 files. If th...Yotam Barnoy
2010-05-29DS: Various fixes to allow the DS port to compile on DevkitARM r30 and libnds...Neil Millstone
2010-05-29Removed some unused variables, found by cppcheck.Torbjörn Andersson
2010-05-29Added again base-backend. Started sdl backend refatoring, file, mutex and tim...Alejandro Marzini
2010-05-27PSP: fixed a screen shake bugYotam Barnoy