aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2008-07-28Fixed constructor for WindowsFilesystemNode. On Windows, trailing slashes ↵Nicola Mettifogo
can be added only to directory names. svn-id: r33350
2008-07-27Fix for ftell error when caching. HOF now starts properlyLars Persson
svn-id: r33340
2008-07-27Fixed win32 plugin provider.Johannes Schickel
svn-id: r33330
2008-07-27The iPhone backend is now (mostly) up to speed again, and works for firmware 2.0Oystein Eftevaag
svn-id: r33326
2008-07-22AddedAdded MAD as default featureLars Persson
svn-id: r33218
2008-07-22Fixed seek problem when cached data is used.Lars Persson
svn-id: r33210
2008-07-20Solaris tr does not like character classes in some locales. Use "C" locale.Marcus Comstedt
svn-id: r33143
2008-07-20a little more cleanupKostas Nakos
svn-id: r33142
2008-07-20modified patch #1882942 - optimize and kill code for really old platformsKostas Nakos
svn-id: r33141
2008-07-20workaround for bogus findfirstfile. kyra now starts up correctlyKostas Nakos
svn-id: r33120
2008-07-20Added "DEPDIR := .deps" in Makefile.ps2Max Lingua
Thanks Max [the other one] for pointing it out! svn-id: r33117
2008-07-201. Re-added "rpckbd" as in 0.11.0Max Lingua
2. Committed only its source, you will need to do a make inside its folder before being able to compile our beloved PlayStation2 backend. Enjoy, -max svn-id: r33115
2008-07-19Enable support to turn off ALL variations. all variation is most often the ↵Lars Persson
one used svn-id: r33109
2008-07-19eof was not working properly with cachingLars Persson
svn-id: r33108
2008-07-18Fixed typo in filehandlingLars Persson
svn-id: r33104
2008-07-18Introduced cache for filereading to fix slowness in AGOS among others.Lars Persson
svn-id: r33099
2008-07-18Symbian soundsmixer update. (Compile fix)Lars Persson
svn-id: r33098
2008-07-18In OSystem_SDL::closeMixer moved the call to SDL_CloseAudio to before the ↵Paul Gilbert
deletion of the _mixer variable in to fix an assert that was being generated in OSystem_SDL::mixCallback svn-id: r33095
2008-07-17Committing PS2 changes on behalf of the other Max ;)Max Horn
svn-id: r33089
2008-07-15Implemented audio double buffering (for now OSX only)Max Horn
svn-id: r33075
2008-07-14Fixed code formattingMax Horn
svn-id: r33056
2008-07-10Fixed a few warningsBertrand Augereau
svn-id: r32994
2008-07-09DS: Backend changes for new mixer codeNeil Millstone
svn-id: r32978
2008-07-08set DEPDIRJoost Peters
svn-id: r32969
2008-07-08Enable static engines -- time to start thinking about prx/plugin support!Joost Peters
svn-id: r32968
2008-07-08changes for new Mixer APIJoost Peters
svn-id: r32967
2008-07-07Don't let listSavefiles() search subdirectories. Files with the same name ↵Sven Hesse
(in different directories) would cause duplicate entries for the same file. svn-id: r32938
2008-07-06adjustments to the recent mixer api changesAndre Heider
svn-id: r32924
2008-07-05Enable all engines.Marcus Comstedt
svn-id: r32923
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