Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-11 | TINSEL: Add resource handling of the BE resources in DW1 Mac | Filippos Karapetis | |
This is the second attempt. All the BE resources of DW1 Mac are handled correctly now. Added READ_16, READ_32, FROM_16, FROM_32 and TO_32 to handle all of the different cases where endianess is already handled. Note that the game scripts are LE, so these haven't been changed | |||
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 | |
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-27 | TINSEL: Rename Poly pp to ptp in various places, for consistency; cleanup | Max Horn | |
svn-id: r45429 | |||
2009-10-09 | Some const correctness changes; cleanup | Max Horn | |
svn-id: r44850 | |||
2009-10-08 | Change doxygen inline comments from "//!" to "///" as proposed on -devel | Max Horn | |
svn-id: r44802 | |||
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 | Reverted parts of revisions #44292, #44293, #44295 and #44296, to prevent ↵ | Filippos Karapetis | |
warnings and issues in compilers which don't support NORETURN svn-id: r44312 | |||
2009-09-24 | TINSEL: Fixed some warnings about unreachable code | Filippos Karapetis | |
svn-id: r44295 | |||
2009-08-20 | Bugfix for assert in the DW2 Cartwheel scene | Paul Gilbert | |
svn-id: r43558 | |||
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-23 | Bugfixes for incorrect Poly class usage in the CheckNPathIntegrity DEBUG method | Paul Gilbert | |
svn-id: r39627 | |||
2009-03-23 | Removed unused variables from a DEBUG method | Paul Gilbert | |
svn-id: r39625 | |||
2009-03-22 | TINSEL: More polygon code cleanup | Max Horn | |
svn-id: r39618 | |||
2009-03-22 | TINSEL: cleanup | Max Horn | |
svn-id: r39617 | |||
2009-03-21 | Converted some leftover tinselV1 code, so that the engine builds when DEBUG ↵ | Filippos Karapetis | |
is set svn-id: r39598 | |||
2009-03-15 | Moved Tinsel::Serializer to Common::Serializer, so that I can use it in the ↵ | Max Horn | |
SCI engine svn-id: r39428 | |||
2009-02-15 | Proper endianness handling in MatchingLevels(). | Joost Peters | |
Fixes #2603000 "DW2: Long pause entering Shades (big endian)" svn-id: r38316 | |||
2009-02-04 | Fix palette on big endian | Joost Peters | |
svn-id: r36219 | |||
2009-02-01 | endian fix | Joost Peters | |
svn-id: r36196 | |||
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-27 | Added extra endian conversion. This may fix bug #2462700 | Paul Gilbert | |
svn-id: r35566 | |||
2008-12-13 | Added handling for record differences in the hotspot/polygon format in DW1 Demo | Paul Gilbert | |
svn-id: r35331 | |||
2008-12-09 | Removed some dead code, clarified comments, cleanup | Max Horn | |
svn-id: r35293 | |||
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 | |||
2008-07-25 | More tinsel cleanup | Max Horn | |
svn-id: r33280 | |||
2008-07-23 | Moved POLYGON struct into polygon.cpp; got rid of some more typedefs | Max Horn | |
svn-id: r33241 | |||
2008-07-23 | Added Tinsel engine to main repos (no news item for it ON PURPOSE) | Max Horn | |
svn-id: r33230 |