Age | Commit message (Expand) | Author |
2009-04-18 | Fixed a crash happening when an engine dirtied the full screen, and called in... | Oystein Eftevaag |
2009-04-18 | iPhone: Updated input event system to firmware 2.x standard | Oystein Eftevaag |
2009-04-04 | Remove the obsolete IPHONE_BACKEND define | Jordi Vilalta Prat |
2009-03-08 | The xcode project can now compile a native Mac OS X build | Oystein Eftevaag |
2009-03-01 | Cleaned out some unneeded stuff from the C blitting routines | Oystein Eftevaag |
2009-03-01 | When built with the xcode project, the file browser will now start browing fo... | Oystein Eftevaag |
2009-03-01 | Merged iphone keyboard fix in from branch-0-13-0 | Oystein Eftevaag |
2009-02-16 | Updated the iphone xcode project to include dependency libs, and fixed config... | Oystein Eftevaag |
2009-02-15 | Compatibility fixes for the official iPhone SDK | Oystein Eftevaag |
2009-02-15 | Merged revisions 36329, 38212, 38226and 38234 from branch-0-13-0 to trunk: iP... | Oystein Eftevaag |
2009-01-30 | Moved default implementations for various OSystem methods into a new class Ba... | Max Horn |
2009-01-23 | Renamed FSNode::openForReading / openForWriting to createReadStream / createW... | Max Horn |
2009-01-23 | Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to creat... | Max Horn |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-11-06 | Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys... | Max Horn |
2008-10-16 | OSYSTEM: Pushed out some port specific code from common/system.cpp to the res... | Max Horn |
2008-09-10 | Merged up iPhone backend changes from 0.12 to trunk | Oystein Eftevaag |
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type... | Max Horn |
2008-08-04 | Pushed some port specific code from DefaultSaveFileManager out to port specif... | Max Horn |
2008-07-27 | The iPhone backend is now (mostly) up to speed again, and works for firmware 2.0 | Oystein Eftevaag |
2008-06-28 | Removed obsolete ::clearSoundCallback() code | Max Horn |
2008-02-03 | Migration code for users updating to the 1.1.3 iPhone firmware, which has a d... | Oystein Eftevaag |
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2008-01-22 | Removed backends/intern.h | Max Horn |
2008-01-02 | (forward-port) Quick swipes across the screen now triggers arrow key events. ... | Oystein Eftevaag |
2007-12-31 | Added support for landscape mode in addition to the upside-down landscape mod... | Oystein Eftevaag |
2007-12-22 | Fixed mutex handling, and reverted sound callbacks to be from another thread ... | Oystein Eftevaag |
2007-12-20 | Do sound callbacks from the main thread instead of a separate one, to avoid s... | Oystein Eftevaag |
2007-12-07 | Enabled click-and-drag mouse mode for the right mouse button as well as the l... | Oystein Eftevaag |
2007-12-07 | Properly centered the image on screen after aspect ratio correction | Oystein Eftevaag |
2007-12-05 | ARM ASM blitting routines from Robin_Watts | Oystein Eftevaag |
2007-11-25 | Suspend ScummVM when the button is hit (or a call is received), putting it in... | Oystein Eftevaag |
2007-11-24 | Now always sending a mouse-moved event before a click (some engines don't upd... | Oystein Eftevaag |
2007-11-23 | Some minor display and mouse cursor optimizations | Oystein Eftevaag |
2007-11-23 | Cleaned up some screen drawing offsetting issues | Oystein Eftevaag |
2007-11-20 | Optimized dirty rects handling a bit, makes AGOS engine games run better | Oystein Eftevaag |
2007-11-20 | Cleanup. | Johannes Schickel |
2007-11-20 | Cleaned up some formatting | Oystein Eftevaag |
2007-11-19 | Fixed a silly palette issue, and added a toggle for a click-and-hold-mouse-bu... | Oystein Eftevaag |
2007-11-18 | Implemented soft keyboard support, and added a workarond for engines that can... | Oystein Eftevaag |
2007-11-18 | Increased sound buffer size to avoid some skipping issues, and re-added a tim... | Oystein Eftevaag |
2007-11-17 | Implemented portrait mode, fixed a few issues with the dirty rects handling, ... | Oystein Eftevaag |
2007-11-15 | Some dirty rects handling, and fixed a off-by-one blitting bug | Oystein Eftevaag |
2007-11-14 | iPhone: Implemented timers, and disabled mutexes (was causing deadlocks in Sn... | Oystein Eftevaag |
2007-11-13 | Added sound support for the iPhone | Oystein Eftevaag |
2007-11-13 | Initial commit of the iPhone/iPod Touch backend | Oystein Eftevaag |