Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | TINSEL: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-07-15 | TINSEL: Remove the GF_BIG_ENDIAN flag | Filippos Karapetis | |
2012-05-17 | TINSEL: Refactored Tinsel engine to use the Common coroutine scheduler | Paul Gilbert | |
2012-02-22 | TINSEL: Rename globals to add g_ prefix. | Alyssa Milburn | |
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-10 | TINSEL: Make the cdFlags array in drives.cpp static again. | Johannes Schickel | |
2011-04-10 | TINSEL: Changed cdFlags to be non-static and constant | md5 | |
2010-11-23 | TINSEL: Fix support for file names with a trailing dot | Max Horn | |
When copying data files with 8.3 names from a CD, they sometimes end up with a trailing dot, e.g. "INDEX." instead of "INDEX". Comon::File supports this, but in r54392 Tinsel stopped using Common::File. This commit also removes the useless SeekableSubReadStream wrapper around the actual file stream. svn-id: r54446 | |||
2010-11-23 | TINSEL: Turn TinselFile into a SeekableReadStream | Max Horn | |
svn-id: r54439 | |||
2010-11-23 | TINSEL: Restrict use of memstream.h & substream.h | Max Horn | |
svn-id: r54437 | |||
2010-11-20 | TINSEL: Preliminary functionality for reading BE data files | Paul Gilbert | |
svn-id: r54392 | |||
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 | |||
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn | |
svn-id: r45616 | |||
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for ↵ | Max Horn | |
consistency svn-id: r44634 | |||
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-04-25 | Added code to enable Discworld 2 to play directly from the CD (only the ↵ | Paul Gilbert | |
first CD - Cd swap still doesn't work) or from files copied to the hard disk without the .smp/txt/idx files being properly renamed (again only for the first Cd). svn-id: r40141 | |||
2009-03-07 | Whitespace cleanup: Convert space followed by tab to just tab | Max Horn | |
svn-id: r39203 | |||
2009-01-20 | Fix another warning | Max Horn | |
svn-id: r35934 | |||
2009-01-20 | Some WIP code for the kSupportsLoadingDuringStartup engine feature | Filippos Karapetis | |
svn-id: r35932 | |||
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 |