aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb
AgeCommit message (Expand)Author
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
2019-09-03HDB: Fix warningsNipun Garg
2019-09-03HDB: Unstub checkTeleportList()Nipun Garg
2019-09-03HDB: Modify debug outputNipun Garg
2019-09-03HDB: Unstub aiPlayerAction()Nipun Garg
2019-09-03HDB: Add cycleFrames()Nipun Garg
2019-09-03HDB: Add stunEnemy()Nipun Garg
2019-09-03HDB: Fix formattingNipun Garg
2019-09-03HDB: Fix initialization errorNipun Garg
2019-09-03HDB: Rewrite _animTargets as a struct arrayNipun Garg
2019-09-03HDB: Fix warningsEugene Sandulenko
2019-09-03HDB: Fix compiler-error thrown by constructorNipun Garg
2019-09-03HDB: Fix gem counter positionNipun Garg
2019-09-03HDB: Update debug outputNipun Garg
2019-09-03HDB: Track and assign new pointer after erasingNipun Garg
2019-09-03HDB: Add debug outputNipun Garg
2019-09-03HDB: Add FIXME for out-of-bounds accessNipun Garg
2019-09-03HDB: Add and call useAutoDoorOpenClose()Nipun Garg
2019-09-03HDB: Modify constants for simpler accessNipun Garg
2019-09-03HDB: Add functions related to _callbacksNipun Garg
2019-09-03HDB: Add stubbed aiBarrelExplosionEnd(int, int)Nipun Garg
2019-09-03HDB: Add _callbacks dataNipun Garg
2019-09-03HDB: Add remaining luaGlobalStrings\ValuesNipun Garg
2019-09-03JANITORIAL: Add endline to the end of fileEugene Sandulenko
2019-09-03HDB: Fix warningsEugene Sandulenko
2019-09-03HDB: Fix warningEugene Sandulenko
2019-09-03HDB: Remove 'checkTriggerList' stubNipun Garg
2019-09-03HDB: Remove checkLuaList() stubNipun Garg
2019-09-03HDB: Add _luaList functionsNipun Garg