aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds/arm9/source
AgeCommit message (Expand)Author
2010-07-08fixed dependencies/paths/etc. in arm9/makefile to get engine plugins building...Tony Puccinelli
2010-07-07DS: Code formattingMax Horn
2010-07-07DS: Fix some quirks in the NDS build system, remove some dead codeMax Horn
2010-07-07various fixes for ds dynamic pluginsTony Puccinelli
2010-07-06DS: Add isScrollingWithDPad() to make code more readableMax Horn
2010-07-05DS: Fix warning about anonymous structMax Horn
2010-07-05DS: More formating, made more vars staticMax Horn
2010-07-05DS: Only include NDS/scummvm_ipc.h where necessary; minor tweaksMax Horn
2010-07-05DS: Fix warnings, make some vars static, cleanupMax Horn
2010-07-05DS: Fix various warnings and errors in the DS FS codeMax Horn
2010-07-05DS: Remove unused portdefs.cppMax Horn
2010-07-05DS: Cleanup NDS portdefs.h a bitMax Horn
2010-07-05NDS: Update GPL/copyright headers; add namespace DS closing commentsMax Horn
2010-07-05DS: Code formatting: "char* foo" -> "char *foo"Max Horn
2010-07-05DS: Fix warnings, cleanupMax Horn
2010-07-05DS: Fix setShakePosMax Horn
2010-07-05DS: Made some vars static, code formatting, cleanupMax Horn
2010-07-05DS: Can now build binaries via our "configure/make" build system.Max Horn
2010-07-03moved plugin linker and elf32 header file to arm9/source and modified ds make...Tony Puccinelli
2010-07-03moved loader to arm9/source and added it to module.mkTony Puccinelli
2010-07-03changed main to use DS plugin provider if dynamic modules are turned onTony Puccinelli
2010-07-01NDS: Some tweaks for compiling via std build systemMax Horn
2010-07-01NDS: Fix compile errors and a warningMax Horn
2010-06-15Fix spelling, cleanupMax Horn
2010-06-15DS: sync with recent GUI changes. NOT TESTED.Eugene Sandulenko
2010-06-05merged trunk into branch and corrected __PS2__ to __PLAYSTATION2__ in a coupl...Tony Puccinelli
2010-05-31DS: Use gScummVMVersion in dsmain.cpp; merge 1.1.1 changes in readme_ds.txtMax Horn
2010-05-29DS: Various fixes to allow the DS port to compile on DevkitARM r30 and libnds...Neil Millstone
2010-04-16DS: Merge changes from 1.1.0 branch into trunkMax Horn
2010-03-20DS: Changing version number on title screenNeil Millstone
2010-03-18Convert some occurences of StringList to StringArray;Max Horn
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: 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-13Removed unnecessary semi-colons.Torbjörn Andersson
2009-07-30NDS: Changed jtypes.h to ndstypes.h (this 'newer' name has been in effect eve...Max Horn
2009-06-28Changed OSystem::setWindowCaption to expect ISO LATIN 1 encoded input;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