aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2009-07-10Recreate FSNode after calling checkPath since checkPath mayWillem Jan Palenstijn
have created the directory the FSNode points to, invalidating its cached metadata. In the future, it might be nice to add a FSNode::rescan() function for this? This fixes #2793187 . svn-id: r42357
2009-07-05Refresh the screen if pollEvent() is called without updateScreen() being ↵Marcus Comstedt
called for a long time. svn-id: r42139
2009-07-04Add GCC_PRINTF parameter.Johannes Schickel
svn-id: r42104
2009-07-02cleanupMax Horn
svn-id: r42040
2009-07-01Move action inits to engineInit and engineDone callbacks.Lars Persson
svn-id: r42007
2009-06-29Indentation fix.Johannes Schickel
svn-id: r41940
2009-06-28For consistency, use upper-case letter in hex constant.Torbjörn Andersson
svn-id: r41938
2009-06-28Fix PSP portMax Horn
svn-id: r41934
2009-06-28PS2: Don't overload fillScreen with a dummy, just use the inherited versionMax Horn
svn-id: r41933
2009-06-28Changed OSystem::setWindowCaption to expect ISO LATIN 1 encoded input;Max Horn
also intentionally broke WinCE and Symbian ports (in an obvious way that can be undo by commenting out some text) -- hopefully this will get the maintainers' attention during the next release cycle, unlike my emails svn-id: r41932
2009-06-28Silenced the reamining warnings reported in patch #2684986 (gcc warnings ↵Max Horn
with -DFORTIFY_SOURCE=2 -fstack-protector) svn-id: r41930
2009-06-28change link order in .spec file to produce working binaries when building ↵Joost Peters
using the configure script svn-id: r41929
2009-06-22Fixed NDS compilation when using older devkitpro versions (I accidentally ↵Max Horn
broke that some time ago) svn-id: r41786
2009-06-20split loadKeyboardPack(), fallback to the current dir when searching for ↵Andre Heider
packs, and free memory in the case of an error. svn-id: r41705
2009-06-18Improved the iphone swipe input handlingOystein Eftevaag
svn-id: r41641
2009-06-17Moved the wiidist target to ports.mk, cleaned it up and automated meta.xml ↵Andre Heider
generation. svn-id: r41619
2009-06-13Detected games with different language or platform are nowMarcus Comstedt
no longer treated as duplicates, even if they have the same target and directory. Also, pass these parameters to the ConfMan, so that the correct version of the game is started. svn-id: r41504
2009-06-12Rename KeyRemapper dialog to KeyMapperEugene Sandulenko
svn-id: r41462
2009-06-08Virtual Keyboard: Add some quick changes to the virtual keyboard to activate ↵John Willis
submit and cancel events from the default lowercase keyboards. This makes it possible to cancel and submit without having to call Common::KEYCODE_F7 again. Sorry for the nasty (temp) graphics. svn-id: r41385
2009-06-08Virtual Keyboard: Fix slight error in earlier commit (failed to rename the ↵John Willis
XML to match the keyboard pack name). svn-id: r41376
2009-06-08Virtual Keyboard: Move vkeybd.zip into packs folder and rename default ↵John Willis
keyboard pack to vkeybd_default(.zip) with updates to default-events.cpp. Also update vkeybdpack.py to use zlib compression if Python zlib is found. Update GP2X and GP2XWiz bundle files to get new vkeybd_default.zip. svn-id: r41373
2009-06-08Virtual Keyboard: Add source files for the default keyboard pack seperate ↵John Willis
from ZIP archive (makes it easier to version the packs vkeybd.xml and track fixes) and add script to build keyboard pack(s) ZIP's from source files (based on /gui/themes/scummtheme.py). svn-id: r41366
2009-06-08Virtual Keyboard: Fix default keyboard pack to return correct events for ↵John Willis
ENTER and !. svn-id: r41363
2009-06-06Virtual Keyboard: Add 320*240 support (in addition to 640*480) to the ↵John Willis
default keyboard pack. Also tweak vkeybd.xml to make it a little more like valid XML). New graphics still to come so excuse the ugly keyboard images for now. svn-id: r41303
2009-06-06Virtual Keyboard: 'Ab'use the console font to get a font small enough to be ↵John Willis
usable on 320*240 virtual keyboards for display_area (GUI and BigGUI take up far too much space). svn-id: r41300
2009-06-06Implement FR#2507667: "GUI: Improve PopupWidget rendering / theme layouting".Eugene Sandulenko
- Split out label from PopUp widget - Aligned every widget on all layouts so GUI becomes to look nice again - Moved textHAlign to layout properties svn-id: r41266
2009-06-06Implement feature request #1180217: "GUI: Mute option"Eugene Sandulenko
svn-id: r41233
2009-06-06Virtual Keyboard: Fix detection of v_align option when used in the keyboard ↵John Willis
definition. svn-id: r41232
2009-06-06GP2X: Small cleanup of control code and start to work on virtual keyboard ↵John Willis
support for the backend. svn-id: r41230
2009-06-06GP2XWiz: Cleanup and start to work on virtual keyboard support for the backend.John Willis
svn-id: r41226
2009-06-04Code formatting in the gp2xwiz backendMax Horn
svn-id: r41167
2009-06-04Initial import of the GP2XWiz backend (based on the GP2X and SDL backends). ↵John Willis
Includes configure changes and one #ifdef to SDL backend. Also updates NEWS. svn-id: r41156
2009-06-03cleanupMax Horn
svn-id: r41150
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061
2009-05-30Fixed compilation errorFilippos Karapetis
svn-id: r41037
2009-05-29Changed SaveFileManager methods to take Common::String params (instead of ↵Max Horn
char pointers) svn-id: r41000
2009-05-27Changes for the latest libfat update.Andre Heider
svn-id: r40950
2009-05-25Added hardwarekeys.cpp to makefileLars Persson
svn-id: r40895
2009-05-24Also strip trailing whitespaces in C and Objective-C source files. (Seems I ↵Johannes Schickel
forgot that we got those too :-P) svn-id: r40872
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
svn-id: r40867
2009-05-21Attempt to bring event recoredr to life. Still crashes on exit, though.Eugene Sandulenko
svn-id: r40775
2009-05-21Workaround for shells that treat an empty list in for as a syntax error...Marcus Comstedt
svn-id: r40758
2009-05-21Micro-optimization: Don't re-strip plugins which are not modified.Marcus Comstedt
svn-id: r40757
2009-05-21Ack, can't use something set with := in the dependency section. *sigh* New ↵Marcus Comstedt
try. svn-id: r40753
2009-05-21Added proper dependencies for the "plugin_dist" target.Marcus Comstedt
svn-id: r40751
2009-05-19COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are ↵Max Horn
deprecated; however, retained ioFailed in SeekableReadStream and File for now (so for now this mainly affects WriteStream subclasses) svn-id: r40725
2009-05-16Fix bug #2790461: "WINCE: Compilation broken"Eugene Sandulenko
svn-id: r40624
2009-05-14Fixed various GCC 4.2 warnings, among them an actual longstanding bug (3 ↵Max Horn
years :) in the quicktime midi code svn-id: r40577
2009-05-13Silence another g++ 4.4 warning.Johannes Schickel
svn-id: r40527
2009-05-12Make data that is only locally used staticMax Horn
svn-id: r40516