23179 Commits

Author SHA1 Message Date
Nicola Mettifogo
793553c1b4 Made debug console available when displaying slides (like intermissions and menu).
svn-id: r29370
2007-11-01 21:23:48 +00:00
Eugene Sandulenko
25e4547434 Patch #1824292: "fix spaces->tabs indentation in configure"
svn-id: r29369
2007-11-01 21:03:16 +00:00
Filippos Karapetis
ad64b3728a Fixed compilation
svn-id: r29368
2007-11-01 20:11:54 +00:00
Gregory Montoir
36a372ecd1 fix previous commit
svn-id: r29367
2007-11-01 18:42:22 +00:00
Gregory Montoir
f1f08ce008 warning, minor simplification
svn-id: r29366
2007-11-01 18:21:15 +00:00
Gregory Montoir
bd3767068d dont call trim(), which relies on isspace(), with specific game charset strings
svn-id: r29365
2007-11-01 18:16:52 +00:00
Gregory Montoir
d9d15f9e7e added bootparam handling, minor cleanup
svn-id: r29364
2007-11-01 18:16:02 +00:00
Gregory Montoir
e6e144d494 use mod operator directly
svn-id: r29363
2007-11-01 18:15:25 +00:00
Nicola Mettifogo
93ebcffcac Added new debug command.
svn-id: r29362
2007-11-01 17:40:25 +00:00
Nicola Mettifogo
555336cebe Fix for bug #1822819. Donna now changes her look into Suzy after makeup.
svn-id: r29361
2007-11-01 17:39:58 +00:00
Filippos Karapetis
60c6720441 Some changes to FOTAQ for the work in progress Greek translation in FR #1723255 - "FOTAQ code modifications (mostly for greek translation)":
- Added Greek font to FOTAQ
- When the verb is "Go to" in the Greek version, there won't be a space after the verb and the item (as per the translator's request)
- The strings in the journal are not cut off in the Greek version

svn-id: r29360
2007-11-01 17:06:03 +00:00
Filippos Karapetis
a20ad01075 Add Greek to the list of ScummVM supported languages, for FR #1723255 - "FOTAQ code modifications (mostly for greek translation)"
svn-id: r29359
2007-11-01 17:02:28 +00:00
Filippos Karapetis
f8e9ee1e2b Updated the MSVC8 parallaction project file for commit #29354
svn-id: r29358
2007-11-01 16:40:46 +00:00
Nicola Mettifogo
06f38474a5 Consolidated game data cleanup in a single routine to location switches more reliable, especially on savegames and on game start.
svn-id: r29357
2007-11-01 15:58:33 +00:00
Nicola Mettifogo
c7f315b32c Fix regression introduced in revision 29355. First loadgame performed was destroying the game flags.
svn-id: r29356
2007-11-01 15:15:43 +00:00
Nicola Mettifogo
7c8bf86a45 More refactoring for gui code.
svn-id: r29355
2007-11-01 14:47:33 +00:00
Nicola Mettifogo
288f47e034 * Merged object Menu into Parallaction_ns.
* Some preliminary refactoring of ex-menu code.

svn-id: r29354
2007-11-01 14:08:55 +00:00
Nicola Mettifogo
512e57c690 Added new LocationName class to simplify handling of location switches.
svn-id: r29353
2007-11-01 13:47:18 +00:00
Vincent Hamm
4521634286 Small cleanups
svn-id: r29352
2007-11-01 11:22:11 +00:00
Travis Howell
9aa0a47846 Revert patch #1709219 - DXA Player: double size scaling option.
svn-id: r29351
2007-11-01 06:00:16 +00:00
Travis Howell
5b134184c5 Fix play back of OmniTV videos in The Feeble Files for now.
svn-id: r29350
2007-11-01 02:10:55 +00:00
Filippos Karapetis
87e2f43273 It's now possible to exit the screens with Gorrister's heart in IHNM normally (i.e by walking to the exit, not using it) - like the original
svn-id: r29349
2007-11-01 00:33:12 +00:00
Torbjörn Andersson
34a9e5bc04 Indentation.
svn-id: r29348
2007-10-31 22:44:08 +00:00
Eugene Sandulenko
3318c4b474 Slighly modified patch #1709219: "DXA Player: double size scaling option"
svn-id: r29347
2007-10-31 21:37:40 +00:00
Filippos Karapetis
39da7deefb Fix for bug #1751483 - "AGI: The -x command-line option appears to be broken"
svn-id: r29346
2007-10-31 21:28:33 +00:00
Filippos Karapetis
5add473048 Fix for bug #1800147 - "ITE: Scummvm exits with Audio warnings"
svn-id: r29345
2007-10-31 20:26:57 +00:00
Gregory Montoir
47a2c28b6e - minor changes to detection code
- reverted gameState.counter type to int16
- cleanup/removed deadcode

svn-id: r29344
2007-10-31 20:02:38 +00:00
Eugene Sandulenko
f96f934215 Patch #1822349: "Refactor engines handling in configure script"
svn-id: r29343
2007-10-31 19:38:09 +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
Kari Salminen
b4f23c84f5 Added a FIXME-comment and a warning to the unknown test command 19.
svn-id: r29336
2007-10-31 08:56:32 +00:00
Kari Salminen
ff55553c72 Fix for bug #1745950 (GR: Birds stuck in opening screen (Amiga version)).
svn-id: r29335
2007-10-31 03:14:12 +00:00
Johannes Schickel
53ee37ada5 Update msvc8 project files for r29332.
svn-id: r29334
2007-10-30 23:08:18 +00:00
Johannes Schickel
bdacda3d70 Adding special amigaos to host_os check. This makes ScummVM use scummvm.ini instead of .scummvmrc on AmigaOS again.
svn-id: r29333
2007-10-30 22:57:26 +00:00
Gregory Montoir
2a1c68b8a6 - added detection of second demo version
- moved the resource entries tables to an external file (IGOR.TBL)
- added tool to build IGOR.TBL

svn-id: r29332
2007-10-30 22:35:10 +00:00
Filippos Karapetis
bb0bbdef57 The cause for bug #1804403 - "IHNM/ITE: Error loading Game resources (fs-node regression)" was fixed with commits #29327, #29328, #29329. Removed unneeded Amiga-specific code, which should finally fix this bug
svn-id: r29331
2007-10-30 22:20:02 +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
Nicola Mettifogo
ecbd31160e Fix for bug #1822680.
svn-id: r29326
2007-10-30 19:41:55 +00:00
Filippos Karapetis
ea644a036b Renamed a variable which is declared twice
svn-id: r29325
2007-10-30 17:21:38 +00:00
Sven Hesse
1f80f1f47e Fixing the scenery/overlay redrawing in Woodruff
svn-id: r29324
2007-10-30 10:47:24 +00:00
Eugene Sandulenko
22cdf4f85c Patch #1822459: "configure fix for shells not supporting unary negation"
svn-id: r29322
2007-10-30 06:00:23 +00:00
Travis Howell
dfa0d4ca64 Fix compile warning.
svn-id: r29321
2007-10-30 00:09:16 +00:00
Johannes Schickel
dfa90a7973 Add msvc8 project file for igor.
svn-id: r29320
2007-10-29 23:58:14 +00:00
Travis Howell
7c227055a4 Fix compile warning, looks like this memcpy should be a memset.
svn-id: r29319
2007-10-29 23:55:13 +00:00