Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-08 | Introduce 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-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵ | Max Horn | |
things) svn-id: r44495 | |||
2009-09-13 | Removed unnecessary semi-colons. | Torbjörn Andersson | |
svn-id: r44048 | |||
2009-08-22 | Second attempt to fix DC and iPhone backends compilation | Eugene Sandulenko | |
svn-id: r43651 | |||
2009-08-22 | Attempt to fix DC and iPhone backends compilation | Eugene Sandulenko | |
svn-id: r43650 | |||
2009-07-14 | Split the iPhone OSystem class up into several files | Oystein Eftevaag | |
svn-id: r42479 | |||
2009-06-28 | Changed 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-18 | Improved the iphone swipe input handling | Oystein Eftevaag | |
svn-id: r41641 | |||
2009-05-24 | Also 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-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel | |
svn-id: r40867 | |||
2009-05-11 | Fixed some warnings | Oystein Eftevaag | |
svn-id: r40444 | |||
2009-05-10 | iPhone fixes for compiling with the unofficial sdk | Oystein Eftevaag | |
svn-id: r40440 | |||
2009-05-10 | Updated xcode project and did some minor iphone optimizations | Oystein Eftevaag | |
svn-id: r40418 | |||
2009-05-09 | Converted the iPhone backend to use OpenGL ES instead of CoreSurface for ↵ | Oystein Eftevaag | |
graphics output svn-id: r40403 | |||
2009-04-18 | Fixed 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 | |||
2009-04-18 | iPhone: Updated input event system to firmware 2.x standard | Oystein Eftevaag | |
svn-id: r39984 | |||
2009-04-04 | Remove the obsolete IPHONE_BACKEND define | Jordi Vilalta Prat | |
svn-id: r39835 | |||
2009-03-08 | The xcode project can now compile a native Mac OS X build | Oystein Eftevaag | |
svn-id: r39238 | |||
2009-03-01 | Cleaned out some unneeded stuff from the C blitting routines | Oystein Eftevaag | |
svn-id: r39025 | |||
2009-03-01 | When built with the xcode project, the file browser will now start browing ↵ | Oystein Eftevaag | |
for files inside the application bundle directory svn-id: r39022 | |||
2009-03-01 | Merged iphone keyboard fix in from branch-0-13-0 | Oystein Eftevaag | |
svn-id: r39020 | |||
2009-02-16 | Updated the iphone xcode project to include dependency libs, and fixed ↵ | Oystein Eftevaag | |
config/savegame paths svn-id: r38386 | |||
2009-02-15 | Compatibility fixes for the official iPhone SDK | Oystein Eftevaag | |
svn-id: r38280 | |||
2009-02-15 | Merged revisions 36329, 38212, 38226and 38234 from branch-0-13-0 to trunk: ↵ | Oystein Eftevaag | |
iPhone backend updates svn-id: r38240 | |||
2009-01-30 | Moved default implementations for various OSystem methods into a new class ↵ | Max Horn | |
BaseBackend svn-id: r36135 | |||
2009-01-23 | Renamed FSNode::openForReading / openForWriting to createReadStream / ↵ | Max Horn | |
createWriteStream, again to make ownership of the returned stream clear svn-id: r36014 | |||
2009-01-23 | Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to ↵ | Max Horn | |
createConfigReadStream & createConfigWriteStream, in order to make it clear that the *caller* is responsible for deleting the streams (i.e., 'owns' them) svn-id: r36013 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-11-06 | Got rid of OSystem::colorToRGB and RGBToColor; added implementations for ↵ | Max Horn | |
OSystem::getOverlayFormat to several ports (pending testing by the porters) svn-id: r34912 | |||
2008-10-16 | OSYSTEM: Pushed out some port specific code from common/system.cpp to the ↵ | Max Horn | |
respective ports svn-id: r34812 | |||
2008-09-10 | Merged up iPhone backend changes from 0.12 to trunk | Oystein Eftevaag | |
svn-id: r34483 | |||
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some ↵ | Max Horn | |
'typedef Common::String String;' name aliases svn-id: r34302 | |||
2008-08-04 | Pushed some port specific code from DefaultSaveFileManager out to port ↵ | Max Horn | |
specific code in backends/platform/ svn-id: r33621 | |||
2008-07-27 | The iPhone backend is now (mostly) up to speed again, and works for firmware 2.0 | Oystein Eftevaag | |
svn-id: r33326 | |||
2008-06-28 | Removed obsolete ::clearSoundCallback() code | Max Horn | |
svn-id: r32826 | |||
2008-02-03 | Migration code for users updating to the 1.1.3 iPhone firmware, which has a ↵ | Oystein Eftevaag | |
different directory structure and permission setup svn-id: r30761 | |||
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat | |
svn-id: r30667 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2008-01-22 | Removed backends/intern.h | Max Horn | |
svn-id: r30611 | |||
2008-01-02 | (forward-port) Quick swipes across the screen now triggers arrow key events. ↵ | Oystein Eftevaag | |
Also, some mouse cursor fixes for landscape mode svn-id: r30134 | |||
2007-12-31 | Added support for landscape mode in addition to the upside-down landscape ↵ | Oystein Eftevaag | |
mode we already had, and a few minor optimizations svn-id: r30090 | |||
2007-12-22 | Fixed mutex handling, and reverted sound callbacks to be from another thread ↵ | Oystein Eftevaag | |
again svn-id: r29951 | |||
2007-12-20 | Do sound callbacks from the main thread instead of a separate one, to avoid ↵ | Oystein Eftevaag | |
some concurrency issues. Increased sound buffer size. Removed the extra mousemoved event sent before each click, no longer needed. And finally some minor gesturing tweaks. svn-id: r29931 | |||
2007-12-07 | Enabled click-and-drag mouse mode for the right mouse button as well as the ↵ | Oystein Eftevaag | |
left button, and fixed a the mouse cursor being able to go 1 pixel off screen on one side svn-id: r29753 | |||
2007-12-07 | Properly centered the image on screen after aspect ratio correction | Oystein Eftevaag | |
svn-id: r29750 | |||
2007-12-05 | ARM ASM blitting routines from Robin_Watts | Oystein Eftevaag | |
svn-id: r29717 | |||
2007-11-25 | Suspend ScummVM when the button is hit (or a call is received), putting it ↵ | Oystein Eftevaag | |
in a sleep loop until it's resumed svn-id: r29633 | |||
2007-11-24 | Now always sending a mouse-moved event before a click (some engines don't ↵ | Oystein Eftevaag | |
update the mouse position on click events, it seems). Also added a workaround for an event not always being received when the secondary finger is lifted from the touchscreen. svn-id: r29629 | |||
2007-11-23 | Some minor display and mouse cursor optimizations | Oystein Eftevaag | |
svn-id: r29621 | |||
2007-11-23 | Cleaned up some screen drawing offsetting issues | Oystein Eftevaag | |
svn-id: r29620 |