aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds/arm9/source
AgeCommit message (Expand)Author
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-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-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-14Another NDS compilation fix, plus a warning fixMax 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-01DS: Removed some duplicate file content (thanks to Qvist for pointing this out)Max Horn
2008-05-31DS: The SpriteEntry::atributes array has only 3 elements; also removed some a...Max Horn
2008-05-31DS: Fixed a warning; simplified & fixed the way scummvm_main gets invokedMax Horn
2008-05-31Fixing various warnings in the DS portMax Horn
2008-05-24Adding getFileSystemFactory() method in response to mail on scummvm-devel.Neil Millstone
2008-05-15Porting changes from 0.11.0 branchNeil Millstone
2008-05-15NDS: Protection against FastRam (ITCM) allocation failureBertrand Augereau
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-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
2008-03-08Clearing unnecessary execution bitEugene Sandulenko
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-12-30The PS2, DS and PalmOS ports currently do not properly implement their SaveFi...Max Horn
2007-12-28Patch #1857121: Refactoring of the getSavePath methodEugene Sandulenko
2007-12-24ARM version of central ADPCM decoding block for NDS. Define ARM_ADPCM toRobin Watts
2007-12-24New version of palettised screen scaler for DS; uses LDMs and STMs to improveRobin Watts
2007-12-21Scaler corruption fixes, scaler console fixes, adding Lure target (except it ...Neil Millstone
2007-12-10NDS: Put all blitters ASM functions in ITCM (can't hurt as long as there is s...Bertrand Augereau
2007-12-10NDS: Integrated Robin's LDRB * 2 -> LDRH + fixes(endianness & stack space) 14...Bertrand Augereau
2007-12-09NDS : Improved scaler profilingBertrand Augereau
2007-12-09NDS : Unrolled the scaler inner loop twice to do 16bits loadingBertrand Augereau
2007-12-09NDS : Integrated write gathering by Robin (+ fix)Bertrand Augereau
2007-12-07NDS: A few cycles saved in the inner loop of the CPU scalerBertrand Augereau