aboutsummaryrefslogtreecommitdiff
path: root/sword1
AgeCommit message (Expand)Author
2004-11-29Fix music volumeEugene Sandulenko
2004-11-28Changed parameter order of SoundMixer::playInputStream to match that of playRawMax Horn
2004-11-27Use modern form of setupPremixMax Horn
2004-11-27Added some more mixer doxygen docs; cleaned up Mixer API a bit, removing some...Max Horn
2004-11-27Don't use directory param of File::open unless you have toMax Horn
2004-11-27Moved Engine::getSavePath() to class SaveFileManager; removed the 'directory'...Max Horn
2004-11-24fix for bug 928791: BS1: 'Freeze' at hospitalRobert Göffringmann
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-19a little cleanupRobert Göffringmann
2004-11-18fixes a crash when closing BS1 while speech menu is open.Robert Göffringmann
2004-11-15nothing...Robert Göffringmann
2004-11-15BS1 demo is basically fully supported now.Robert Göffringmann
2004-11-15BS1 demo's speech and logic work now.Robert Göffringmann
2004-11-09CleanupChris Apers
2004-11-09oopsRobert Göffringmann
2004-11-09free memory on quit.Robert Göffringmann
2004-11-06Changed spaces to tab to be consistent with other module.mk files.Torbjörn Andersson
2004-11-05Fix #includeEugene Sandulenko
2004-10-30Brute-force workaround for speech decoder crashes in the BS1 demo. It stillTorbjörn Andersson
2004-10-21OoopsChris Apers
2004-10-21Make PalmOS happyChris Apers
2004-10-21Fixed alignment problem with BS1 demoChris Apers
2004-10-21Prepare PalmOS supportChris Apers
2004-10-21enable czech control panel. should work.Robert Göffringmann
2004-10-21Fixed warnings. (Maybe it should be "const char *" instead, but then I gotTorbjörn Andersson
2004-10-21this should work around bug #922774.Robert Göffringmann
2004-10-17Use new setupPremix variant (incomplete)Max Horn
2004-10-14forgot to remove these debug messagesRobert Göffringmann
2004-10-14The checkCdFiles() function still looked only for SPEECH1.CLU andTorbjörn Andersson
2004-10-13I hope this fixes speech in demoRobert Göffringmann
2004-10-12added mp3 and ogg vorbis playback for music and speech.Robert Göffringmann
2004-10-08Prevent double slash in pathChris Apers
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
2004-08-31Add eriktorbjorn's patch for separate target for Broken Sword 1 demo. Avoids ...Travis Howell
2004-08-19No need to manually check inside extrapath -- this is done automatically anywayMax Horn
2004-08-11Fix for bug #1007093 (GUI: removing game configuration from Launcher buggy); ...Max Horn
2004-08-05Enhanced extrapath supportMax Horn
2004-07-27Add support for speech in demo.Travis Howell
2004-07-18Let displayMessage() restore the mouse pointer to the standard BS1 arrowTorbjörn Andersson
2004-07-16Open the control panel on both F5 and ESC, like the original did.Torbjörn Andersson
2004-07-11Use extrapath in Sword1 engine (from 0.6.0 branch). More verbose errors to go...James Brown
2004-06-28Added "MUSIC" / "music" to the list of default directories.Torbjörn Andersson
2004-06-28Enhanced default directory support in the File class; now one can specify arb...Max Horn
2004-06-27Reversed param order of File::open() -- this allowed me to get rid of a few m...Max Horn
2004-06-25Added Engine::_saveFileMan; thus was able to get rid of auto_ptr usage againMax Horn
2004-06-25Use auto_ptr to avoid leaksMax Horn
2004-05-12Some usability fixes to the control panel code:Torbjörn Andersson