aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/window.h
AgeCommit message (Expand)Author
2019-09-03HDB: Change init functions to handle errorsStrangerke
2019-09-03HDB: Integrate PPC version of WindowNipun Garg
2019-09-03HDB: Add Window Platform-specific ConstantsNipun Garg
2019-09-03HDB: Make Platform specific constants into variablesNipun Garg
2019-09-03HDB: Fix guard definesEugene Sandulenko
2019-09-03HDB: Add warningsNipun Garg
2019-09-03HDB: Remove redundant custom free() functionNipun Garg
2019-09-03HDB: Unstub the TRY AGAIN screenNipun Garg
2019-09-03HDB: Add Weapon Drawing and Equipping CodeNipun Garg
2019-09-03HDB: Unstub code for saving and loading GfxNipun Garg
2019-09-03HDB: Add Window save() and loadSaveFile()Nipun Garg
2019-09-03HDB: Add PanicZone data and functionsNipun Garg
2019-09-03HDB: Add getGemGfx()Nipun Garg
2019-09-03HDB: More portable struct initializersEugene Sandulenko
2019-09-03HDB: Implement Window::closeAll()Eugene Sandulenko
2019-09-03HDB: Add inventoryActive() functionNipun Garg
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 functionsNipun Garg
2019-09-03HDB: Add _textOutList dataNipun Garg
2019-09-03HDB: Fix gem counter positionNipun Garg
2019-09-03HDB: Add drawInventory() and related functionsNipun Garg
2019-09-03HDB: Add inventory drawing dataNipun Garg
2019-09-03HDB: Add dialogActive()Nipun Garg
2019-09-03HDB: Add setInfobarDark()Nipun Garg
2019-09-03HDB: Add Infobar dataNipun Garg
2019-09-03HDB: Add drawDialog()Nipun Garg
2019-09-03HDB: Add drawBorder()Nipun Garg
2019-09-03HDB: Add checkDialogClose()Nipun Garg
2019-09-03HDB: Add closeDialog()Nipun Garg
2019-09-03HDB: Add Dialog constantsNipun Garg
2019-09-03HDB: Add struct DialogInfo and _dialogInfoNipun Garg
2019-09-03HDB: Add Window ClassNipun Garg