Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Some backends may break as I only compiled SDL | |||
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 | |
svn-id: r55850 | |||
2010-11-16 | TINSEL: Mark all (?) global vars with a FIXME comment | Max Horn | |
Use of global vars is what prevents RTL from working in Tinsel (and probably in other engines). More specifically, the fact that many global vars are not explicitly inited when the engine is (re)launched. svn-id: r54262 | |||
2010-10-30 | TINSEL: Remove unnecessary CORO_PARAM from ObjectTextOut | Max Horn | |
As a nice side effect, this gets rid of 25 out of 64 occurrences of nullContext in the TINSEL code. svn-id: r53935 | |||
2010-09-28 | TINSEL: Remove redundant '_Windows' check | Max Horn | |
svn-id: r52932 | |||
2010-07-16 | Cleanup. | Torbjörn Andersson | |
svn-id: r50924 | |||
2010-04-16 | Fix for bug #2987895: "DW2: graphical errors in video on Windows" | Max Horn | |
svn-id: r48665 | |||
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn | |
svn-id: r48637 | |||
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir ↵ | Max Horn | |
sound/decoders/ svn-id: r47579 | |||
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn | |
svn-id: r47395 | |||
2010-01-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn | |
Also fix several recently introduced new/delete vs. malloc/free mismatches. svn-id: r47369 | |||
2010-01-08 | Switch Mixer::playInputStream to use DisposeAfterUse::Flag | Max Horn | |
svn-id: r47182 | |||
2010-01-08 | Rename QueuedAudioStream to QueuingAudioStream | Max Horn | |
svn-id: r47179 | |||
2010-01-08 | Switch Tinsel, MADE and some of the video players to QueuedAudioStream | Max Horn | |
svn-id: r47178 | |||
2009-11-02 | TINSEL: Turn config code into a simple C++ class | Max Horn | |
svn-id: r45617 | |||
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn | |
svn-id: r45616 | |||
2009-10-26 | TINSEL: Remove MemoryHandle(), some unneeded #includes and the return value ↵ | Max Horn | |
of MemoryReAlloc() svn-id: r45408 | |||
2009-10-26 | TINSEL: Cleanup | Max Horn | |
svn-id: r45398 | |||
2009-10-26 | TINSEL: Some cleanup to the BMV code | Max Horn | |
svn-id: r45397 | |||
2009-10-20 | TINSEL: Move BMV player code into a new BMVPlayer class | Max Horn | |
svn-id: r45269 | |||
2009-10-20 | TINSEL: Start cleanup BMV code | Max Horn | |
svn-id: r45268 | |||
2009-10-09 | Some const correctness changes; cleanup | Max Horn | |
svn-id: r44850 | |||
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for ↵ | Max Horn | |
consistency svn-id: r44634 | |||
2009-09-24 | TINSEL: Fixed some warnings about unreachable code | Filippos Karapetis | |
svn-id: r44295 | |||
2009-08-08 | Commit of dhewg's patch to fix screen refreshes on the Wii | Paul Gilbert | |
svn-id: r43112 | |||
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson | |
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061 | |||
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel | |
svn-id: r40867 | |||
2009-03-30 | TINSEL: Commit of parentheses patch from salty-horse. (from -devel "Enabling ↵ | Johannes Schickel | |
-Wparentheses in the Makefile"). svn-id: r39759 | |||
2009-03-07 | Whitespace cleanup: Convert space followed by tab to just tab | Max Horn | |
svn-id: r39203 | |||
2009-03-01 | silence compiler warnings: the names of some tinsel defines were shadowing ↵ | Kostas Nakos | |
standard winapi defines svn-id: r39049 | |||
2009-02-04 | DW2/Tinsel2 endian fixes. Apart from some palette glitches the game is ↵ | Joost Peters | |
playable now. svn-id: r36218 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-12-23 | endian fixes | Joost Peters | |
svn-id: r35506 | |||
2008-12-12 | Okay, removing my implementation of AppandableAudioStream::getTotalPlayTime ↵ | Sven Hesse | |
(I've apparently misunderstood its intent) and using Mixer::getSoundElapsedTime() instead svn-id: r35317 | |||
2008-12-01 | Merged the tinsel 2 engine with tinsel 1. Both Discworld 1 and Discworld 2 ↵ | Filippos Karapetis | |
should be completable svn-id: r35196 |