aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds
AgeCommit message (Expand)Author
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
2008-10-31Specified VECTOR_RENDERER_FORMAT to 1555 for DS build (at least from the code...Johannes Schickel
2008-10-26DS port: My version of devkitpro complains that various symbols are defined inRobin Watts
2008-10-26DS port: Declare ARM blitters as being ITCM_CODE, so that we avoid the dreadedRobin Watts
2008-09-17DS: Removing some dead code; merged (parts of) std_cwd into GBAMPSaveFileMana...Max Horn
2008-09-15DS: Backported 0.12 changes to trunkMax Horn
2008-09-14Big patch changing semantics of ReadStream::eos():Willem Jan Palenstijn
2008-09-14DS: Removed legacy GCC 2.x build code (NDS/DevKitPro uses GCC 3 or newer anyw...Max Horn
2008-09-14NDS: Replaced -I- by modern -iquoteMax Horn
2008-09-14Another NDS compilation fix, plus a warning fixMax Horn
2008-09-14Changed VPATH to vpath, to allow building NDS port in parallel to another por...Max Horn
2008-09-13Big patch changing the signature of various Stream methods (some ports may ne...Max Horn
2008-08-18Updates to the scummvm blitting code as discussed on the mailing list.Robin Watts
2008-07-10Fixed a few warningsBertrand Augereau
2008-07-09DS: Backend changes for new mixer codeNeil Millstone
2008-06-28Removed obsolete ::clearSoundCallback() codeMax Horn
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