aboutsummaryrefslogtreecommitdiff
path: root/sword2
AgeCommit message (Expand)Author
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
2003-08-31fix compilationJonathan Gray
2003-08-30BS2 crashed because it passed a buffer of uneven length to the mixer. ThisTorbjörn Andersson
2003-08-30Set a default music volume so that we can actually hear it. :-)Torbjörn Andersson
2003-08-30fixed not cleared sound handle for musicPaweł Kołodziejski
2003-08-30ahPaweł Kołodziejski
2003-08-30revert id handle stuffPaweł Kołodziejski
2003-08-30added sfx support, increased speech support, and music code(streaming works f...Paweł Kołodziejski
2003-08-30properly close down when playing demoJonathan Gray
2003-08-30Fixed sprite clipping issues, I hope.Torbjörn Andersson
2003-08-29Disabled debug output. (I really need to get the debug message level toTorbjörn Andersson
2003-08-29Added some code to stop producing interpolation frames if the scene hasTorbjörn Andersson
2003-08-29Cleanup.Torbjörn Andersson
2003-08-28I forgot to commit this file earlier. (It's only a FIXME comment anyway.)Torbjörn Andersson
2003-08-28Removed the Surface class in favor of small struct specially made for theTorbjörn Andersson
2003-08-28CleanupTorbjörn Andersson
2003-08-28Fixed format string error.Torbjörn Andersson
2003-08-27Add code to check for game-specific scaler and fullscreen settings, like weTorbjörn Andersson
2003-08-27Added code for smoothing upscaled sprites (for the highest detail setting).Torbjörn Andersson
2003-08-27Unstubbed DimPalette() (used when pausing the game) and re-indented theTorbjörn Andersson
2003-08-27use file class for speech so people with clusters in different directories ge...Jonathan Gray
2003-08-27errr. this shouldn't have been committedJoost Peters
2003-08-27Basic speech code, the change in speech.cpp is needed for me, but I am afraid...Joost Peters
2003-08-26Handle the fadeNow parameter to BS2_SetPalette() so that the palette isTorbjörn Andersson
2003-08-26The graphics detail settings partially work now. They only affect howTorbjörn Andersson
2003-08-25Clarified the comments for our Surface class a bit. I plan on removing itTorbjörn Andersson
2003-08-25FadeServer() is now called from ServiceWindows(), thus eliminating the needTorbjörn Andersson
2003-08-24use less generic file name for settings.dat, I assume filenames > 8.3 are ok ...Jonathan Gray
2003-08-24make settings use SaveFileManager stuff as wellJonathan Gray
2003-08-24fix strange keyboard issues by passing the game the values it wantsJonathan Gray
2003-08-24be more tolerant of files being in different spots, and living on case sensit...Jonathan Gray
2003-08-24this should be signedJonathan Gray
2003-08-24correct slashes in pathsJonathan Gray
2003-08-24bring up the restore game menu when any -x param is specified, this is nicer ...Jonathan Gray
2003-08-24we don't need to be told when we've hit a keyJonathan Gray
2003-08-24return read error in PlayCompSpeech for now so we get subtitlesJonathan Gray
2003-08-24work around compiler bug in GCC 2.95.xMax Horn
2003-08-23SetPalette conflicts with an OS symbol on OS XMax Horn
2003-08-23fix a resman method and make saving work using SaveFileManagerJonathan Gray
2003-08-23Unstubbed the Create/Draw/DeleteSurface() functions, and removed someTorbjörn Andersson
2003-08-22enable boot param like option for bs2, valid numbers can be found in startup.infJonathan Gray