aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-03HDB: Add cineDialog()Nipun Garg
2019-09-03HDB: Add setDialogDelay()`Nipun Garg
2019-09-03HDB: Add openDialog()Nipun Garg
2019-09-03HDB: Add Dialog constantsNipun Garg
2019-09-03HDB: Remove 'Add Animating Info' stubNipun Garg
2019-09-03HDB: Init Cursor, Text Edges and load Game FontNipun Garg
2019-09-03HDB: Add drawText()Nipun Garg
2019-09-03HDB: Add loadFont()Nipun Garg
2019-09-03HDB: Add getDimensions() to calculate pixel widthNipun Garg
2019-09-03HDB: Add getter-setter for Text EdgesNipun Garg
2019-09-03HDB: Add getter-setter for Kerning and LeadingNipun Garg
2019-09-03HDB: Add getter-setter for the cursorNipun Garg
2019-09-03HDB: Add Font dataNipun Garg
Addition includes structs, constants and member variables.
2019-09-03HDB: Add struct DialogInfo and _dialogInfoNipun Garg
2019-09-03HDB: Fix crash during initialisationEugene Sandulenko
2019-09-03HDB: Fix crash when executing Lua with debug optionsEugene Sandulenko
2019-09-03HDB: Added warning to catch ambigious codeEugene Sandulenko
2019-09-03HDB: Correct const-nessEugene Sandulenko
2019-09-03HDB: Update module.mkEugene Sandulenko
2019-09-03HDB: Fix wrong code introduced during debuggingNipun Garg
2019-09-03HDB: Add and init the _window subsystemNipun Garg
2019-09-03HDB: Add Window ClassNipun Garg
2019-09-03HDB: Add the loadPic() helperNipun Garg
2019-09-03HDB: Fix local variable warningsNipun Garg
2019-09-03HDB: Add debug output for activateActionNipun Garg
2019-09-03HDB: Add entityName to _dummyPlayerNipun Garg
2019-09-03HDB: Call initAnimInfo() from hdb.cppNipun Garg
2019-09-03HDB: Add initAnimInfo()Nipun Garg
2019-09-03HDB: Add checkOneTileExistInRange()Nipun Garg
2019-09-03HDB: Add NULL checking to getMapBG/FGTileFlags()Nipun Garg
2019-09-03HDB: Add cacheTileSequence()Nipun Garg
2019-09-03HDB: Add checkAutoList calls to C_USENTITYNipun Garg
2019-09-03HDB: Fix CineCommand string and title valuesNipun Garg
2019-09-03HDB: Fix initialization warningsNipun Garg
2019-09-03HDB: Comment out C_USEENTITYNipun Garg
It seems that some Entities are being loaded with a null name. This is causing a crash.
2019-09-03HDB: Add addToActionList() and checkActionList()Nipun Garg
2019-09-03HDB: Add findEntity()Nipun Garg
2019-09-03HDB: Add checkForTouchplate()Nipun Garg
2019-09-03HDB: Add stubbed addWaypoint()Nipun Garg
2019-09-03HDB: Modify AI pointer arrays to be struct arraysNipun Garg
2019-09-03HDB: Shift Action initialization to AI()Nipun Garg
2019-09-03HDB: Add _actions list and related dataNipun Garg
2019-09-03HDB: Remove Player Gfx stub from lookAtEntityXYNipun Garg
2019-09-03HDB: Unstub checkAutoList() from C_USEENTITYNipun Garg
2019-09-03HDB: Remove _dummyPlayer stub from getPlayer()Nipun Garg
2019-09-03HDB: Add _dummyPlayer as Virtual PlayerNipun Garg
2019-09-03HDB: Add addAnimTarget() and animateTargets()Nipun Garg
2019-09-03HDB: Add _animTargets and related dataNipun Garg
2019-09-03HDB: Add list functions for _autoActionsNipun Garg
2019-09-03HDB: Add AutoAction struct and _autoActions arrayNipun Garg