Age | Commit message (Expand) | Author |
2003-09-01 | added sound handle stuff to mixer streams | Paweł Kołodziejski |
2003-09-01 | Another attempt at fixing the music1.clu / music2.clu thing. | Torbjörn Andersson |
2003-09-01 | possibly fixes for not exist id stream channel | Paweł Kołodziejski |
2003-09-01 | added warkaround for not exist music stream id at appendStream call | Paweł Kołodziejski |
2003-08-31 | added mixer features: volume and pan control per channel | Paweł Kołodziejski |
2003-08-31 | Untested (because I don't have any savegames on this computer) support for | Torbjörn Andersson |
2003-08-31 | When a fading music channel is freed to make room for new music, or when a | Torbjörn Andersson |
2003-08-31 | No longer assume that all sound effects are 22 kHz. Some are 11 kHz. | Torbjörn Andersson |
2003-08-31 | Cleaned up StreamCompMusic(), including some untested endian-fixes. | Torbjörn Andersson |
2003-08-31 | support having speech clusters named speech1.clu and speech2.clu cd.bin is ne... | Jonathan Gray |
2003-08-31 | fix compilation | Jonathan Gray |
2003-08-30 | BS2 crashed because it passed a buffer of uneven length to the mixer. This | Torbjörn Andersson |
2003-08-30 | Set a default music volume so that we can actually hear it. :-) | Torbjörn Andersson |
2003-08-30 | fixed not cleared sound handle for music | Paweł Kołodziejski |
2003-08-30 | ah | Paweł Kołodziejski |
2003-08-30 | revert id handle stuff | Paweł Kołodziejski |
2003-08-30 | added sfx support, increased speech support, and music code(streaming works f... | Paweł Kołodziejski |
2003-08-30 | properly close down when playing demo | Jonathan Gray |
2003-08-30 | Fixed sprite clipping issues, I hope. | Torbjörn Andersson |
2003-08-29 | Disabled debug output. (I really need to get the debug message level to | Torbjörn Andersson |
2003-08-29 | Added some code to stop producing interpolation frames if the scene has | Torbjörn Andersson |
2003-08-29 | Cleanup. | Torbjörn Andersson |
2003-08-28 | I forgot to commit this file earlier. (It's only a FIXME comment anyway.) | Torbjörn Andersson |
2003-08-28 | Removed the Surface class in favor of small struct specially made for the | Torbjörn Andersson |
2003-08-28 | Cleanup | Torbjörn Andersson |
2003-08-28 | Fixed format string error. | Torbjörn Andersson |
2003-08-27 | Add code to check for game-specific scaler and fullscreen settings, like we | Torbjörn Andersson |
2003-08-27 | Added code for smoothing upscaled sprites (for the highest detail setting). | Torbjörn Andersson |
2003-08-27 | Unstubbed DimPalette() (used when pausing the game) and re-indented the | Torbjörn Andersson |
2003-08-27 | use file class for speech so people with clusters in different directories ge... | Jonathan Gray |
2003-08-27 | errr. this shouldn't have been committed | Joost Peters |
2003-08-27 | Basic speech code, the change in speech.cpp is needed for me, but I am afraid... | Joost Peters |
2003-08-26 | Handle the fadeNow parameter to BS2_SetPalette() so that the palette is | Torbjörn Andersson |
2003-08-26 | The graphics detail settings partially work now. They only affect how | Torbjörn Andersson |
2003-08-25 | Clarified the comments for our Surface class a bit. I plan on removing it | Torbjörn Andersson |
2003-08-25 | FadeServer() is now called from ServiceWindows(), thus eliminating the need | Torbjörn Andersson |
2003-08-24 | use less generic file name for settings.dat, I assume filenames > 8.3 are ok ... | Jonathan Gray |
2003-08-24 | make settings use SaveFileManager stuff as well | Jonathan Gray |
2003-08-24 | fix strange keyboard issues by passing the game the values it wants | Jonathan Gray |
2003-08-24 | be more tolerant of files being in different spots, and living on case sensit... | Jonathan Gray |
2003-08-24 | this should be signed | Jonathan Gray |
2003-08-24 | correct slashes in paths | Jonathan Gray |
2003-08-24 | bring up the restore game menu when any -x param is specified, this is nicer ... | Jonathan Gray |
2003-08-24 | we don't need to be told when we've hit a key | Jonathan Gray |
2003-08-24 | return read error in PlayCompSpeech for now so we get subtitles | Jonathan Gray |
2003-08-24 | work around compiler bug in GCC 2.95.x | Max Horn |
2003-08-23 | SetPalette conflicts with an OS symbol on OS X | Max Horn |
2003-08-23 | fix a resman method and make saving work using SaveFileManager | Jonathan Gray |
2003-08-23 | Unstubbed the Create/Draw/DeleteSurface() functions, and removed some | Torbjörn Andersson |
2003-08-22 | enable boot param like option for bs2, valid numbers can be found in startup.inf | Jonathan Gray |