Commit Graph

9 Commits

Author SHA1 Message Date
Bastien Bouclet
4d70872545 TITANIC: Add override keywords 2020-02-09 12:43:16 +01:00
Paul Gilbert
875002daea TITANIC: Add semicolon to DECLARE_MESSAGE_MAP usage 2016-07-24 20:52:21 -04:00
Paul Gilbert
4d79ee16c0 TITANIC: Add semicolon after CLASSDEF macro usage 2016-07-24 20:30:56 -04:00
Paul Gilbert
5ccc0a66da TITANIC: Removed const modifier from all saveable objects
Turns out that CGameObject::save regenerates the _movieRangeInfo list.
So the const suffix can no longer be used for the entire hierarchy
2016-07-15 19:25:58 -04:00
Paul Gilbert
2dcda26eb1 TITANIC: Implement CBridgePiece message handlers 2016-07-10 16:11:09 -04:00
Paul Gilbert
217360d0c5 TITANIC: Add new derived Rect and Point classes 2016-03-21 20:53:49 -04:00
Paul Gilbert
7375394b81 TITANIC: Converting saveable objects hierarchy to have type data
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-06 19:12:49 -05:00
Paul Gilbert
96825e2823 TITANIC: More saveable classes implemented 2016-03-02 18:29:09 -05:00
Paul Gilbert
b93f4e7077 TITANIC: Added CCarry and descendent classes 2016-02-27 09:11:59 -05:00