Commit Graph
16114 Commits
Author SHA1 Message Date
Travis Howell b9fec00c25 Only adjusted in SCUMM 5+
svn-id: r20598
2006-02-12 11:03:16 +00:00
Travis Howell 30c5480bd3 Actor room is only checked in SCUMM 7+
svn-id: r20597
2006-02-12 09:52:13 +00:00
Travis Howell 2873ae8186 Actually that should be before all code
svn-id: r20595
2006-02-12 07:03:04 +00:00
Travis Howell 86ee0df205 A few corrections from disasm., checked against all versions
svn-id: r20594
2006-02-12 06:43:42 +00:00
Travis Howell 37bc512d64 This difference only applies to SCUMM7+
svn-id: r20593
2006-02-12 04:43:27 +00:00
Travis Howell 19e3882439 Add another Loom demo
svn-id: r20591
2006-02-12 02:21:03 +00:00
Max Horn be068cf6f3 The GameDetector is no longer a required parameter for Engine constructors
svn-id: r20590
2006-02-12 01:42:34 +00:00
Max Horn 24a5ba86a7 No need to force engines to implement errorString()
svn-id: r20589
2006-02-12 01:23:58 +00:00
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
Travis Howell f661bbe9aa Fix compile
svn-id: r20587
2006-02-12 00:50:37 +00:00
Lars Persson 0b847325e1 'Changed Symbian configuration handling so it is using the basepath of the application installation as a path for Savegames, ini files etc
*Updated list.h so it also compiles for Symbian codewarrior and gcce compilers

svn-id: r20586
2006-02-12 00:33:04 +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
Max Horn 26ee630756 Moved engines to the new engines/ directory
svn-id: r20582
2006-02-11 22:45:04 +00:00
Torbjörn Andersson 2a9a0d4211 Quick fixes of unknown cleanliness: The mouse cursor is no longer unbelievably
sluggish on my computer, and I've added delays to some busy-wait loops to make
it less of a CPU hog.

I hope I didn't break anything.

svn-id: r20581
2006-02-11 21:09:01 +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
Chris Apers 32b2efb8d7 This seems to definitively fix my compilation problem
svn-id: r20554
2006-02-11 18:02:13 +00:00
Chris Apers cc07cd3837 Fixed odd aligned read
svn-id: r20553
2006-02-11 17:18:18 +00:00
Chris Apers a76f3f1b6e Fixed potential conflict with standard memset
svn-id: r20552
2006-02-11 17:16:26 +00:00
Chris Apers fc556b789a We are reading LE data even on BE system
svn-id: r20551
2006-02-11 17:14:06 +00:00
Chris Apers f17ee19004 Will be added later
svn-id: r20550
2006-02-11 14:46:59 +00:00
Paweł Kołodziejski 0406527513 updated msvc files
svn-id: r20549
2006-02-11 14:36:57 +00:00
Paweł Kołodziejski c8205dd8c6 updated msvc files
svn-id: r20548
2006-02-11 14:36:01 +00:00
Paweł Kołodziejski 5bbc701b7b fix warning
svn-id: r20546
2006-02-11 14:28:53 +00:00
Travis Howell 5b2533cd53 Ooops, allow Lure engine to be enabled
svn-id: r20545
2006-02-11 13:36:08 +00:00
Travis Howell ca72474cbf Disable Lure engine by default for now
svn-id: r20543
2006-02-11 13:29:59 +00:00
Max Horn 83f1837e7a Change CVS keywords to SVN keywords
svn-id: r20542
2006-02-11 13:27:07 +00:00