aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai.cpp
AgeCommit message (Expand)Author
2019-09-03HDB: Fix camera settingEugene Sandulenko
2019-09-03HDB: Fix output formatEugene Sandulenko
2019-09-03HDB: Add additional debug output for C_MOVECAMERANipun Garg
2019-09-03HDB: Add debug output for C_MOVECAMERANipun Garg
2019-09-03HDB: Initialise CineCommandEugene Sandulenko
2019-09-03HDB: Added debug output to Cine executionEugene Sandulenko
2019-09-03HDB: Modify prcocessCines for complete and bailOutNipun Garg
2019-09-03HDB: Change the type of _cineAbortFuncNipun Garg
2019-09-03HDB: Fix type cast formatting errorsNipun Garg
2019-09-03HDB: Call the fade Stubs from processCines()Nipun Garg
2019-09-03HDB: Process cineFadeIn() and cineFadeOut()Nipun Garg
2019-09-03HDB: Add cineFadeIn() and cineFadeOut()Nipun Garg
2019-09-03HDB: Fix units in delay in processCines - C_WAITNipun Garg
2019-09-03HDB: Add default case to processCines()Nipun Garg
2019-09-03HDB: Stub out AI::init()Nipun Garg
2019-09-03HDB: Fill out centerMapXY stubsNipun Garg
2019-09-03HDB: Process cineWait and cineWaitUntilDoneNipun Garg
2019-09-03HDB: Add cineWait() and cineWaitUntilDone()Nipun Garg
2019-09-03HDB: Add processCines to execute the CineCommandsNipun Garg
2019-09-03HDB: Complete the cineStart functionNipun Garg
2019-09-03HDB: Add the AI classNipun Garg