Commit Graph
129 Commits
Author SHA1 Message Date
Travis Howell 6b897dd90b Add more stubs for FF.
Disable scale images in FF for now.

svn-id: r18987
2005-10-09 09:03:37 +00:00
Torbjörn Andersson c4752fc320 Added/stubbed some Feeble opcodes, and fixed a regression that made it
impossible to load old (and probably new, for that matter) Simon savegames.

svn-id: r18958
2005-10-08 09:59:36 +00:00
Travis Howell 36295605ab Add slight difference.
svn-id: r18949
2005-10-06 14:54:25 +00:00
Travis Howell 05ea6d3a34 Cleanup
svn-id: r18940
2005-10-05 11:37:26 +00:00
Travis Howell efa1c13064 Cleanup
svn-id: r18929
2005-10-03 14:08:07 +00:00
Eugene Sandulenko 6b4484472b Remove trailing whitespaces.
svn-id: r18604
2005-07-30 21:11:48 +00:00
Torbjörn Andersson a2d809f854 In o_quit_if_user_presses_y(), assume that any unknown language (e.g.
"English (GB)") behaves like "English (US)". This is consistent with how we
handle language in the rest of the Simon engine, as far as I can see.

Should "n" really be the key for a negative answer in all languages?

svn-id: r18536
2005-07-11 13:22:55 +00:00
Torbjörn Andersson 0ed74c8dcd I don't think we need <ctype.h> here.
svn-id: r18450
2005-06-24 16:11:11 +00:00
Max Horn 8b1d7b9166 When including files from common/, explicitly use the common/ prefix
svn-id: r18444
2005-06-24 15:23:51 +00:00
Travis Howell 3cbaf48932 Cleanup
svn-id: r17934
2005-05-06 13:22:48 +00:00
Travis Howell 1057d5fa69 Rename sprite field.
Cleanup.

svn-id: r17931
2005-05-06 12:23:19 +00:00
Travis Howell 076e42c302 Use ScummVM code formatting for names.
svn-id: r17930
2005-05-06 11:37:33 +00:00
Nicolas Bacca 8c37cd52a6 Quit game with 'Action key' on WinCE Smartphones
svn-id: r17246
2005-03-26 14:09:21 +00:00
Max Horn cffd917165 system.h was being included in tons of places, without any good reason; reduced this (total dependencies on system.h went down from 193 to 85 files)
svn-id: r16527
2005-01-10 22:06:49 +00:00
Max Horn 47280d9433 Updated copyright
svn-id: r16398
2005-01-01 16:09:25 +00:00
Max Horn 06315c1ce1 A little more cleanup (the Simon code really is a big mess :-)
svn-id: r16107
2004-12-18 02:08:32 +00:00
Max Horn b8ad54b3af Reversed param order of File::open() -- this allowed me to get rid of a few more getGameDataPath() calls
svn-id: r14090
2004-06-27 22:14:35 +00:00
Oliver Kiehl 9c647b4dbe cleanup
svn-id: r13277
2004-03-14 17:50:40 +00:00
Max Horn d158280425 the OSystem changes we discussed on the ML (note: renaming of the existing OSystem API is not yet finished); porters will have to fix their ports to get them to compile again
svn-id: r13036
2004-02-24 22:39:42 +00:00
Travis Howell e5d9adea02 Remove delay
svn-id: r12840
2004-02-13 06:06:29 +00:00
Nicolas Bacca 76298a9cec Implements TOGGLE_VIRTUAL_KEYBOARD
svn-id: r12459
2004-01-17 23:40:36 +00:00
Max Horn 033ff78ae9 updated copyright notice
svn-id: r12176
2004-01-06 12:45:34 +00:00
Travis Howell 10579f2e75 Add delay to help reduce cpu usage in some sections.
svn-id: r11875
2003-12-23 10:47:36 +00:00
Travis Howell fb89d1a32e Revert bug work around, still can't detect conversation will enough yet.
svn-id: r11770
2003-12-20 06:00:55 +00:00
Travis Howell 592822fbe5 Don't use bug work around on simon1dos, since copy protection screen causes odd effects.
svn-id: r11733
2003-12-18 09:04:13 +00:00
Travis Howell dbc5d8c3ee Add work around for bug in original simon1.
svn-id: r11592
2003-12-12 03:19:39 +00:00
Travis Howell 0b0580e242 Cleanup
svn-id: r11505
2003-12-06 02:08:51 +00:00
Travis Howell 82a6f97047 cleanup
svn-id: r11441
2003-12-01 05:22:04 +00:00
Travis Howell a1e794d920 Add option to switch between subtitles only and combined speech/subtitles in Simon 2.
svn-id: r11008
2003-10-30 01:05:08 +00:00
Travis Howell 3f6f1e3311 Ooops
svn-id: r10973
2003-10-26 05:48:54 +00:00
Travis Howell c7e723ceb4 Add combined speech and subtitles support for simon2.
svn-id: r10972
2003-10-26 05:31:36 +00:00
Travis Howell c3deeb3daf Correctly reanem var this time.
svn-id: r10929
2003-10-21 11:41:33 +00:00
Travis Howell e4813cfab5 Rename a few vars
svn-id: r10928
2003-10-21 10:34:56 +00:00
Travis Howell 54fc5335c0 Rename a few vars
svn-id: r10927
2003-10-21 10:14:42 +00:00
Travis Howell 87fb27d02c Rename function
svn-id: r10926
2003-10-21 09:43:37 +00:00
Travis Howell ed0c30fcbf Fix text spacing when backspace key is used when entering save game name in Hebrew version. Need to pass along last character printed, so correct spacing can be used.
svn-id: r10922
2003-10-21 06:35:19 +00:00
Max Horn a4b72c9d6e Simon namespace
svn-id: r10574
2003-10-03 19:42:27 +00:00
Travis Howell c03b99eab6 Small correction for simon1/2 Hebrew
svn-id: r10411
2003-09-26 05:34:52 +00:00
Travis Howell 07c3c2dac6 Small cleanup to reduce amount of game id checks.
svn-id: r10401
2003-09-25 04:23:07 +00:00
Travis Howell 29247636f6 Add combined speech/subtitles support for simon2 hebrew
svn-id: r9400
2003-08-02 10:09:05 +00:00
Travis Howell b8ce60ea18 Count amount of save files available so load/save dialog works correctly.
svn-id: r9196
2003-07-27 12:05:08 +00:00
Travis Howell 760bfb2245 Rename function, update comments
svn-id: r9108
2003-07-21 16:25:16 +00:00
Travis Howell 93cb369da7 Rename variable
svn-id: r9106
2003-07-21 09:11:21 +00:00
Travis Howell 2b5cc772d7 Add sfx/voice support for simon1cd32, thanks to olki.
Adjust a few debugs
Add hack to allow load/save in simon1cd32 via keyboard

svn-id: r9105
2003-07-21 04:00:04 +00:00
Travis Howell 82f90bb6cf Fix regression
Switch erros to warnings

svn-id: r9092
2003-07-20 15:17:11 +00:00
Travis Howell 2583f4e629 Remove comment
svn-id: r9090
2003-07-20 07:27:28 +00:00
Max Horn e6455a9dd2 cleanup
svn-id: r8509
2003-06-15 13:07:06 +00:00
Travis Howell ceb1a34b05 Last commit should have been made simon1 only
svn-id: r8325
2003-06-05 13:21:03 +00:00
Travis Howell 33dceea477 Commit combined speech and subtitles patch
Add support for nosubtitles config option

svn-id: r8324
2003-06-05 12:20:05 +00:00
Travis Howell 771dcfaad7 Rename SimonState to SimonEngine
svn-id: r8228
2003-06-01 09:41:56 +00:00