aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2010-06-09Removed feature methods. Destructor made virtual.Alejandro Marzini
svn-id: r49529
2010-06-08Renamed and moved DefaultGraphicsManager to NullGraphicsManager. Added pure ↵Alejandro Marzini
virtual class GraphicsManager. svn-id: r49528
2010-06-08Whitespace fixup in last submit. I'll get the hang of this eventually :/Angus Lees
svn-id: r49507
2010-06-08Provide a replacement for bionic's __assert().Angus Lees
The usual Android version doesn't actually print the assert message before aborting. svn-id: r49506
2010-06-08Remove obsolete ANDROID_VERSION_GE macroAngus Lees
svn-id: r49505
2010-06-08Add a few files mistakenly left out of initial Android patch :(Angus Lees
svn-id: r49502
2010-06-08Merged from trunk.Alejandro Marzini
svn-id: r49499
2010-06-08Added Graphics and Mutex managers to makefile.Alejandro Marzini
svn-id: r49498
2010-06-08Deleted DefaultAudioManager.Alejandro Marzini
svn-id: r49496
2010-06-07rearranged Makefile for clarity and added commentsTony Puccinelli
svn-id: r49493
2010-06-07PSP: found bug in fast getMillis() implementation. Fixed it by adding a ↵Yotam Barnoy
fixed amount to the time counter. svn-id: r49485
2010-06-07Moved toggleMouseGrab from SdlGraphicsManager. Disabled some code, will fix ↵Alejandro Marzini
later. Added code for access for moved variables and functions in SdlGraphicsManager. svn-id: r49475
2010-06-07Removed old subsystems design files. Removed graphics.cppAlejandro Marzini
svn-id: r49474
2010-06-07Removed code that is now in managers. Added mutex and graphics manager ↵Alejandro Marzini
initialization and functions redirections. svn-id: r49473
2010-06-07Added constructor, destructor. Made some variables and methods public. ↵Alejandro Marzini
Removed toggleMouseGrab (now in events). Added feature methods. Fixed missing code for displayMessageOnOSD. svn-id: r49472
2010-06-07Removed setGraphicsMode(const char *name), as it is on OSystem already.Alejandro Marzini
svn-id: r49471
2010-06-06Makefile tweaked so plugins build for PS2 and uncommented code from ↵Tony Puccinelli
default-saves.cpp svn-id: r49463
2010-06-06use modified version of a different linker for linking plugins for PS2Tony Puccinelli
svn-id: r49462
2010-06-06PSP: faster way of getting file sizeYotam Barnoy
svn-id: r49457
2010-06-06whitespace correctionsMax Horn
svn-id: r49453
2010-06-06Add Android backend from patch #2603856Max Horn
svn-id: r49449
2010-06-06added dynamic plugins stuff to configureTony Puccinelli
svn-id: r49446
2010-06-05Created SdlGraphicsManager.Alejandro Marzini
svn-id: r49444
2010-06-05GP2X Wiz: Add missing "#include "graphics/scaler/aspect.h"".John Willis
svn-id: r49442
2010-06-05GP2X Wiz: Update handy shell scripts.John Willis
svn-id: r49441
2010-06-05Created SdlMutexManager.Alejandro Marzini
svn-id: r49439
2010-06-05merged trunk into branch and corrected __PS2__ to __PLAYSTATION2__ in a ↵Tony Puccinelli
couple files svn-id: r49435
2010-06-04further tweaks to Makefile and main linkerTony Puccinelli
svn-id: r49422
2010-06-04Created DefaultGraphicsManager.Alejandro Marzini
svn-id: r49420
2010-06-04Created DefaultAudioManager and DefaultMutexManager.Alejandro Marzini
Deleted base subsystems, managers will be used instead. svn-id: r49419
2010-06-03We'll now default to non-touchpad mode on the iPadOystein Eftevaag
svn-id: r49403
2010-06-03minor correction to makefileTony Puccinelli
svn-id: r49401
2010-06-03modified linker now both compiles and runs when dynamic modules turned offTony Puccinelli
svn-id: r49400
2010-06-03compiles with modified linker when dynamic plugins turned off nowTony Puccinelli
svn-id: r49399
2010-06-02OSYSTEM: Get rid of kFeatureAutoComputeDirtyRectsMax Horn
svn-id: r49388
2010-06-01Fix bug #2999153: "IPHONE: No grabPalette() implementation"Max Horn
svn-id: r49384
2010-06-01Inline palettes in SDL backend into class OSystem_SDLMax Horn
svn-id: r49383
2010-06-01This hopefully fixes the compilation of the GP2x backend.Johannes Schickel
svn-id: r49378
2010-06-01Remove dead code from PS2 and GP2x backendsMax Horn
svn-id: r49374
2010-06-01makefile tweaked a bit more towards accomodating loadable modules for ps2Tony Puccinelli
svn-id: r49371
2010-06-01Removed OSystem pointer. Added left initialization code to file subsystem.Alejandro Marzini
svn-id: r49370
2010-06-01SDL audio subsystem created.Alejandro Marzini
svn-id: r49369
2010-06-01changed ps2 makefile and other files to use the ps2loaderTony Puccinelli
svn-id: r49368
2010-06-01minor modification to accomodate dynamic plugins for ps2Tony Puccinelli
svn-id: r49367
2010-05-31Revert the rest of 49362, which wasn't meant for trunkJordi Vilalta Prat
svn-id: r49366
2010-05-31Fix trunk compilation (don't try to compile non-existing files)Jordi Vilalta Prat
svn-id: r49365
2010-05-31modifications to get the ps2 to use the ps2loaderTony Puccinelli
svn-id: r49363
2010-05-31DS: Use gScummVMVersion in dsmain.cpp; merge 1.1.1 changes in readme_ds.txtMax Horn
svn-id: r49359
2010-05-30PSP: added preliminary support for using ME hardware to play MP3 files. If ↵Yotam Barnoy
the decoder fails to load, MAD is used instead. Disable with DISABLE_PSP_MP3. svn-id: r49319
2010-05-29DS: Various fixes to allow the DS port to compile on DevkitARM r30 and ↵Neil Millstone
libnds 1.4.3. svn-id: r49313