Age | Commit message (Expand) | Author |
2007-09-21 | Rename file removal functions, to avoid conflicts. Add save game path, when r... | Travis Howell |
2007-09-19 | KEYCODE_ENTER should be KEYCODE_RETURN, actually... | Marcus Comstedt |
2007-09-19 | displayName() -> getDisplayName() | Marcus Comstedt |
2007-09-19 | Fixed fallout from keycode being made an enum. | Marcus Comstedt |
2007-09-19 | Include <graphics/surface.h> for Graphics::Surface. | Marcus Comstedt |
2007-09-19 | Modified patch #1738058: "Action recorder". | Eugene Sandulenko |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-09-19 | rename psp_fs.cpp to psp-fs.cpp (as per the naming convention) | Joost Peters |
2007-09-19 | _displayName now contains the last path component, not the full path | Joost Peters |
2007-09-18 | Fixed compilation under MSVC8 | Filippos Karapetis |
2007-09-18 | Fix linker issues when doing a plugin build, and (hopefully) also on Windows | Max Horn |
2007-09-18 | Code formatting fixes | Max Horn |
2007-09-18 | Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break compil... | Max Horn |
2007-09-11 | Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ... | Max Horn |
2007-09-01 | Updated project files: added Drascula, ASM object files, ... | Chris Apers |
2007-09-01 | CW doesn't support ASM source file, this bat is required to execute an extern... | Chris Apers |
2007-09-01 | Cleanup: more 68K related files | Chris Apers |
2007-09-01 | Cleanup: remove obsolete files related to old 68k version not supported anymore | Chris Apers |
2007-09-01 | Cleanup:remove obsolete files related to old 68k version not supported anymore | Chris Apers |
2007-09-01 | Prepare Drascula support | Chris Apers |
2007-09-01 | Added ARM optimzed code | Chris Apers |
2007-09-01 | Prepare Drascula support | Chris Apers |
2007-09-01 | Prevent orientation change | Chris Apers |
2007-09-01 | Fixed compilation | Chris Apers |
2007-09-01 | Removed obsolete code | Chris Apers |
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 |