Age | Commit message (Expand) | Author |
2007-07-09 | Fixed a couple compilation issues in the windows build. | David Corrales |
2007-07-08 | Fixed a very strange bug with strings. Also added a couple sanity checks. | David Corrales |
2007-07-08 | Merged the FSNode branch with trunk r27681:27969 | David Corrales |
2007-07-08 | Removed various obsolete methods from OSystem (screenToOverlayX/Y, overlayToS... | Max Horn |
2007-07-08 | Initial patch to the listSavefiles method. Now only the existing savegames ar... | David Corrales |
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 | Missed some files in the branch/trunk merge. | David Corrales |
2007-06-23 | Merged the FSNode branch with trunk r27031:27680 | David Corrales |
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-20 | Initial implementation of the lookupFile() function. It's meant to search rec... | David Corrales |
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 | Added a new parameter to the getChildren function, which allows including hid... | David Corrales |
2007-06-17 | NDS: Compile fixes | Bertrand Augereau |
2007-06-16 | Removed the isValid operation from the FilesystemNode class in favor of the m... | David Corrales |
2007-06-16 | Patch #1721826: ARM asm versions of sound rate conversion/mixing code | Max Horn |
2007-06-16 | Cleanup | Chris Apers |