Age | Commit message (Expand) | Author |
2004-01-09 | Fix a harmless clipping bug (block surfaces were drawn even when their | Torbjörn Andersson |
2004-01-08 | Allow quitting during cutscenes and credits again. This is getting a bit | 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-04 | Adapted LavosSpawn's idea for more efficient screen updating. It still | Torbjörn Andersson |
2004-01-04 | Some cleanup and Valgrind warning fixes. | Torbjörn Andersson |
2004-01-03 | cleanup | Max Horn |
2004-01-03 | fix for BE systems | Max Horn |
2004-01-03 | renamed AudioInputStream -> AudioStream | 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 | Implemented scroll wheel handling for save/load dialogs. (This turned up a | 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-17 | Made sure that *all* AudioInputStream 'know' their sample rate; removed point... | Max Horn |
2003-12-14 | Fixed a potential crash bug where an audio buffer would be freed at the end | Torbjörn Andersson |
2003-12-10 | Restored some relevant information to a comment that was removed by my | Torbjörn Andersson |
2003-12-10 | Sprite surfaces (as opposed to standard sprites) are always display | Torbjörn Andersson |
2003-12-09 | I've played through the whole game, and I've scanned through the cluster | Torbjörn Andersson |
2003-12-08 | Shut up Valgrind warnings. | Torbjörn Andersson |
2003-12-02 | cleanup | Torbjörn Andersson |
2003-11-25 | More cleanup. Another unused file bites the dust. | Torbjörn Andersson |
2003-11-16 | More cleanup. I've eliminated all the temporary global variables I've added | Torbjörn Andersson |
2003-11-13 | Re-enabled the CD swapping code, after rewriting it a bit. | Torbjörn Andersson |
2003-11-12 | cleanup | Torbjörn Andersson |
2003-11-11 | Removed SVM_timeGetTime(). We may as well call get_msecs() directly. | Torbjörn Andersson |
2003-11-11 | Removed redundant header files. | 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-08 | Removed some now redundant header files. | Torbjörn Andersson |
2003-11-08 | Moved more stuff into classes, changed some static allocation to dynamic, | Torbjörn Andersson |
2003-11-03 | The resource and memory managers are now created dynamically. | Torbjörn Andersson |
2003-11-02 | fixed warnings | 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-26 | Enable the debug console. Actually, what I've done is to adapt the debug | Torbjörn Andersson |
2003-10-15 | Dumped most of the remaining "driver" code into a new "Display" class. This | Torbjörn Andersson |
2003-10-11 | Moved the text drawing stuff into a class of its own. (Adding another | 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-07 | Some cleanup, some code removal and some unstubbing. Nothing important. | Torbjörn Andersson |