Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-30 | Adding mistakenly deleted file | Neil Millstone | |
svn-id: r27805 | |||
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 | Cleaning up after myself (I blame it on, err, uhh... the Vogons?) | Max Horn | |
svn-id: r27625 | |||
2007-06-22 | Added Common::KEYCODE_INALID | Max Horn | |
svn-id: r27622 | |||
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-19 | Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All ↵ | Max Horn | |
changes are just fine, and won't cause any compile problems or regressions, despite the fact that I can't test most of the non-SDL backend changes, at an improbability level of two to the power of two hundred and seventy-six thousand to one against - possibly much higher. Anything you still can't cope with is therefore your own problem. Please relax. svn-id: r27548 | |||
2007-06-18 | Added backends/platform/ds/arm9/makefile(.in) to tools/update-version.pl | Max Horn | |
svn-id: r27533 | |||
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-17 | NDS: Compile fixes | Bertrand Augereau | |
svn-id: r27508 | |||
2007-06-15 | DS : | Bertrand Augereau | |
* grabRawScreen should work with the scaler enabled * the address given to DC_FlushRange in grabRawScreen was mixing a u16 base address and a u8 stride, skipping every odd line and buffer-overrunning (if I'm not mistaken :) ) svn-id: r27415 | |||
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-16 | NDS : Compile fix | Bertrand Augereau | |
svn-id: r26536 | |||
2007-04-16 | NDS : Potentially faster, less precise, CPU-scaler plugged | Bertrand Augereau | |
svn-id: r26535 | |||
2007-04-16 | NDS : #define to experiment with a faster, less precise, CPU-scaler | Bertrand Augereau | |
svn-id: r26534 | |||
2007-04-16 | NDS : Trunk fix for latest libnds | Bertrand Augereau | |
svn-id: r26529 | |||
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-18 | adding key scanning functions compatible with ScummVM's IPC | Neil Millstone | |
svn-id: r26188 | |||
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-03-08 | Removed MAX_FILENAME_LENGTH workaround (using enum's instead of #defines ↵ | Max Horn | |
means we can take advantage of namespaces) svn-id: r26019 | |||
2007-03-08 | Removed redundant code from gba_nds_fat.h (for some bizarre reason, the data ↵ | Max Horn | |
in this file was present twice) svn-id: r26018 | |||
2007-02-21 | Change an include to remove requirement of libfat | Neil Millstone | |
svn-id: r25773 | |||
2007-02-21 | Change an include to remove requirement of libfat | Neil Millstone | |
svn-id: r25772 | |||
2007-02-18 | NDS : The scaler profiling renders a white line (1 pixel / 1 ms) | Bertrand Augereau | |
svn-id: r25704 | |||
2007-02-18 | NDS : CPU scaler twiddling backup | Bertrand Augereau | |
svn-id: r25703 | |||
2007-02-18 | NDS : CPU scaler performance experiment | Bertrand Augereau | |
svn-id: r25702 | |||
2007-02-18 | NDS : Compile fix (savegames-related) | Bertrand Augereau | |
svn-id: r25700 | |||
2007-02-17 | Get rid of Common::SaveFile | Max Horn | |
svn-id: r25666 | |||
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 | |||
2007-01-19 | Changed to ARM7 for libcartreset | Neil Millstone | |
svn-id: r25123 | |||
2007-01-19 | Adding libcartreset to ARM7 binary | Neil Millstone | |
svn-id: r25122 | |||
2006-12-09 | NDS : Scaler cleaning | Bertrand Augereau | |
svn-id: r24821 | |||
2006-12-09 | NDS : Scaler cleaning | Bertrand Augereau | |
svn-id: r24820 | |||
2006-12-09 | NDS : Scaler optimization 43 -> 33 ms | Bertrand Augereau | |
svn-id: r24819 | |||
2006-12-09 | NDS : More blitters stuff | Bertrand Augereau | |
svn-id: r24818 | |||
2006-12-07 | NDS : Micro-optimizations for the software blitter (table lookup for div by ↵ | Bertrand Augereau | |
5 : 51ms -> 43ms) svn-id: r24817 | |||
2006-12-06 | NDS : Micro-optimizations for the software blitter | Bertrand Augereau | |
svn-id: r24811 | |||
2006-12-06 | NDS : CPU scaler profiling (currently 50ms ouch) | Bertrand Augereau | |
svn-id: r24810 | |||
2006-12-03 | NDS : Micro-optimizations for the software blitter | Bertrand Augereau | |
svn-id: r24804 | |||
2006-12-02 | NDS : Micro-optimizations for the software blitter | Bertrand Augereau | |
svn-id: r24802 |