Paul Gilbert
67be58f562
TITANIC: Implemented more game classes, fleshed out season handling
2016-08-27 20:44:44 -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
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
db4dfcebeb
TITANIC: Renames messages sub-folder to moves
2016-02-25 23:55:31 -05:00
Paul Gilbert
ba8cbcb229
TITANIC: Renames messages sub-folder to moves
2016-02-25 23:52:22 -05:00