aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/bmv.cpp
AgeCommit message (Expand)Author
2016-05-11TINSEL: Safer string manipulationEugene Sandulenko
2016-04-14JANITORIAL: Reduce audio header dependenciesOri Avtalion
2014-02-18TINSEL: Make GPL headers consistent in themselves.Johannes Schickel
2013-08-03TINSEL: Take advantage of Surface::getPixels.Johannes Schickel
2012-12-11TINSEL: Add resource handling of the BE resources in DW1 MacFilippos Karapetis
2012-05-17TINSEL: Refactored Tinsel engine to use the Common coroutine schedulerPaul Gilbert
2011-05-25ALL: initialise -> initializeMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-14ALL: centre -> centerMax Horn
2011-04-14ALL: colour -> colorMax Horn
2011-04-10TINSEL: Removed the dummy ForceEntireRedraw() functionmd5
2011-04-10TINSEL: Removed the useless LookAtBuffers() functionmd5
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2010-11-16TINSEL: Mark all (?) global vars with a FIXME commentMax Horn
2010-10-30TINSEL: Remove unnecessary CORO_PARAM from ObjectTextOutMax Horn
2010-09-28TINSEL: Remove redundant '_Windows' checkMax Horn
2010-07-16Cleanup.Torbjörn Andersson
2010-04-16Fix for bug #2987895: "DW2: graphical errors in video on Windows"Max Horn
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2010-01-08Switch Mixer::playInputStream to use DisposeAfterUse::FlagMax Horn
2010-01-08Rename QueuedAudioStream to QueuingAudioStreamMax Horn
2010-01-08Switch Tinsel, MADE and some of the video players to QueuedAudioStreamMax Horn
2009-11-02TINSEL: Turn config code into a simple C++ classMax Horn
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-10-26TINSEL: Remove MemoryHandle(), some unneeded #includes and the return value o...Max Horn
2009-10-26TINSEL: CleanupMax Horn
2009-10-26TINSEL: Some cleanup to the BMV codeMax Horn
2009-10-20TINSEL: Move BMV player code into a new BMVPlayer classMax Horn
2009-10-20TINSEL: Start cleanup BMV codeMax Horn
2009-10-09Some const correctness changes; cleanupMax Horn
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-09-24TINSEL: Fixed some warnings about unreachable codeFilippos Karapetis
2009-08-08Commit of dhewg's patch to fix screen refreshes on the WiiPaul Gilbert
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-03-30TINSEL: Commit of parentheses patch from salty-horse. (from -devel "Enabling ...Johannes Schickel
2009-03-07Whitespace cleanup: Convert space followed by tab to just tabMax Horn
2009-03-01silence compiler warnings: the names of some tinsel defines were shadowing st...Kostas Nakos
2009-02-04DW2/Tinsel2 endian fixes. Apart from some palette glitches the game is playa...Joost Peters
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-23endian fixesJoost Peters
2008-12-12Okay, removing my implementation of AppandableAudioStream::getTotalPlayTime (...Sven Hesse
2008-12-01Merged the tinsel 2 engine with tinsel 1. Both Discworld 1 and Discworld 2 sh...Filippos Karapetis