aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/tinlib.cpp
AgeCommit message (Expand)Author
2014-02-18TINSEL: Make GPL headers consistent in themselves.Johannes Schickel
2013-04-12TINSEL: Remove the unused ghost paletteFilippos Karapetis
2013-04-12TINSEL: Remove the unused noFadeTable parameter from the fader functionsFilippos Karapetis
2012-12-13TINSEL: Clean up the sound codeFilippos Karapetis
2012-07-15TINSEL: Change SetMidiVolume() so that it doesn't start/stop music tracksFilippos Karapetis
2012-07-15TINSEL: Remove the GF_DEMO flagFilippos Karapetis
2012-05-17TINSEL: Refactored Tinsel engine to use the Common coroutine schedulerPaul Gilbert
2012-05-03TINSEL: Add basic PSX SEQ playback supportMatthew Hoops
2012-02-22TINSEL: Rename globals to add g_ prefix.Alyssa Milburn
2011-06-20ALL: Remove trailing whitespacesMax Horn
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-14TINSEL: Removed an unused global variablemd5
2010-11-17TINSEL: Get rid of some global variablesMax Horn
2010-11-16TINSEL: Mark all (?) global vars with a FIXME commentMax Horn
2010-11-16TINSEL: Removed unnecessary 'static'Max Horn
2010-10-30TINSEL: Remove redundant if()Max Horn
2010-10-30TINSEL: Remove unnecessary CORO_PARAM from ObjectTextOutMax Horn
2010-10-22TINSEL: Ignore SV_SPEECHDELAY in DW2 DemoPaul Gilbert
2010-10-22TINSEL: Fix incorrectly mapped opcode in DW2 DemoPaul Gilbert
2010-10-22TINSEL: Remove unused functionPaul Gilbert
2010-10-22TINSEL: Added new opcode set for the DW2 DemoPaul Gilbert
2010-06-29Silence possible use of uninitialized variable warning in g++.Johannes Schickel
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
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-27TINSEL: Formatting cleanup, remove a dead var, tweaked comment to Get/SetNoBl...Max Horn
2009-10-20TINSEL: Move BMV player code into a new BMVPlayer classMax Horn
2009-10-20TINSEL: Start cleanup BMV codeMax 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-15Removed unnecessary semi-colons.Torbjörn Andersson
2009-08-09Changed subtitles display speed to also include the time taken to say voice s...Paul Gilbert
2009-07-01- Added GCC_PRINTF attribute to several funcs where it makes senseMax Horn
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-25tinsel: remove the ugly psx l-space workaround, and instead add a check into ...Fabio Battaglia
2009-05-25tinsel: add PSX specific code to workaround the thief bug in past ankh-morpor...Fabio Battaglia
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-04-29Re-introduced the ability to skip the title scenes in Discworld 1. Since the ...Paul Gilbert
2009-04-27Fixed a method name clash, and changed the Restart dialog to properly use the...Paul Gilbert
2009-04-25Bugfix to the coroutine handling in CdDoChangePaul Gilbert
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-01-29A ton of code formatting fixes; also fixed warnings about single line loops l...Max Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-13Workaround to correctly return control to the player in the DW1 Demo after us...Paul Gilbert
2008-12-13Bugfixes for text display and animations in DW1 demoPaul Gilbert