aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry
AgeCommit message (Collapse)Author
2016-03-21TITANIC: Add new derived Rect and Point classesPaul Gilbert
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-03-02TITANIC: Implemented more saveable classesPaul Gilbert
2016-03-02TITANIC: More saveable classes implementedPaul Gilbert
2016-03-01TITANIC: Added lots more miscellaneous classesPaul Gilbert
2016-02-29TITANIC: Added a bunch of classes, loading method fixesPaul Gilbert
2016-02-28TITANIC: Loading bugfixes and implemented CBrain descendentsPaul Gilbert
2016-02-28TITANIC: Added a lot of class definitionsPaul Gilbert
Let's be honest here, it's a s**t-load of class definitions
2016-02-28TITANIC: Implement bowl and ear classesPaul Gilbert
2016-02-27TITANIC: Fix CCarry loading/savingPaul Gilbert
2016-02-27TITANIC: Added CCarry and descendent classesPaul Gilbert