aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver
AgeCommit message (Expand)Author
2005-01-10system.h was being included in tons of places, without any good reason; reduc...Max Horn
2005-01-09Mark some places which probably should use loadWAVFromStream(); maybe some of...Max Horn
2005-01-04Applied patch #1088948, with minor modificationsTorbjörn Andersson
2005-01-01Updated copyright year.Torbjörn Andersson
2004-12-27Use the mixer to handle sound volumesMax Horn
2004-12-27Fix volume regression my previous checkin causedMax Horn
2004-12-27Use the same volume ranges as most of the rest of ScummVM (i.e. 0-255)Max Horn
2004-12-27Added 'sound types' to the mixer - for now, only plain (for the premixer), SF...Max Horn
2004-12-21Added Russian narration message.Eugene Sandulenko
2004-12-11Fix dumb CE compilerNicolas Bacca
2004-12-05Clean up OSystem::EventMax Horn
2004-11-28Changed parameter order of SoundMixer::playInputStream to match that of playRawMax Horn
2004-11-27AudioStream::read() has been removed quite some time ago, now making sure tha...Max Horn
2004-11-26SpellingMax Horn
2004-10-17Doxygen fixMax Horn
2004-10-12Migration to the newer form of setupPremix().Torbjörn Andersson
2004-10-12CleanupTorbjörn Andersson
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
2004-09-25Fix doxygen warningsMax Horn
2004-09-04Fix compileTravis Howell
2004-09-04Fixed a glitch in the music fade-out code.Torbjörn Andersson
2004-09-04Added support for compressed music. I'm sure there are some glitches stillTorbjörn Andersson
2004-08-28Cleanup. Removed the original DipMusic() code. If anyone wants toTorbjörn Andersson
2004-08-27Use the same code for opening the music clusters as for opening the speechTorbjörn Andersson
2004-08-26Explicitly cast value to uint32, since there was a report about compilationTorbjörn Andersson
2004-08-25The original speech clusters are now decoded through a custom AudioStreamTorbjörn Andersson
2004-08-23Fixed the bug that caused Vorbis and FLAC to misbehave with compressedTorbjörn Andersson
2004-08-22Experimental (i.e. slightly broken) code for handling compressed speech.Torbjörn Andersson
2004-08-17Don't try to free text sprites with the memory manager - it uses standardTorbjörn Andersson
2004-07-26I shouldn't be mixing cleanups and bug fixes, but I'm doing so anyway, justTorbjörn Andersson
2004-07-17Allowing both music streams to share the same rate converter only workedTorbjörn Andersson
2004-06-17Itsy-bitsy cleanup.Torbjörn Andersson
2004-06-12CleanupTorbjörn Andersson
2004-06-09Cleaned up the palette handling a bit. Renamed _palCopy to _palette since ITorbjörn Andersson
2004-06-07Added comment.Torbjörn Andersson
2004-06-06Cleaned up sprite scaling.Torbjörn Andersson
2004-06-05CleanupTorbjörn Andersson
2004-05-09Forgot to remove this file when I changed input handling.Torbjörn Andersson
2004-05-09Removed the buffering of mouse and keyboard events. I don't think any ofTorbjörn Andersson
2004-05-09When drawing lines and points, mark the corresponding screen area as dirtyTorbjörn Andersson
2004-05-05Take advantage of the changes in the backend's mouse cursor handling. ItTorbjörn Andersson
2004-05-01Simplified the handling of sound effects. It's not necessary for the driverTorbjörn Andersson
2004-04-23Major revamping of the BS2 memory manager and, some small changes to theTorbjörn Andersson
2004-04-07Cleanup.Torbjörn Andersson
2004-03-29Make clearScene() set the _needFullRedraw variable.Torbjörn Andersson
2004-03-28Renamed more OSystem methodsMax Horn
2004-03-28Fixed bug I introduced in the recent cleanup: It's the screen, not theTorbjörn Andersson
2004-03-24Use the binary .pal file format that was introduced for 0.6.0.Torbjörn Andersson
2004-03-23Unify MPEG2 code even moreMax Horn
2004-03-22share 'init' method, tooMax Horn