aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds/arm9/source/dsmain.cpp
AgeCommit message (Collapse)Author
2009-01-23DS: Apply an old cleanup patch of mine from last AugustMax Horn
svn-id: r36011
2009-01-21More cleanupMax Horn
svn-id: r35977
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
svn-id: r35648
2008-10-26DS port: My version of devkitpro complains that various symbols are defined inRobin Watts
a different namespace. The fix is to refer to these symbols using ::. svn-id: r34850
2008-09-15DS: Backported 0.12 changes to trunkMax Horn
svn-id: r34568
2008-09-14DS: Removed legacy GCC 2.x build code (NDS/DevKitPro uses GCC 3 or newer ↵Max Horn
anyway); thinned down INCLUDES some more; added a FIXME to the elf->bin rule svn-id: r34548
2008-07-09DS: Backend changes for new mixer codeNeil Millstone
svn-id: r32978
2008-05-31DS: The SpriteEntry::atributes array has only 3 elements; also removed some ↵Max Horn
apparently not needed #includes svn-id: r32432
2008-05-31DS: Fixed a warning; simplified & fixed the way scummvm_main gets invokedMax Horn
svn-id: r32430
2008-05-31Fixing various warnings in the DS portMax Horn
svn-id: r32428
2008-05-15Porting changes from 0.11.0 branchNeil Millstone
svn-id: r32140
2008-05-15NDS: Protection against FastRam (ITCM) allocation failureBertrand Augereau
svn-id: r32136
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
svn-id: r31888
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
svn-id: r30667
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2007-12-21Scaler corruption fixes, scaler console fixes, adding Lure target (except it ↵Neil Millstone
doesn't quite work yet), adding function keys to virtual keyboard svn-id: r29944
2007-12-09NDS : Improved scaler profilingBertrand Augereau
svn-id: r29803
2007-12-05NDS : params reordering to match C scaler and ARM oneBertrand Augereau
svn-id: r29728
2007-10-13Fixed a huge number of compile errors, moved over features from 0.10.0 branch.Neil Millstone
svn-id: r29203
2007-09-18Code formatting fixesMax Horn
svn-id: r28945
2007-08-18Making DS port build againNeil Millstone
svn-id: r28654
2007-06-30Just a testNeil Millstone
svn-id: r27804
2007-06-30- Show mouse cursor optionNeil Millstone
- Support for SAGA, CINE, and AGI - Key bindings for Gob3 - Assembler optimisations submitted by Robin Watts svn-id: r27803
2007-06-30typoMax Horn
svn-id: r27791
2007-06-22Produce 'correct' keycode/ascii values for function keysMax Horn
svn-id: r27642
2007-06-22Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* ↵Max Horn
constants. This also revealed the evil mixing of keycodes and ascii we do in many places :-/ svn-id: r27616
2007-06-18Added FIXME to dsmain.cpp about it not using SCUMMVM_VERSION (thus adding ↵Max Horn
one more headache to the release process) svn-id: r27531
2007-06-18NDS : Suppressed unneccessary complications regarding the backbuffer when ↵Bertrand Augereau
CPU-scaled, basically it has the same stride than the regular one (512b) so most code doesn't have to change svn-id: r27517
2007-06-17NDS: setKeyboardEnable shouldn't overrun VRAM anymore when CPU scaler is onBertrand Augereau
svn-id: r27515
2007-06-12NDS : Attempt to not buffer overrun VRAM when doing ↵Bertrand Augereau
saveGameBackBuffer/restoreGameBackBuffer ported to branch 0.10.0 svn-id: r27374
2007-06-07NDS : Attempt to not buffer overrun VRAM when doing ↵Bertrand Augereau
saveGameBackBuffer/restoreGameBackBuffer when CPU scaler is on svn-id: r27176
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-04-06Updating DS port for changes in main codebase. Code changes for DevkitArm ↵Neil Millstone
r20 and latest libnds. svn-id: r26394
2007-03-18Some fixes to cope with the move of the event code from OSystem to CommonMax Horn
svn-id: r26233
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class ↵Max Horn
OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again svn-id: r26180
2007-02-18NDS : The scaler profiling renders a white line (1 pixel / 1 ms)Bertrand Augereau
svn-id: r25704
2007-02-15Changes made for 0.9.1a beta2 release backported to trunkNeil Millstone
svn-id: r25617
2007-02-13NDS : Added the cpu scaler option in dsoptions (even seem to work ↵Bertrand Augereau
dynamically, at least in Maniac Mansion) svn-id: r25561
2007-01-20Ported changes from branch-0-9-0 to fix grabRawScreen(), and palette corruption.Neil Millstone
svn-id: r25129
2007-01-19Adding libcartreset, fixing CD audio bug, adding DLDI support (defined out ↵Neil Millstone
all other fat drivers) svn-id: r25124
2006-12-09NDS : Scaler cleaningBertrand Augereau
svn-id: r24821
2006-12-06NDS : CPU scaler profiling (currently 50ms ouch)Bertrand Augereau
svn-id: r24810
2006-12-01svn-id: r24799Neil Millstone
2006-11-25DS : The hi-quality scaler works on the secondary screenBertrand Augereau
svn-id: r24790
2006-11-25DS : High quality scaling.Bertrand Augereau
Doesn't work on the second screen yet. (switch cpuScaler in dsmain.cpp to test) svn-id: r24788
2006-11-19DS : Compilation fix when USE_DEBUGGER is not definedBertrand Augereau
svn-id: r24748
2006-11-03Merging in changes made in branch for 0.9.1 release into trunkNeil Millstone
svn-id: r24596
2006-10-25DS backend : Compile fixes for the new backends system, still needs plugging ↵Bertrand Augereau
the old callbacks svn-id: r24504
2006-10-05DS CPU scaling prototype, in 16 bit mode (for menu), not plugged(switch ↵Bertrand Augereau
cpuScaler to test) svn-id: r24129
2006-07-21o Proper ScummVM copyrightsEugene Sandulenko
o Apparently because some patch was applied twice, many header files had their contents doubled. Fixing this as well. svn-id: r23548