index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
tinsel
/
polygons.cpp
Age
Commit message (
Expand
)
Author
2010-11-16
TINSEL: Mark all (?) global vars with a FIXME comment
Max Horn
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-10-27
TINSEL: Rename Poly pp to ptp in various places, for consistency; cleanup
Max Horn
2009-10-09
Some const correctness changes; cleanup
Max Horn
2009-10-08
Change doxygen inline comments from "//!" to "///" as proposed on -devel
Max Horn
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-09-24
Reverted parts of revisions #44292, #44293, #44295 and #44296, to prevent war...
Filippos Karapetis
2009-09-24
TINSEL: Fixed some warnings about unreachable code
Filippos Karapetis
2009-08-20
Bugfix for assert in the DW2 Cartwheel scene
Paul Gilbert
2009-05-31
The error() and warning() functions add ! and newline automatically. (I didn't
Torbjörn Andersson
2009-05-24
Strip trailing whitespaces in the whole code base.
Johannes Schickel
2009-03-23
Bugfixes for incorrect Poly class usage in the CheckNPathIntegrity DEBUG method
Paul Gilbert
2009-03-23
Removed unused variables from a DEBUG method
Paul Gilbert
2009-03-22
TINSEL: More polygon code cleanup
Max Horn
2009-03-22
TINSEL: cleanup
Max Horn
2009-03-21
Converted some leftover tinselV1 code, so that the engine builds when DEBUG i...
Filippos Karapetis
2009-03-15
Moved Tinsel::Serializer to Common::Serializer, so that I can use it in the S...
Max Horn
2009-02-15
Proper endianness handling in MatchingLevels().
Joost Peters
2009-02-04
Fix palette on big endian
Joost Peters
2009-02-01
endian fix
Joost Peters
2009-01-29
A ton of code formatting fixes; also fixed warnings about single line loops l...
Max Horn
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-12-27
Added extra endian conversion. This may fix bug #2462700
Paul Gilbert
2008-12-13
Added handling for record differences in the hotspot/polygon format in DW1 Demo
Paul Gilbert
2008-12-09
Removed some dead code, clarified comments, cleanup
Max Horn
2008-12-01
Merged the tinsel 2 engine with tinsel 1. Both Discworld 1 and Discworld 2 sh...
Filippos Karapetis
2008-07-25
More tinsel cleanup
Max Horn
2008-07-23
Moved POLYGON struct into polygon.cpp; got rid of some more typedefs
Max Horn
2008-07-23
Added Tinsel engine to main repos (no news item for it ON PURPOSE)
Max Horn