Refactor: Store state definitions using DEDRegister
Added defn::State to help manage state definitions. State definitionsare now visible as "Defs.states" in Doomsday Script.
Also did some cleanup in dedparser.cpp to facilitate reading valuesinto ArrayValue.
View differences
Refactor: Store state definitions using DEDRegister
Added defn::State to help manage state definitions. State definitions
are now visible as "Defs.states" in Doomsday Script.
Also did some cleanup in dedparser.cpp to facilitate reading values
into ArrayValue.