Oystein Eftevaag
0bc6fbd435
Optimized dirty rects handling a bit, makes AGOS engine games run better
...
svn-id: r29587
2007-11-20 22:20:52 +00:00
Johannes Schickel
c9a7cbf6ee
Cleanup.
...
svn-id: r29584
2007-11-20 19:59:29 +00:00
Johannes Schickel
94a584c687
Cleanup.
...
svn-id: r29583
2007-11-20 19:54:06 +00:00
Oystein Eftevaag
f2f5a09040
Cleaned up some formatting
...
svn-id: r29582
2007-11-20 19:42:41 +00:00
Oystein Eftevaag
3996e3daac
Fixed a silly palette issue, and added a toggle for a click-and-hold-mouse-button mode
...
svn-id: r29572
2007-11-19 22:29:02 +00:00
Oystein Eftevaag
6a4ce78789
Implemented soft keyboard support, and added a workarond for engines that can't handle mouse-down and mouse-up events coming in two subsequent calls to pollEvent()
...
svn-id: r29557
2007-11-18 17:58:53 +00:00
Oystein Eftevaag
ee4d7dc54d
Increased sound buffer size to avoid some skipping issues, and re-added a timer callback that had somehow gotten lost
...
svn-id: r29542
2007-11-18 01:14:20 +00:00
Oystein Eftevaag
dbbce1985a
Implemented portrait mode, fixed a few issues with the dirty rects handling, 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-17 21:26:03 +00:00
Oystein Eftevaag
e13e247612
Some dirty rects handling, and fixed a off-by-one blitting bug
...
svn-id: r29510
2007-11-15 23:42:00 +00:00
Oystein Eftevaag
41456707d6
iPhone: Implemented timers, and disabled mutexes (was causing deadlocks in SnM and COMI, for some reason
...
svn-id: r29506
2007-11-14 23:19:09 +00:00
Kostas Nakos
254369540c
small fixes
...
svn-id: r29501
2007-11-14 13:34:47 +00:00
Oystein Eftevaag
fdafe925e9
Added sound support for the iPhone
...
svn-id: r29499
2007-11-13 21:21:17 +00:00
Kostas Nakos
4993a2cb75
got rid of the /evil/ monkeykeyboard code :-) (see also rev. 29495)
...
svn-id: r29498
2007-11-13 19:49:01 +00:00
Kostas Nakos
d66e4901ed
don't trash the registry if proper startup has failed
...
svn-id: r29497
2007-11-13 19:46:21 +00:00
Kostas Nakos
2ae1c3c496
somewhat more verbose debug msgs
...
svn-id: r29496
2007-11-13 19:42:52 +00:00
Oystein Eftevaag
05b5a493f8
Initial commit of the iPhone/iPod Touch backend
...
svn-id: r29488
2007-11-13 08:06:15 +00:00
Max Horn
3598192859
Patch #1825132 : SAVEFILEMAN: renameSavefile implementation
...
svn-id: r29433
2007-11-06 10:52:47 +00:00
Robin Watts
37aaee3593
WinCE Makefile: make deploy was copying plugins to the wrong directory.
...
svn-id: r29426
2007-11-05 21:07:36 +00:00
Robin Watts
975dbcd231
Dumb typo in earlier commit.
...
svn-id: r29415
2007-11-04 20:30:42 +00:00
Robin Watts
6f4e622e18
New 'deploy' targets for the WinCE makefile to automatically copy
...
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 19:13:00 +00:00
Robin Watts
904dcb4a7b
Minor tweak to Wince makefile; 'all' target now depends on whether we are
...
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-04 17:00:10 +00:00
Kostas Nakos
b3f331668f
update for the new igor engine
...
svn-id: r29388
2007-11-03 21:18:49 +00:00
Kostas Nakos
b6165d3280
work around lack of errno in ce
...
svn-id: r29387
2007-11-03 21:17:40 +00:00
Torbjörn Andersson
ceffb6d2be
Changed "if( ... )" to "if ( ... )" and "while( ... )" to "while ( ... )", and
...
removed an unnecessary \n.
svn-id: r29379
2007-11-02 16:55:09 +00:00
Max Horn
8eb73f2694
Patch #1815526 : Add TiMidity++ MIDI server support
...
svn-id: r29377
2007-11-02 16:01:52 +00:00
David Corrales
6afbcc89a7
Factorize most of the common code in the isReadable() and isWritable() methods for the AmigaOS backend, via the getFibProtection() method.
...
svn-id: r29342
2007-10-31 19:37:34 +00:00
David Corrales
dc29c25b71
Fixed a long due typo in the error messages inside the DefaultSaveFileManager.
...
svn-id: r29341
2007-10-31 19:09:23 +00:00
Filippos Karapetis
94499005cf
Fixed compilation under Windows
...
svn-id: r29340
2007-10-31 18:51:11 +00:00
David Corrales
b5653141fa
Properly implemented the isReadable() and isWritable() methods for the AmigaOSFilesystemNode backend.
...
Thanks a lot to Raziel_One on this one :)
svn-id: r29339
2007-10-31 17:43:40 +00:00
David Corrales
2ac075e569
Removed the Common::File::removeFile() methods, and moved their implementation to the Common::DefaultSaveFileManager::removeSavefile() method, as per Marcus' appraisal and Max's approval.
...
svn-id: r29337
2007-10-31 13:59:59 +00:00
Johannes Schickel
e7e0532e1b
- free fib object in AmigaOSFilesystemNode::exists
...
- cleanup
svn-id: r29330
2007-10-30 21:57:41 +00:00
David Corrales
0f741540d0
Fixed a typo in the AmigaOSFilesystemNode::exists() method.
...
svn-id: r29329
2007-10-30 21:37:00 +00:00
David Corrales
bc0c8afc39
Added a missing variable to the AmigaOSFilesystem::exists() method. Hopefully it's complete now :)
...
svn-id: r29328
2007-10-30 21:35:26 +00:00
David Corrales
5b9e6a47fc
Implement the AmigaOSFilesystemNode::exists() method.
...
svn-id: r29327
2007-10-30 21:31:39 +00:00
Kostas Nakos
1fcbeda5fe
various assorted things required by the new compiler and codebase changes
...
svn-id: r29310
2007-10-28 19:14:12 +00:00
Kostas Nakos
0c532c28f6
(mainly) adding plugin support
...
svn-id: r29309
2007-10-28 19:02:03 +00:00
Kostas Nakos
065145ef2d
new stuff to support the FS api and fixes for the new compiler
...
svn-id: r29308
2007-10-28 18:51:05 +00:00
Kostas Nakos
0e026d2b99
cleanup after framebuffer api changes
...
svn-id: r29307
2007-10-28 18:48:07 +00:00
Kostas Nakos
887ce76a1e
fix formatting & typo
...
svn-id: r29306
2007-10-28 18:46:48 +00:00
Kostas Nakos
507b60f5b4
entry point for plugin builds
...
svn-id: r29305
2007-10-28 18:40:03 +00:00
Kostas Nakos
b93cf70d4f
Rollup commit to improve & bring the port up to speed. More specificallyi 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 18:36:04 +00:00
Kostas Nakos
bb8ad040a5
formatting fixes
...
svn-id: r29302
2007-10-28 18:09:34 +00:00
Kostas Nakos
5a77a2624f
drop unneeded define
...
svn-id: r29301
2007-10-28 18:04:32 +00:00
Kostas Nakos
371cc6deda
make sure our GetCurrentDirectory is used (non existant in ce api)
...
svn-id: r29300
2007-10-28 17:59:14 +00:00
Kostas Nakos
1046213480
unicod-ify syscalls for ce backend
...
svn-id: r29299
2007-10-28 17:53:52 +00:00
Joost Peters
281767f19e
fix compile after recent fs code rename
...
svn-id: r29229
2007-10-17 19:45:23 +00:00
David Corrales
ec38b85a44
Committing the set of patches #1814434 , thanks to jvprat. They improve the documentation and parameter naming of the lookFile methods inside Common::FS.
...
svn-id: r29228
2007-10-16 20:24:39 +00:00
Neil Millstone
688f074ea5
Fixed a load of compile errors, reverted additions to lastPathComponent() which were clearly in error.
...
svn-id: r29204
2007-10-13 15:41:34 +00:00
Neil Millstone
4deb3f1b4f
Fixed a huge number of compile errors, moved over features from 0.10.0 branch.
...
svn-id: r29203
2007-10-13 15:40:11 +00:00
David Corrales
9cdb195df7
Fixed a missing return value in the lastPathComponent function. Thanks to Raziel_AOne :)
...
svn-id: r29172
2007-10-07 20:42:46 +00:00