aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/polygons.cpp
AgeCommit message (Collapse)Author
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
svn-id: r45616
2009-10-27TINSEL: Rename Poly pp to ptp in various places, for consistency; cleanupMax Horn
svn-id: r45429
2009-10-09Some const correctness changes; cleanupMax Horn
svn-id: r44850
2009-10-08Change doxygen inline comments from "//!" to "///" as proposed on -develMax Horn
svn-id: r44802
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for ↵Max Horn
consistency svn-id: r44634
2009-09-24Reverted 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-24TINSEL: Fixed some warnings about unreachable codeFilippos Karapetis
svn-id: r44295
2009-08-20Bugfix for assert in the DW2 Cartwheel scenePaul Gilbert
svn-id: r43558
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
svn-id: r40867
2009-03-23Bugfixes for incorrect Poly class usage in the CheckNPathIntegrity DEBUG methodPaul Gilbert
svn-id: r39627
2009-03-23Removed unused variables from a DEBUG methodPaul Gilbert
svn-id: r39625
2009-03-22TINSEL: More polygon code cleanupMax Horn
svn-id: r39618
2009-03-22TINSEL: cleanupMax Horn
svn-id: r39617
2009-03-21Converted some leftover tinselV1 code, so that the engine builds when DEBUG ↵Filippos Karapetis
is set svn-id: r39598
2009-03-15Moved Tinsel::Serializer to Common::Serializer, so that I can use it in the ↵Max Horn
SCI engine svn-id: r39428
2009-02-15Proper endianness handling in MatchingLevels().Joost Peters
Fixes #2603000 "DW2: Long pause entering Shades (big endian)" svn-id: r38316
2009-02-04Fix palette on big endianJoost Peters
svn-id: r36219
2009-02-01endian fixJoost Peters
svn-id: r36196
2009-01-29A 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-01Whoa! Removing trailing spaces.Eugene Sandulenko
svn-id: r35648
2008-12-27Added extra endian conversion. This may fix bug #2462700Paul Gilbert
svn-id: r35566
2008-12-13Added handling for record differences in the hotspot/polygon format in DW1 DemoPaul Gilbert
svn-id: r35331
2008-12-09Removed some dead code, clarified comments, cleanupMax Horn
svn-id: r35293
2008-12-01Merged the tinsel 2 engine with tinsel 1. Both Discworld 1 and Discworld 2 ↵Filippos Karapetis
should be completable svn-id: r35196
2008-07-25More tinsel cleanupMax Horn
svn-id: r33280
2008-07-23Moved POLYGON struct into polygon.cpp; got rid of some more typedefsMax Horn
svn-id: r33241
2008-07-23Added Tinsel engine to main repos (no news item for it ON PURPOSE)Max Horn
svn-id: r33230