aboutsummaryrefslogtreecommitdiff
path: root/engines/tucker/tucker.cpp
AgeCommit message (Expand)Author
2018-07-04TUCKER: Fix unnecessary conversion from int to boolAdrian Frühwirth
2018-07-04TUCKER: Use nullptrAdrian Frühwirth
2018-04-21TUCKER: Fix panel background being off by one pixelAdrian Frühwirth
2018-03-28TUCKER: Follow code formatting convention for switch statementsAdrian Frühwirth
2018-03-28TUCKER: Check '.' instead of KEYCODE_PERIOD when skipping speechAdrian Frühwirth
2018-03-21TUCKER: Use kLastSaveSlot where appropriateAdrian Frühwirth
2018-03-21TUCKER: Add Location enumAdrian Frühwirth
2018-03-20TUCKER: Remove superfluous workaround for Trac#4156Adrian Frühwirth
2018-03-19TUCKER: Implement workaround for original script bug mentioned in commit 23fd...Adrian Frühwirth
2018-03-18TUCKER: Actually implement mof opcodeAdrian Frühwirth
2018-03-18TUCKER: Add missing buv and c0v opcodesAdrian Frühwirth
2018-03-17TUCKER: Add comment about earlier commit e018efbc22 fixing Trac#6645Adrian Frühwirth
2018-03-17TUCKER: Fix incorrect transition of Lola animationAdrian Frühwirth
2018-03-16TUCKER: Add savegame metadata and autosave supportAdrian Frühwirth
2018-03-15TUCKER: Comment out dead code, match disassemblyAdrian Frühwirth
2018-03-14TUCKER: Remove unnecessary variable from drawInfoString()Adrian Frühwirth
2018-03-14TUCKER: Use Verb enum in even more placesAdrian Frühwirth
2018-03-14TUCKER: Add TODO comment about discrepancy with disassemblyAdrian Frühwirth
2018-03-12TUCKER: Fix alleyway cellar location hotspot bugAdrian Frühwirth
2018-03-05TUCKER: Workaround capitalized "With"/"Con" in sentence barAdrian Frühwirth
2018-03-05TUCKER: Add VerbPreposition enumAdrian Frühwirth
2018-03-02TUCKER: Use Verb enum in more placesAdrian Frühwirth
2018-03-02Add PanelState, PanelStyle and PanelType enumsAdrian Frühwirth
2018-03-02TUCKER: Add Part enumAdrian Frühwirth
2018-03-02TUCKER: Add CursorStyle and CursorState enumsAdrian Frühwirth
2018-02-25TUCKER: Allow skipping speechAdrian Frühwirth
2018-02-25TUCKER: Confine Bud to walkable area when entering clubAdrian Frühwirth
2018-02-24TUCKER: Work around background pixels being drawn in the foregroundAdrian Frühwirth
2018-02-11TUCKER: Remove glue workaround clarificationAdrian Frühwirth
2018-02-11TUCKER: Use verb enum in all placesAdrian Frühwirth
2018-02-11TUCKER: Remove superfluous arguments in loadBudSpr et alAdrian Frühwirth
2018-02-09Revert "TUCKER: Fix Bud drawn behind parts of statue in park"Adrian Frühwirth
2018-02-09TUCKER: Fix Bud drawn behind parts of statue in parkAdrian Frühwirth
2018-02-09TUCKER: Make the glue a "unary usage" objectAdrian Frühwirth
2018-02-07TUCKER: Fix offset drawing bug in drawSprite()Adrian Frühwirth
2018-02-03TUCKER: Add inventory and save slot scrolling via mouse wheelAdrian Frühwirth
2018-01-31TUCKER: Print infobar string if no savegame existsAdrian Frühwirth
2018-01-31TUCKER: Fix sentence bar offsetsAdrian Frühwirth
2018-01-31TUCKER: Fix dirty rects drawing bug in drawStringInteger()Adrian Frühwirth
2018-01-31TUCKER: Use existing enum for verbsAdrian Frühwirth
2018-01-31TUCKER: Cure Bud's and Billy's seasicknessAdrian Frühwirth
2018-01-31TUCKER: Fix walking Royston glitchAdrian Frühwirth
2018-01-31TUCKER: Fix font rendering bugAdrian Frühwirth
2017-10-07ENGINES: Remove default1x scaler flagColin Snover
2016-02-24TUCKER: Hide cursor in cutscenesOri Avtalion
2014-05-25TUCKER: Skip the display of the intro and of the chapter number when a game i...Strangerke
2014-05-24TUCKER: Add a couple of safeguards to avoid out of bound access during the di...Strangerke
2014-05-24TUCKER: Add a safeguard to avoid a potential out of bound accessStrangerke
2014-03-21TUCKER: Change the type of the return value of handleSpecialObjectSelectionSe...Strangerke
2014-03-20TUCKER: Fix some uninitialized variablesStrangerke