index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
tinsel
/
bmv.cpp
Age
Commit message (
Expand
)
Author
2016-05-11
TINSEL: Safer string manipulation
Eugene Sandulenko
2016-04-14
JANITORIAL: Reduce audio header dependencies
Ori Avtalion
2014-02-18
TINSEL: Make GPL headers consistent in themselves.
Johannes Schickel
2013-08-03
TINSEL: Take advantage of Surface::getPixels.
Johannes Schickel
2012-12-11
TINSEL: Add resource handling of the BE resources in DW1 Mac
Filippos Karapetis
2012-05-17
TINSEL: Refactored Tinsel engine to use the Common coroutine scheduler
Paul Gilbert
2011-05-25
ALL: initialise -> initialize
Matthew Hoops
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-14
ALL: centre -> center
Max Horn
2011-04-14
ALL: colour -> color
Max Horn
2011-04-10
TINSEL: Removed the dummy ForceEntireRedraw() function
md5
2011-04-10
TINSEL: Removed the useless LookAtBuffers() function
md5
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2010-11-16
TINSEL: Mark all (?) global vars with a FIXME comment
Max Horn
2010-10-30
TINSEL: Remove unnecessary CORO_PARAM from ObjectTextOut
Max Horn
2010-09-28
TINSEL: Remove redundant '_Windows' check
Max Horn
2010-07-16
Cleanup.
Torbjörn Andersson
2010-04-16
Fix for bug #2987895: "DW2: graphical errors in video on Windows"
Max Horn
2010-04-12
AUDIO: Rename Mixer::playInputStream to playStream
Max Horn
2010-01-26
Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...
Max Horn
2010-01-19
Move raw audio flags from sound/mixer.h to sound/raw.h
Max Horn
2010-01-19
Get rid of Mixer::FLAG_AUTOFREE.
Max Horn
2010-01-08
Switch Mixer::playInputStream to use DisposeAfterUse::Flag
Max Horn
2010-01-08
Rename QueuedAudioStream to QueuingAudioStream
Max Horn
2010-01-08
Switch Tinsel, MADE and some of the video players to QueuedAudioStream
Max Horn
2009-11-02
TINSEL: Turn config code into a simple C++ class
Max Horn
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-10-26
TINSEL: Remove MemoryHandle(), some unneeded #includes and the return value o...
Max Horn
2009-10-26
TINSEL: Cleanup
Max Horn
2009-10-26
TINSEL: Some cleanup to the BMV code
Max Horn
2009-10-20
TINSEL: Move BMV player code into a new BMVPlayer class
Max Horn
2009-10-20
TINSEL: Start cleanup BMV code
Max Horn
2009-10-09
Some const correctness changes; cleanup
Max Horn
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-09-24
TINSEL: Fixed some warnings about unreachable code
Filippos Karapetis
2009-08-08
Commit of dhewg's patch to fix screen refreshes on the Wii
Paul Gilbert
2009-05-31
The error() and warning() functions add ! and newline automatically. (I didn't
Torbjörn Andersson
2009-05-24
Strip trailing whitespaces in the whole code base.
Johannes Schickel
2009-03-30
TINSEL: Commit of parentheses patch from salty-horse. (from -devel "Enabling ...
Johannes Schickel
2009-03-07
Whitespace cleanup: Convert space followed by tab to just tab
Max Horn
2009-03-01
silence compiler warnings: the names of some tinsel defines were shadowing st...
Kostas Nakos
2009-02-04
DW2/Tinsel2 endian fixes. Apart from some palette glitches the game is playa...
Joost Peters
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-12-23
endian fixes
Joost Peters
2008-12-12
Okay, removing my implementation of AppandableAudioStream::getTotalPlayTime (...
Sven Hesse
2008-12-01
Merged the tinsel 2 engine with tinsel 1. Both Discworld 1 and Discworld 2 sh...
Filippos Karapetis