Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-22 | Heavily modified/reduced version of patch #1741454 (EVENTS: ASCII enum) | Max Horn | |
svn-id: r27612 | |||
2007-06-21 | Modified version of patch #1740493 (EVENTS: Event Key Codes) | Max Horn | |
svn-id: r27592 | |||
2007-06-20 | Fix for bug #1740241 (PSP: revision 27553 doesn't build) | Max Horn | |
svn-id: r27559 | |||
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 | Use the SCUMMVM_VERSION macro from base/internal_version.h in the maemo ↵ | Max Horn | |
backend code, instead of hardcoding it (one potential headache less, yippie) svn-id: r27537 | |||
2007-06-18 | Update versions. | Travis Howell | |
svn-id: r27536 | |||
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-16 | Patch #1721826: ARM asm versions of sound rate conversion/mixing code | Max Horn | |
svn-id: r27467 | |||
2007-06-16 | Cleanup | Chris Apers | |
svn-id: r27456 | |||
2007-06-16 | Use the old and faster 1.5x scaler when available | Chris Apers | |
svn-id: r27455 | |||
2007-06-16 | Fixed compilation | Chris Apers | |
svn-id: r27454 | |||
2007-06-16 | Fixed arrow keys (hard and emu) | Chris Apers | |
svn-id: r27453 | |||
2007-06-15 | Fix for bug #1690813: BASS: Crash when changing scalers during intro | Max Horn | |
svn-id: r27435 | |||
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-11 | Include Kyra.dat and sky.cpt in the sis file. queen.tbl not included due to ↵ | Lars Persson | |
the size. svn-id: r27364 | |||
2007-06-11 | adding compilation pointer | Kostas Nakos | |
svn-id: r27353 | |||
2007-06-10 | Added default signing keys for Symbian OS 9. Password is scummvm | Lars Persson | |
svn-id: r27330 | |||
2007-06-10 | Updated makefile scripts with correct documents. | Lars Persson | |
svn-id: r27329 | |||
2007-06-10 | Added reference to COPYRIGHT file in various places | Max Horn | |
svn-id: r27325 | |||
2007-06-10 | update the port readme (USE broom WITH cobwebs) | Kostas Nakos | |
svn-id: r27307 | |||
2007-06-10 | re-add flac support which I had totally forgotten about. Builders must ↵ | Kostas Nakos | |
update to the newest libpack. Also enable parallaction by default svn-id: r27289 | |||
2007-06-10 | drop some debugging leftovers | Kostas Nakos | |
svn-id: r27287 | |||
2007-06-10 | formatting | Kostas Nakos | |
svn-id: r27285 | |||
2007-06-09 | Updated actions for paralall | Lars Persson | |
svn-id: r27256 | |||
2007-06-09 | fix bugs 1734068, 1723144: cursor trails when scrolling | Kostas Nakos | |
svn-id: r27250 | |||
2007-06-09 | add nippon support | Kostas Nakos | |
svn-id: r27244 | |||
2007-06-09 | enable lure and cruise again; I accidentally committed this to trunk instead ↵ | Joost Peters | |
of branch-0-10-0 previously =) svn-id: r27243 | |||
2007-06-09 | disable lure and cruise engines | Joost Peters | |
svn-id: r27240 | |||
2007-06-09 | Changed makefiles to default to armi binaries | Lars Persson | |
svn-id: r27239 | |||
2007-06-09 | fix keys getting stuck in virtual keyboard | Kostas Nakos | |
svn-id: r27232 | |||
2007-06-08 | Updated filesharing mode to full sharing. Now scummvm.ini works again. | Lars Persson | |
svn-id: r27218 | |||
2007-06-08 | Removed line in makefile not needed anymore | Lars Persson | |
svn-id: r27216 | |||
2007-06-08 | Updated actions for SymbianOS | Lars Persson | |
svn-id: r27215 | |||
2007-06-08 | Added read file sharing by default. Required for Gob2. | Lars Persson | |
svn-id: r27213 | |||
2007-06-08 | Updated Symbian OS Prediction handling | Lars Persson | |
Updated AGI to only enable predictive input after dictionary was found. svn-id: r27206 | |||
2007-06-08 | .txt is the device-friendly extension for text files | Kostas Nakos | |
svn-id: r27189 | |||
2007-06-08 | fix bug #1674683 (GOB2 can't save): send 0xD for enter | Kostas Nakos | |
svn-id: r27187 | |||
2007-06-08 | adding F1 for bargon and KP0 for indy3 functionality to multi function key | Kostas Nakos | |
svn-id: r27185 | |||
2007-06-07 | Symbian PORT updated with CE mappings | Lars Persson | |
svn-id: r27178 | |||
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-06-05 | renaming to multi-function key. Also, reverting to softkey A for default ↵ | Kostas Nakos | |
keymap (compatibility on first run) svn-id: r27112 | |||
2007-06-05 | the FT cheat key is now called multi function key (pending commit for sucker ↵ | Kostas Nakos | |
punch in indy) svn-id: r27111 | |||
2007-06-03 | new functionality for the predictive input dialog for smartphones | Kostas Nakos | |
svn-id: r27071 | |||
2007-06-03 | Initialise _stream.next_in as well, to silence another Valgrind warning in at | Torbjörn Andersson | |
least some versions of Freddi Fish 1. svn-id: r27063 | |||
2007-06-03 | Initialized _stream.avail_in (and fixed a typo in a comment) after discussing | Torbjörn Andersson | |
with Fingolfin. This seems to fix the mysterious bug #1726120, though I'll need to test that a bit more before closing it. svn-id: r27062 |