Age | Commit message (Expand) | Author |
2007-08-11 | windows.h needs to be included before sdl.h, to avoid redefinition of ARRAYSIZE | Filippos Karapetis |
2007-08-11 | SDL backend cleanup (minor) | Max Horn |
2007-08-11 | Removing the DEAD MorphOS port | Max Horn |
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-07-08 | Removed various obsolete methods from OSystem (screenToOverlayX/Y, overlayToS... | Max Horn |
2007-07-05 | Tidy up of the GP2X config.sh and bundle.sh scripts. Add support for libMPEG2... | John Willis |
2007-07-01 | Only invoke g_engine->pauseEngine if g_engine != NULL | Max Horn |
2007-07-01 | Removing non-ASCII chars from source code | Max Horn |
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 | Adding some missing stuff to the PS2 port (it still will require quite some w... | Max Horn |
2007-06-30 | Added Engine::pauseEngine method (allows outside code, like the backend, to p... | Max Horn |
2007-06-30 | typo | Max Horn |
2007-06-30 | Added global support for the (so far undocumented) confirm_exit config key | Max Horn |
2007-06-30 | whitespaces | Max Horn |
2007-06-26 | Cleanup of the GP2X port to fix compile issues (and the odd warning). | John Willis |
2007-06-24 | Not necessary to have a LINUPY hack in the GP2x backend | Max Horn |
2007-06-24 | Use keycodes instead of the (bad) ascii code for function keys in the DC backend | Max Horn |
2007-06-24 | Update the WinCE makefile to use the USE_ARM_SMUSH_ASM define to enable | Robin Watts |
2007-06-23 | Add a couple of casts from int to (Common:KeyCode) in the WinCE specific code. | Robin Watts |
2007-06-23 | Tweaks to WinCE makefile. | Robin Watts |
2007-06-23 | Add missing semi-colon. | Travis Howell |
2007-06-23 | Update GUI::Key constructs | Max Horn |
2007-06-22 | Produce 'correct' keycode/ascii values for function keys | Max Horn |
2007-06-22 | fix compilation by casting the %, {, }, | and ~ keycode "magic" numbers to Co... | Joost Peters |
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 | Oops, forgot Common:: qualifier | Max Horn |
2007-06-22 | Potential fix for PSP build problems | Max Horn |
2007-06-22 | Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* constants... | Max Horn |
2007-06-22 | fix compile (thanks salty-horse!) | Matthew Hoops |
2007-06-22 | Heavily modified/reduced version of patch #1741454 (EVENTS: ASCII enum) | Max Horn |
2007-06-21 | Modified version of patch #1740493 (EVENTS: Event Key Codes) | Max Horn |
2007-06-20 | Fix for bug #1740241 (PSP: revision 27553 doesn't build) | Max Horn |
2007-06-19 | Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All c... | Max Horn |
2007-06-18 | Use the SCUMMVM_VERSION macro from base/internal_version.h in the maemo backe... | Max Horn |
2007-06-18 | Update versions. | Travis Howell |
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-16 | Patch #1721826: ARM asm versions of sound rate conversion/mixing code | Max Horn |
2007-06-16 | Cleanup | Chris Apers |
2007-06-16 | Use the old and faster 1.5x scaler when available | Chris Apers |
2007-06-16 | Fixed compilation | Chris Apers |
2007-06-16 | Fixed arrow keys (hard and emu) | Chris Apers |
2007-06-15 | Fix for bug #1690813: BASS: Crash when changing scalers during intro | Max Horn |