Age | Commit message (Expand) | Author |
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 |
2004-12-27 | Added 'sound types' to the mixer - for now, only plain (for the premixer), SF... | Max Horn |
2004-12-21 | Added Russian narration message. | Eugene Sandulenko |
2004-12-11 | Fix dumb CE compiler | Nicolas Bacca |
2004-12-05 | Clean up OSystem::Event | Max Horn |
2004-11-28 | Changed parameter order of SoundMixer::playInputStream to match that of playRaw | Max Horn |
2004-11-27 | AudioStream::read() has been removed quite some time ago, now making sure tha... | Max Horn |
2004-11-26 | Spelling | Max Horn |
2004-10-17 | Doxygen fix | Max Horn |
2004-10-12 | Migration to the newer form of setupPremix(). | Torbjörn Andersson |
2004-10-12 | Cleanup | Torbjörn Andersson |
2004-09-28 | Rename remaining OSystem methods to match our coding guidelines | Max Horn |
2004-09-25 | Fix doxygen warnings | Max Horn |
2004-09-04 | Fix compile | Travis Howell |
2004-09-04 | Fixed a glitch in the music fade-out code. | Torbjörn Andersson |
2004-09-04 | Added support for compressed music. I'm sure there are some glitches still | Torbjörn Andersson |
2004-08-28 | Cleanup. Removed the original DipMusic() code. If anyone wants to | Torbjörn Andersson |
2004-08-27 | Use the same code for opening the music clusters as for opening the speech | Torbjörn Andersson |
2004-08-26 | Explicitly cast value to uint32, since there was a report about compilation | Torbjörn Andersson |
2004-08-25 | The original speech clusters are now decoded through a custom AudioStream | Torbjörn Andersson |
2004-08-23 | Fixed the bug that caused Vorbis and FLAC to misbehave with compressed | Torbjörn Andersson |
2004-08-22 | Experimental (i.e. slightly broken) code for handling compressed speech. | Torbjörn Andersson |
2004-08-17 | Don't try to free text sprites with the memory manager - it uses standard | Torbjörn Andersson |
2004-07-26 | I shouldn't be mixing cleanups and bug fixes, but I'm doing so anyway, just | Torbjörn Andersson |
2004-07-17 | Allowing both music streams to share the same rate converter only worked | Torbjörn Andersson |
2004-06-17 | Itsy-bitsy cleanup. | Torbjörn Andersson |
2004-06-12 | Cleanup | Torbjörn Andersson |
2004-06-09 | Cleaned up the palette handling a bit. Renamed _palCopy to _palette since I | Torbjörn Andersson |
2004-06-07 | Added comment. | Torbjörn Andersson |
2004-06-06 | Cleaned up sprite scaling. | Torbjörn Andersson |
2004-06-05 | Cleanup | Torbjörn Andersson |
2004-05-09 | Forgot to remove this file when I changed input handling. | Torbjörn Andersson |
2004-05-09 | Removed the buffering of mouse and keyboard events. I don't think any of | Torbjörn Andersson |
2004-05-09 | When drawing lines and points, mark the corresponding screen area as dirty | Torbjörn Andersson |
2004-05-05 | Take advantage of the changes in the backend's mouse cursor handling. It | Torbjörn Andersson |
2004-05-01 | Simplified the handling of sound effects. It's not necessary for the driver | Torbjörn Andersson |
2004-04-23 | Major revamping of the BS2 memory manager and, some small changes to the | Torbjörn Andersson |
2004-04-07 | Cleanup. | Torbjörn Andersson |
2004-03-29 | Make clearScene() set the _needFullRedraw variable. | Torbjörn Andersson |
2004-03-28 | Renamed more OSystem methods | Max Horn |
2004-03-28 | Fixed bug I introduced in the recent cleanup: It's the screen, not the | Torbjörn Andersson |
2004-03-24 | Use the binary .pal file format that was introduced for 0.6.0. | Torbjörn Andersson |
2004-03-23 | Unify MPEG2 code even more | Max Horn |
2004-03-22 | share 'init' method, too | Max Horn |
2004-03-22 | Fix crash introduced by recent code unification. (Mind you, I'm still | Torbjörn Andersson |
2004-03-22 | some more cleanup | Max Horn |
2004-03-22 | move commong code into separate source file (more could be done, but it's a s... | Max Horn |