aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/iphone
AgeCommit message (Collapse)Author
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-06-17IPHONE: Add logMessage() implementationMax Horn
2011-06-13I18N: Make many more GUI MessageDialog strings translatableThierry Crozat
2011-06-08BACKENDS: Shuffle backends class hierarchy and module initializationMax Horn
2011-06-07IPHONE: Use OSystem's _fsFactory slotMax Horn
2011-06-07IPHONE: Use OSystem's 'slots' for timer/savefile managerMax Horn
2011-06-07IPHONE: Fix a typo, fix compilation (hopefully)Sven Hesse
2011-06-06BACKENDS: Add OSystem::getDefaultConfigFileNameMax Horn
This is used to provide default implementations for createConfigWriteStream and createConfigReadStream, which can be used by most backends. Note that backends can still override createConfigRead/WriteStream; this could be useful if settings on some port are not stored in a regular file (think 'Windows registry', for a hypothetical example).
2011-06-06BACKENDS: Unify AudioCD manager instantiationMax Horn
2011-06-05IPHONE: Fixed a COMI crash and some minor gfx glitchesOystein Eftevaag
2011-05-15IPHONE: Fixed mouse position when the overlay is visibleOystein Eftevaag
2011-05-15IPHONE: Changed the iOS queued event handling to fix mouseclicks in GobOystein Eftevaag
We now delay the mouseup events for 50ms, rather than just delaying them for an additional couple of pollEvent (which doesn't work anymore due to changes in the eventhandling code elsewhere). This fixes #3018512.
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
For further discussion check here: https://github.com/scummvm/scummvm/pull/16 Conflicts: graphics/png.cpp
2011-04-28BACKENDS: Fix compilation for various backendsOri Avtalion
Affects: * PS2 * GPH * ELF * MOTO * IPHONE * N64 * DINGUX * WINCE * PSP
2011-04-17ALL/GRAPHICS: Remove Surface::bytesPerPixel.Johannes Schickel
2011-04-17BACKENDS: Adapt various backends code to set up Surface::format correctly.Johannes Schickel
Note that this change is not tested at all (not even compile wise!).
2011-04-14ALL: colour -> colorMax Horn
2011-02-16IPHONE: Remove erroneous write in OSystem_IPHONE::grabPalette.Johannes Schickel
Thanks to dhewg for reporting this!
2011-02-15IPHONE: Adapt to setPalette/grabPalette RGBA->RGB change.Johannes Schickel
This change is not tested, but should hopefully work fine.
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
svn-id: r55850
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
svn-id: r55806
2011-02-02IPHONE: Fix Unsigned to Signed Comparison Compiler Warning.David Turner
svn-id: r55743
2010-10-31IPHONE: Enable use of forbidden symbolsMax Horn
svn-id: r53971
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
svn-id: r53160
2010-09-29IPHONE: The overlay will now always be in the native device resolutionOystein Eftevaag
svn-id: r52939
2010-08-01iPhone: changed GL_NEAREST to GL_LINEAR in miniaturization filter as per ↵Yotam Barnoy
forum post 29/7/10 svn-id: r51567
2010-07-29BUILD: Unify how MODULE_DIRS is computed for backendsMax Horn
This should help avoid situations where MODULE_DIRS is not set to a complete list of build dirs (which causes troubles with the automatic header dependency detection logic). On the long run, we should replace the relevant code by a macro or also use rules.mk for this (with yet another if/else case add to it). svn-id: r51467
2010-06-15IPhone: sync with recent GUI changes. NOT TESTED.Eugene Sandulenko
svn-id: r49792
2010-06-03We'll now default to non-touchpad mode on the iPadOystein Eftevaag
svn-id: r49403
2010-06-01Fix bug #2999153: "IPHONE: No grabPalette() implementation"Max Horn
svn-id: r49384
2010-04-03Updated XCode projectOystein Eftevaag
svn-id: r48479
2010-03-11Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ↵Max Horn
MixerImpl constructor svn-id: r48238
2010-03-10Remove last traces of OSystem::getOutputSampleRate()Max Horn
svn-id: r48229
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
svn-id: r47541
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May ↵Max Horn
lead to compilation issues in ports, which should be trivial to fix, though svn-id: r44793
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵Max Horn
things) svn-id: r44495
2009-09-13Removed unnecessary semi-colons.Torbjörn Andersson
svn-id: r44048
2009-08-22Second attempt to fix DC and iPhone backends compilationEugene Sandulenko
svn-id: r43651
2009-08-22Attempt to fix DC and iPhone backends compilationEugene Sandulenko
svn-id: r43650
2009-07-14Split the iPhone OSystem class up into several filesOystein Eftevaag
svn-id: r42479
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-18Improved the iphone swipe input handlingOystein Eftevaag
svn-id: r41641
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-11Fixed some warningsOystein Eftevaag
svn-id: r40444
2009-05-10iPhone fixes for compiling with the unofficial sdkOystein Eftevaag
svn-id: r40440
2009-05-10Updated xcode project and did some minor iphone optimizationsOystein Eftevaag
svn-id: r40418
2009-05-09Converted the iPhone backend to use OpenGL ES instead of CoreSurface for ↵Oystein Eftevaag
graphics output svn-id: r40403
2009-04-18Fixed a crash happening when an engine dirtied the full screen, and called ↵Oystein Eftevaag
initSize() before calling updateScreen (fixes bug 418820, specifically about Lost in Time crashing after the title screen) svn-id: r39985