aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.cpp
AgeCommit message (Collapse)Author
2002-11-16added context sensitive mouse cursors for simon2. yay! ;)Oliver Kiehl
svn-id: r5582
2002-11-15readded variable removed in last commit - needed for big endianOliver Kiehl
svn-id: r5577
2002-11-15removed not used variable (fix compilation)Paweł Kołodziejski
svn-id: r5573
2002-11-15638809: Simon startup speedupJames Brown
svn-id: r5559
2002-11-13fixed looping problem, removed useless code and renamed playSound to playEffectsOliver Kiehl
svn-id: r5538
2002-11-13cleanupMax Horn
svn-id: r5530
2002-11-13fix endian bugMax Horn
svn-id: r5528
2002-11-13An ugly hack to allow music looping in simon1talkieTravis Howell
Most likely better wat to do this... svn-id: r5525
2002-11-11fixed endian bug that prevented Simon2 SFX from playing on big endian machineseMax Horn
svn-id: r5518
2002-11-11workaround for voc weaknessOliver Kiehl
svn-id: r5517
2002-11-10completly decoupled engine.h/.cpp from simon.h and scumm.h; removed some ↵Max Horn
static variables from drawFlashlight() and made them members of class Scumm instead svn-id: r5506
2002-11-10added ambient effects (rest of vc_52)Oliver Kiehl
svn-id: r5502
2002-11-10if possible, always #include headers in the source files, not in other headersMax Horn
svn-id: r5495
2002-11-10simon2dos works, thanks again to luddeTravis Howell
svn-id: r5479
2002-11-09fixed some memory leaksOliver Kiehl
svn-id: r5477
2002-11-08fixed warning; fixed array out of bounds accessMax Horn
svn-id: r5469
2002-11-08last fix didn't work properlyOliver Kiehl
svn-id: r5466
2002-11-08big endian fixOliver Kiehl
svn-id: r5465
2002-11-08Changed wrong sectionTravis Howell
svn-id: r5459
2002-11-08Don't attempt to play music in simon 1 demoTravis Howell
svn-id: r5458
2002-11-06Don't attempt to play sound in simon 1 dos.Travis Howell
Use separate filenames for simon 1 & 2 savegames Add newline to end of scumm/dialogs.h svn-id: r5431
2002-11-05rewrote simon 1/2 win sound effects and more cleanupOliver Kiehl
svn-id: r5423
2002-11-05Remove two pointless game checksTravis Howell
svn-id: r5421
2002-11-05Small clean up of simon midi codeTravis Howell
svn-id: r5419
2002-11-05Fix simon sound effects againTravis Howell
svn-id: r5418
2002-11-05first step in cleaning up simon soundOliver Kiehl
svn-id: r5415
2002-11-05Add simon1talkie and simon2talkie targetsTravis Howell
svn-id: r5413
2002-11-05Fix some weird formatingTravis Howell
svn-id: r5407
2002-11-05Minor simon code cleanupTravis Howell
svn-id: r5406
2002-11-05Fix broken simon gamesTravis Howell
svn-id: r5405
2002-11-04fixed mp3 support for simonOliver Kiehl
svn-id: r5404
2002-11-04Ooops, deleted one line too manyTravis Howell
svn-id: r5400
2002-11-04Remove old file exist check that is no longer requiredTravis Howell
svn-id: r5399
2002-11-04Fix simon 2 win sound effectsTravis Howell
Enable sound effects in simon 2 dos non-talkie Clean up sound code a bit svn-id: r5398
2002-11-03added support for sound effects in simon 1 dos talkieOliver Kiehl
svn-id: r5396
2002-11-02Added simon sound bugfix, patch #632518Travis Howell
Added fix for simon sound-related crash, patch #632517 svn-id: r5377
2002-11-02Ludde's fix for simon2 movement problemOliver Kiehl
svn-id: r5374
2002-10-31Revert earlier change since it causes more movements problems.Travis Howell
Add a fixme comment instead. svn-id: r5364
2002-10-31Fix voice in simon 1/2 dos talkie again.Travis Howell
Disable code causing movement problems in simon 2 games svn-id: r5363
2002-10-31hopeyfully this fixes simon2dosMax Horn
svn-id: r5361
2002-10-31some more cleanupMax Horn
svn-id: r5360
2002-10-30don't open files all the time just to detect whether we use VOC/WAV/MP3 ↵Max Horn
music: we have a concept of so called 'variables' which can be used to store data, make use of this cool technique <g>; load effects even if voice file is missing; cleanup svn-id: r5354
2002-10-30another oopsTravis Howell
svn-id: r5350
2002-10-29OoopsTravis Howell
svn-id: r5349
2002-10-29Add support for compressed files for some simon games, rest of patch #629555Travis Howell
svn-id: r5347
2002-10-28Fixes for voc support in simon 1 dos talkie, part of patch #629555Travis Howell
svn-id: r5340
2002-10-26Enable speech by default in somin 2 dos/win talkieTravis Howell
svn-id: r5318
2002-10-26Simon 1 dos talkie music working but no loopingTravis Howell
svn-id: r5315
2002-10-25cleanupMax Horn
svn-id: r5311
2002-10-24Add simon1demoTravis Howell
svn-id: r5300