libdeng2: Renamed DependAssets to AssetGroup, dropped SuspendTime policy
AssetGroup is a more descriptive and simpler name.
The SuspendTime policy was not abstract/generic enough -- the correct way to do this is to have an AssetGroup in de::Clock for determining when clock time can advance: if a Required asset is not ready, time will not advance.
libdeng2: Renamed DependAssets to AssetGroup, dropped SuspendTime policy
AssetGroup is a more descriptive and simpler name.
The SuspendTime policy was not abstract/generic enough -- the correct
way to do this is to have an AssetGroup in de::Clock for determining
when clock time can advance: if a Required asset is not ready, time
will not advance.