Age | Commit message (Expand) | Author |
2004-01-14 | Changed the music fading so that volume is increased when ABS(_fading) | Torbjörn Andersson |
2004-01-12 | Sync the credits so that the text scroll and music will last for about the | Torbjörn Andersson |
2004-01-11 | cleanup | Torbjörn Andersson |
2004-01-07 | Valgrind fixes. Mostly about memory not being freed when the engine is | Torbjörn Andersson |
2004-01-06 | It's a new year in BS2 land, too! | Torbjörn Andersson |
2004-01-03 | cleanup | Max Horn |
2004-01-03 | fix for BE systems | Max Horn |
2004-01-03 | Made the music code more like the one in BS1, i.e. the fade time is longer | Torbjörn Andersson |
2004-01-01 | Oops, that was the wrong data type. (Not that it should matter, but...) | Torbjörn Andersson |
2003-12-31 | oops, forgot one case | Torbjörn Andersson |
2003-12-31 | When saving the music state, remember the name of the music file that was | Torbjörn Andersson |
2003-12-28 | Hopefully the last big renaming. Now the datatypes have names like | Torbjörn Andersson |
2003-12-24 | turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, ma... | Max Horn |
2003-12-19 | Fixed bug with looping music. It must have been there all along, but maybe | Torbjörn Andersson |
2003-12-19 | distinguish between end of stream and end of data | Max Horn |
2003-12-19 | unregister the premix proc when you go away | Max Horn |
2003-12-19 | I am going to remove the default implementation of readBuffer() (AudioInputSt... | Max Horn |
2003-12-17 | My last commit didn't work on big-endian. Maybe this one does... | Torbjörn Andersson |
2003-12-17 | The mixer handles little-endian samples now. Take advantage of that. | Torbjörn Andersson |
2003-12-02 | cleanup | Torbjörn Andersson |
2003-11-16 | More cleanup. I've eliminated all the temporary global variables I've added | Torbjörn Andersson |
2003-11-11 | Moved low-level keyboard and mouse handling to a new Input class, and | Torbjörn Andersson |
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski |
2003-11-01 | Instead of having a function that reverses the panning table, we now have a | Torbjörn Andersson |
2003-10-29 | Use the ScummVM config manager instead of a separate BS2-specific config | Torbjörn Andersson |
2003-10-28 | bs2 -> sword2 | Max Horn |
2003-10-15 | Dumped most of the remaining "driver" code into a new "Display" class. This | Torbjörn Andersson |
2003-10-08 | cleanup | Torbjörn Andersson |
2003-10-08 | Some more cosmetic changes while I'm considering the next move. (Or maybe | Torbjörn Andersson |
2003-10-04 | use namespace Common a bit more; don't zero the RNG in scumm (else the seed g... | Max Horn |
2003-10-04 | Changed to use #include "bs2/..." and removed the inclusion of standard C | Torbjörn Andersson |
2003-10-04 | removed Sword2 prefixes of most classes (made obsolete by our namespace usage... | Max Horn |
2003-10-04 | added namespace Sword2 | Max Horn |
2003-10-03 | fix doxygen comment | Max Horn |
2003-10-03 | Some renaming (ironic in the light of Fingolfin's recent namespace | Torbjörn Andersson |
2003-10-02 | Cleanups, mostly related to sound effects. | Torbjörn Andersson |
2003-10-01 | ScummVM naming conventions and cleanup in the Sword2Sound class. | Torbjörn Andersson |
2003-09-28 | More cleanup, plus support for cutscene leadout music. For now, we only | Torbjörn Andersson |
2003-09-27 | Began unifying the function documentation in driver96.h with the one in the | Torbjörn Andersson |
2003-09-27 | Save enough information about the currently playing music before the | Torbjörn Andersson |
2003-09-26 | cleanup | Torbjörn Andersson |
2003-09-26 | Ok, I'm stupid. | Torbjörn Andersson |
2003-09-25 | Reverted part of the previous change. Control panel music should work again | Torbjörn Andersson |
2003-09-25 | Some minor fixes. Unfortunately I've noticed that there is some major sound | Torbjörn Andersson |
2003-09-25 | Rewrote the music code to use a premix function instead of a timer. I'm | Torbjörn Andersson |
2003-09-22 | Cleaned up the sound code enough to add cutscene voice-overs. I haven't had | Torbjörn Andersson |
2003-09-21 | Some cleanup - lots more needed! | Torbjörn Andersson |
2003-09-17 | added a static method setDefaultDirectory to class File; used this to simplif... | Max Horn |
2003-09-16 | Some cleanup. More to follow, I hope. | Torbjörn Andersson |
2003-09-13 | fix speech on BE | Oliver Kiehl |