Age | Commit message (Expand) | Author |
2006-01-18 | Update copyright notice | Eugene Sandulenko |
2005-12-21 | Added debugging messages to track which CD (1 or 2) the game thinks it's | Torbjörn Andersson |
2005-12-20 | If drawSurface() is called with no clip rect, clip to the screen size. This | Torbjörn Andersson |
2005-12-11 | Fixed Valgrind memory leak warnings, either by freeing memory on exit or | Torbjörn Andersson |
2005-11-19 | Fixed misleading warning message when playing without sound files. | Torbjörn Andersson |
2005-10-29 | Applied my own patch #1341495, in an attempt to fix alignment issues | Torbjörn Andersson |
2005-10-23 | Some more Broken Sword I & II -> 1 & 2 changes | Max Horn |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-10-17 | Fixed off-by-one error when decoding the original sound files. I thought I | Torbjörn Andersson |
2005-10-16 | There was a mention of the "Expected XXX samples..." error in the IRC logs. | Torbjörn Andersson |
2005-08-15 | Fixed long-standing bug with sound decompression that would cause a slight | Torbjörn Andersson |
2005-08-10 | Don't explicity check for tremor and vorbis everywhere and | Jonathan Gray |
2005-08-10 | Rest of the changes required for tremor to actually work. | Jonathan Gray |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-07-09 | This should really be two or three different commits, but I'm too lazy for | Torbjörn Andersson |
2005-05-12 | Whitespace: "(type *)something" instead of "(type *) something", because | Torbjörn Andersson |
2005-05-11 | Moved some more stuff to namespace Audio (enough for tonight) | Max Horn |
2005-05-10 | Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec... | Max Horn |
2005-05-10 | Moved class File and the MD5 stuff to namespace Common | Max Horn |
2005-05-08 | Fix doxygen warning | Max Horn |
2005-05-08 | Quitting the game now implies that the game is done fading the screen. | Torbjörn Andersson |
2005-05-08 | Forgot to remove this. | Torbjörn Andersson |
2005-05-05 | Fixed some doxygen warnings | Max Horn |
2005-05-02 | Don't let drawSprite() modify the SpriteInfo struct. | Torbjörn Andersson |
2005-05-02 | Cleanup. Most of is simply moves the credits code out of Logic and into | Torbjörn Andersson |
2005-04-27 | Patch #1186744 (Common line-drawing function) | Max Horn |
2005-04-25 | Better support for "seamless" cutscenes, i.e. ones where - in theory - you | Torbjörn Andersson |
2005-04-24 | Don't wait for the lead-out sound to finish when playing the "shaman" | Torbjörn Andersson |
2005-04-20 | Replaced drawLine() with a shorter version described in Wikipedia. It uses | Torbjörn Andersson |
2005-03-12 | PlayingSoundHandle -> SoundHandle; also, turned the handle activity check int... | Max Horn |
2005-03-11 | Renamed variables in the MPEG animation classes to better conform with | Torbjörn Andersson |
2005-03-09 | changing AudioDataType -> SoundType, so now the constant names match the name... | Max Horn |
2005-03-06 | Applied patch #1155731, reducing the memory usage of the MPEG player by | Torbjörn Andersson |
2005-02-27 | Got rid of all the .h files but one in the 'driver' directory. They were | Torbjörn Andersson |
2005-02-21 | basically the same change as for bs1; don't keep the mutex locked while loadi... | Robert Göffringmann |
2005-02-19 | This is the second part of the BS2 restructuring. There are two new | Torbjörn Andersson |
2005-02-18 | Forgot to check if preFetchCompSpeech() could find the speech file. Now it | Torbjörn Andersson |
2005-02-08 | Now there are two file handles for the music: one for each CD. This is not | Torbjörn Andersson |
2005-02-07 | Fixed crash that would happen if the game tried to play music from CD1 and | Torbjörn Andersson |
2005-01-28 | Fix compilation with mpeg2 disabled | Max Horn |
2005-01-28 | Began what I hope is the final major restructuring of the BS2 engine. | Torbjörn Andersson |
2005-01-17 | Updated copyright header, as discussed on the mailing list. | Torbjörn Andersson |
2005-01-11 | Use Fingolfin's new WAV code. | Torbjörn Andersson |
2005-01-10 | system.h was being included in tons of places, without any good reason; reduc... | Max Horn |
2005-01-09 | Mark some places which probably should use loadWAVFromStream(); maybe some of... | Max Horn |
2005-01-04 | Applied patch #1088948, with minor modifications | Torbjörn Andersson |
2005-01-01 | Updated copyright year. | Torbjörn Andersson |
2004-12-27 | Use the mixer to handle sound volumes | Max Horn |
2004-12-27 | Fix volume regression my previous checkin caused | Max Horn |
2004-12-27 | Use the same volume ranges as most of the rest of ScummVM (i.e. 0-255) | Max Horn |