aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-11KYRA: (EOB) - add support for Italian fan translation of EOB Iathrxx
2014-10-11DRASCULA: Remove unused static variableThierry Crozat
2014-10-11CGE: Add a safeguard in getPage()Strangerke
2014-10-10MADS: Fix loading correct backgrounds during animationsPaul Gilbert
2014-10-10PRINCE: rename a couple of variables named "rand"Strangerke
2014-10-10PRINCE: Reduce the scope of several variables in GraphicsManStrangerke
2014-10-10PRINCE: Reduce the scope of several variables in PrinceEngineStrangerke
2014-10-10PRINCE: Reduce the scope of several variables in HeroStrangerke
2014-10-10PRINCE: Attempt to fix compilation on AmigaOSWillem Jan Palenstijn
2014-10-10CGE2: Fix bug #6733.uruk
2014-10-10PRINCE: Revert incorrect const'ness at printAt()Eugene Sandulenko
2014-10-10PRINCE: Sort files in moduleEugene Sandulenko
2014-10-10PRINCE: Fix mask signEugene Sandulenko
2014-10-10PRINCE: Fix variable signEugene Sandulenko
2014-10-10PRINCE: Fix const'nessEugene Sandulenko
2014-10-10PRINCE: Fix warningEugene Sandulenko
2014-10-10PRINCE: Fix warningEugene Sandulenko
2014-10-10PRINCE: Read O_FLCSPEED command argumentEugene Sandulenko
2014-10-10PRINCE: Bail out on unknown languageEugene Sandulenko
2014-10-10PRINCE: Remove unnecessary reassignmentEugene Sandulenko
2014-10-10PRINCE: Fix more warningsWillem Jan Palenstijn
2014-10-10PRINCE: Rename runDialog() into dialogRun() to avoid clash with Engine::runDi...Eugene Sandulenko
2014-10-10PRINCE: Fix a few warningsWillem Jan Palenstijn
2014-10-10PRINCE: Fix a few compile errorsWillem Jan Palenstijn
2014-10-10Merge pull request #516 from lukaslw/prince-lukaslwEugene Sandulenko
2014-10-10MADS: Rex - Fix a bug related to "TAKE" "NOTE" action in scene 603.Strangerke
2014-10-10MADS: Rex - Reduce the scope of some variables in TextViewStrangerke
2014-10-10MADS: Rex - Remove dead code also present in the original in the logic of sce...Strangerke
2014-10-10MADS: Reduce the scope of a couple of variables in MSurfaceStrangerke
2014-10-09TSAGE: R2R - Fix a bug in scene 1337Strangerke
2014-10-09PRINCE: Add MKTAG - BLAH in decrypt functionlukaslw
2014-10-09PRINCE: Change all WRITE_UINT16 to WRITE_LE_UINT16 and all WRITE_UINT32 to WR...lukaslw
2014-10-09PRINCE: Fix INT_MAX error - change it to kIntMax constantlukaslw
2014-10-09PRINCE: Change ADGameFlag in gameDescriptions to ADGF_TESTINGlukaslw
2014-10-09PRINCE: Remove readScript and LittleEndianReader templates from Scriptlukaslw
2014-10-09Merge pull request #521 from tobiatesan/sensible_unityWillem Jan Palenstijn
2014-10-09TSAGE: R2R - Remove TODO as the implementation isn't required in ScummVMStrangerke
2014-10-08MADS: Fix for switching between animations in AnimView sequencePaul Gilbert
2014-10-08MADS: Fix palette for display of intro animationPaul Gilbert
2014-10-08MADS: Fix refreshing backgound at start of intro animationPaul Gilbert
2014-10-08MADS: Introduction animation is starting to be shownPaul Gilbert
2014-10-09PRINCE: script.h - small comment correctionlukaslw
2014-10-09PRINCE: GraphicsMan::getBlendTableColor - change big number to INT_MAXlukaslw
2014-10-09PRINCE: Hero::showHeroShadow - ct_loop variable rename to ctLooplukaslw
2014-10-08PRINCE: GraphicsMan - add some new commentslukaslw
2014-10-08PRINCE: GraphicsMan::drawTransparentWithTransDrawNode - add commentslukaslw
2014-10-08PRINCE: Changing all occurrences of NULL to nullptrlukaslw
2014-10-08PRINCE: Flags::Id - remove non-english commentlukaslw
2014-10-08PRINCE: Flags::getFlagName - debugging functionlukaslw
2014-10-08MADS: Rex - Empty properly the current line buffer before getting the next me...Strangerke