aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb
AgeCommit message (Expand)Author
2019-09-03HDB: Call drawDeliveries()Nipun Garg
2019-09-03HDB: Add Deliveries functions in window.hNipun Garg
2019-09-03HDB: Add _dlvsInfo data for the Deliveries WindowNipun Garg
2019-09-03HDB: Add stubbed openMessageBar functionNipun Garg
2019-09-03HDB: Add _deliveries functionsNipun Garg
2019-09-03HDB: Add _deliveries dataNipun Garg
2019-09-03HDB: Fix Header Guard and add NamespaceNipun Garg
2019-09-03HDB: Fix copy-paste errorNipun Garg
2019-09-03HDB: Initialize _buttonsNipun Garg
2019-09-03HDB: Fire callbacks only when thier timeout is triggeredEugene Sandulenko
2019-09-03HDB: Made debug output more compactEugene Sandulenko
2019-09-03HDB: Solve ambigious codeEugene Sandulenko
2019-09-03HDB: Update setButtons()Nipun Garg
2019-09-03HDB: Add cineAbortable()Nipun Garg
2019-09-03HDB: Fix drawing Cine Pics. This affects drawing thorwn clockEugene Sandulenko
2019-09-03HDB: Use case-insensitive string comparisonEugene Sandulenko
2019-09-03HDB: Add movePlayer() and playerUse()Nipun Garg
2019-09-03HDB: Call updateKeys() from game loopNipun Garg
2019-09-03HDB: Add getter-setter for _buttonsNipun Garg
2019-09-03HDB: Add updateKeys()Nipun Garg
2019-09-03HDB: Add pause checks to the Main loopNipun Garg
2019-09-03HDB: Remove 'Check Pause Flag' stubsNipun Garg
2019-09-03HDB: Add drawPause() and checkPause()Nipun Garg
2019-09-03HDB: Add functions related to _pauseFlagNipun Garg
2019-09-03HDB: Add _pauseFlag dataNipun Garg
2019-09-03HDB: Fix bug when drawing gratingsEugene Sandulenko
2019-09-03HDB: Add updateMouseButtons and update updateMouseNipun Garg
2019-09-03HDB: Update Mouse data for buttonsNipun Garg
2019-09-03HDB: Add checkInvSelect()Nipun Garg
2019-09-03HDB: Remove _lastMouseX and _lastMouseYNipun Garg
2019-09-03HDB: Add updateMouse() and call it in game loopNipun Garg
2019-09-03HDB: Unstub stylusMove() and stylusUp()Nipun Garg
2019-09-03HDB: Unstub stylusDown()Nipun Garg
2019-09-03HDB: Add setTargetXY()Nipun Garg
2019-09-03HDB: Add tileDistance() and waypointsLeft()Nipun Garg
2019-09-03HDB: Unstub animGrabbing() callNipun Garg
2019-09-03HDB: Add getter-setter for _gameStateNipun Garg
2019-09-03HDB: Call DrawMan::drawPointer()Nipun Garg
2019-09-03HDB: Add getMouseX() and getMouseY()Nipun Garg
2019-09-03HDB: Add Pointer functionsNipun Garg
2019-09-03HDB: Add Pointer/Cursor dataNipun Garg
2019-09-03HDB: Add _gameState checkNipun Garg
2019-09-03HDB: Add _textOutList.push_back() callNipun Garg
2019-09-03HDB: Add Lua cineTextOut() and cineCenterTextOut()Nipun Garg
2019-09-03HDB: Process cineTextOut() and cineCenterTextOut()Nipun Garg
2019-09-03HDB: Add cineTextOut() and cineCenterTextOut()Nipun Garg
2019-09-03HDB: Call drawTextOut()Nipun Garg
2019-09-03HDB: Add _textOutList functionsNipun Garg
2019-09-03HDB: Add _textOutList dataNipun Garg
2019-09-03HDB: Move constants to draw-managerNipun Garg