aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/npcs/bellbot.cpp
AgeCommit message (Collapse)Author
2017-09-18TITANIC: DE: Fixes for checking inPaul Gilbert
2017-09-09TITANIC: Disable input during Bellbot intro to prevent moving awayPaul Gilbert
2017-09-05TITANIC: Fix Bellbot disappearing during checkin cutscenePaul Gilbert
2017-08-25TITANIC: Fix Door/Bellbot remaining when summoned outside doorsPaul Gilbert
2017-08-24TITANIC: Reduce header includes for titanic.hDavid Fioramonti
I reduced the header includes a lot in Titanic.h and forward declared when I could. Titanic.h was including a lot and a lot of functions that were including it were not using its API. This will help make it more clear which implementation files are using which class since they will just need to include which ones they need. I also moved the debug related items in Titanic.h into the debugger header. I also reordered several of the the header includes to be local to global.
2017-08-04TITANIC: Don't allow loading games when Bellbot is summonedPaul Gilbert
2017-06-19TITANIC: Fix Bellbot walking off during checkinPaul Gilbert
2017-06-10TITANIC: Fix BellBot getting clipped incorrectly when walking off-screenPaul Gilbert
2017-02-21TITANIC: Assert dynamic_cast result in CBellot::UsePaul Gilbert
2017-02-18TITANIC: Renamings for CCarry classPaul Gilbert
2017-02-16TITANIC: Cleanup of movie flagsPaul Gilbert
2017-01-20TITANIC: Further NPC flag renaming, usage fixesPaul Gilbert
2017-01-20TITANIC: Renaming NPC flagsPaul Gilbert
2017-01-16TITANIC: Renaming checks for player's first class suitePaul Gilbert
2016-11-06TITANIC: Fix BellBot's intro speechPaul Gilbert
2016-11-06TITANIC: Fix showing movie clip of BellBot arrivingPaul Gilbert
2016-11-02TITANIC: Change endTalking to setTalkingPaul Gilbert
2016-11-01TITANIC: Cleanup calls to playClipPaul Gilbert
2016-10-29TITANIC: Renaming NPCFLAG enum values for idlingPaul Gilbert
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-08-28TITANIC: Implemented some stubbed methodsPaul Gilbert
2016-08-13TITANIC: Implemented CBellBot classPaul Gilbert
2016-07-15TITANIC: Removed const modifier from all saveable objectsPaul Gilbert
Turns out that CGameObject::save regenerates the _movieRangeInfo list. So the const suffix can no longer be used for the entire hierarchy
2016-02-25TITANIC: Implement TrueTalk NPC classesPaul Gilbert