aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.cpp
AgeCommit message (Collapse)Author
2003-06-21delete _sound when SimonState is destroyed; fix leak & enian bug in ↵Max Horn
playSting (but somebody please test that, I don't have simon1dos) svn-id: r8582
2003-06-21some more memory inits; cleanupMax Horn
svn-id: r8581
2003-06-21init some member vars previously not initedMax Horn
svn-id: r8579
2003-06-15Change GF_AMIGAS back to GF_AMIGATravis Howell
svn-id: r8510
2003-06-15cleanupMax Horn
svn-id: r8509
2003-06-15cleanupOliver Kiehl
svn-id: r8502
2003-06-15Small cleanupTravis Howell
Fix small memory leak svn-id: r8501
2003-06-15Small cleanupTravis Howell
svn-id: r8500
2003-06-15moved GameId declaration to common/engine.h (more logical); moved scumm ↵Max Horn
specific stuff from gameDetector.h to scumm.h; cleaned up some #includes (ideally, never #include something in a header file if you can avoid it - this cuts down interdepencies) svn-id: r8496
2003-06-14Patch #754151: Removed READ_*_UNALIGNED and always read stuff bytewise; ↵Max Horn
augmented by some more changes of mine svn-id: r8482
2003-06-14make file objects stack based where possible, fixes a bunch of leaksJonathan Gray
svn-id: r8476
2003-06-08added quit eventMax Horn
svn-id: r8398
2003-06-06Preparations for removing GF_AFTER_V? flagsMax Horn
svn-id: r8364
2003-06-05TypoTravis Howell
svn-id: r8327
2003-06-05Adjust default _subtitle valuesTravis Howell
svn-id: r8326
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-02Revert my last change, was correct according to disasm. but casued other ↵Travis Howell
problems. svn-id: r8265
2003-06-02simon2dos uses different VGA_DELAY_BASE, fixes text disappearing in copy ↵Travis Howell
protection. svn-id: r8264
2003-06-01Rename SimonState to SimonEngineTravis Howell
svn-id: r8228
2003-05-31Fix simon1dos regressionTravis Howell
svn-id: r8163
2003-05-30Broke simonTravis Howell
svn-id: r8133
2003-05-30Small cleanupTravis Howell
svn-id: r8132
2003-05-30Correct simon2 timingTravis Howell
Remove unused function svn-id: r8130
2003-05-29added some doxygen comments to common/system.h; cleaned up the OSystem ↵Max Horn
interface a bit svn-id: r8116
2003-05-29Use shutdown function before quitingTravis Howell
svn-id: r8079
2003-05-28Shorten Simon 1/2 title name to match othersTravis Howell
svn-id: r8045
2003-05-26Add / remove warningTravis Howell
svn-id: r7996
2003-05-26Commit hack to allow simon1amiga to run, for experimentingTravis Howell
svn-id: r7995
2003-05-26Error out if unsupport language option is usedTravis Howell
svn-id: r7992
2003-05-25Split charset functions into separate fileTravis Howell
svn-id: r7932
2003-05-25Small midi cleanupTravis Howell
svn-id: r7929
2003-05-25Added music support for simon1demoJamieson Christian
svn-id: r7927
2003-05-25Add a few warnings and todos to simon1cd32Travis Howell
svn-id: r7926
2003-05-24Add some extra code for simon1dos/talkie, doesn't seem to function yet thoughTravis Howell
svn-id: r7886
2003-05-24More renamesTravis Howell
svn-id: r7884
2003-05-24Missed one lineTravis Howell
svn-id: r7881
2003-05-24Remove a few old asserts and xxx which was not neededTravis Howell
svn-id: r7880
2003-05-24Small cleanupTravis Howell
svn-id: r7879
2003-05-24Correct fixme commentTravis Howell
svn-id: r7876
2003-05-24Hack to prevent bad music looping at end of simon1winJamieson Christian
svn-id: r7875
2003-05-24Added support for GMF loop specifierJamieson Christian
svn-id: r7874
2003-05-24Added support for simultaneous music and MIDI sound effects to simon1dos.Jamieson Christian
Note that 's' still toggles MIDI sound effects on and off. svn-id: r7872
2003-05-23cleanupTorbjörn Andersson
svn-id: r7866
2003-05-23_lock_counter controls seems to control whether mouse cursor should be shown ↵Travis Howell
but not sure what the default value should be svn-id: r7855
2003-05-21pedantic warning fixesMax Horn
svn-id: r7794
2003-05-21more Simon member var init (that should be all now, I hope)Max Horn
svn-id: r7784
2003-05-21Set midi vars to -1 by default to prevent simon2dos trying to load music ↵Travis Howell
during copy protection Correct vc_62 so it is closer to diasm. svn-id: r7780
2003-05-21Remove warningTravis Howell
svn-id: r7774
2003-05-21More Simon music fixes.Jamieson Christian
svn-id: r7767