libdoomsday|Client|Server: Game profiles are used when loading games
The game profile includes the game ID plus any user-selected additionalpackages, so it is natural fit for game change operations.
DoomsdayApp keeps track of the currently loaded profile in additionto the current game ID.
Code that previously dealt with Game objects now operates on gameprofiles.
Todo: Multiplayer game profiles should be transferred from the server.
View differences
libdoomsday|Client|Server: Game profiles are used when loading games
The game profile includes the game ID plus any user-selected additional
packages, so it is natural fit for game change operations.
DoomsdayApp keeps track of the currently loaded profile in addition
to the current game ID.
Code that previously dealt with Game objects now operates on game
profiles.
Todo: Multiplayer game profiles should be transferred from the server.