aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2008-06-30del instead of rm commandLars Persson
svn-id: r32853
2008-06-29changes required for new mixer API + implement getMillis() and delayMillis() ↵Joost Peters
using gettimeofday() and usleep() resp. svn-id: r32846
2008-06-29fix some quirks of the newer build systemKostas Nakos
svn-id: r32840
2008-06-29finish up new mixer changesKostas Nakos
svn-id: r32839
2008-06-29Updated to use new EngineMan.detectGames() API.Marcus Comstedt
svn-id: r32838
2008-06-29New Mixer API.Marcus Comstedt
svn-id: r32836
2008-06-29Small GP2X tidy (mostly svn:executable on scripts) and fixes needed to ↵John Willis
reflect "Patch ##1956946 (Audio::Mixer internal API revision)" svn-id: r32835
2008-06-28Set $(DEPDIR).Marcus Comstedt
svn-id: r32832
2008-06-28Patch ##1956946 (Audio::Mixer internal API revision) with some tweaksMax Horn
svn-id: r32828
2008-06-28Doxygenified a commentMax Horn
svn-id: r32827
2008-06-28Removed obsolete ::clearSoundCallback() codeMax Horn
svn-id: r32826
2008-06-28Removed dead X11 backendMax Horn
svn-id: r32825
2008-06-28add getFilesystemFactory() method to null backendJoost Peters
svn-id: r32823
2008-06-26Remove inclusion of .o in mmp.inLars Persson
svn-id: r32806
2008-06-26Changed default pathsLars Persson
svn-id: r32805
2008-06-26Fixed Symbian buildsystem for new defines. Fixed ARM asm syntax for Symbian ↵Lars Persson
build. svn-id: r32803
2008-06-22Update comment.Johannes Schickel
svn-id: r32752
2008-06-15Make null plugin compilableEugene Sandulenko
svn-id: r32705
2008-06-14Fixed ALSA's invalid port error messageJordi Vilalta Prat
svn-id: r32698
2008-06-13Added initial interface to list music devices and their typesJordi Vilalta Prat
svn-id: r32695
2008-06-13Renamed MIDI plugins to Music pluginsJordi Vilalta Prat
svn-id: r32693
2008-06-09Show warnings when a plugin couldn't be loadedJordi Vilalta Prat
svn-id: r32627
2008-06-07-Wno-multichar slipped in twiceAndre Heider
svn-id: r32594
2008-06-07added support for reset and power buttonsAndre Heider
svn-id: r32593
2008-06-05disable more more compiler warningsAndre Heider
svn-id: r32564
2008-06-04Patch #1971285: "Nintendo Wii port"Eugene Sandulenko
svn-id: r32547
2008-06-04- Removed -Wconversion from compiler options for g++ 4.3, it's behavior has ↵Johannes Schickel
fundamently changed in g++ 4.3 - Added -Wno-empty-body and -Wno-parentheses as compiler flags for g++ 4.3 for *now* (we should think of removing -Wparentheses though) - Fixed some warnings for g++ 4.3 (only for the engines I'm using) svn-id: r32540
2008-06-03DS: Forgot to commit #include changes in the ds-fs.* files; this allows to ↵Max Horn
get rid of -Isource/fat svn-id: r32520
2008-06-01DS: Removed some duplicate file content (thanks to Qvist for pointing this out)Max Horn
svn-id: r32479
2008-06-01Tweaks to DS makefiles.Robin Watts
1) It wouldn't build at all for me, because source/fat had been missed off the INCLUDES line. 2) Stray whitespace removed (to stop emacs warning on saving) 3) DS_BUILD flag selection reworked slightly. Now do: make all SCUMM_BUILD=x (where x is a,b,c,d,e,f,g) and it'll select that version and build it. If no x is supplied or x is not a-g, then version a will be built. 4) New allbuilds target. In backends/platform/ds, do: make allbuilds and versions A-G are built in turn (version G does not complete currently due to lack of logo g). This uses a 'semiclean' target in each makefile to clean just the files that change between versions. svn-id: r32470
2008-05-31DS: make sure DEPDIR and srcdir are inited, so that *.d files end up in the ↵Max Horn
right spot svn-id: r32437
2008-05-31DS: Fix compilation rule in Makefile to not compile everything twiceMax Horn
svn-id: r32436
2008-05-31DS: Adjust some compiler warningsMax Horn
svn-id: r32434
2008-05-31DS: Removed some pointless -I compiler directivesMax Horn
svn-id: r32433
2008-05-31DS: The SpriteEntry::atributes array has only 3 elements; also removed some ↵Max Horn
apparently not needed #includes svn-id: r32432
2008-05-31DS: Use DEVKITPRO env var to find DevKitPro files, as the DevKitPro manual ↵Max Horn
suggests; it does not make sense to hardcode Neil's development environment paths by default svn-id: r32431
2008-05-31DS: Fixed a warning; simplified & fixed the way scummvm_main gets invokedMax Horn
svn-id: r32430
2008-05-31DS: registers_alt.h is not neede with current libnds; added a FIXMEMax Horn
svn-id: r32429
2008-05-31Fixing various warnings in the DS portMax Horn
svn-id: r32428
2008-05-27Fixed choppy sound on my Vista box. (after talking with Fingolfin about it)Johannes Schickel
svn-id: r32331
2008-05-27Reduce audio buffer size, as indicated on scummvm-develMax Horn
svn-id: r32316
2008-05-24Adding getFileSystemFactory() method in response to mail on scummvm-devel.Neil Millstone
svn-id: r32247
2008-05-23Correct includeChris Apers
svn-id: r32229
2008-05-23Use default save game classChris Apers
svn-id: r32228
2008-05-23Use default save game classChris Apers
svn-id: r32227
2008-05-23Fixed PalmSaveFileManagerChris Apers
svn-id: r32225
2008-05-23Added missing getTimeAndDate backend functionChris Apers
svn-id: r32224
2008-05-23Fixed PalmOS compilationChris Apers
svn-id: r32223
2008-05-23Added prefix files for M4 and Made engineChris Apers
svn-id: r32222
2008-05-18Hack to disable 'depracted' warnings on OS X 10.5Max Horn
svn-id: r32173