Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use IDs instead of indices for mission data #396

Open
cxong opened this issue Apr 4, 2016 · 0 comments
Open

Use IDs instead of indices for mission data #396

cxong opened this issue Apr 4, 2016 · 0 comments
Labels

Comments

@cxong
Copy link
Owner

cxong commented Apr 4, 2016

The mission data currently uses index numbers. This makes the campaign editor flaky: delete an item, and all other references to that item now point to a different item. E.g. objectives, characters. Instead, use an ID number unrelated to their position in the arrays. This includes:

  • Characters (enemies, kill/rescue objectives, static characters)
  • Objectives (static objectives)

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@cxong cxong added the bug label Apr 4, 2016
@cxong cxong added this to the Polishing milestone Apr 4, 2016
cxong added a commit that referenced this issue Apr 4, 2016
@cxong cxong modified the milestones: Polishing, Wishlist Feb 19, 2017
@cxong cxong removed this from the Backlog milestone Aug 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant