aboutsummaryrefslogtreecommitdiff
path: root/engines/tucker
AgeCommit message (Expand)Author
2018-04-21TUCKER: Improve autosave error handlingAdrian Frühwirth
2018-04-21TUCKER: Try autosaving only once per autosave intervalAdrian Frühwirth
2018-04-21TUCKER: Fix panel background being off by one pixelAdrian Frühwirth
2018-04-20TUCKER: Draw text only when hovering over hotspots when using the mapAdrian Frühwirth
2018-04-07TUCKER: Do not assign negative value to unsigned intAdrian Frühwirth
2018-04-07ALL: Load savegame thumbnail only when necessaryAdrian 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-21JANITORIAL: Fix indentationAdrian Frühwirth
2018-03-21TUCKER: Add Location enumAdrian Frühwirth
2018-03-20TUCKER: Remove unhelpful commentAdrian Frühwirth
2018-03-20TUCKER: Reset panel type to normal after loading a savegameAdrian Frühwirth
2018-03-20TUCKER: Remove superfluous workaround for Trac#4156Adrian Frühwirth
2018-03-19TUCKER: Work around original game bug when using the map in the mall in part ...Adrian 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-18TUCKER: Get rid of strcpy()Adrian 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: Remove trailing comma from enum listAdrian Frühwirth
2018-03-16TUCKER: Added missing check for minimum supported savegame versionAdrian Frühwirth
2018-03-16TUCKER: Add savegame metadata and autosave supportAdrian Frühwirth
2018-03-15TUCKER: Fix out-of-bounds access of _inputkeys[]Adrian 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-14TUCKER: Fix wrong sound effects being playedAdrian 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-25TUCKER: Fix theoretical out-of-bounds readAdrian 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: Fix original game glitch in Bud animation sequence 8Adrian 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-07TUCKER: Fix clipping handling when drawing textAdrian Frühwirth