aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-29WINTERMUTE: Correct some doxygen-comments in TransparentSurface.Einar Johan Trøan Sømåen
2013-10-29WINTERMUTE: Transfer Vector2s explicitly when saving/loading.Einar Johan Trøan Sømåen
2013-10-29WINTERMUTE: Transfer bytes explicitly when saving/loading.Einar Johan Trøan Sømåen
2013-10-28TSAGE: Removed more unused R2R variablesPaul Gilbert
2013-10-28TSAGE: Removed unneeded R2R variable _v56AABPaul Gilbert
2013-10-29TSAGE: Fix CID 1003935, 1003723, 1002377 and 1002376Strangerke
2013-10-29FULLPIPE: Fix intro playback. Still hangs on part2Eugene Sandulenko
2013-10-29FULLPIPE: Implement ModalIntro::update()Eugene Sandulenko
2013-10-29FULLPIPE: Enable introEugene Sandulenko
2013-10-29FULLPIPE: Implement ModalIntro::idle()Eugene Sandulenko
2013-10-29FULLPIPE: Implement ModalIntro::init()Eugene Sandulenko
2013-10-28TSAGE: Fix CID 1088575, 1003719, 1003716 (3 real bugs)Strangerke
2013-10-28WINTERMUTE: Transfer booleans explicitly when saving/loading.Einar Johan Trøan Sømåen
2013-10-28WINTERMUTE: Change BaseObject::getHeight() to return int32 instead of int.Einar Johan Trøan Sømåen
2013-10-28WINTERMUTE: Deconstify UIObject::getHeight() to fix a shadowed overload.Einar Johan Trøan Sømåen
2013-10-28WINTERMUTE: Fix compile errors in XCode 5 caused by nullptr-issues.Einar Johan Trøan Sømåen
2013-10-28AVALANCHE: Fix CID 1109696, 1109697Strangerke
2013-10-28AVALANCHE: Fix CID 1109677, 1109678, 1109694, 1109695Strangerke
2013-10-27TSAGE: Removed Symbion compilation fix, which doesn't workPaul Gilbert
2013-10-28FULLPIPE: Make BaseModalObject pure virtualEugene Sandulenko
2013-10-28FULLPIPE: Implement sceneHandlerIntro()Eugene Sandulenko
2013-10-27TSAGE: Fix CID 1003781, 1002422, 1003171Strangerke
2013-10-27COMMON: Make XCode 5.0.1 happierEugene Sandulenko
2013-10-27TSAGE: More palette/ghosting fixes for R2R intro sequencePaul Gilbert
2013-10-27TSAGE: Fix CID 1002419, 1002420, 1002421Strangerke
2013-10-27COMMON: Fix the NE group icon resource typeMatthew Hoops
2013-10-27TSAGE: Fix ghosting of late animation frame with new palette in R2R introPaul Gilbert
2013-10-27TSAGE: Fix CID 1002397, 1002398, 1047257. Fix a bug in Scene3150::postInit()Strangerke
2013-10-27TSAGE: Fix CID 1002393, 1002395, 1002396. Get rid of some magic valuesStrangerke
2013-10-27TSAGE: Fix CID 1002392 and CID 1002387Strangerke
2013-10-27TSAGE: Fix CID 1002385, 1002386, 1002388. Move some code from header to ↵Strangerke
source file
2013-10-26TSAGE: Fix for duty officer speaker in R2R intro sequencePaul Gilbert
2013-10-27TSAGE: Fix CID 1002371, 1002372, 1002373. Remove useless variable and ↵Strangerke
associated code.
2013-10-27TSAGE: Fix CID 1002365, 1002366, 1107569Strangerke
2013-10-26TSAGE: Rename further proc12 methods to proper namesPaul Gilbert
2013-10-26TSAGE: Renamed proc methods in ModalWindow classesPaul Gilbert
2013-10-27FULLPIPE: Implement StaticANIObject::getSomeXY()Eugene Sandulenko
2013-10-27FULLPIPE: Implement MovGraph2::method34()Eugene Sandulenko
2013-10-26TSAGE: Fix CID 1002381 to 1002384, get rid of a couple of magic valuesStrangerke
2013-10-26TSAGE: Fix CID 1002374 - Uninitialized variables in R2R SpeakersStrangerke
2013-10-26TSAGE: Slightly adjust R2R UI area to properly hug the bottom of the screenPaul Gilbert
2013-10-26TSAGE: Compilation fix for SymbionOSPaul Gilbert
2013-10-26ALL: Mark off common code used by ZVisionMatthew Hoops
2013-10-26GRAPHICS: do not reset the extra parameters of IFFDecoder on destroy().peres
The two properties that control pixel packing and the size of the surface need to be preserved for loadStream() to work correctly. They are now under complete responsibility of the client.
2013-10-26Revert "GRAPHICS: do not clear the internal state of IFFDecoder on ↵peres
loadStream()." This reverts commit 92c1ff31d6d8d78e58caa4d123ceb0fea43a48ed.
2013-10-26GRAPHICS: Have TGA's loadStream() call destroy()Matthew Hoops
2013-10-26GRAPHICS: Clarify implicit destroy() usageMatthew Hoops
2013-10-26GRAPHICS: do not clear the internal state of IFFDecoder on loadStream().peres
This decoder needs to keep track of client parameters that control how the pixels are going to be packaged, so the responsibility for clearing the state has been moved on the client (using the destroy() method on ImageDecoder). As no client uses the IFFDecoder for more than one image at a time, this change does not require updates to the engines. The only effect is on Parallaction (BRA-Amiga), which can now control the way pixels are packaged in mask and path bitmaps.
2013-10-26AVALANCHE: Fix CID1109676 - Uninitialized scalar fields (in Dialogs)Strangerke
2013-10-25ZVISION: Actually change the cursor when ZGI mouse is pressedRichieSams