Age | Commit message (Expand) | Author |
2009-09-21 | whitespace fix | Andre Heider |
2009-09-21 | reinit the console when changing the video mode. | Andre Heider |
2009-09-20 | New "Input" tab for the options dialog to set pad sensitivity and acceleration. | Andre Heider |
2009-09-20 | Fix compilation | Andre Heider |
2009-09-20 | Mention mount errors on the status labels. | Andre Heider |
2009-09-20 | Only update status label of the active tab (lables print their text when upda... | Andre Heider |
2009-09-18 | Show the console when exiting abnormally. | Andre Heider |
2009-09-18 | Moved the Wii gfx code to its own library. Added a onscreen console for stdou... | Andre Heider |
2009-09-18 | Update game screen after changing the active scaler via hotkeys. This fixes b... | Johannes Schickel |
2009-09-13 | Removed unnecessary semi-colons. | Torbjörn Andersson |
2009-09-06 | Minor constness fixes | Bertrand Augereau |
2009-09-05 | Support for SMB shares, cleaned up async FS functions. | Andre Heider |
2009-09-03 | Removed AA modes in favor of bilinear texture filtering, which gives much bet... | Andre Heider |
2009-09-02 | Fixed thumbnail gfx glitches on savegames | Andre Heider |
2009-09-01 | Added an options dialog for some Wii specific settings. | Andre Heider |
2009-09-01 | Clarified the backspace key workaround: This is not a Mac OS X issue (as the ... | Max Horn |
2009-09-01 | Updated to support multiple exes | Lars Persson |
2009-08-30 | Complete GFX rewrite with new features: | Andre Heider |
2009-08-29 | Patch #2845084: "Linuxmoto-backend small update" | Eugene Sandulenko |
2009-08-23 | Whitespace fix for buildbot | Andre Heider |
2009-08-23 | Formatting | Eugene Sandulenko |
2009-08-22 | Remove more warnings from wince build. | Robin Watts |
2009-08-22 | Eliminate more warnings for buildbot. | Robin Watts |
2009-08-22 | Attempt to remove some warnings in the wince build that occur on the buildbot's | Robin Watts |
2009-08-22 | Removed unused var | Andre Heider |
2009-08-22 | Second attempt to fix DC and iPhone backends compilation | Eugene Sandulenko |
2009-08-22 | Attempt to fix DC and iPhone backends compilation | Eugene Sandulenko |
2009-08-22 | Give meaningful name to variable | Eugene Sandulenko |
2009-08-22 | Fix OSX builds | Andre Heider |
2009-08-22 | Patch #2826508: "Motorola A1200/E6/A1600 (motoezx) patch" | Eugene Sandulenko |
2009-08-22 | 16bit support for the Wii port | Andre Heider |
2009-08-22 | Add FIXME about DefaultTimerManager implementation. | Johannes Schickel |
2009-08-21 | Removed redundant checks, the asserts() earlier do exactly the same. | Andre Heider |
2009-08-21 | some cleanup | Joost Peters |
2009-08-21 | unify OSystem_PSP_GU and OSystem_PSP (which was hopelessly outdated and mostl... | Joost Peters |
2009-08-21 | Attempt to fix builds that use the ARM screen column clear code; add new | Robin Watts |
2009-08-21 | This hopefully fixes the GP2x build (and kicks off buildbot) | Andre Heider |
2009-08-21 | fix compilation after RGB API changes | Joost Peters |
2009-08-21 | Fixed OSystem_Wii for the 16bit API changes | Andre Heider |
2009-08-21 | Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran... | Andre Heider |
2009-08-21 | correct idiotic error in first gp2x fix attempt. | Jody Northup |
2009-08-21 | fixed GP2X (I hope) | Jody Northup |
2009-08-21 | Merged RGB color API and support in from /scummvm/branches/gsoc2009-16bit/ | Jody Northup |
2009-08-19 | PSP: throttle the number of updateScreen() calls | Joost Peters |
2009-08-19 | Take advantage of extra memory on newer PSP models | Joost Peters |
2009-08-19 | Merged revisions 43458-43468,43470-43471,43473-43475,43477,43479-43483,43485,... | Travis Howell |
2009-08-18 | Implement setCursorPalette(), correct hasFeature() <-> getFeatureState() mixup. | Joost Peters |
2009-08-18 | PSP: Make R-trigger act as a context sensitive modifier key, remap ENTER to t... | Joost Peters |
2009-08-18 | PSP: disable dosbox OPL | Joost Peters |
2009-08-18 | Starting to simplify the Action structure, and rework it to facilitate making... | Jody Northup |