aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
2007-12-02fixes for cygwin buildKostas Nakos
2007-11-25Suspend ScummVM when the button is hit (or a call is received), putting it in...Oystein Eftevaag
2007-11-24Now always sending a mouse-moved event before a click (some engines don't upd...Oystein Eftevaag
2007-11-24Updated main features for Symbian with the latest game enginesLars Persson
2007-11-24Fix for keymappings not working properly for S60Lars Persson
2007-11-24updated makefile due to new dependencies of a new libLars Persson
2007-11-24Symbian build system does not cope with include file with the same name, spec...Lars Persson
2007-11-24Support for IGOR in the build system.Lars Persson
2007-11-23Some minor display and mouse cursor optimizationsOystein Eftevaag
2007-11-23Cleaned up some screen drawing offsetting issuesOystein Eftevaag
2007-11-22updated backends/platform/ds/arm9/makefile.in to match changes made to backen...Max Horn
2007-11-20Optimized dirty rects handling a bit, makes AGOS engine games run betterOystein Eftevaag
2007-11-20Cleanup.Johannes Schickel
2007-11-20Cleanup.Johannes Schickel
2007-11-20Cleaned up some formattingOystein Eftevaag
2007-11-19Fixed a silly palette issue, and added a toggle for a click-and-hold-mouse-bu...Oystein Eftevaag
2007-11-18Implemented soft keyboard support, and added a workarond for engines that can...Oystein Eftevaag
2007-11-18Increased sound buffer size to avoid some skipping issues, and re-added a tim...Oystein Eftevaag
2007-11-17Implemented portrait mode, fixed a few issues with the dirty rects handling, ...Oystein Eftevaag
2007-11-15Some dirty rects handling, and fixed a off-by-one blitting bugOystein Eftevaag
2007-11-14iPhone: Implemented timers, and disabled mutexes (was causing deadlocks in Sn...Oystein Eftevaag
2007-11-14small fixesKostas Nakos
2007-11-13Added sound support for the iPhoneOystein Eftevaag
2007-11-13got rid of the /evil/ monkeykeyboard code :-) (see also rev. 29495)Kostas Nakos
2007-11-13don't trash the registry if proper startup has failedKostas Nakos
2007-11-13somewhat more verbose debug msgsKostas Nakos
2007-11-13Initial commit of the iPhone/iPod Touch backendOystein Eftevaag
2007-11-06Patch #1825132: SAVEFILEMAN: renameSavefile implementationMax Horn
2007-11-05WinCE Makefile: make deploy was copying plugins to the wrong directory.Robin Watts
2007-11-04Dumb typo in earlier commit.Robin Watts
2007-11-04New 'deploy' targets for the WinCE makefile to automatically copyRobin Watts
2007-11-04Minor tweak to Wince makefile; 'all' target now depends on whether we areRobin Watts
2007-11-03update for the new igor engineKostas Nakos
2007-11-03work around lack of errno in ceKostas Nakos
2007-11-02Changed "if( ... )" to "if ( ... )" and "while( ... )" to "while ( ... )", andTorbjörn Andersson
2007-11-02Patch #1815526: Add TiMidity++ MIDI server supportMax Horn
2007-10-31Factorize most of the common code in the isReadable() and isWritable() method...David Corrales
2007-10-31Fixed a long due typo in the error messages inside the DefaultSaveFileManager.David Corrales
2007-10-31Fixed compilation under WindowsFilippos Karapetis
2007-10-31Properly implemented the isReadable() and isWritable() methods for the AmigaO...David Corrales
2007-10-31Removed the Common::File::removeFile() methods, and moved their implementatio...David Corrales
2007-10-30- free fib object in AmigaOSFilesystemNode::existsJohannes Schickel
2007-10-30Fixed a typo in the AmigaOSFilesystemNode::exists() method.David Corrales
2007-10-30Added a missing variable to the AmigaOSFilesystem::exists() method. Hopefully...David Corrales
2007-10-30Implement the AmigaOSFilesystemNode::exists() method.David Corrales
2007-10-28various assorted things required by the new compiler and codebase changesKostas Nakos
2007-10-28(mainly) adding plugin supportKostas Nakos
2007-10-28new stuff to support the FS api and fixes for the new compilerKostas Nakos
2007-10-28cleanup after framebuffer api changesKostas Nakos
2007-10-28fix formatting & typoKostas Nakos