Age | Commit message (Expand) | Author |
2010-01-02 | Removing now redundant comment. The fix was correct. | Eugene Sandulenko |
2010-01-02 | Move the LZSS code to the Groovie namespace. | Jordi Vilalta Prat |
2010-01-01 | LOL: cleanup | Florian Kagerer |
2010-01-01 | SCI: Adlib: Fix bug in master volume handling. | Walter van Niftrik |
2010-01-01 | SCI: Fix segfault in dual-language KQ5. | Walter van Niftrik |
2010-01-01 | This time properly fix getTotalPlayTime for looped FLAC, MP3 and VORBIS audio... | Johannes Schickel |
2010-01-01 | Mention in documentation of AudioStream::setNumLoops, that this function also... | Johannes Schickel |
2010-01-01 | Properly reset _numPlayedLoops in setNumLoops in all AudioStream implementati... | Johannes Schickel |
2010-01-01 | Merge update_nop1 and update_nop2. | Johannes Schickel |
2010-01-01 | - Fix out of bounds array access. | Johannes Schickel |
2010-01-01 | SCI/newmusic: removed TODO | Martin Kiewitz |
2010-01-01 | init _numPlayedLoops inside LinearMemoryStream | Martin Kiewitz |
2010-01-01 | SCI/newmusic: changed setting volume from fade logic, implemented updating lo... | Martin Kiewitz |
2010-01-01 | - Add some asserts | Johannes Schickel |
2010-01-01 | SCI: fix build | Martin Kiewitz |
2010-01-01 | SCI/newmusic: changed fade volume setting for digital fx to onTimer() again, ... | Martin Kiewitz |
2010-01-01 | SCI: kDoAudio now also clips volume and adjusts to mixer volume | Martin Kiewitz |
2010-01-01 | Fix a buffer overflow, thanks to syke | Arnaud Boutonné |
2010-01-01 | SCI/newmusic: now clips volume against MUSIC_VOLUME_MAX (127) instead of the ... | Martin Kiewitz |
2010-01-01 | SCI: volume for sci0 now set to 127, now using constant instead of value | Martin Kiewitz |
2010-01-01 | Fix undefined operation in setNoPendingVerb (someone with knowledge of SAGA s... | Johannes Schickel |
2010-01-01 | SCI: Added TODO within kDoAudio | Martin Kiewitz |
2010-01-01 | SCI: fixing bad sorting of saved games due MMDDYYYY date saving | Martin Kiewitz |
2010-01-01 | Fix out of bounds access reported by syke. | Johannes Schickel |
2010-01-01 | SCI/new music code: The MIDI driver is now reset whenever the game's VM respa... | Filippos Karapetis |
2010-01-01 | SCI/newmusic: set speech soundtype for audio resources played by kDoSound, cm... | Martin Kiewitz |
2010-01-01 | SCI/newmusic: adding debug output to setVolume | Martin Kiewitz |
2010-01-01 | SCI/new music code: Center pitch wheel when unloading music tracks | Filippos Karapetis |
2010-01-01 | Fixed KQ5CD (regression from rev. 46656) | Filippos Karapetis |
2010-01-01 | Fix getTotalPlayTime for MP3, FLAC, Vorbis and LinearMemoryStream after the l... | Johannes Schickel |
2010-01-01 | Fixed broken savegames when saving with the new music code | Filippos Karapetis |
2010-01-01 | Implemented setNumLoops() for common audio streams. | Eugene Sandulenko |
2010-01-01 | SCI: syncing loop selector... again... fixes qfg1 ending... again... now sci0... | Martin Kiewitz |
2010-01-01 | SCI/new music code: Moved processing of digital sound effects outside the MID... | Filippos Karapetis |
2010-01-01 | Added a comment for the reason updateSci0Cues() is called within kAnimate() | Filippos Karapetis |
2010-01-01 | Extend doxygen comment for setNumLoops() | Eugene Sandulenko |
2010-01-01 | SCI/newmusic: doing version check before looking for audio resource | Martin Kiewitz |
2010-01-01 | aligned zoomed picture to the top and fixed actor head animation in zoomed state | Vladimir Menshakov |
2010-01-01 | SCI/newmusic: better solution for volume - using int16 during fade, volume is... | Martin Kiewitz |
2010-01-01 | SCI: changing volume to int16 again, fixes fadeOut of music and samples | Martin Kiewitz |
2010-01-01 | SCI: fixing saved game compatibility | Martin Kiewitz |
2010-01-01 | removed debug output | Vladimir Menshakov |
2010-01-01 | Updated the notes about Broken Sword cutscenes to that which I posted to | Torbjörn Andersson |
2010-01-01 | found zoom tables, added original zoom support. | Vladimir Menshakov |
2010-01-01 | removed commented out debug | Vladimir Menshakov |
2010-01-01 | Added setNumLoops() for linear memory streams, enables looping of samples in sci | Martin Kiewitz |
2010-01-01 | SCI/newmusic: added fade and loop capability to samples (looping doesnt work ... | Martin Kiewitz |
2010-01-01 | Adding setNumLoops() to AudioStream class | Martin Kiewitz |
2010-01-01 | removed first point from path to avoid zero delta | Vladimir Menshakov |
2010-01-01 | removed position zeroing in varia resources | Vladimir Menshakov |