aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
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-27TSAGE: More palette/ghosting fixes for R2R intro sequencePaul Gilbert
2013-10-27TSAGE: Fix CID 1002419, 1002420, 1002421Strangerke
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-26AVALANCHE: Fix CID1109676 - Uninitialized scalar fields (in Dialogs)Strangerke
2013-10-25ZVISION: Actually change the cursor when ZGI mouse is pressedRichieSams
2013-10-25ZVISION: Create custom working window size for ZGIRichieSams
2013-10-25ZVISION: Change ZGI detection entry platform to Windows from DOSRichieSams
ZGI wasn't released on DOS
2013-10-25AVALANCHE: Fix CID 1109674 - Uninitialized variables in Avalanche.cppStrangerke
2013-10-25AVALANCHE: Fix 3 issues reported by Coverity.Strangerke
2013-10-25AVALANCHE: Fix out of bounds reads (CID 1109653-1109655)Strangerke
2013-10-25AVALANCHE: Fix one more out of bounds - CID 1109651Strangerke
2013-10-25AVALANCHE: Fix several other out of bounds access - CID 1109650Strangerke
2013-10-24TSAGE: Add in R2R screen border to scenes showing the user interfacePaul Gilbert
2013-10-25FULLPIPE: Implement StaticANIObject::updateStepPos()Eugene Sandulenko
2013-10-24AVALANCHE: Fix a couple of (theoretical) out of bounds accesses (CID 1109650)Strangerke
2013-10-24FULLPIPE: Implement MessageQueue::transferExCommands()Eugene Sandulenko
2013-10-23FULLPIPE: Implement MovGraph::calcNodeDistancesAndAngles()Eugene Sandulenko
2013-10-23FULLPIPE: Implement MovGraph::calcOffset()Eugene Sandulenko
2013-10-22AVALANCHE: Fix CID 1109698 - Uninitialized scalar field in SequenceStrangerke
2013-10-22AVALANCHE: last modification wasn't in previous commit, fixed.Strangerke
2013-10-22Avalanche: Replace some British English by American EnglishStrangerke
pointed by clone2727
2013-10-21TSAGE: Fix for R2R conversations playing when playing voice without subtitlesPaul Gilbert
2013-10-22FULLPIPE: Implement MovGraph2::getShortSide()Eugene Sandulenko
2013-10-20TSAGE: Further R2R fixes for voice playback looking at hotspotsPaul Gilbert
2013-10-20TSAGE: Fix for R2R player sometimes appearing black after reloadingPaul Gilbert
2013-10-20TSAGE: Fix for correctly setting up playing voice numberPaul Gilbert
2013-10-20Merge pull request #408 from lordhoto/opengl-replacementJohannes Schickel
OpenGL revamp
2013-10-19NEVERHOOD: Fixes for museum walls in Russian versionEugene Sandulenko
2013-10-19OPENGL: Add new generic OpenGL (ES) backend.Johannes Schickel
This backend is based on ideas of the old OpenGL backend, of the Android GL backend and of the iPhone GL backend.