Refactor|libdoomsday|libcommon: AbstractSession has URI and inProgress properties
AbstractSession, at libcommon level, knows about the current map URIand whether the session is in progress.
DoomsdayApp has new methods that get called when saving and loadinggames, so that engine-side state can be included.
View differences
Refactor|libdoomsday|libcommon: AbstractSession has URI and inProgress properties
AbstractSession, at libcommon level, knows about the current map URI
and whether the session is in progress.
DoomsdayApp has new methods that get called when saving and loading
games, so that engine-side state can be included.