aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-04AVALANCHE: Use ConfMan short nameStrangerke
2013-10-04AVALANCHE: Use MKTAG for signature. This breaks prior savegames.Strangerke
2013-10-04AVALANCHE: Remove s_engineStrangerke
2013-10-04AVALANCHE: Check | occurrence as pointed by LordHotoStrangerke
2013-10-04AVALANCHE: Fix naming convention, reduce the scope of a couple of variablesStrangerke
2013-10-04AVALANCHE: Remove code commented in the original but not in the engine.Strangerke
2013-10-04ZVISION: Fix nested template formattingRichieSams
2013-10-04ZVISION: Remove Vector2 classRichieSams
2013-10-04ZVISION: Add typedefs to shorten long type namesRichieSams
2013-10-04ZVISION: Re-enable Truemotion plugin guard, but add a case for ZVISIONRichieSams
2013-10-03TSAGE: Fixes for R2R Bridge conversationPaul Gilbert
2013-10-03TSAGE: Renaming for R2R Autodoc scenePaul Gilbert
2013-10-04FULLPIPE: Started implementation MctlCompound::method4C()Eugene Sandulenko
2013-10-03AVALANCHE: Use memcpy in refreshScreenWillem Jan Palenstijn
2013-10-03AVALANCHE: Don't refresh screen after every event in scroll modeWillem Jan Palenstijn
2013-10-03WINTERMUTE: Update full screen on ScreenChangedWillem Jan Palenstijn
2013-10-03WINTERMUTE: Add missing breakWillem Jan Palenstijn
2013-10-03AVALANCHE: Set some variables private in MenuStrangerke
2013-10-03AVALANCHE: Use Doxygen comments in GraphicsStrangerke
2013-10-03SCUMM: Fix unused variable warningsRodrigo Rebello
2013-10-02TSAGE: R2R bugfix for using the console in the spare bedroomsPaul Gilbert
2013-10-02TSAGE: Cleanup of R2R Lift scenePaul Gilbert
2013-10-02AVALANCHE: Make _surface privateStrangerke
2013-10-02Merge pull request #404 from rrebello/tsage_fixStrangerke
2013-10-02TSAGE: Fix uninitialized variable.Rodrigo Rebello
2013-10-02AVALANCHE: Use Doxygen comments in Dialogs, set private some membersStrangerke
2013-10-02FULLPIPE: Finish MGM::rebuildTables()Eugene Sandulenko
2013-10-02FULLPIPE: Started implementing MGM::rebuildTables()Eugene Sandulenko
2013-10-02FULLPIPE: Implement MGM::clear()Eugene Sandulenko
2013-10-02FULLPIPE: Implement MGM::getItemIndexById()Eugene Sandulenko
2013-10-02FULLPIPE: Implement MGM::addItem()Eugene Sandulenko
2013-10-02ZVISION: Fix signed/unsigned mismatchRichieSams
2013-10-02ZVISION: Standardize includes order and formatRichieSams
2013-10-02ZVISION: Rename zvision.h inclusion guard to be consistent with the other filesRichieSams
2013-10-02ZVISION: Fix space formattingRichieSams
2013-10-02ZVISION: Move two lookup tables inside the RawZorkStream classRichieSams
2013-10-02ZVISION: Remove unnesessary operator overloadRichieSams
2013-10-02ZVISION: Update removeDuplicateEntries to preserve orderRichieSams
2013-10-02ZVISION: Convert _timeLeft to a signed intRichieSams
2013-10-02ZVISION: Update warning message to correspond to the behaviorRichieSams
2013-10-02ZVISION: Remove global const variableRichieSams
2013-10-02ZVISION: Fix spacingRichieSams
2013-10-02ZVISION: Convert _completeFrames to an ArrayRichieSams
2013-10-02ZVISION: Remove global const variablesRichieSams
2013-10-02ZVISION: Convert all for-loops to use pre-increment instead of post-incrementRichieSams
2013-10-02ZVISION: Replace all occurances of (*iter). with iter->RichieSams
2013-10-02ZVISION: Add newline to end of module.mkRichieSams
2013-10-02ZVISION: Fix curly braces formattingRichieSams
2013-10-02ZVISION: Create file on the heap to prevent memory scope problemsRichieSams
2013-10-02ZVISION: Move bit flag to an enum for clarityRichieSams