aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds
AgeCommit message (Expand)Author
2010-03-11Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ...Max Horn
2010-03-10Remove last traces of OSystem::getOutputSampleRate()Max Horn
2010-02-26DS: Attempting to rename Makefile to makefile. Not sure why it hasn't been a...Neil Millstone
2010-02-26DS: Merging accross changes from branch1-0-0 into trunk.Neil Millstone
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-23Header modifications. Add standard header parts and properties.Arnaud Boutonné
2010-01-20Fixed cppcheck warnings. I usually stay out of backends I can't compile myselfTorbjörn Andersson
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May lead...Max Horn
2009-09-27Backported NDS changes from 1.0.0 branch to trunkMax Horn
2009-09-27Fixed compilation of the NDS port.Andre Heider
2009-09-27make -> $(MAKE)Andre Heider
2009-09-27makefile -> NakefileAndre Heider
2009-09-27make -> $(MAKE)Andre Heider
2009-09-27makefile -> NakefileAndre Heider
2009-09-13Removed unnecessary semi-colons.Torbjörn Andersson
2009-07-30DS: Started work on a new build system for the Nintendo DS port, based on co...Max Horn
2009-07-30NDS: Changed jtypes.h to ndstypes.h (this 'newer' name has been in effect eve...Max Horn
2009-07-02cleanupMax Horn
2009-06-28Changed OSystem::setWindowCaption to expect ISO LATIN 1 encoded input;Max Horn
2009-06-22Fixed NDS compilation when using older devkitpro versions (I accidentally bro...Max Horn
2009-06-03cleanupMax Horn
2009-05-29Changed SaveFileManager methods to take Common::String params (instead of cha...Max Horn
2009-05-24Also strip trailing whitespaces in C and Objective-C source files. (Seems I f...Johannes Schickel
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-03-20Set svn:keywords on asm filesMax Horn
2009-03-19Merged Neil's NDS changes into trunkMax Horn
2009-03-05Fix for bug #2664460: Various SeekableReadStream::seek() implementations (as ...Max Horn
2009-02-13DS: Removed code from GBAMPSaveFileManager::getSavePath() which was for compa...Max Horn
2009-01-30Moved default implementations for various OSystem methods into a new class Ba...Max Horn
2009-01-23OopsMax Horn
2009-01-23DS: Nothing is supposed to use time(), so don't globally include <time.h> -- ...Max Horn
2009-01-23DS: Apply an old cleanup patch of mine from last AugustMax Horn
2009-01-23DS: Fix compilationMax Horn
2009-01-21More cleanup of the DS portMax Horn
2009-01-21More cleanupMax Horn
2009-01-21cleanupMax Horn
2009-01-02Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag...Johannes Schickel
2009-01-01Set/unified svn:keywords for all *.h and *.cpp filesMax Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-21DS port: Removed mixer.cpp from OPTLIST (saves 11kb code size); added several...Max Horn
2008-11-30Fix NDS warning that should really be an error. Returning nothing from a nonRobin Watts
2008-11-29Remove warnings from NDS build.Robin Watts
2008-11-24Nintedo DS specific code: Remove function call (strlen) from loop condition.Robin Watts
2008-11-23Eliminate some warnings from NDS specific code.Robin Watts
2008-11-23Remove NDS blitters.s, as it's unused - we now have blitters_arm.s instead.Robin Watts
2008-11-20NDS: Fix link error in non-SCUMM builds by removing some dead & obsolete codeMax Horn
2008-11-20Fix warningsMax Horn
2008-11-15Tweaks to make DS buildable again.Robin Watts
2008-11-15DS: Replaced call to obsolete addButton methodMax Horn
2008-11-06Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys...Max Horn