Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-14 | fixed up c64_ignorePakCols (it's still a hack and not working properly, but ↵ | Max Horn | |
at least it doesn't crash anymore; we probably should just remove it, and then handle the skiping inside proc64); determin which costume codec to use based on the costume format, not the scumm version svn-id: r9019 | |||
2003-07-13 | reduce code duplication; theoretical masking implementation for C64 ↵ | Max Horn | |
costumes, can't test since masking is disabled in gfx.cpp for C64/V1 games svn-id: r8972 | |||
2003-07-13 | C64 costumes work now enough to be recognizable | Max Horn | |
svn-id: r8970 | |||
2003-07-13 | Simpler check | Travis Howell | |
svn-id: r8969 | |||
2003-07-13 | fix x/y limb offsets and transparancy with C64 costume renderer | Max Horn | |
svn-id: r8962 | |||
2003-07-08 | not sure which of the two variants is correct (but I am pretty sure the old ↵ | Max Horn | |
one, with _height>>3, was wrong) svn-id: r8867 | |||
2003-07-08 | each row has to be drawn 8 times (8x8 chars, after all), see also ↵ | Max Horn | |
Gdi::drawStripC64Object etc.) svn-id: r8866 | |||
2003-07-08 | rewrote c64_ignorePakCols to what I *think* it should look like, base on my ↵ | Max Horn | |
understanding of the code. so far completely untested :-) svn-id: r8864 | |||
2003-07-08 | width has to be multiplied by 8; not sure about xmove, the values still look ↵ | Max Horn | |
completely wrong compared to V2 svn-id: r8862 | |||
2003-07-08 | turns out the +4 on _baseptr is needed everywhere - now _animCmds matches ↵ | Max Horn | |
between V1 and V2 MM, too, as well as the frameptr svn-id: r8861 | |||
2003-07-08 | the 'mask' value is now also right; data at 'r' seems to match, too, and ↵ | Max Horn | |
finally the same limbs are used in V1 MM as in V2 MM svn-id: r8860 | |||
2003-07-08 | _dataOffsets has the correct value now (based on comparisions of repeated ↵ | Max Horn | |
offsets in the offsets tables, and matching them up between V1 and V2) svn-id: r8859 | |||
2003-07-08 | again some code transformation (no functionality change; the V1 specific ↵ | Max Horn | |
modifications now mostly have to be done in one spot, and it's now pretty obvious how things evolved towards AKOS svn-id: r8858 | |||
2003-07-08 | ok, thanks erik for pointing out to me where this occurs :-) | Max Horn | |
svn-id: r8857 | |||
2003-07-08 | some more cleanup / C64 tweaks | Max Horn | |
svn-id: r8856 | |||
2003-07-08 | make more explicit :-) | Max Horn | |
svn-id: r8855 | |||
2003-07-08 | costume code cleanup & some more C64 tweaks | Max Horn | |
svn-id: r8854 | |||
2003-07-08 | clarified comment | Max Horn | |
svn-id: r8853 | |||
2003-07-08 | move V1_ignorePakCols to CostumeRenderer (it makes absolutely no sense to ↵ | Max Horn | |
keep it in BaseCostumeRenderer), and renamed it to c64_ignorePakCols to avoid confusion (V1 in the context of costumes means the original costume format, as opposed to AKOS; and *not* the scumm version); added FIXME to cost_decodeData (have my doubts about it being correct) svn-id: r8852 | |||
2003-07-07 | Add missing bit of code, still hopelessly broken. | James Brown | |
svn-id: r8841 | |||
2003-07-05 | Attempt some more V1 costume work. Not that it helps yet. | James Brown | |
svn-id: r8773 | |||
2003-06-25 | more const qualifiers | Max Horn | |
svn-id: r8649 | |||
2003-06-19 | again fix for v1 costume header | Paweł Kołodziejski | |
svn-id: r8565 | |||
2003-06-19 | converted scale table to hex (looks a bit nicer and makes it easier to see ↵ | Max Horn | |
the structure inherent to the table data) svn-id: r8562 | |||
2003-06-19 | fixed costume header for v1 | Paweł Kołodziejski | |
svn-id: r8558 | |||
2003-06-19 | fix for len variable in v1 costume codec | Paweł Kołodziejski | |
svn-id: r8554 | |||
2003-06-19 | fixed warning (but the code is definitely incorrect ;-) | Max Horn | |
svn-id: r8553 | |||
2003-06-19 | added initial form of v1 costume codec (NOT WORKING, i think) | Paweł Kołodziejski | |
svn-id: r8551 | |||
2003-06-07 | some changes for v1 costumes | Paweł Kołodziejski | |
svn-id: r8380 | |||
2003-06-07 | replaced GF_AFTER with _version | Max Horn | |
svn-id: r8372 | |||
2003-06-06 | hook for V2 costumes (based on a brief glimpse at the costume resources; ↵ | Max Horn | |
however I haven't yet looked at the rest of the format, so this would just crash if you enabled it right now) svn-id: r8363 | |||
2003-06-01 | Enabled walk sounds in Indy3EGA/ZakEGA; cleanup (bug #747068) | Max Horn | |
svn-id: r8249 | |||
2003-06-01 | added a getMaskBuffer method (makes it easier to read some of the code); ↵ | Max Horn | |
merged setVirtscreenDirty() into updateDirtyRect(); made setDirtyRange a method of struct VirtScreen svn-id: r8241 | |||
2003-06-01 | same change as in the old costume code: just always mask | Max Horn | |
svn-id: r8205 | |||
2003-05-31 | Amiga specific code is only require for Amiga versions of indy4 and monkey2 | Travis Howell | |
svn-id: r8175 | |||
2003-05-30 | more costume cleanup. soone we should be able to merger AKOS codec1 and the ↵ | Max Horn | |
old costume code svn-id: r8155 | |||
2003-05-30 | fix The Dig 'hang' regression | Max Horn | |
svn-id: r8124 | |||
2003-05-29 | cleanup; fixed crashes that occured when an actor was drawn partly offscreen | Max Horn | |
svn-id: r8113 | |||
2003-05-29 | merged all AKOS codec 1 decoders into one | Max Horn | |
svn-id: r8092 | |||
2003-05-29 | more costume cleanup; fixed small regression I introduced (copy & paste, sigh) | Max Horn | |
svn-id: r8090 | |||
2003-05-29 | more costuem code merging | Max Horn | |
svn-id: r8088 | |||
2003-05-29 | more costume cleanup | Max Horn | |
svn-id: r8087 | |||
2003-05-29 | more costume/akos changes | Max Horn | |
svn-id: r8074 | |||
2003-05-29 | they are getting more and more similar :-) | Max Horn | |
svn-id: r8073 | |||
2003-05-29 | cleanup | Max Horn | |
svn-id: r8072 | |||
2003-05-28 | some more akos/old costume code unification, and cleanup | Max Horn | |
svn-id: r8060 | |||
2003-05-18 | Patch #738859: Experimental costume.cpp cleanup | Max Horn | |
svn-id: r7639 | |||
2003-05-13 | NUM_ACTORS -> _numActors (for consistency) | Max Horn | |
svn-id: r7489 | |||
2003-05-13 | cleanup | Max Horn | |
svn-id: r7487 | |||
2003-05-12 | fixed another VC warning | Max Horn | |
svn-id: r7479 |