jefflunt / rpglogger

(retired) Build your own strategy guide for any RPG
6 stars 0 forks source link

Allow merging of sections, including all SectionProperties #115

Open jefflunt opened 12 years ago

jefflunt commented 12 years ago

Merging two sections is a matter of:

  1. Moving all SectionProperties from one section to the other, and updating the sort order
  2. Moving all WorldObjects to the new Section
  3. Building values for new SectionProperties, for both sets of WorldObjects (source + destination)