17658 Commits

Author SHA1 Message Date
Max Horn
b56139b3aa Updated outdated TODO
svn-id: r22354
2006-05-05 00:12:42 +00:00
Max Horn
dc2581fa09 Fingolfin just remembered *why* GUI::Actions::init() is called in scummvm_main, but luckily those reasons are gone now, so let's fix this :-)
svn-id: r22353
2006-05-05 00:05:38 +00:00
Max Horn
f42baa6dab Some further cleanup in scummvm_main
svn-id: r22352
2006-05-05 00:03:21 +00:00
Max Horn
5e2d023aa8 Moved PalmOS specific call to ArgsFree up to the last point where argv is used (hopefully that's correct :-)
svn-id: r22351
2006-05-05 00:00:39 +00:00
Max Horn
e20d896a72 Fix s_appName computation
svn-id: r22350
2006-05-04 23:59:12 +00:00
Max Horn
be09fc77dc Moved listGames, listTargets, runDetectorTest to base/options.cpp; also moved some code that was formerly in scummvm_main() to Base::processSettings()
svn-id: r22349
2006-05-04 23:57:49 +00:00
Max Horn
2dcf2c36ad Removed last traces of class GameDetector
svn-id: r22348
2006-05-04 23:37:50 +00:00
Max Horn
64d9224b54 Renamed base/gameDetector.h/.cpp to base/options.h/.cpp
svn-id: r22347
2006-05-04 23:29:56 +00:00
Max Horn
5d5c02d66c Moved GameDetector::setTarget & findGame to the new namespace Base; moved their declaration to base/game.h, their implementation to base/main.cpp (both until we can come up with a better location). Also moved detectMain into main.cpp, where it now is a local static function
svn-id: r22346
2006-05-04 23:24:09 +00:00
Max Horn
c46301bcc2 Make sure our config default values get properly registered
svn-id: r22345
2006-05-04 22:55:15 +00:00
Max Horn
6321cfc874 Turned the last remaining few GameDetector methods into static methods
svn-id: r22344
2006-05-04 22:52:18 +00:00
Marcus Comstedt
c319e97246 Put "path" config in game specific domain. Fixes bug #1475049.
svn-id: r22343
2006-05-04 21:44:36 +00:00
Max Horn
b727a89b6c Set speech_mute/sfx_mute/music_mute values in one single central place
svn-id: r22342
2006-05-04 21:14:50 +00:00
Lars Persson
ffd43c54a6 Updates for S60V3 and UIQ3
svn-id: r22341
2006-05-04 20:47:27 +00:00
Travis Howell
8ff4409f49 Add keyboard shortcuts for FF
svn-id: r22338
2006-05-04 12:53:10 +00:00
Travis Howell
881d8ce833 Cleanup
svn-id: r22336
2006-05-04 12:20:49 +00:00
Travis Howell
513cbbb610 Update palmOS code for GameSpecificSettings changes
svn-id: r22335
2006-05-04 12:05:03 +00:00
Travis Howell
24dc04095f Allow skipping speech in Simon1
svn-id: r22334
2006-05-04 11:52:56 +00:00
Johannes Schickel
40189ab7e6 Adds (partial) support for italian floppy. (still hardcoded strings are missing) (Bug # 1409244 ("KYRA: GFX problems with ITALIAN floppy")).
svn-id: r22333
2006-05-04 11:19:48 +00:00
Travis Howell
a33997a3e9 Add missing old simon1 target
svn-id: r22332
2006-05-04 06:55:35 +00:00
Travis Howell
0da90f08c1 Don't read beyond animationCount, when looking for animation in vc3_loadSprite()
svn-id: r22331
2006-05-04 06:28:51 +00:00
Travis Howell
0b4bbef762 Don't read beyond imageCount, when looking for image
svn-id: r22330
2006-05-04 06:18:19 +00:00
Travis Howell
0c8b0d9a9d Remove duplicate code
svn-id: r22329
2006-05-04 05:13:02 +00:00
Travis Howell
afa871aa38 Fix loading of default saved game file, containing restate state, in FF
svn-id: r22328
2006-05-04 05:07:21 +00:00
Travis Howell
838430beda Add filename difference in Amiga/Mac. versions of FF
svn-id: r22326
2006-05-04 04:40:26 +00:00
Torbjörn Andersson
6a41946219 The loadPlugins() function works a bit better if it doesn't fail when listDir()
succeeds. ;-)

svn-id: r22325
2006-05-04 03:50:30 +00:00
Torbjörn Andersson
24a46d5da8 Checking if the node isValid() is no longer an option, but isDirectory() should
serve the same purpose, I believe.

svn-id: r22324
2006-05-04 03:44:50 +00:00
Travis Howell
f37cfaa766 Show Epic Interactive movie on startup in Amiga/Mac. versions of FF
svn-id: r22323
2006-05-04 02:41:50 +00:00
Travis Howell
34c343bf1d Update screen more often, for smoother mouse movement
svn-id: r22322
2006-05-04 02:34:14 +00:00
Travis Howell
40731871fe Update Simon engine settings
svn-id: r22321
2006-05-04 02:28:19 +00:00
Travis Howell
e87de5898b Cleanup
svn-id: r22320
2006-05-04 02:23:52 +00:00
Travis Howell
84c99c8242 Revert the last change, since AbstractFilesystemNode::child() handles files and directories
svn-id: r22319
2006-05-03 21:53:38 +00:00
Max Horn
9f7b98617d Fix listDir call in BrowserDialog
svn-id: r22318
2006-05-03 20:51:06 +00:00
Max Horn
05f6adbbd9 Removed FilesystemNode::isValid (leaving it up to the porters to decide whether to remove their isValid code or not)
svn-id: r22317
2006-05-03 20:49:33 +00:00
Max Horn
b67c30f6c8 Fix DYNAMIC_MODULES (update the listDir call used in PluginManager::loadPlugins when using dynamic modules/plugins)
svn-id: r22316
2006-05-03 20:45:57 +00:00
Max Horn
d016c353c5 Changed FilesystemNode::listDir to return a bool indicating its success (or failure)
svn-id: r22315
2006-05-03 20:43:26 +00:00
Max Horn
1902673ece Moved some code from SCUMM's detectGames function into a separate function (in an attempt to somewhat reduce the size of this huuuge function)
svn-id: r22314
2006-05-03 19:34:53 +00:00
Lars Persson
fb0cc056aa Project file updated
svn-id: r22313
2006-05-03 18:09:37 +00:00
Lars Persson
5da67ab112 Updated build script for Symbian OS9 devices
svn-id: r22312
2006-05-03 18:05:55 +00:00
Max Horn
3f4427b04a Removed CharsetRendererV3::getFontHeight (it was identical to CharsetRendererCommon::getFontHeight)
svn-id: r22311
2006-05-03 16:23:32 +00:00
Johannes Schickel
e5b2d9a527 Fixes typo.
svn-id: r22310
2006-05-03 14:26:59 +00:00
Johannes Schickel
6776fb3296 - moves detection code to plugin.cpp.
- splits game table for kyra1 and kyra2.

svn-id: r22309
2006-05-03 14:24:48 +00:00
Johannes Schickel
96fd5e1fbc - modifies loadBitmap not to crash if a image isn't found
- starts to clean up the engine initalisation code

svn-id: r22308
2006-05-03 13:40:21 +00:00
Johannes Schickel
1d6a1bf157 Fix for bug # 1480744 ("KYRA1: mouse cursor vanishes").
svn-id: r22307
2006-05-03 13:19:21 +00:00
Travis Howell
e4e7ba1d7a Make sure AbstractFilesystemNode::child() only returns a directory in Windows
svn-id: r22306
2006-05-03 13:06:22 +00:00
Travis Howell
d84f744e2d Add work around for glitches that occurs on map, when Simon rides lion to the goblin camp, in non-English versions of Simon2
svn-id: r22305
2006-05-03 12:54:37 +00:00
Max Horn
31444d3d35 Some doxygen comment cleanup for (Abstract)FilesystemNode
svn-id: r22304
2006-05-03 11:42:50 +00:00
Travis Howell
04531df9b4 Fix subtitle colors during lion ride in Simon2
svn-id: r22303
2006-05-03 11:40:11 +00:00
Max Horn
fea36d0112 Disabled evil getcwd hack in POSIXFilesystemNode
svn-id: r22302
2006-05-03 11:36:07 +00:00
Travis Howell
5ef5110299 Clear front buffer, when using cutscenes in Amiga version of FF
svn-id: r22301
2006-05-03 11:14:29 +00:00