aboutsummaryrefslogtreecommitdiff
path: root/sword1
AgeCommit message (Collapse)Author
2004-12-27Use SoundMixer::kMaxMixerVolumeMax Horn
svn-id: r16350
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-25speech_volume default value gets already set in gameDetector.cppMax Horn
svn-id: r16321
2004-12-20Speedup a bit PalmOS portChris Apers
svn-id: r16165
2004-12-16Fix compilation when USE_MPEG2 is undefined.Eugene Sandulenko
svn-id: r16081
2004-12-12fixed warningRobert Göffringmann
svn-id: r16039
2004-12-11Const correctnessMax Horn
svn-id: r16032
2004-12-11Fix dumb CE compilerNicolas Bacca
svn-id: r16026
2004-12-10unify pc/palm sourcecodeRobert Göffringmann
svn-id: r16025
2004-12-10changed cd checking code, gives warnings about everything now.Robert Göffringmann
svn-id: r16024
2004-12-10Many PalmOS ARM optimizationsChris Apers
svn-id: r16013
2004-12-10Reading from memory card is too slowChris Apers
svn-id: r16012
2004-12-10PalmOS stuffsChris Apers
svn-id: r16011
2004-12-10Fix warningMax Horn
svn-id: r16007
2004-12-09make scrolling smooth.Robert Göffringmann
svn-id: r16005
2004-12-09fix potential race conditionRobert Göffringmann
svn-id: r16003
2004-12-09Pass subdirectories to gamedetector functionsRobert Göffringmann
svn-id: r16002
2004-12-08moved the bootparam code out of sword1.cppRobert Göffringmann
svn-id: r16001
2004-12-05Clean up OSystem::EventMax Horn
svn-id: r15990
2004-12-05forgot to remove this.Robert Göffringmann
svn-id: r15986
2004-12-05Warning fix from LavosSpawnTravis Howell
svn-id: r15985
2004-12-05Remove stray ;Travis Howell
Add new object svn-id: r15984
2004-12-05added support for an international BS1 cutscene pack (which we didn't ↵Robert Göffringmann
release yet) svn-id: r15983
2004-12-04clear scroll offsets... not sure if this is actually necessary, but it ↵Robert Göffringmann
*could* be related to bug #1077394 svn-id: r15981
2004-11-29Fix music volumeEugene Sandulenko
svn-id: r15960
2004-11-28Changed parameter order of SoundMixer::playInputStream to match that of playRawMax Horn
svn-id: r15950
2004-11-27Use modern form of setupPremixMax Horn
svn-id: r15916
2004-11-27Added some more mixer doxygen docs; cleaned up Mixer API a bit, removing ↵Max Horn
some very specialised methods svn-id: r15914
2004-11-27Don't use directory param of File::open unless you have toMax Horn
svn-id: r15904
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 for bug 928791: BS1: 'Freeze' at hospitalRobert Göffringmann
svn-id: r15878
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-19a little cleanupRobert Göffringmann
svn-id: r15832
2004-11-18fixes a crash when closing BS1 while speech menu is open.Robert Göffringmann
svn-id: r15828
2004-11-15nothing...Robert Göffringmann
svn-id: r15820
2004-11-15BS1 demo is basically fully supported now.Robert Göffringmann
only some SFX are flipped. svn-id: r15819
2004-11-15BS1 demo's speech and logic work now.Robert Göffringmann
But there's something wrong with the SFX, which can lead to crashes. svn-id: r15813
2004-11-09CleanupChris Apers
svn-id: r15739
2004-11-09oopsRobert Göffringmann
svn-id: r15736
2004-11-09free memory on quit.Robert Göffringmann
Still leaks some, though svn-id: r15735
2004-11-06Changed spaces to tab to be consistent with other module.mk files.Torbjörn Andersson
svn-id: r15718
2004-11-05Fix #includeEugene Sandulenko
svn-id: r15714
2004-10-30Brute-force workaround for speech decoder crashes in the BS1 demo. It stillTorbjörn Andersson
doesn't work very well, though... svn-id: r15697
2004-10-21OoopsChris Apers
svn-id: r15633
2004-10-21Make PalmOS happyChris Apers
svn-id: r15632
2004-10-21Fixed alignment problem with BS1 demoChris Apers
svn-id: r15631
2004-10-21Prepare PalmOS supportChris Apers
svn-id: r15630