aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-27FULLPIPE: Implemented MctlCompound::initMovGraph2()Eugene Sandulenko
2013-09-27DEVTOOLS: Make Coverity happy.Eugene Sandulenko
This is mainly due to unhandled clang __has_featrure() buit-in. I do not like this hack, but Coverity proved to be a very good tool for us.
2013-09-27SWORD25: Remove explictit #includesEugene Sandulenko
Makes Coverity happier.
2013-09-27COMMON: Make Coverity 6.6.1 happierEugene Sandulenko
Apparently their tools do not include __has_feature clang extension. I've submitted the bugreport to them but in the meantime let's have this define in the system.
2013-09-27SCUMM: Add US Windows preview of Humongous Catalog.Kirben
2013-09-26TSAGE: Further bugfixes for R2R Protector confrontationPaul Gilbert
2013-09-27NEVERHOOD: Fix uninitialized member of the TextEditWidget class - CID 1022333Filippos Karapetis
2013-09-27NEVERHOOD: Fix uninitialized variable in Scene1303 - CID 1022323Filippos Karapetis
2013-09-27NEVERHOOD: Remove unused variable - CID 1022328Filippos Karapetis
2013-09-27NEVERHOOD: Fix uninitialized variable in AsScene1002OutsideDoorBackground - ↵Filippos Karapetis
CID 1022329
2013-09-27NEVERHOOD: Fix uninitialized variable in AsScene2810Rope - CID 1022310Filippos Karapetis
2013-09-27NEVERHOOD: Fix uninitialized members of the Palette class - CID 1022303, ↵Filippos Karapetis
1022304, 1022305, 1022306
2013-09-27NEVERHOOD: Fix uninitialized members of the Scene class and remove dead code ↵Filippos Karapetis
- CID 1022300
2013-09-27NEVERHOOD: Fix uninitialized members of the Screen class - CID 1022299Filippos Karapetis
2013-09-27NEVERHOOD: Fix uninitialized members of the AudioResourceManMusicItem class ↵Filippos Karapetis
- CID 1022298
2013-09-27NEVERHOOD: Fix uninitialized members of the SoundMan class - CID 1022297Filippos Karapetis
2013-09-27SCI: script patch for sq1vga to fix gfx glitchMartin Kiewitz
when leaving Ulence Flats...
2013-09-26SWORD25: Fix copy-paste error. CID 1004130Eugene Sandulenko
2013-09-26Merge branch 'wme_lineartickets' into wme_renderingWillem Jan Palenstijn
This replaces the (quadratic time) renderqueue drawnum logic by a (linear time) approach based on following along the queue with an iterator. This branch first implements the new iterator logic next to the old drawnum logic, adding asserts that they produce identical results to facilitate testing and debugging. The old code is removed after that.
2013-09-26WINTERMUTE: CleanupWillem Jan Palenstijn
2013-09-26NEVERHOOD: Fix uninitialized class members in AnimatedSprite - CID 1022296Filippos Karapetis
2013-09-26NEVERHOOD: Add a patch system for broken resources in Russian versionsFilippos Karapetis
Some translated resources in Russian versions have incorrect unpacked resource sizes. The original didn't perform checks for these, but we do, thus we'll need to patch the unpacked resource sizes for each case
2013-09-26COMMON: Expand the warnings thrown for broken DCL compressed dataFilippos Karapetis
The Russian translated versions of Neverhood have invalid unpacked sizes for some compressed resources. This helps in identifying their resource parameters more easily
2013-09-26NEVERHOOD: Expand the error thrown for broken resources in BLB archivesFilippos Karapetis
The Russian translated versions of Neverhood have invalid unpacked sizes for some compressed resources. This helps in identifying their resource parameters more easily
2013-09-26TSAGE: Minor renaming for R2RFilippos Karapetis
Rename the R2R character indexes to the corresponding character enum (i.e. R2_NONE, R2_QUINN, R2_SEEKER, R2_MIRANDA)
2013-09-25TSAGE: Renaming and bugfixes for R2R confrontationPaul Gilbert
2013-09-26WINTERMUTE: Remove ticket->_drawNumWillem Jan Palenstijn
2013-09-26WINTERMUTE: Remove left-over assertsWillem Jan Palenstijn
2013-09-26WINTERMUTE: Remove unnecessary loopWillem Jan Palenstijn
2013-09-26WINTERMUTE: No longer update ticket->_drawNumWillem Jan Palenstijn
2013-09-26WINTERMUTE: No longer use ticket->_drawNumWillem Jan Palenstijn
2013-09-26WINTERMUTE: Remove unnecessary re-iterationWillem Jan Palenstijn
2013-09-26WINTERMUTE: Mirror _drawNum with an iteratorWillem Jan Palenstijn
2013-09-26WINTERMUTE: Remove _tempDisableDirtyRectsWillem Jan Palenstijn
2013-09-26WINTERMUTE: Remove ticket batchingWillem Jan Palenstijn
2013-09-26WINTERMUTE: Fix warningWillem Jan Palenstijn
2013-09-26FULLPIPE: Started implementation of MctlCompound::initMovGraph2()Eugene Sandulenko
2013-09-26FULLPIPE: Added MctlCompound object typeEugene Sandulenko
2013-09-26FULLPIPE: Prototyping for MctlCompoundEugene Sandulenko
2013-09-24TSAGE: Bugfixes and renaming for R2R Circular WalkwaysPaul Gilbert
2013-09-24NEWS: Mention update to munt 1.3.0Filippos Karapetis
2013-09-24MT-32: Update to munt 1.3.0Filippos Karapetis
2013-09-23TSAGE: Renaming for R2R floating city walkwaysPaul Gilbert
2013-09-23WINTERMUTE: Remove asserts in Blend-functions in TransparentSurface.Einar Johan Trøan Sømåen
2013-09-23WINTERMUTE: Pass blendMode to blit() in RenderTicket.Tobia Tesan
2013-09-23WINTERMUTE: Add support for additive/subtractive blending in TransparentSurfaceTobia Tesan
2013-09-23WINTERMUTE: Match type of angle constant to struct in TransformStruct, ↵Tobia Tesan
silence warnings
2013-09-22TSAGE: Further bugfixes for ARM base escapePaul Gilbert
2013-09-22TSAGE: Renaming and cleanup for R2R Autopsy and dormitory roomsPaul Gilbert
2013-09-22TSAGE: Cleanup and bugfixes for the R2R Vent MazePaul Gilbert