Age | Commit message (Expand) | Author |
2007-12-10 | NDS: Put all blitters ASM functions in ITCM (can't hurt as long as there is s... | Bertrand Augereau |
2007-12-10 | NDS: Integrated Robin's LDRB * 2 -> LDRH + fixes(endianness & stack space) 14... | Bertrand Augereau |
2007-12-09 | NDS : Improved scaler profiling | Bertrand Augereau |
2007-12-09 | NDS : Unrolled the scaler inner loop twice to do 16bits loading | Bertrand Augereau |
2007-12-09 | NDS : Integrated write gathering by Robin (+ fix) | Bertrand Augereau |
2007-12-07 | NDS: A few cycles saved in the inner loop of the CPU scaler | Bertrand Augereau |
2007-12-06 | NDS : ASM cpu scalers fixed, USING_ARM_BLITTERS back | Bertrand Augereau |
2007-12-06 | Attempted fix for the DS blitters; looks like I was reading from dst and | Robin Watts |
2007-12-05 | NDS: Disabling the buggy ARM blitters so that the CPU scaler works | Bertrand Augereau |
2007-12-05 | NDS: Reporting hi-level opti from Robin in the c++ software scaler ( a1r5g5b5... | Bertrand Augereau |
2007-12-05 | NDS : params reordering to match C scaler and ARM one | Bertrand Augereau |
2007-12-05 | NDS : The CPU scaler checkbox is back (and can be removed with a #define) | Bertrand Augereau |
2007-11-22 | updated backends/platform/ds/arm9/makefile.in to match changes made to backen... | Max Horn |
2007-10-13 | Fixed a huge number of compile errors, moved over features from 0.10.0 branch. | Neil Millstone |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-09-18 | Code formatting fixes | Max Horn |
2007-08-18 | Making DS port build again | Neil Millstone |
2007-07-16 | Word completion code that uses predictive dictionary ported from branch0-10-0 | Neil Millstone |
2007-07-10 | This commit adds a new build define USE_ARM_GFX_ASM (and sets it for the WinCE | Robin Watts |
2007-06-30 | Adding mistakenly deleted file | Neil Millstone |
2007-06-30 | Just a test | Neil Millstone |
2007-06-30 | - Show mouse cursor option | Neil Millstone |
2007-06-30 | typo | Max Horn |
2007-06-22 | Produce 'correct' keycode/ascii values for function keys | Max Horn |
2007-06-22 | Cleaning up after myself (I blame it on, err, uhh... the Vogons?) | Max Horn |
2007-06-22 | Added Common::KEYCODE_INALID | Max Horn |
2007-06-22 | Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* constants... | Max Horn |
2007-06-19 | Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All c... | Max Horn |
2007-06-18 | Added backends/platform/ds/arm9/makefile(.in) to tools/update-version.pl | Max Horn |
2007-06-18 | Added FIXME to dsmain.cpp about it not using SCUMMVM_VERSION (thus adding one... | Max Horn |
2007-06-18 | NDS : Suppressed unneccessary complications regarding the backbuffer when CPU... | Bertrand Augereau |
2007-06-17 | NDS: setKeyboardEnable shouldn't overrun VRAM anymore when CPU scaler is on | Bertrand Augereau |
2007-06-17 | NDS: Compile fixes | Bertrand Augereau |
2007-06-15 | DS : | Bertrand Augereau |
2007-06-12 | NDS : Attempt to not buffer overrun VRAM when doing saveGameBackBuffer/restor... | Bertrand Augereau |
2007-06-07 | NDS : Attempt to not buffer overrun VRAM when doing saveGameBackBuffer/restor... | Bertrand Augereau |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-04-16 | NDS : Compile fix | Bertrand Augereau |
2007-04-16 | NDS : Potentially faster, less precise, CPU-scaler plugged | Bertrand Augereau |
2007-04-16 | NDS : #define to experiment with a faster, less precise, CPU-scaler | Bertrand Augereau |
2007-04-16 | NDS : Trunk fix for latest libnds | Bertrand Augereau |
2007-04-06 | Updating DS port for changes in main codebase. Code changes for DevkitArm r2... | Neil Millstone |
2007-03-18 | Some fixes to cope with the move of the event code from OSystem to Common | Max Horn |
2007-03-18 | adding key scanning functions compatible with ScummVM's IPC | Neil Millstone |
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst... | Max Horn |
2007-03-08 | Removed MAX_FILENAME_LENGTH workaround (using enum's instead of #defines mean... | Max Horn |
2007-03-08 | Removed redundant code from gba_nds_fat.h (for some bizarre reason, the data ... | Max Horn |
2007-02-21 | Change an include to remove requirement of libfat | Neil Millstone |
2007-02-21 | Change an include to remove requirement of libfat | Neil Millstone |
2007-02-18 | NDS : The scaler profiling renders a white line (1 pixel / 1 ms) | Bertrand Augereau |