Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-23 | DS: Apply an old cleanup patch of mine from last August | Max Horn | |
svn-id: r36011 | |||
2009-01-21 | More cleanup | Max Horn | |
svn-id: r35977 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-10-26 | DS port: My version of devkitpro complains that various symbols are defined in | Robin Watts | |
a different namespace. The fix is to refer to these symbols using ::. svn-id: r34850 | |||
2008-09-15 | DS: Backported 0.12 changes to trunk | Max Horn | |
svn-id: r34568 | |||
2008-09-14 | DS: 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-09 | DS: Backend changes for new mixer code | Neil Millstone | |
svn-id: r32978 | |||
2008-05-31 | DS: The SpriteEntry::atributes array has only 3 elements; also removed some ↵ | Max Horn | |
apparently not needed #includes svn-id: r32432 | |||
2008-05-31 | DS: Fixed a warning; simplified & fixed the way scummvm_main gets invoked | Max Horn | |
svn-id: r32430 | |||
2008-05-31 | Fixing various warnings in the DS port | Max Horn | |
svn-id: r32428 | |||
2008-05-15 | Porting changes from 0.11.0 branch | Neil Millstone | |
svn-id: r32140 | |||
2008-05-15 | NDS: Protection against FastRam (ITCM) allocation failure | Bertrand Augereau | |
svn-id: r32136 | |||
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat | |
svn-id: r31888 | |||
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat | |
svn-id: r30667 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2007-12-21 | Scaler 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-09 | NDS : Improved scaler profiling | Bertrand Augereau | |
svn-id: r29803 | |||
2007-12-05 | NDS : params reordering to match C scaler and ARM one | Bertrand Augereau | |
svn-id: r29728 | |||
2007-10-13 | Fixed a huge number of compile errors, moved over features from 0.10.0 branch. | Neil Millstone | |
svn-id: r29203 | |||
2007-09-18 | Code formatting fixes | Max Horn | |
svn-id: r28945 | |||
2007-08-18 | Making DS port build again | Neil Millstone | |
svn-id: r28654 | |||
2007-06-30 | Just a test | Neil Millstone | |
svn-id: r27804 | |||
2007-06-30 | - Show mouse cursor option | Neil Millstone | |
- Support for SAGA, CINE, and AGI - Key bindings for Gob3 - Assembler optimisations submitted by Robin Watts svn-id: r27803 | |||
2007-06-30 | typo | Max Horn | |
svn-id: r27791 | |||
2007-06-22 | Produce 'correct' keycode/ascii values for function keys | Max Horn | |
svn-id: r27642 | |||
2007-06-22 | Converted 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-18 | Added 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-18 | NDS : 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-17 | NDS: setKeyboardEnable shouldn't overrun VRAM anymore when CPU scaler is on | Bertrand Augereau | |
svn-id: r27515 | |||
2007-06-12 | NDS : Attempt to not buffer overrun VRAM when doing ↵ | Bertrand Augereau | |
saveGameBackBuffer/restoreGameBackBuffer ported to branch 0.10.0 svn-id: r27374 | |||
2007-06-07 | NDS : Attempt to not buffer overrun VRAM when doing ↵ | Bertrand Augereau | |
saveGameBackBuffer/restoreGameBackBuffer when CPU scaler is on svn-id: r27176 | |||
2007-05-30 | Updated 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-06 | Updating DS port for changes in main codebase. Code changes for DevkitArm ↵ | Neil Millstone | |
r20 and latest libnds. svn-id: r26394 | |||
2007-03-18 | Some fixes to cope with the move of the event code from OSystem to Common | Max Horn | |
svn-id: r26233 | |||
2007-03-17 | Moved 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-18 | NDS : The scaler profiling renders a white line (1 pixel / 1 ms) | Bertrand Augereau | |
svn-id: r25704 | |||
2007-02-15 | Changes made for 0.9.1a beta2 release backported to trunk | Neil Millstone | |
svn-id: r25617 | |||
2007-02-13 | NDS : Added the cpu scaler option in dsoptions (even seem to work ↵ | Bertrand Augereau | |
dynamically, at least in Maniac Mansion) svn-id: r25561 | |||
2007-01-20 | Ported changes from branch-0-9-0 to fix grabRawScreen(), and palette corruption. | Neil Millstone | |
svn-id: r25129 | |||
2007-01-19 | Adding libcartreset, fixing CD audio bug, adding DLDI support (defined out ↵ | Neil Millstone | |
all other fat drivers) svn-id: r25124 | |||
2006-12-09 | NDS : Scaler cleaning | Bertrand Augereau | |
svn-id: r24821 | |||
2006-12-06 | NDS : CPU scaler profiling (currently 50ms ouch) | Bertrand Augereau | |
svn-id: r24810 | |||
2006-12-01 | svn-id: r24799 | Neil Millstone | |
2006-11-25 | DS : The hi-quality scaler works on the secondary screen | Bertrand Augereau | |
svn-id: r24790 | |||
2006-11-25 | DS : 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-19 | DS : Compilation fix when USE_DEBUGGER is not defined | Bertrand Augereau | |
svn-id: r24748 | |||
2006-11-03 | Merging in changes made in branch for 0.9.1 release into trunk | Neil Millstone | |
svn-id: r24596 | |||
2006-10-25 | DS backend : Compile fixes for the new backends system, still needs plugging ↵ | Bertrand Augereau | |
the old callbacks svn-id: r24504 | |||
2006-10-05 | DS CPU scaling prototype, in 16 bit mode (for menu), not plugged(switch ↵ | Bertrand Augereau | |
cpuScaler to test) svn-id: r24129 | |||
2006-07-21 | o Proper ScummVM copyrights | Eugene Sandulenko | |
o Apparently because some patch was applied twice, many header files had their contents doubled. Fixing this as well. svn-id: r23548 |