2328 Commits

Author SHA1 Message Date
Max Horn
80d55b0388 Renamed AbstractFilesystemFactory to FilesystemFactory
svn-id: r30935
2008-02-23 19:01:12 +00:00
Kostas Nakos
39c348e4d2 properly support feeble (sync commit)
svn-id: r30932
2008-02-23 18:55:31 +00:00
Jordi Vilalta Prat
065f8f5419 Automatic device detection for CAMD.
svn-id: r30911
2008-02-20 19:35:00 +00:00
Jordi Vilalta Prat
672a508bdd Added CAMD MIDI driver for AmigaOS4
svn-id: r30910
2008-02-20 17:07:58 +00:00
Jordi Vilalta Prat
e3852c92a7 Remove undesired spaces and an old TODO
svn-id: r30827
2008-02-08 01:45:46 +00:00
Jordi Vilalta Prat
00987db3a9 Implemented plugin versioning
svn-id: r30826
2008-02-08 01:02:25 +00:00
Jordi Vilalta Prat
c103290e2b Initial support for plugin types
svn-id: r30825
2008-02-08 00:02:23 +00:00
Jordi Vilalta Prat
e4ab5dd339 Change MetaEngine references to PluginObject where possible to make its semantics more generic.
svn-id: r30789
2008-02-04 18:38:22 +00:00
Max Horn
3cd1e60e7a Moved common code from Plugin subclasses to class Plugin itself
svn-id: r30787
2008-02-04 13:14:52 +00:00
Max Horn
5fb7f7a4d6 Commited updated version of my own patch #1868402: Basic savestate plugin API
svn-id: r30786
2008-02-04 10:15:21 +00:00
Max Horn
dd7fcd6867 Fix plugin unloading / cleanup
svn-id: r30785
2008-02-04 07:38:42 +00:00
Jordi Vilalta Prat
afa731b0af Fix a segmentation fault when running a game with dynamic plugins enabled.
svn-id: r30784
2008-02-04 02:50:41 +00:00
Max Horn
8a73356a2d Revised Engine plugin API to only provide a single func which returns a MetaEngine instance. Used this to simplify the rest of the plugin system
svn-id: r30780
2008-02-03 18:56:47 +00:00
Max Horn
f7a88e8074 Removed some dead code
svn-id: r30778
2008-02-03 18:24:54 +00:00
Marcus Comstedt
4c117772bd Implement exists(), isReadable() and isWritable().
svn-id: r30773
2008-02-03 17:02:51 +00:00
Marcus Comstedt
9302491e82 Use vmsfs_delete_file now that libronin supports it...
svn-id: r30772
2008-02-03 17:01:46 +00:00
Lars Persson
54576cbf11 Updated flags to use ASM costume for sam and max
svn-id: r30767
2008-02-03 13:31:32 +00:00
Robin Watts
f486fd35b3 Previous commit to enable ARM proc3 stuff for WinCE was broken, as I'd
forgotten to define the enabling symbol in cpp files. Consequently
I'd cocked up when copying the call to the ARM code across from my hacked 
costume.cpp into a fresh one.

svn-id: r30766
2008-02-03 13:12:51 +00:00
Lars Persson
77001b85f9 Updated number of icons in the icon file
svn-id: r30764
2008-02-03 13:06:43 +00:00
Lars Persson
298c2a35d2 Updated libs used for ASM
svn-id: r30763
2008-02-03 12:41:33 +00:00
Lars Persson
786c02db9c GFX asm defines updated properly. Custume #define turned off since this is crashing.
svn-id: r30762
2008-02-03 12:36:57 +00:00
Oystein Eftevaag
deb6baf0db Migration code for users updating to the 1.1.3 iPhone firmware, which has a different directory structure and permission setup
svn-id: r30761
2008-02-03 12:36:51 +00:00
Lars Persson
a6ad889aa2 Forgot to enable ASM opts somewhere (thought I had).
svn-id: r30753
2008-02-03 09:39:43 +00:00
Robin Watts
5b64d512ab Introduce ARM code for commonest case of "proc3" costume blitting (as
used for animation in SamNMax). Enabled by the USE_ARM_COSTUME_ASM
define. Currently enabled for WinCE only.

svn-id: r30750
2008-02-03 01:26:12 +00:00
Lars Persson
7ec40800c1 Simplified icon
svn-id: r30734
2008-02-02 11:04:21 +00:00
Lars Persson
54b79f47db Now using customized SVG as icon for S60v3 and not bitmap. Original ScummVM svg icon does not work on S60 phones (rendering is corrupt)
svn-id: r30733
2008-02-02 10:54:17 +00:00
Lars Persson
34b74cfc70 Updated max heap size to 64mb
svn-id: r30704
2008-01-29 21:32:09 +00:00
Lars Persson
ec0804eb23 - Updated default char signing to signed (as per PC) in makefiles
- Fix for Symbian scrolling problem in GOB3, expressions not evaluated properly resulting in offset beeing set to -1 and not the right offset.

svn-id: r30703
2008-01-29 21:19:45 +00:00
Jordi Vilalta Prat
d6c34bdc4b Fixed the spaces before tabs.
svn-id: r30667
2008-01-28 00:14:17 +00:00
Jordi Vilalta Prat
66e9d4f5e8 Removed trailing spaces.
svn-id: r30664
2008-01-27 19:47:41 +00:00
Max Horn
dfc1ba9dcc Finally removed backends/intern.h itself
svn-id: r30612
2008-01-22 14:17:18 +00:00
Max Horn
c4c481fecf Removed backends/intern.h
svn-id: r30611
2008-01-22 14:16:02 +00:00
Lars Persson
2890816046 Proper data file paths for S60v3
svn-id: r30603
2008-01-21 21:39:30 +00:00
Lars Persson
8d3f7c68ee Functionality for is readable and writable
svn-id: r30601
2008-01-21 20:48:25 +00:00
Max Horn
e8374f6775 Removed obsolete comment, fixed indention
svn-id: r30589
2008-01-20 17:12:00 +00:00
Lars Persson
f3e42ffa39 - Updated version numbers, Implemented exists properly, Added two engines in main_features.inl
svn-id: r30586
2008-01-20 12:50:27 +00:00
Max Horn
bc0c66287c Removing duplicate content and adding GPL header
svn-id: r30555
2008-01-18 17:37:07 +00:00
Max Horn
4ba2df8792 Use explicit path in #include statement (DS port specific)
svn-id: r30552
2008-01-18 17:24:34 +00:00
Joost Peters
fa1495de7b implement exists(), isReadable() and isWritable() stubs using access()
svn-id: r30537
2008-01-17 21:35:31 +00:00
Torbjörn Andersson
7b15433572 Removed unnecessary semi-colons.
svn-id: r30476
2008-01-13 22:12:35 +00:00
Max Horn
2222b947ba WORKAROUND bug #1870304: Solaris does not provide INADDR_NONE
svn-id: r30467
2008-01-13 12:54:13 +00:00
Eugene Sandulenko
af486e0524 Patch #1869152: "MAEMO port preliminary patch"
svn-id: r30458
2008-01-12 22:30:09 +00:00
Eugene Sandulenko
d205129f2b First part of Maemo port
svn-id: r30427
2008-01-11 22:44:28 +00:00
Kostas Nakos
b53a9eadeb doc update for 0.11.0
svn-id: r30416
2008-01-11 20:09:12 +00:00
Max Horn
80e776e0fb Fix DefaultSaveFileManager::listSavefiles to return the savefile *name*, not the *path* (which is meaningless in the context of savefiles)
svn-id: r30373
2008-01-10 11:54:31 +00:00
Kostas Nakos
4a706675de fix a race - bug #1863961 (#1769503)
svn-id: r30218
2008-01-04 16:08:49 +00:00
Marcus Comstedt
d531d42347 Use system call to return to DC boot menu rather than relying on exit()
to do the job.

svn-id: r30197
2008-01-03 13:28:04 +00:00
Lars Persson
4130d04f77 Updated paths to engine-data files for Symbian OS
svn-id: r30191
2008-01-03 08:42:22 +00:00
Marcus Comstedt
ca6056ae21 Disable compilation of default savefile manager, to avoid having it pulled
in by --whole-archive when building with plugins.

svn-id: r30185
2008-01-03 07:51:55 +00:00
Marcus Comstedt
d157e47ec2 Remove -I$(srcdir)/common from include path (not needed anymore).
svn-id: r30184
2008-01-03 07:49:19 +00:00