aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/npcs/succubus.h
AgeCommit message (Collapse)Author
2017-08-13TITANIC: Renamings for the CSuccUBus classPaul Gilbert
2017-08-13TITANIC: Fix receiving any SuccUBus mail in the Bomb room SuccUBusPaul Gilbert
2017-08-06TITANIC: Renaming in SuccUBus classes for better clarityPaul Gilbert
2017-01-22TITANIC: Further SuccUBus renamingsPaul Gilbert
2017-01-22TITANIC: Added a SuccUBusAction enumPaul Gilbert
2017-01-22TITANIC: Added RoomFlagsComparison enumPaul Gilbert
2017-01-22TITANIC: More renamings for SuccUBusPaul Gilbert
2017-01-22TITANIC: Renamings for SuccUBus & hose, minor fixesPaul Gilbert
2016-12-28TITANIC: Renaming of CSuccUBus & CBilgeSuccUBus fieldsPaul Gilbert
2016-12-25TITANIC: Cleanup and fixes for class checks when SuccUBus suckingPaul Gilbert
2016-12-25TITANIC: Renaming of CSuccUBus frame fieldsPaul Gilbert
2016-12-24TITANIC: Renaming off frame fields in CSuccUBusPaul Gilbert
2016-08-14TITANIC: Implemented more game classesPaul Gilbert
2016-08-14TITANIC: Implemented CSuccUBus classPaul Gilbert
2016-07-24TITANIC: Add semicolon after CLASSDEF macro usagePaul 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-03-06TITANIC: Converting saveable objects hierarchy to have type dataPaul Gilbert
This is necessary for at least message sending, and probably other areas, that needs to be able to pass class filtering for message targets. And I could figure out a clean way to use the built-in RTTI
2016-02-25TITANIC: Implemented CSuccUBus and ancestor classesPaul Gilbert