Age | Commit message (Expand) | Author |
2007-09-01 | Some key related cleanup | Chris Apers |
2007-08-18 | Making DS port build again | Neil Millstone |
2007-08-18 | Merged some of the changes from the trunk patch back in to the GSoC fsnode br... | David Corrales |
2007-08-11 | Fixed compilation. | Torbjörn Andersson |
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-08-05 | Merged fsnode with trunk: r27971:28460 | David Corrales |
2007-08-01 | Initial commit of the new BaseFile implementation. It provides a common groun... | David Corrales |
2007-07-29 | Add a removeSavefile() to the default savefile manager based on the new Commo... | David Corrales |
2007-07-19 | Fixed a subtle bug when browsing directories in the main game chooser. | David Corrales |
2007-07-18 | Added error codes to the SaveFileManager via the SFMError enum. Also, solved ... | David Corrales |
2007-07-16 | Word completion code that uses predictive dictionary ported from branch0-10-0 | Neil Millstone |
2007-07-12 | Changed SaveFileManager::listSavegames() function to be engine agnostic. It n... | David Corrales |
2007-07-10 | This commit adds a new build define USE_ARM_GFX_ASM (and sets it for the WinCE | Robin Watts |
2007-07-09 | Update the interfaces for the getChildren method to include the hidden flag. | David Corrales |
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 |