aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2016-05-13LASTEXPRESS: Fixed potential buffer overrunEugene Sandulenko
2016-05-13SCUMM HE: Fix T14 special mode blending.Eugene Sandulenko
2016-05-12GNAP: Simplify some calls of _hotspotWalkPosStrangerke
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-12SKY: Safer string manipulationEugene Sandulenko
2016-05-12AGOS: Safer string manipulationEugene Sandulenko
2016-05-12SCUMM HE: Fix picky Amiga port. AgainEugene Sandulenko
2016-05-12SCUMM HE: Implemented Additive T14 blending modeEugene Sandulenko
2016-05-12GNAP: Remove _id from HotSpot structureStrangerke
2016-05-12GNAP: Use Common::Rect for hotspotsStrangerke
2016-05-12GNAP: Add music when game is pausedStrangerke
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-11TINSEL: Safer string manipulationEugene Sandulenko
2016-05-11CRUISE: Safer string manipulationEugene Sandulenko
2016-05-11GNAP: Use enum values for _sceneClickedHotspot in scene 53Strangerke
2016-05-11GNAP: Rename GetSequence enumsStrangerke
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-10AGI: Safer string copyingEugene Sandulenko
2016-05-10Merge pull request #753 from OmerMor/atariEugene Sandulenko
2016-05-10Merge pull request #756 from rootfather/monkey-talkie-detectionEugene Sandulenko
2016-05-10GNAP: Fix initializationEugene Sandulenko
2016-05-10GNAP: Fix initialization and out-of-bounds writeEugene Sandulenko
2016-05-10GNAP: Make all relevant destructors virtualEugene Sandulenko
2016-05-10GNAP: Refactoring of playScratchingHead, playShowCurrItem, playUseDeviceStrangerke
2016-05-10GNAP: Refactoring of playMoan1&2, playPullOutDevice and playPullOutDeviceNonW...Strangerke
2016-05-10GNAP: Refactoring of playBrainPulsating, playIdle and playImpossibleStrangerke
2016-05-10GNAP: Reorder functions in grid.cppStrangerke
2016-05-10GNAP: Reduce dereferencing of _platStrangerke
2016-05-10GNAP: Reduce dereferencing of _gnapStrangerke
2016-05-10GNAP: Simplify some checksStrangerke
2016-05-10GNAP: USe Common::Point for getSequenceIdStrangerke
2016-05-10GNAP: Remove useless redirections, move two more functionsStrangerke
2016-05-10GNAP: Move Gnap action functions to PlayerGnapStrangerke
2016-05-10GNAP: Move more functions to PlayerGnapStrangerke
2016-05-10GNAP: Move walkTo and walkStep to CharacterStrangerke
2016-05-10GNAP: Use Common::Point with platypusWalkToStrangerke
2016-05-10GNAP: use Common::Point for gnapWalkToStrangerke
2016-05-10GNAP: Fix a small bug in Playtpuss pathfindingStrangerke
2016-05-10GNAP: Some more refactoring in Character, some renamingStrangerke