aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.h
AgeCommit message (Collapse)Author
2005-10-12Fix regression, cuased by typo.Travis Howell
Add wrapper as suggested. svn-id: r19028
2005-10-09Clean up VGA headers.Travis Howell
More changes for FF. svn-id: r18988
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-07Adjust for larger resolution.Travis Howell
svn-id: r18955
2005-10-05CleanupTravis Howell
svn-id: r18941
2005-10-05CleanupTravis Howell
svn-id: r18940
2005-10-05Remove leftoverTravis Howell
svn-id: r18939
2005-10-03CleanupTravis Howell
svn-id: r18929
2005-08-11get rid of game_thread_procGregory Montoir
svn-id: r18663
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
svn-id: r18604
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
svn-id: r18037
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-05-06Rename sprite field.Travis Howell
Cleanup svn-id: r17928
2005-01-22Set SFX volume correctlyTravis Howell
svn-id: r16612
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-12-18constify simon engine; turned global var vc_get_out_of_code into a member of ↵Max Horn
class SimonEngine svn-id: r16106
2004-11-24Fix a`ll engines. They work, though current fix is just temporary.Eugene Sandulenko
There are plans to add some brains to GameDetector class, which will let us avoid passing detector to init() method. svn-id: r15873
2004-11-23Added Engine::init() method; added return value to Engine::go()Max Horn
svn-id: r15865
2004-10-23Better support of MT-32.Eugene Sandulenko
svn-id: r15659
2004-08-02Remove pointless delaysTravis Howell
svn-id: r14436
2004-08-02CleanupTravis Howell
svn-id: r14435
2004-03-14cleanupOliver Kiehl
svn-id: r13277
2004-01-30Add better work around for inventory arrows issue in some Simon1 versions.Travis Howell
Remove seom debugging output. svn-id: r12673
2004-01-27add in-game debuggerOliver Kiehl
svn-id: r12634
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2004-01-03renamed SimonSound class back to just Sound (now that we use namespaces that ↵Max Horn
is just fine) svn-id: r12098
2003-12-24turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, ↵Max Horn
mainly because people kept (accidentally and sometimes on purpose :-) misusing them svn-id: r11881
2003-12-23Add var to track current subroutine been used.Travis Howell
Add work around to display one section of Simon the Sorcerer 1 introduction in lower half of screen. svn-id: r11870
2003-12-21cleanup; fix endian bug which caused the dreaded Simon1 hang on MacOS ↵Max Horn
(_palette_color_count was treated as a 32 bit int when it is only 16 bit -> once again proves that one should be really really carefully with pointer cast hacks!) svn-id: r11835
2003-12-20Enable vgascript dump option.Travis Howell
svn-id: r11771
2003-12-20Revert bug work around, still can't detect conversation will enough yet.Travis Howell
svn-id: r11770
2003-12-20Fix iventory arrowsin some versions of Simon1.Travis Howell
svn-id: r11765
2003-12-18Make fade a config optiomTravis Howell
Make sure non-English/German versions of simon1talkie start with subtitles enabled. svn-id: r11736
2003-12-18Remove slow motion option.Travis Howell
Add slow_down option for config file instead for now. svn-id: r11735
2003-12-16Add some additional simon1 amiga code from tsuteiuQ, not working right yet.Travis Howell
svn-id: r11670
2003-12-13Add slow motion optionTravis Howell
svn-id: r11604
2003-12-12Add work around for bug in original simon1.Travis Howell
svn-id: r11592
2003-12-11Change another debug define to keyTravis Howell
Dump options should now work on non-win32 svn-id: r11574
2003-12-11Add dialog for quick load/save in simon1/2.Travis Howell
svn-id: r11564
2003-12-11Add some WIP quick load/save keys code for simon 1/2. currently disabled.Travis Howell
svn-id: r11560
2003-12-10Add puase option for simon games.Travis Howell
svn-id: r11545
2003-12-02CleanupTravis Howell
svn-id: r11461
2003-12-01Missed someTravis Howell
svn-id: r11442
2003-12-01cleanupTravis Howell
svn-id: r11441
2003-12-01cleanupMax Horn
svn-id: r11439
2003-11-10cut down on unnecessary GameDetector referencesMax Horn
svn-id: r11239