aboutsummaryrefslogtreecommitdiff
path: root/simon/items.cpp
AgeCommit message (Collapse)Author
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
svn-id: r18604
2005-07-11In o_quit_if_user_presses_y(), assume that any unknown language (e.g.Torbjörn Andersson
"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-06-24I don't think we need <ctype.h> here.Torbjörn Andersson
svn-id: r18450
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
svn-id: r18444
2005-05-06CleanupTravis Howell
svn-id: r17934
2005-05-06Rename sprite field.Travis Howell
Cleanup. svn-id: r17931
2005-05-06Use ScummVM code formatting for names.Travis Howell
svn-id: r17930
2005-03-26Quit game with 'Action key' on WinCE SmartphonesNicolas Bacca
svn-id: r17246
2005-01-10system.h was being included in tons of places, without any good reason; ↵Max Horn
reduced this (total dependencies on system.h went down from 193 to 85 files) svn-id: r16527
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-12-18A little more cleanup (the Simon code really is a big mess :-)Max Horn
svn-id: r16107
2004-06-27Reversed param order of File::open() -- this allowed me to get rid of a few ↵Max Horn
more getGameDataPath() calls svn-id: r14090
2004-03-14cleanupOliver Kiehl
svn-id: r13277
2004-02-24the OSystem changes we discussed on the ML (note: renaming of the existing ↵Max Horn
OSystem API is not yet finished); porters will have to fix their ports to get them to compile again svn-id: r13036
2004-02-13Remove delayTravis Howell
svn-id: r12840
2004-01-17Implements TOGGLE_VIRTUAL_KEYBOARDNicolas Bacca
svn-id: r12459
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2003-12-23Add delay to help reduce cpu usage in some sections.Travis Howell
svn-id: r11875
2003-12-20Revert bug work around, still can't detect conversation will enough yet.Travis Howell
svn-id: r11770
2003-12-18Don't use bug work around on simon1dos, since copy protection screen causes ↵Travis Howell
odd effects. svn-id: r11733
2003-12-12Add work around for bug in original simon1.Travis Howell
svn-id: r11592
2003-12-06CleanupTravis Howell
svn-id: r11505
2003-12-01cleanupTravis Howell
svn-id: r11441
2003-10-30Add option to switch between subtitles only and combined speech/subtitles in ↵Travis Howell
Simon 2. svn-id: r11008
2003-10-26OoopsTravis Howell
svn-id: r10973
2003-10-26Add combined speech and subtitles support for simon2.Travis Howell
svn-id: r10972
2003-10-21Correctly reanem var this time.Travis Howell
svn-id: r10929
2003-10-21Rename a few varsTravis Howell
svn-id: r10928
2003-10-21Rename a few varsTravis Howell
svn-id: r10927
2003-10-21Rename functionTravis Howell
svn-id: r10926
2003-10-21Fix text spacing when backspace key is used when entering save game name in ↵Travis Howell
Hebrew version. Need to pass along last character printed, so correct spacing can be used. svn-id: r10922
2003-10-03Simon namespaceMax Horn
svn-id: r10574
2003-09-26Small correction for simon1/2 HebrewTravis Howell
svn-id: r10411
2003-09-25Small cleanup to reduce amount of game id checks.Travis Howell
svn-id: r10401
2003-08-02Add combined speech/subtitles support for simon2 hebrewTravis Howell
svn-id: r9400
2003-07-27Count amount of save files available so load/save dialog works correctly.Travis Howell
svn-id: r9196
2003-07-21Rename function, update commentsTravis Howell
svn-id: r9108
2003-07-21Rename variableTravis Howell
svn-id: r9106
2003-07-21Add sfx/voice support for simon1cd32, thanks to olki.Travis Howell
Adjust a few debugs Add hack to allow load/save in simon1cd32 via keyboard svn-id: r9105
2003-07-20Fix regressionTravis Howell
Switch erros to warnings svn-id: r9092
2003-07-20Remove commentTravis Howell
svn-id: r9090
2003-06-15cleanupMax Horn
svn-id: r8509
2003-06-05Last commit should have been made simon1 onlyTravis Howell
svn-id: r8325
2003-06-05Commit combined speech and subtitles patchTravis Howell
Add support for nosubtitles config option svn-id: r8324
2003-06-01Rename SimonState to SimonEngineTravis Howell
svn-id: r8228
2003-05-30Small cleanupTravis Howell
svn-id: r8132
2003-05-30Rename two unknown functionsTravis Howell
svn-id: r8131
2003-05-29Missed one sectionTravis Howell
svn-id: r8080
2003-05-29Use shutdown function before quitingTravis Howell
svn-id: r8079
2003-05-26Commit hack to allow simon1amiga to run, for experimentingTravis Howell
svn-id: r7995