Joost Peters
c595b65aba
openCD() and pollCD() should return false, since they don't actually access a CD.
...
This avoids some common pitfalls in new backends based off of this, like e.g. the hang on the final chapter screen in MI1CD.
svn-id: r20588
2006-02-12 01:06:26 +00:00
Lars Persson
37f433a7ad
* New and tested builds for S60V3 and UIQ3
...
* New upscaled icons for UIQ3/S60V3. SVG/Scalable version needed for S60V3 for proper good looks
* Critical bug in Symbian-fs fixed (exception for UIQ3/S60V3)
*Removed duplicate files for easier maintanence
*New handling for Symbian error messages, save paths etc
*All naming now is ScummVM for all apps and targets
svn-id: r20585
2006-02-12 00:27:19 +00:00
Max Horn
80cf2fa46f
Reduced data duplication in module.mk files; added module.mk files for null and x11 backends; added engines/module.mk
...
svn-id: r20584
2006-02-12 00:16:31 +00:00
Max Horn
136ecfc1e8
Fixed the list of backend factory functions
...
svn-id: r20583
2006-02-11 23:43:24 +00:00
Chris Apers
bd39c3cb3e
Forgot this one
...
svn-id: r20577
2006-02-11 19:09:09 +00:00
Chris Apers
fde4fd87e7
Bye bye
...
svn-id: r20576
2006-02-11 19:08:25 +00:00
Chris Apers
0a5cd1ce98
Disable Adlib on PalmOS 68k devices
...
svn-id: r20575
2006-02-11 19:01:06 +00:00
Chris Apers
87f6c76722
This is now required
...
svn-id: r20574
2006-02-11 18:57:43 +00:00
Chris Apers
79f94b3cb2
Ooops
...
svn-id: r20573
2006-02-11 18:55:39 +00:00
Chris Apers
9d8c0acbc4
Move show/hideOverlay to OS5 class (should be in Base ?)
...
svn-id: r20572
2006-02-11 18:53:58 +00:00
Chris Apers
26a3285b53
Move setMouseCursor to OS5 class
...
svn-id: r20571
2006-02-11 18:52:32 +00:00
Chris Apers
9649fb50f3
- Fixed volRefNum default value
...
- Added autosave option
svn-id: r20570
2006-02-11 18:49:05 +00:00
Chris Apers
98bb8ce5a9
No more required
...
svn-id: r20569
2006-02-11 18:47:23 +00:00
Chris Apers
8f3ae56c69
Fixed volRefNum default value
...
svn-id: r20568
2006-02-11 18:45:00 +00:00
Chris Apers
4f41e84f51
Not more required
...
svn-id: r20567
2006-02-11 18:42:32 +00:00
Chris Apers
62b5df4e7b
Added new engine, platform and language
...
svn-id: r20566
2006-02-11 18:41:00 +00:00
Chris Apers
044d5164a1
Updated header
...
svn-id: r20565
2006-02-11 18:36:40 +00:00
Chris Apers
9e3ee81579
Updated header
...
svn-id: r20564
2006-02-11 18:34:49 +00:00
Chris Apers
f20193af5f
- Get rid of MemGluePtrNew
...
- Fixed exit function in ARM mode
- Fixed C++ compilation
svn-id: r20563
2006-02-11 18:31:05 +00:00
Chris Apers
5638fae439
- Added NVFS support
...
- Fixed volRefNum default value
- Get rid of MemGluePtrNew when possible
- Fixed vsprintf in ARM mode
svn-id: r20562
2006-02-11 18:28:02 +00:00
Chris Apers
9b1d8dc114
Fixed driver test
...
svn-id: r20561
2006-02-11 18:24:42 +00:00
Chris Apers
2552211aaa
- Added autosave period option
...
- Added OS5 advanced mode
- Added scummvm header
svn-id: r20560
2006-02-11 18:23:29 +00:00
Chris Apers
f32a6e5c67
Fixed default volRefNum value
...
- Added scummvm header
svn-id: r20559
2006-02-11 18:20:17 +00:00
Chris Apers
65ed0e0ded
- Added FileBrowser API support to get the game path
...
- Added scummvm header
- Typo
svn-id: r20558
2006-02-11 18:18:50 +00:00
Chris Apers
a474940a33
- Added NVFS support
...
- Fixed default volRefNum value
- Added scummvm header
svn-id: r20557
2006-02-11 18:16:19 +00:00
Chris Apers
dfa1a254f6
Fixed default volRefNum value
...
- Init MathLib only on non-ARM devices
- Added scummvm header
- Removed obsolete code
svn-id: r20556
2006-02-11 18:12:51 +00:00
Chris Apers
8db2e6c035
Replaced with a PilRC version
...
svn-id: r20555
2006-02-11 18:08:47 +00:00
Max Horn
cbb2ca005c
Change CVS keywords to SVN keywords
...
svn-id: r20535
2006-02-11 12:47:47 +00:00
Chris Apers
2a8089e02f
Change CVS keywords to SVN keywords
...
svn-id: r20508
2006-02-11 09:47:42 +00:00
Chris Apers
0aa701d759
Does this fix the sound problem on device wakeup ?
...
svn-id: r20505
2006-02-11 09:32:10 +00:00
Chris Apers
7f1771cba8
- Added optional use of palette
...
- Common sound struct
- Move common quit stuff to the base class
- Fixed CD functions, now MP3s work properly
- Make mutex functions virtual so that they can be redefined
- little cleanup
svn-id: r20503
2006-02-11 09:26:04 +00:00
Chris Apers
5cf077339e
Added OS5 Advanced mode
...
svn-id: r20502
2006-02-11 09:18:24 +00:00
Chris Apers
861a4be077
Change CVS keywords to SVN keywords
...
svn-id: r20501
2006-02-11 09:15:12 +00:00
Chris Apers
a1e21760a4
- Fixed gfx mode : normal = default, fixed using 1x instead
...
- Use palette only if we need it
- draw_mouse() is part if int_updateScreen
- Moved OSD redraw in common updateScreen
- Added base draw_osd(...)
svn-id: r20499
2006-02-11 09:09:20 +00:00
Chris Apers
0ae5c6fe60
Disable this timer code for now, since it seems to make things unstable and hang with MIDI drivers (NULL, native)
...
svn-id: r20498
2006-02-11 09:03:08 +00:00
Chris Apers
c4cb3d607a
Change CVS keywords to SVN keywords
...
svn-id: r20496
2006-02-11 08:55:04 +00:00
Marcus Comstedt
8734538e99
$Header$ -> $URL$ + $Id$
...
svn-id: r20441
2006-02-09 13:25:53 +00:00
Marcus Comstedt
405c2832e8
Properly initialize _devpoll.
...
svn-id: r20439
2006-02-09 12:30:52 +00:00
Max Horn
0ad58cdb95
Removed .cvsignore files
...
svn-id: r20424
2006-02-07 22:50:14 +00:00
Paweł Kołodziejski
2ebdbbf5e0
fixes allow compile with emsvc4 again
...
svn-id: r20355
2006-02-03 07:30:29 +00:00
Nicolas Bacca
7b1e399ab3
Knakos patch
...
svn-id: r20309
2006-01-29 23:25:14 +00:00
Nicolas Bacca
bf6adf4b1d
Knakos patch & new icons
...
svn-id: r20308
2006-01-29 23:24:20 +00:00
Nicolas Bacca
0fa2388ca7
New icon
...
svn-id: r20307
2006-01-29 23:23:48 +00:00
Nicolas Bacca
2032149e7a
Update with 0.8.1 comments
...
svn-id: r20306
2006-01-29 23:23:38 +00:00
Nicolas Bacca
aad356f5f5
Knakos patch & Smartphone fixes
...
svn-id: r20305
2006-01-29 23:23:17 +00:00
Joost Peters
9fee68f3b0
run in usermode. psplink provides an exception handler and stdout/stderr redirection, so we have no real reason to use kernel mode anyway.
...
svn-id: r20250
2006-01-27 23:01:34 +00:00
Lars Persson
d84fb4f696
New intial mmps to target ScummVM instead of EScummVM and associated pkg files
...
svn-id: r20246
2006-01-27 22:06:59 +00:00
Joost Peters
4226b6409d
Update some FAQs (I should probably move these to the Wiki at some point)
...
svn-id: r20244
2006-01-27 21:47:34 +00:00
Eugene Sandulenko
b5f5dbe36b
Patch #1416370 : "AmigaOS 4 changes"
...
svn-id: r20229
2006-01-27 15:51:41 +00:00
Marcus Comstedt
5b1718f17b
fingolfin renamed 'GameSettings::name' to 'GameSettings::gameid'.
...
svn-id: r20222
2006-01-27 13:48:14 +00:00