Age | Commit message (Expand) | Author |
2019-09-03 | HDB: Add checkDialogClose() | Nipun Garg |
2019-09-03 | HDB: Add closeDialog() | Nipun Garg |
2019-09-03 | HDB: Add cinematicsActive() | Nipun Garg |
2019-09-03 | HDB: Add cineDialog() Lua function | Nipun Garg |
2019-09-03 | HDB: Call animateTargets() from hdb.cpp | Nipun Garg |
2019-09-03 | HDB: Process cineDialog() | Nipun Garg |
2019-09-03 | HDB: Add cineDialog() | Nipun Garg |
2019-09-03 | HDB: Add setDialogDelay()` | Nipun Garg |
2019-09-03 | HDB: Add openDialog() | Nipun Garg |
2019-09-03 | HDB: Add Dialog constants | Nipun Garg |
2019-09-03 | HDB: Remove 'Add Animating Info' stub | Nipun Garg |
2019-09-03 | HDB: Init Cursor, Text Edges and load Game Font | Nipun Garg |
2019-09-03 | HDB: Add drawText() | Nipun Garg |
2019-09-03 | HDB: Add loadFont() | Nipun Garg |
2019-09-03 | HDB: Add getDimensions() to calculate pixel width | Nipun Garg |
2019-09-03 | HDB: Add getter-setter for Text Edges | Nipun Garg |
2019-09-03 | HDB: Add getter-setter for Kerning and Leading | Nipun Garg |
2019-09-03 | HDB: Add getter-setter for the cursor | Nipun Garg |
2019-09-03 | HDB: Add Font data | Nipun Garg |
2019-09-03 | HDB: Add struct DialogInfo and _dialogInfo | Nipun Garg |
2019-09-03 | HDB: Fix crash during initialisation | Eugene Sandulenko |
2019-09-03 | HDB: Fix crash when executing Lua with debug options | Eugene Sandulenko |
2019-09-03 | HDB: Added warning to catch ambigious code | Eugene Sandulenko |
2019-09-03 | HDB: Correct const-ness | Eugene Sandulenko |
2019-09-03 | HDB: Update module.mk | Eugene Sandulenko |
2019-09-03 | HDB: Fix wrong code introduced during debugging | Nipun Garg |
2019-09-03 | HDB: Add and init the _window subsystem | Nipun Garg |
2019-09-03 | HDB: Add Window Class | Nipun Garg |
2019-09-03 | HDB: Add the loadPic() helper | Nipun Garg |
2019-09-03 | HDB: Fix local variable warnings | Nipun Garg |
2019-09-03 | HDB: Add debug output for activateAction | Nipun Garg |
2019-09-03 | HDB: Add entityName to _dummyPlayer | Nipun Garg |
2019-09-03 | HDB: Call initAnimInfo() from hdb.cpp | Nipun Garg |
2019-09-03 | HDB: Add initAnimInfo() | Nipun Garg |
2019-09-03 | HDB: Add checkOneTileExistInRange() | Nipun Garg |
2019-09-03 | HDB: Add NULL checking to getMapBG/FGTileFlags() | Nipun Garg |
2019-09-03 | HDB: Add cacheTileSequence() | Nipun Garg |
2019-09-03 | HDB: Add checkAutoList calls to C_USENTITY | Nipun Garg |
2019-09-03 | HDB: Fix CineCommand string and title values | Nipun Garg |
2019-09-03 | HDB: Fix initialization warnings | Nipun Garg |
2019-09-03 | HDB: Comment out C_USEENTITY | Nipun Garg |
2019-09-03 | HDB: Add addToActionList() and checkActionList() | Nipun Garg |
2019-09-03 | HDB: Add findEntity() | Nipun Garg |
2019-09-03 | HDB: Add checkForTouchplate() | Nipun Garg |
2019-09-03 | HDB: Add stubbed addWaypoint() | Nipun Garg |
2019-09-03 | HDB: Modify AI pointer arrays to be struct arrays | Nipun Garg |
2019-09-03 | HDB: Shift Action initialization to AI() | Nipun Garg |
2019-09-03 | HDB: Add _actions list and related data | Nipun Garg |
2019-09-03 | HDB: Remove Player Gfx stub from lookAtEntityXY | Nipun Garg |
2019-09-03 | HDB: Unstub checkAutoList() from C_USEENTITY | Nipun Garg |