aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds/arm9/source/osystem_ds.cpp
AgeCommit message (Expand)Author
2010-11-18DS: Add some FIXME/TODO comments on changes that need to be applied to the DS...Max Horn
2010-07-07DS: Code formattingMax Horn
2010-07-07DS: Fix some quirks in the NDS build system, remove some dead codeMax Horn
2010-07-05DS: More formating, made more vars staticMax Horn
2010-07-05DS: Fix warnings, make some vars static, cleanupMax Horn
2010-07-05DS: Code formatting: "char* foo" -> "char *foo"Max Horn
2010-07-05DS: Fix warnings, cleanupMax Horn
2010-07-05DS: Can now build binaries via our "configure/make" build system.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
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-06-28Changed OSystem::setWindowCaption to expect ISO LATIN 1 encoded input;Max Horn
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-03-19Merged Neil's NDS changes into trunkMax 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-21More cleanup of the DS portMax Horn
2009-01-21More cleanupMax Horn
2009-01-21cleanupMax Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-09-15DS: Backported 0.12 changes to trunkMax Horn
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-05-31DS: The SpriteEntry::atributes array has only 3 elements; also removed some a...Max 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-14NDS: Minor code formatting fixesBertrand Augereau
2008-05-14NDS: OSystem::getTimeAndDate is demoted to the port (with the standard Bertrand Augereau
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-12-21Scaler corruption fixes, scaler console fixes, adding Lure target (except it ...Neil Millstone
2007-10-13Fixed a huge number of compile errors, moved over features from 0.10.0 branch.Neil Millstone
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-08-18Making DS port build againNeil Millstone
2007-06-30- Show mouse cursor optionNeil Millstone
2007-06-19Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All c...Max Horn
2007-06-18NDS : Suppressed unneccessary complications regarding the backbuffer when CPU...Bertrand Augereau
2007-06-17NDS: Compile fixesBertrand Augereau
2007-06-15DS :Bertrand Augereau
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-06Updating DS port for changes in main codebase. Code changes for DevkitArm r2...Neil Millstone
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-01-20Ported changes from branch-0-9-0 to fix grabRawScreen(), and palette corruption.Neil Millstone
2006-11-03Merging in changes made in branch for 0.9.1 release into trunkNeil Millstone
2006-10-25DS : Blind backends changes to comply to fingolfin's changesBertrand Augereau
2006-10-25DS backend : Compile fixes for the new backends system, still needs plugging ...Bertrand Augereau