aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he
AgeCommit message (Collapse)Author
2016-05-22SCUMM HE: AIEntity class implementationEugene Sandulenko
2016-05-22SCUMM HE: Initial stub for Moonbase AIEugene Sandulenko
2016-05-22SCUMM HE: Documented more opcodesEugene Sandulenko
2016-05-21SCUMM: Reduce audio header dependenciesOri Avtalion
2016-05-18SCUMM HE: Document sprite group opcodesEugene Sandulenko
2016-05-17SCUMM HE: Complete Complex Array Operations subopcode.Eugene Sandulenko
Used in FOW calculations in Moonbase.
2016-05-17SCUMM HE: Started work on Complex Array OperationsEugene Sandulenko
2016-05-17SCUMM: Add missing break in o70_startSound.Kirben
2016-05-16SCUMM HE: Clarify commentEugene Sandulenko
2016-05-15SCUMM HE: Document o100_arrayOps()Eugene Sandulenko
2016-05-15SCUMM HE: Show stub warningsEugene Sandulenko
2016-05-15SCUMM HE: Hid another noisy debug messageEugene Sandulenko
2016-05-14SCUMM HE: Marked sprite subopcodes and better field namesEugene Sandulenko
2016-05-14SCUMM HE: Fixes and comments to video playback codeEugene Sandulenko
2016-05-14SCUMM HE: Hid noisy debug output deeperEugene Sandulenko
2016-05-13SCUMM HE: Remove redundant debug outputEugene Sandulenko
2016-05-13JANITORIAL: Indentation fixesEugene Sandulenko
2016-05-13SCUMM HE: Implemented black mode for FOW renderingEugene Sandulenko
2016-05-13SCUMM HE: Fix T14 special mode blending.Eugene Sandulenko
This fixe energy shield color.
2016-05-12SCUMM HE: Implement 50/50 T14 blend modeEugene Sandulenko
2016-05-12SCUMM HE: Force full screen dirty on FOW drawingEugene Sandulenko
2016-05-12SCUMM HE: Merge in quad and singles codeEugene Sandulenko
2016-05-12SCUMM HE: Fix picky Amiga port. AgainEugene Sandulenko
2016-05-12SCUMM HE: Implemented Additive T14 blending modeEugene Sandulenko
2016-05-12SCUMM HE: Fix errorneous clearing of the condition bitsEugene Sandulenko
2016-05-11SCUMM HE: Fix FOW condition bits sizeEugene Sandulenko
2016-05-11SCUMM HE: Fix another int32/int inconsistency preventing Amiga from compilingEugene Sandulenko
2016-05-11SCUMM HE: Another attempt to fix picky Amiga portEugene Sandulenko
2016-05-11SCUMM HE: Fix _fowImage data typeEugene Sandulenko
2016-05-11SCUMM HE: Fix compilation when HE games are disabledEugene Sandulenko
2016-05-11SCUMM HE: Further work on Moonbase FOW. Now the game does not crash.Eugene Sandulenko
2016-05-10SCUMM HE: Read FOW image from U32Eugene Sandulenko
2016-05-10SCUMM HE: Started code for loading FOW resourcesEugene Sandulenko
2016-05-10SCUMM HE: Plug Moonbase FOW kludges inEugene Sandulenko
2016-05-10SCUMM HE: Proper place for the FOW drawing callEugene Sandulenko
2016-05-10SCUMM HE: Resolved couple of TODOs in Moonbase FOW codeEugene Sandulenko
2016-05-10SCUMM HE: Initial code for Moonbase FOWEugene Sandulenko
2016-05-09SCUMM HE: Added list of networking extension IDs for MoonbaseEugene Sandulenko
2016-05-08SCUMM HE: Safeguard division by zeroEugene Sandulenko
2016-05-07SCUMM HE: Added debug outputEugene Sandulenko
2016-05-05SCUMM HE: More debug outputEugene Sandulenko
2016-05-04SCUMM HE: Fix premultiplied T14 calculationEugene Sandulenko
We were hitting integer overflow which lead to shadow artifacts.
2016-05-04SCUMM HE: Fix conditionBit sizeEugene Sandulenko
2016-05-04SCUMM HE: Hid debug output deeperEugene Sandulenko
2016-05-04SCUMM HE: Added Composite Wiz images to pixel detectionEugene Sandulenko
2016-05-03SCUMM HE: Fixes to T14 image clippingEugene Sandulenko
2016-05-03SCUMM HE: Clip T14 Wiz images properlyEugene Sandulenko
2016-05-02SCUMM HE: Implement premultiplied transparency renderingEugene Sandulenko
2016-05-02SCUMM HE: Fix T14 output positionsEugene Sandulenko
2016-05-02SCUMM HE: Bugfix T14 decoderEugene Sandulenko