aboutsummaryrefslogtreecommitdiff
path: root/simon/items.cpp
AgeCommit message (Collapse)Author
2005-12-08Cleanup.Travis Howell
svn-id: r19759
2005-11-18Cleanup.Travis Howell
svn-id: r19647
2005-11-18Updates to FF path finding.Travis Howell
svn-id: r19641
2005-11-18Remove hard coded language values.Travis Howell
svn-id: r19636
2005-11-12Add some details for ru versions.Travis Howell
Add some details for FF. svn-id: r19568
2005-11-12Old targets will be auto updated.Travis Howell
Many non-English versions will be broken until information is updated. svn-id: r19563
2005-11-11Cleanup.Travis Howell
svn-id: r19556
2005-11-10Add another wrapper for endian difference in FF.Travis Howell
svn-id: r19543
2005-11-10Update debug tables.Travis Howell
svn-id: r19542
2005-10-23Cleanup.Travis Howell
svn-id: r19259
2005-10-19CleanupTravis Howell
svn-id: r19177
2005-10-19CleanupTravis Howell
svn-id: r19176
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
svn-id: r19142
2005-10-09Add more stubs for FF.Travis Howell
Disable scale images in FF for now. svn-id: r18987
2005-10-08Added/stubbed some Feeble opcodes, and fixed a regression that made itTorbjörn Andersson
impossible to load old (and probably new, for that matter) Simon savegames. svn-id: r18958
2005-10-06Add slight difference.Travis Howell
svn-id: r18949
2005-10-05CleanupTravis Howell
svn-id: r18940
2005-10-03CleanupTravis Howell
svn-id: r18929
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