aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.cpp
AgeCommit message (Collapse)Author
2005-04-07WhitespaceTorbjörn Andersson
svn-id: r17438
2005-03-25Patch #1117443 (Experimental plugin code revision)Max Horn
svn-id: r17231
2005-03-09changing AudioDataType -> SoundType, so now the constant names match the ↵Max Horn
name of the data type / the SoundMixer method names svn-id: r17052
2005-01-22Set SFX volume correctlyTravis Howell
svn-id: r16612
2005-01-22Set SFX volume correctly.Travis Howell
svn-id: r16611
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-27Added 'sound types' to the mixer - for now, only plain (for the premixer), ↵Max Horn
SFX and music; volume is now controlled based on the sound type svn-id: r16330
2004-12-25Get rid of g_debugLevel (this fixes bug #1091142)Max Horn
svn-id: r16318
2004-12-20Move this tooChris Apers
svn-id: r16162
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-12-17This file no longer needs to include <errno.h>, and from what I understandTorbjörn Andersson
we already got the appropriate include for time() through stdafx.h, so we don't need to include <time.h> either. svn-id: r16093
2004-12-16Split simon.cpp more for PalmOS port.Travis Howell
svn-id: r16078
2004-12-15memory leakGregory Montoir
svn-id: r16063
2004-12-09Pass subdirectories to gamedetector functionsRobert Göffringmann
svn-id: r16002
2004-12-05Clean up OSystem::EventMax Horn
svn-id: r15990
2004-12-02Moved MidiDriver creation code into the MidiDriver class (as static ↵Max Horn
methods), same for some other MIDI related stuff svn-id: r15968
2004-11-29Go on safe side by getting music volume from config managerEugene Sandulenko
svn-id: r15958
2004-11-29Fix music volume.Eugene Sandulenko
svn-id: r15957
2004-11-28No longer sets pass-through for MT-32 emulator.Jerome Fisher
svn-id: r15953
2004-11-27Moved Engine::getSavePath() to class SaveFileManager; removed the ↵Max Horn
'directory' parameter from SaveFileManager::openSavefile and listSavefiles (they always use getSavePath() now, which is what we did anyway) svn-id: r15901
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-11-20Removing walkthrough stuff again (talked to aquadran about this, he had no ↵Max Horn
objections) svn-id: r15849
2004-11-19added walkthroughPaweł Kołodziejski
svn-id: r15835
2004-11-10when calling SimonEngine::shutdown(), _itemheap_ptr and _tablesheap_ptr ↵Gregory Montoir
don't point to the beginning of the malloc'd buffer anymore. So use the offsets to do the free() call ; maybe it will fix the palmos issue. svn-id: r15780
2004-11-09More PalmOS related cleanupChris Apers
svn-id: r15774
2004-11-09Fixed crashChris Apers
svn-id: r15740
2004-10-23oopsEugene Sandulenko
svn-id: r15660
2004-10-23Better support of MT-32.Eugene Sandulenko
svn-id: r15659
2004-10-18Free some memory on exitTravis Howell
svn-id: r15606
2004-10-08Prevent double slash in pathChris Apers
svn-id: r15473
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
svn-id: r15332
2004-08-21TypoTravis Howell
svn-id: r14666
2004-08-21Small correction for filename different on some systemsTravis Howell
svn-id: r14656
2004-08-16Set _language before checking its valueTravis Howell
svn-id: r14632
2004-08-02Remove pointless delaysTravis Howell
svn-id: r14436
2004-08-02CleanupTravis Howell
svn-id: r14435
2004-07-31Auto convert old Simon 1/2 targetsTravis Howell
svn-id: r14392
2004-07-31Add support for Russian Simon1.Travis Howell
svn-id: r14376
2004-07-31Avoid gcc warningTravis Howell
svn-id: r14373
2004-07-30fix subtitle alignmentOliver Kiehl
svn-id: r14371
2004-07-30Switch detect filename back to prevent conflict for now.Travis Howell
svn-id: r14368
2004-07-30Re-use old md5 hack to gather checksums from users.Travis Howell
svn-id: r14366
2004-07-30Add a few more.Travis Howell
svn-id: r14364
2004-07-30Ooops, make sure feature flags are updated.Travis Howell
svn-id: r14362
2004-07-30Reduce simon 1/2 targetsTravis Howell
Add auto detection svn-id: r14361
2004-07-27No need to calculate valuesTravis Howell
svn-id: r14351
2004-06-28Correct default pathsTravis Howell
svn-id: r14096