Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-16 | TINSEL: Fix some DW2 text/voice not playing all the way through | Paul Gilbert | |
2014-02-18 | TINSEL: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-04-12 | TINSEL: Remove the unused ghost palette | Filippos Karapetis | |
2013-04-12 | TINSEL: Remove the unused noFadeTable parameter from the fader functions | Filippos Karapetis | |
2012-12-13 | TINSEL: Clean up the sound code | Filippos Karapetis | |
2012-07-15 | TINSEL: Change SetMidiVolume() so that it doesn't start/stop music tracks | Filippos Karapetis | |
Previously, SetMidiVolume() would stop the currently playing track when the MIDI volume was set to 0. Now, the music track always plays, even when the volume is set to 0. This fixes bug #3541533 - "DW: Silencing music volume stops music" and resolves two FIXME comments | |||
2012-07-15 | TINSEL: Remove the GF_DEMO flag | Filippos Karapetis | |
2012-05-17 | TINSEL: Refactored Tinsel engine to use the Common coroutine scheduler | Paul Gilbert | |
2012-05-03 | TINSEL: Add basic PSX SEQ playback support | Matthew Hoops | |
Instrument bank support is not implemented yet | |||
2012-02-22 | TINSEL: Rename globals to add g_ prefix. | Alyssa Milburn | |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn | |
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
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-14 | TINSEL: Removed an unused global variable | md5 | |
2010-11-17 | TINSEL: Get rid of some global variables | Max Horn | |
These were actually all "harmless" (i.e. where no obstructions to RTL support). Still good to get rid of 'em! svn-id: r54286 | |||
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-11-16 | TINSEL: Removed unnecessary 'static' | Max Horn | |
svn-id: r54261 | |||
2010-10-30 | TINSEL: Remove redundant if() | Max Horn | |
svn-id: r53936 | |||
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-10-22 | TINSEL: Ignore SV_SPEECHDELAY in DW2 Demo | Paul Gilbert | |
This stops the long delays at the start of playing each sample svn-id: r53717 | |||
2010-10-22 | TINSEL: Fix incorrectly mapped opcode in DW2 Demo | Paul Gilbert | |
svn-id: r53712 | |||
2010-10-22 | TINSEL: Remove unused function | Paul Gilbert | |
svn-id: r53711 | |||
2010-10-22 | TINSEL: Added new opcode set for the DW2 Demo | Paul Gilbert | |
svn-id: r53708 | |||
2010-06-29 | Silence possible use of uninitialized variable warning in g++. | Johannes Schickel | |
svn-id: r50501 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
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-27 | TINSEL: Formatting cleanup, remove a dead var, tweaked comment to ↵ | Max Horn | |
Get/SetNoBlocking svn-id: r45450 | |||
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-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-15 | Removed unnecessary semi-colons. | Torbjörn Andersson | |
svn-id: r43409 | |||
2009-08-09 | Changed subtitles display speed to also include the time taken to say voice ↵ | Paul Gilbert | |
samples (if voices are turned on). This means subtitles will display for the same time irrespective of whether voices are on or not svn-id: r43150 | |||
2009-07-01 | - Added GCC_PRINTF attribute to several funcs where it makes sense | Max Horn | |
- change some constants from double to float, to avoid "loss of precision due to implicit conversion" warnings - removed duplicate prototypes for some funcs - fixed some "increases required alignment of target type" warnings svn-id: r42009 | |||
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-25 | tinsel: remove the ugly psx l-space workaround, and instead add a check into ↵ | Fabio Battaglia | |
PlayMidi for psx version svn-id: r40884 | |||
2009-05-25 | tinsel: add PSX specific code to workaround the thief bug in past ↵ | Fabio Battaglia | |
ankh-morpork, i still have to give a better look at this though svn-id: r40882 | |||
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel | |
svn-id: r40867 | |||
2009-04-29 | Re-introduced the ability to skip the title scenes in Discworld 1. Since the ↵ | Paul Gilbert | |
exact scene numbers differed between language versions, this new version simply relies on skipping the first four screens - hopefully, none of the various versions will have any extra title screens. svn-id: r40196 | |||
2009-04-27 | Fixed a method name clash, and changed the Restart dialog to properly use ↵ | Paul Gilbert | |
the renamed method, rather than just setting the global variable directly svn-id: r40158 | |||
2009-04-25 | Bugfix to the coroutine handling in CdDoChange | Paul Gilbert | |
svn-id: r40140 | |||
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-01-29 | A ton of code formatting fixes; also fixed warnings about single line loops ↵ | Max Horn | |
like 'while(cond);' by inserting newlines svn-id: r36127 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-12-13 | Workaround to correctly return control to the player in the DW1 Demo after ↵ | Paul Gilbert | |
using the prunes svn-id: r35334 |