aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai-cinematic.cpp
AgeCommit message (Expand)Author
2019-09-03HDB: Add _cineFreeList functionsNipun Garg
2019-09-03HDB: Add _cineBlitList functionsNipun Garg
2019-09-03HDB: Add _cineBlitList and _cineFreeListNipun Garg
2019-09-03HDB: Add debug outputNipun Garg
2019-09-03HDB: Add and modify debug outputNipun Garg
2019-09-03HDB: Process cineDialog()Nipun Garg
2019-09-03HDB: Add cineDialog()Nipun Garg
2019-09-03HDB: Fix wrong code introduced during debuggingNipun Garg
2019-09-03HDB: Fix local variable warningsNipun Garg
2019-09-03HDB: Add checkAutoList calls to C_USENTITYNipun Garg
2019-09-03HDB: Fix CineCommand string and title valuesNipun Garg
2019-09-03HDB: Comment out C_USEENTITYNipun Garg
2019-09-03HDB: Modify AI pointer arrays to be struct arraysNipun Garg
2019-09-03HDB: Unstub checkAutoList() from C_USEENTITYNipun Garg
2019-09-03HDB: Remove stub from processCines: C_USEENTITYNipun Garg
2019-09-03HDB: Remove stubs from processCines: C_RESETCAMERANipun Garg
2019-09-03HDB: Process C_CLEAR_FG, C_SET_FG, C_SET_BGNipun Garg
2019-09-03HDB: Add cine clear FG, and set BG/FG functionsNipun Garg
2019-09-03HDB: Modify C_MOVECAMERA debug outputNipun Garg
2019-09-03HDB: Fix warning() callsNipun Garg
2019-09-03HDB: Fix switch-case warningsNipun Garg
2019-09-03HDB: Process cineEntityFace()Nipun Garg
2019-09-03HDB: Add cineEntityFace()Nipun Garg
2019-09-03HDB: Remove cineMoveEntity stubNipun Garg
2019-09-03HDB: Process cineMoveEntity()Nipun Garg
2019-09-03HDB: Add cineMoveEntity()Nipun Garg
2019-09-03HDB: Process cineLockPlayer() + cineUnlockPlayer()Nipun Garg
2019-09-03HDB: Add cineLockPlayer() and cineUnlockPlayer()Nipun Garg
2019-09-03HDB: Add debug output to C_SETENTITYNipun Garg
2019-09-03HDB: Pass correct variable into warning()Nipun Garg
2019-09-03HDB: Process cineUseEntity()Nipun Garg
2019-09-03HDB: Add cineUseEntity()Nipun Garg
2019-09-03HDB: Call locateEntity to complete stubsNipun Garg
2019-09-03HDB: Add init code for all AI EntitiesNipun Garg