index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
hdb
/
window.h
Age
Commit message (
Expand
)
Author
2019-09-03
HDB: Change init functions to handle errors
Strangerke
2019-09-03
HDB: Integrate PPC version of Window
Nipun Garg
2019-09-03
HDB: Add Window Platform-specific Constants
Nipun Garg
2019-09-03
HDB: Make Platform specific constants into variables
Nipun Garg
2019-09-03
HDB: Fix guard defines
Eugene Sandulenko
2019-09-03
HDB: Add warnings
Nipun Garg
2019-09-03
HDB: Remove redundant custom free() function
Nipun Garg
2019-09-03
HDB: Unstub the TRY AGAIN screen
Nipun Garg
2019-09-03
HDB: Add Weapon Drawing and Equipping Code
Nipun Garg
2019-09-03
HDB: Unstub code for saving and loading Gfx
Nipun Garg
2019-09-03
HDB: Add Window save() and loadSaveFile()
Nipun Garg
2019-09-03
HDB: Add PanicZone data and functions
Nipun Garg
2019-09-03
HDB: Add getGemGfx()
Nipun Garg
2019-09-03
HDB: More portable struct initializers
Eugene Sandulenko
2019-09-03
HDB: Implement Window::closeAll()
Eugene Sandulenko
2019-09-03
HDB: Add inventoryActive() function
Nipun Garg
2019-09-03
HDB: Add DialogChoice and MessageBar functions
Nipun Garg
2019-09-03
HDB: Add _msgInfo
Nipun Garg
2019-09-03
HDB: Add _dialogChoiceInfo
Nipun Garg
2019-09-03
HDB: Add Deliveries functions in window.h
Nipun Garg
2019-09-03
HDB: Add _dlvsInfo data for the Deliveries Window
Nipun Garg
2019-09-03
HDB: Add stubbed openMessageBar function
Nipun Garg
2019-09-03
HDB: Add drawPause() and checkPause()
Nipun Garg
2019-09-03
HDB: Add checkInvSelect()
Nipun Garg
2019-09-03
HDB: Add _textOutList functions
Nipun Garg
2019-09-03
HDB: Add _textOutList data
Nipun Garg
2019-09-03
HDB: Fix gem counter position
Nipun Garg
2019-09-03
HDB: Add drawInventory() and related functions
Nipun Garg
2019-09-03
HDB: Add inventory drawing data
Nipun Garg
2019-09-03
HDB: Add dialogActive()
Nipun Garg
2019-09-03
HDB: Add setInfobarDark()
Nipun Garg
2019-09-03
HDB: Add Infobar data
Nipun Garg
2019-09-03
HDB: Add drawDialog()
Nipun Garg
2019-09-03
HDB: Add drawBorder()
Nipun Garg
2019-09-03
HDB: Add checkDialogClose()
Nipun Garg
2019-09-03
HDB: Add closeDialog()
Nipun Garg
2019-09-03
HDB: Add Dialog constants
Nipun Garg
2019-09-03
HDB: Add struct DialogInfo and _dialogInfo
Nipun Garg
2019-09-03
HDB: Add Window Class
Nipun Garg