aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
2008-06-13Renamed MIDI plugins to Music pluginsJordi Vilalta Prat
2008-06-09Show warnings when a plugin couldn't be loadedJordi Vilalta Prat
2008-06-07-Wno-multichar slipped in twiceAndre Heider
2008-06-07added support for reset and power buttonsAndre Heider
2008-06-05disable more more compiler warningsAndre Heider
2008-06-04Patch #1971285: "Nintendo Wii port"Eugene Sandulenko
2008-06-04- Removed -Wconversion from compiler options for g++ 4.3, it's behavior has f...Johannes Schickel
2008-06-03DS: Forgot to commit #include changes in the ds-fs.* files; this allows to ge...Max Horn
2008-06-01DS: Removed some duplicate file content (thanks to Qvist for pointing this out)Max Horn
2008-06-01Tweaks to DS makefiles.Robin Watts
2008-05-31DS: make sure DEPDIR and srcdir are inited, so that *.d files end up in the r...Max Horn
2008-05-31DS: Fix compilation rule in Makefile to not compile everything twiceMax Horn
2008-05-31DS: Adjust some compiler warningsMax Horn
2008-05-31DS: Removed some pointless -I compiler directivesMax Horn
2008-05-31DS: The SpriteEntry::atributes array has only 3 elements; also removed some a...Max Horn
2008-05-31DS: Use DEVKITPRO env var to find DevKitPro files, as the DevKitPro manual su...Max Horn
2008-05-31DS: Fixed a warning; simplified & fixed the way scummvm_main gets invokedMax Horn
2008-05-31DS: registers_alt.h is not neede with current libnds; added a FIXMEMax Horn
2008-05-31Fixing various warnings in the DS portMax Horn
2008-05-27Fixed choppy sound on my Vista box. (after talking with Fingolfin about it)Johannes Schickel
2008-05-27Reduce audio buffer size, as indicated on scummvm-develMax Horn
2008-05-24Adding getFileSystemFactory() method in response to mail on scummvm-devel.Neil Millstone
2008-05-23Correct includeChris Apers
2008-05-23Use default save game classChris Apers
2008-05-23Use default save game classChris Apers
2008-05-23Fixed PalmSaveFileManagerChris Apers
2008-05-23Added missing getTimeAndDate backend functionChris Apers
2008-05-23Fixed PalmOS compilationChris Apers
2008-05-23Added prefix files for M4 and Made engineChris Apers
2008-05-18Hack to disable 'depracted' warnings on OS X 10.5Max Horn
2008-05-16Yet another compilation fix for WinCEMax Horn
2008-05-15Porting changes from 0.11.0 branchNeil Millstone
2008-05-15Removed the GP32 portMax Horn
2008-05-15NDS: Rollback of the custom build target rule from .cpp.o to %.o: %.cppBertrand Augereau
2008-05-15NDS: Protection against FastRam (ITCM) allocation failureBertrand Augereau
2008-05-14Fixed QuickTime MIDI pluginMax Horn
2008-05-14- Added more information (ID and capabilities) to the MIDI driversJordi Vilalta Prat
2008-05-14NDS: Minor code formatting fixesBertrand Augereau
2008-05-14NDS: OSystem::getTimeAndDate is demoted to the port (with the standard Bertrand Augereau
2008-05-14NDS : Compilation fixesBertrand Augereau
2008-05-14Moved midiplugin.h to sound/ since it will be used for more than just the nat...Jordi Vilalta Prat
2008-05-13Taken care of FilePluginProvider's FIXMEsJordi Vilalta Prat
2008-05-12- Added an engine plugin manager and moved engine specific functionality into itJordi Vilalta Prat
2008-05-11Fix QuickTime MIDI driver compilationMax Horn
2008-05-11Fixed compilation under windowsFilippos Karapetis
2008-05-11Added the MidiPlugin interface (first step towards the MIDI plugins)Jordi Vilalta Prat
2008-05-07Proper delete[] formatting (this time all occurences should've been changed...)Johannes Schickel
2008-05-07Changed all delete [] usages to delete[].Johannes Schickel
2008-05-06Unified BUILD_PLUGINS and DYNAMIC_MODULES in the makefilesJordi Vilalta Prat
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat