DarkRadiant: master bba97e39

Author Committer Branch Timestamp Parent
greebo greebo master 19.04.2020 10:09 master 91069c01
Affected Issues  0005168: Autosaves don't save last camera angle & position
Changeset 0005168: Change MapPosition class to store properties to the map root's property bag immediately. DR no longer stores the map position as dummy spawnargs to the worldspawn, since we now have a property store in the map root to hold them. Legacy key values found on worldspawn are automatically converted to root properties on map load.
Add events to MapExport class to be able to inject data to the exported scene, regardless of the format or what type of scene is exported.
mod - radiant/map/Map.cpp Diff File
mod - radiant/map/MapPosition.cpp Diff File
mod - radiant/map/MapPosition.h Diff File
mod - radiant/map/MapPositionManager.cpp Diff File
mod - radiant/map/MapPositionManager.h Diff File
mod - radiant/map/MapResource.cpp Diff File
mod - radiant/map/MapResource.h Diff File
mod - radiant/map/algorithm/MapExporter.cpp Diff File
mod - radiant/map/algorithm/MapExporter.h Diff File