aboutsummaryrefslogtreecommitdiff
path: root/sword2
AgeCommit message (Expand)Author
2003-09-10disable code because it crashesOliver Kiehl
2003-09-10added refCon parameter to timer classMax Horn
2003-09-09HACK: Display instructions during the cutscenes, so that the user won'tTorbjörn Andersson
2003-09-09Reworked the last commit a bit, so that PlaySmacker() doesn't need to knowTorbjörn Andersson
2003-09-09In PlaySmacker(), make sure there really is a text sprite to draw.Torbjörn Andersson
2003-09-09Our ServiceWindows() never returns RDERR_APPCLOSED, and we always behave asTorbjörn Andersson
2003-09-09Added a WaitForFade() function, to replace numerous while-loops scatteredTorbjörn Andersson
2003-09-09CleanupTorbjörn Andersson
2003-09-09Clarified some comments in PlaySmacker(). At this point it should be fairlyTorbjörn Andersson
2003-09-09Read Smacker voice-overs from the correct file, same way as speech.cpp doesTorbjörn Andersson
2003-09-09Simplified the code to decide whether to use speech1.clu or speech2.cluTorbjörn Andersson
2003-09-08Cleanup.Torbjörn Andersson
2003-09-08Updated comment.Torbjörn Andersson
2003-09-08Added some code to display the subtitles for the Smacker movies, whenTorbjörn Andersson
2003-09-08renamed VersionSettings -> TargetSettings and also renamed some of its member...Max Horn
2003-09-08Complete rewrite of the in-game dialogs (quit, restart, settings, save andTorbjörn Andersson
2003-09-08Hide the menus when displaying full-screen messages, e.g. error messagesTorbjörn Andersson
2003-09-07more endian fixesMax Horn
2003-09-07some endian fixesMax Horn
2003-09-05moved the sound ID param in playRaw before volume/panMax Horn
2003-09-05Added FIXME comment about DipMusic().Torbjörn Andersson
2003-09-05Cleanup.Torbjörn Andersson
2003-09-05This fixes another music-related crash for me. I guess it's ourTorbjörn Andersson
2003-09-05Removed unused function, StartMusicFadeDown().Torbjörn Andersson
2003-09-05Cleaned up UpdateCompSampleStreaming() and re-enabled music fading. WeTorbjörn Andersson
2003-09-05comment unused labelJonathan Gray
2003-09-04Added locking to the music code. I'm not really the right person to do thisTorbjörn Andersson
2003-09-03Added FIXME comment about how we probably need locking for FxServer() andTorbjörn Andersson
2003-09-03Removed fxLooped[], fxCached[] and musCounter[]. They were written to, butTorbjörn Andersson
2003-09-03fixed music fading out. it's "goto" hack.Paweł Kołodziejski
2003-09-03more cleanupPaweł Kołodziejski
2003-09-03some cleanup codePaweł Kołodziejski
2003-09-03fixed interval of fxServer func (why i saw before 1000 miliseconds?), moved i...Paweł Kołodziejski
2003-09-02Unless I'm gravely mistaken, StreamCompMusic() should always create a newTorbjörn Andersson
2003-09-02Moved the sound initialisation to the Sword2Sound constructor to avoidTorbjörn Andersson
2003-09-02Another untested endian fix.Torbjörn Andersson
2003-09-02Use the new per-channel pausing. This allows us to play the music for theTorbjörn Andersson
2003-09-02Since soundHandleMusic[] is now an array of sound handles instead ofTorbjörn Andersson
2003-09-02Re-formatted the code to be a bit more in line with the rest of ScummVM,Torbjörn Andersson
2003-09-02Re-formatted the code to be a bit more in line with the rest of ScummVM.Torbjörn Andersson
2003-09-01added sound handle stuff to mixer streamsPaweł Kołodziejski
2003-09-01Another attempt at fixing the music1.clu / music2.clu thing.Torbjörn Andersson
2003-09-01possibly fixes for not exist id stream channelPaweł Kołodziejski
2003-09-01added warkaround for not exist music stream id at appendStream callPaweł Kołodziejski
2003-08-31added mixer features: volume and pan control per channelPaweł Kołodziejski
2003-08-31Untested (because I don't have any savegames on this computer) support forTorbjörn Andersson
2003-08-31When a fading music channel is freed to make room for new music, or when aTorbjörn Andersson
2003-08-31No longer assume that all sound effects are 22 kHz. Some are 11 kHz.Torbjörn Andersson
2003-08-31Cleaned up StreamCompMusic(), including some untested endian-fixes.Torbjörn Andersson
2003-08-31support having speech clusters named speech1.clu and speech2.clu cd.bin is ne...Jonathan Gray