aboutsummaryrefslogtreecommitdiff
path: root/simon
AgeCommit message (Expand)Author
2005-01-28Use class Mutex instead of MutexRefMax Horn
2005-01-22Set SFX volume correctlyTravis Howell
2005-01-22Set SFX volume correctly.Travis Howell
2005-01-14Change SIMON to use makeWAVStream - patch #1101740Travis Howell
2005-01-10system.h was being included in tons of places, without any good reason; reduc...Max Horn
2005-01-09Mark some places which probably should use loadWAVFromStream(); maybe some of...Max Horn
2005-01-01Updated copyrightMax Horn
2004-12-27Reducing header dependencies a bitMax Horn
2004-12-27Fix for bug #1091748 (DIG: Starting new games takes a long time); turns out q...Max Horn
2004-12-27Added 'sound types' to the mixer - for now, only plain (for the premixer), SF...Max Horn
2004-12-25Get rid of g_debugLevel (this fixes bug #1091142)Max Horn
2004-12-20Move this tooChris Apers
2004-12-18A little more cleanup (the Simon code really is a big mess :-)Max Horn
2004-12-18constify simon engine; turned global var vc_get_out_of_code into a member of ...Max Horn
2004-12-17This file no longer needs to include <errno.h>, and from what I understandTorbjörn Andersson
2004-12-16Using errno isn't really portable; don't have time to fix this properly right...Max Horn
2004-12-16Split simon.cpp more for PalmOS port.Travis Howell
2004-12-15TypoTravis Howell
2004-12-15memory leakGregory Montoir
2004-12-11change loadVOCFromStream to take a reference instead of a pointer (to a stream)Max Horn
2004-12-09Pass subdirectories to gamedetector functionsRobert Göffringmann
2004-12-05Clean up OSystem::EventMax Horn
2004-12-02Moved MidiDriver creation code into the MidiDriver class (as static methods),...Max Horn
2004-11-29Go on safe side by getting music volume from config managerEugene Sandulenko
2004-11-29Fix music volume.Eugene Sandulenko
2004-11-28No longer sets pass-through for MT-32 emulator.Jerome Fisher
2004-11-27Added some more mixer doxygen docs; cleaned up Mixer API a bit, removing some...Max Horn
2004-11-27Moved Engine::getSavePath() to class SaveFileManager; removed the 'directory'...Max Horn
2004-11-24Fix a`ll engines. They work, though current fix is just temporary.Eugene Sandulenko
2004-11-23Added Engine::init() method; added return value to Engine::go()Max Horn
2004-11-20Removing walkthrough stuff again (talked to aquadran about this, he had no ob...Max Horn
2004-11-19added walkthroughPaweł Kołodziejski
2004-11-10when calling SimonEngine::shutdown(), _itemheap_ptr and _tablesheap_ptr don't...Gregory Montoir
2004-11-09More PalmOS related cleanupChris Apers
2004-11-09Fixed crashChris Apers
2004-11-09CleanupChris Apers
2004-10-23oopsEugene Sandulenko
2004-10-23Better support of MT-32.Eugene Sandulenko
2004-10-18Free some memory on exitTravis Howell
2004-10-08Prevent double slash in pathChris Apers
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
2004-09-12Fixed russian supportChris Apers
2004-09-08Fingolfin's suggested fix for bug #1004919.Torbjörn Andersson
2004-09-04cleanupMax Horn
2004-08-21TypoTravis Howell
2004-08-21FixTravis Howell
2004-08-21Small correction for filename different on some systemsTravis Howell
2004-08-20UpdateTravis Howell
2004-08-20UpdateTravis Howell
2004-08-16Set _language before checking its valueTravis Howell