Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-18 | Implemented soft keyboard support, and added a workarond for engines that ↵ | Oystein Eftevaag | |
can't handle mouse-down and mouse-up events coming in two subsequent calls to pollEvent() svn-id: r29557 | |||
2007-11-18 | Increased sound buffer size to avoid some skipping issues, and re-added a ↵ | Oystein Eftevaag | |
timer callback that had somehow gotten lost svn-id: r29542 | |||
2007-11-17 | Implemented portrait mode, fixed a few issues with the dirty rects handling, ↵ | Oystein Eftevaag | |
fixed some cursor positioning issues, and redirecting stdout and stderr to a log file when ScummVM is launched from the Springboard svn-id: r29541 | |||
2007-11-15 | Some dirty rects handling, and fixed a off-by-one blitting bug | Oystein Eftevaag | |
svn-id: r29510 | |||
2007-11-14 | iPhone: Implemented timers, and disabled mutexes (was causing deadlocks in ↵ | Oystein Eftevaag | |
SnM and COMI, for some reason svn-id: r29506 | |||
2007-11-14 | small fixes | Kostas Nakos | |
svn-id: r29501 | |||
2007-11-13 | Added sound support for the iPhone | Oystein Eftevaag | |
svn-id: r29499 | |||
2007-11-13 | got rid of the /evil/ monkeykeyboard code :-) (see also rev. 29495) | Kostas Nakos | |
svn-id: r29498 | |||
2007-11-13 | don't trash the registry if proper startup has failed | Kostas Nakos | |
svn-id: r29497 | |||
2007-11-13 | somewhat more verbose debug msgs | Kostas Nakos | |
svn-id: r29496 | |||
2007-11-13 | Initial commit of the iPhone/iPod Touch backend | Oystein Eftevaag | |
svn-id: r29488 | |||
2007-11-06 | Patch #1825132: SAVEFILEMAN: renameSavefile implementation | Max Horn | |
svn-id: r29433 | |||
2007-11-05 | WinCE Makefile: make deploy was copying plugins to the wrong directory. | Robin Watts | |
svn-id: r29426 | |||
2007-11-04 | Dumb typo in earlier commit. | Robin Watts | |
svn-id: r29415 | |||
2007-11-04 | New 'deploy' targets for the WinCE makefile to automatically copy | Robin Watts | |
built files across to a target device attached with ActiveSync. Hopefully will avoid hours of comedy when trying to debug mismatching plugins/exes. svn-id: r29414 | |||
2007-11-04 | Minor tweak to Wince makefile; 'all' target now depends on whether we are | Robin Watts | |
building with plugins or not. These means that weak minded programmers (like me) no longer need to remember to do "make dist-plugins" instead of "make dist". svn-id: r29412 | |||
2007-11-03 | update for the new igor engine | Kostas Nakos | |
svn-id: r29388 | |||
2007-11-03 | work around lack of errno in ce | Kostas Nakos | |
svn-id: r29387 | |||
2007-11-02 | Changed "if( ... )" to "if ( ... )" and "while( ... )" to "while ( ... )", and | Torbjörn Andersson | |
removed an unnecessary \n. svn-id: r29379 | |||
2007-11-02 | Patch #1815526: Add TiMidity++ MIDI server support | Max Horn | |
svn-id: r29377 | |||
2007-10-31 | Factorize most of the common code in the isReadable() and isWritable() ↵ | David Corrales | |
methods for the AmigaOS backend, via the getFibProtection() method. svn-id: r29342 | |||
2007-10-31 | Fixed a long due typo in the error messages inside the DefaultSaveFileManager. | David Corrales | |
svn-id: r29341 | |||
2007-10-31 | Fixed compilation under Windows | Filippos Karapetis | |
svn-id: r29340 | |||
2007-10-31 | Properly implemented the isReadable() and isWritable() methods for the ↵ | David Corrales | |
AmigaOSFilesystemNode backend. Thanks a lot to Raziel_One on this one :) svn-id: r29339 | |||
2007-10-31 | Removed the Common::File::removeFile() methods, and moved their ↵ | David Corrales | |
implementation to the Common::DefaultSaveFileManager::removeSavefile() method, as per Marcus' appraisal and Max's approval. svn-id: r29337 | |||
2007-10-30 | - free fib object in AmigaOSFilesystemNode::exists | Johannes Schickel | |
- cleanup svn-id: r29330 | |||
2007-10-30 | Fixed a typo in the AmigaOSFilesystemNode::exists() method. | David Corrales | |
svn-id: r29329 | |||
2007-10-30 | Added a missing variable to the AmigaOSFilesystem::exists() method. ↵ | David Corrales | |
Hopefully it's complete now :) svn-id: r29328 | |||
2007-10-30 | Implement the AmigaOSFilesystemNode::exists() method. | David Corrales | |
svn-id: r29327 | |||
2007-10-28 | various assorted things required by the new compiler and codebase changes | Kostas Nakos | |
svn-id: r29310 | |||
2007-10-28 | (mainly) adding plugin support | Kostas Nakos | |
svn-id: r29309 | |||
2007-10-28 | new stuff to support the FS api and fixes for the new compiler | Kostas Nakos | |
svn-id: r29308 | |||
2007-10-28 | cleanup after framebuffer api changes | Kostas Nakos | |
svn-id: r29307 | |||
2007-10-28 | fix formatting & typo | Kostas Nakos | |
svn-id: r29306 | |||
2007-10-28 | entry point for plugin builds | Kostas Nakos | |
svn-id: r29305 | |||
2007-10-28 | Rollup commit to improve & bring the port up to speed. More specificallyi ↵ | Kostas Nakos | |
for this file: - adding support for plugins - fixing regressions and changes related to the framebuffer api - improved and fixed dirty rects - fixed Fingolfin's name in a comment :-P svn-id: r29303 | |||
2007-10-28 | formatting fixes | Kostas Nakos | |
svn-id: r29302 | |||
2007-10-28 | drop unneeded define | Kostas Nakos | |
svn-id: r29301 | |||
2007-10-28 | make sure our GetCurrentDirectory is used (non existant in ce api) | Kostas Nakos | |
svn-id: r29300 | |||
2007-10-28 | unicod-ify syscalls for ce backend | Kostas Nakos | |
svn-id: r29299 | |||
2007-10-17 | fix compile after recent fs code rename | Joost Peters | |
svn-id: r29229 | |||
2007-10-16 | Committing the set of patches #1814434, thanks to jvprat. They improve the ↵ | David Corrales | |
documentation and parameter naming of the lookFile methods inside Common::FS. svn-id: r29228 | |||
2007-10-13 | Fixed a load of compile errors, reverted additions to lastPathComponent() ↵ | Neil Millstone | |
which were clearly in error. svn-id: r29204 | |||
2007-10-13 | Fixed a huge number of compile errors, moved over features from 0.10.0 branch. | Neil Millstone | |
svn-id: r29203 | |||
2007-10-07 | Fixed a missing return value in the lastPathComponent function. Thanks to ↵ | David Corrales | |
Raziel_AOne :) svn-id: r29172 | |||
2007-10-07 | Commit of patch #1804861. It implements a static lastPathComponent() ↵ | David Corrales | |
function in each backend, used to extract the last path component of a given path, returned by getName(). svn-id: r29159 | |||
2007-10-03 | * Added removeSavefile() | Marcus Comstedt | |
* New style listSavefiles() using a glob svn-id: r29153 | |||
2007-09-30 | Patch #1804801: DMedia MIDI driver for IRIX | Max Horn | |
svn-id: r29142 | |||
2007-09-28 | Updated version number in installation files | Lars Persson | |
svn-id: r29126 | |||
2007-09-28 | sadfUpdated version number in installation files | Lars Persson | |
svn-id: r29125 |