Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-16 | SHERLOCK: 3DO: animation loader: verify data | Martin Kiewitz | |
2015-06-15 | SHERLOCK: 3DO: celroomdata loader: verify data | Martin Kiewitz | |
2015-06-14 | SHERLOCK: improve image palette detection | Martin Kiewitz | |
fixes German+Spanish menu bars. The first menu bar of those versions is the exact same size as a palette. | |||
2015-06-13 | SHERLOCK: 3DO: add checks to ccb header reading | Martin Kiewitz | |
verify that height+width from PRE0/PRE1 are correct security check | |||
2015-06-13 | SHERLOCK: 3DO: implement map support + cel 8-bit | Martin Kiewitz | |
added PLUT shading | |||
2015-06-13 | SHERLOCK: 3DO: support for cAnim data (startCAnim) | Martin Kiewitz | |
it's now possible to leave the first room Conflicts: engines/sherlock/objects.cpp | |||
2015-06-13 | SHERLOCK: Reduce the scope of some variables, add a couple of CHECKMEs | Strangerke | |
2015-06-12 | SHERLOCK: 3DO: implement offX/Y for cel room data | Martin Kiewitz | |
fixes graphical glitches when watson sits down | |||
2015-06-12 | SHERLOCK: 3DO: font support: free memory | Martin Kiewitz | |
2015-06-12 | SHERLOCK: 3DO: font support | Martin Kiewitz | |
not perfect yet because 3DO has built-in anti-aliasing and it seems the fonts were designed with this in mind | |||
2015-06-12 | SHERLOCK: 3DO: some work on font file loading | Martin Kiewitz | |
2015-06-12 | SHERLOCK: 3DO: mouse cursor support | Martin Kiewitz | |
2015-06-12 | SHERLOCK: 3DO: fix multiple frame decoding | Martin Kiewitz | |
when multiple frames were decoded, all but the last one were free()d | |||
2015-06-12 | SHERLOCK: 3DO: cel decoder change | Martin Kiewitz | |
2015-06-12 | SHERLOCK: Fix two Valgrind warnings in the 3DO image decoder | Torbjörn Andersson | |
The 3DO Serrated Scalpel intro now runs without any Valgrind warnings, up to the point where it should be showing the credits. | |||
2015-06-11 | SHERLOCK: 3DO: support images inside room files | Martin Kiewitz | |
2015-06-11 | SHERLOCK: 3DO: load walk.anim for player | Martin Kiewitz | |
2015-06-11 | SHERLOCK: Remove unnecessary semicolon. | Torbjörn Andersson | |
2015-06-10 | SHERLOCK: Split up image file classes into their own file | Paul Gilbert | |