aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/window.cpp
AgeCommit message (Expand)Author
2019-09-03HDB: Make Platform specific constants into variablesNipun Garg
2019-09-03HDB: Add support for the PPC versionNipun Garg
2019-09-03HDB: Implement rest of the demo differencesEugene Sandulenko
2019-09-03HDB: Fix Deliveries with no GFXNipun Garg
2019-09-03HDB: Reduce header dependencyEugene Sandulenko
2019-09-03HDB: Reduce header dependencyEugene Sandulenko
2019-09-03HDB: Reduce header dependencyEugene Sandulenko
2019-09-03HDB: Reduce header dependencyEugene Sandulenko
2019-09-03HDB: Reduce header dependencyEugene Sandulenko
2019-09-03HDB: Reduce header dependencyEugene Sandulenko
2019-09-03HDB: Reduce header dependencyEugene Sandulenko
2019-09-03HDB: Fix CppCheck warnings in windowStrangerke
2019-09-03HDB: Reduce some more variable scopesStrangerke
2019-09-03HDB: Fix uninitialized readNipun Garg
2019-09-03HDB: Fix memory leaks in MenuNipun Garg
2019-09-03HDB: Remove redundant custom free() functionNipun Garg
2019-09-03HDB: Add save/load for TryAgain dataNipun Garg
2019-09-03HDB: Unstub the TRY AGAIN screenNipun Garg
2019-09-03HDB: Add Weapon Drawing and Equipping CodeNipun Garg
2019-09-03HDB: Fix getRandomNumber usageEugene Sandulenko
2019-09-03HDB: Init _mstoneGfx and replace stringsNipun Garg
2019-09-03HDB: Fix Window::loadSaveFile()Eugene Sandulenko
2019-09-03HDB: Fix Window::loadSaveFile()Eugene Sandulenko
2019-09-03HDB: Remove unnecessary functionsNipun Garg
2019-09-03HDB: Fix endian issuesNipun Garg
2019-09-03HDB: Add Window save() and loadSaveFile()Nipun Garg
2019-09-03HDB: Fix warningsEugene Sandulenko
2019-09-03HDB: Add PanicZone data and functionsNipun Garg
2019-09-03HDB: Unstub playSound callsNipun Garg
2019-09-03HDB: Reset _dialogInfo before each dialog.Eugene Sandulenko
2019-09-03HDB: Implement Window::closeAll()Eugene Sandulenko
2019-09-03HDB: Rename _drawMan -> _gfxEugene Sandulenko
2019-09-03HDB: Fix compilationEugene Sandulenko
2019-09-03HDB: Add DialogChoice and MessageBar functionsNipun Garg
2019-09-03HDB: Add _msgInfoNipun Garg
2019-09-03HDB: Add _dialogChoiceInfoNipun 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 drawPause() and checkPause()Nipun Garg
2019-09-03HDB: Add checkInvSelect()Nipun Garg
2019-09-03HDB: Add _textOutList.push_back() callNipun Garg
2019-09-03HDB: Add _textOutList functionsNipun Garg
2019-09-03HDB: Fix gem counter positionNipun Garg
2019-09-03JANITORIAL: Remove trailing whitespacesEugene Sandulenko
2019-09-03HDB: Add drawInventory() and related functionsNipun Garg
2019-09-03HDB: Add inventory drawing dataNipun Garg
2019-09-03HDB: Added more debug output and hid some noisy oneEugene Sandulenko
2019-09-03HDB: Add picture debugging codeNipun Garg
2019-09-03HDB: Fix drawing function callsNipun Garg