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

Actor view/flag goodies #2388

Merged
merged 1 commit into from
Jan 23, 2023

Conversation

garrettjoecox
Copy link
Contributor

@garrettjoecox garrettjoecox commented Jan 23, 2023

This PR does a few things

  • Actor viewer now uses pointer rather than copies, meaning you can now live edit the selected actor's properties, rather than it being read only
  • Add actor->flags and actor->bgCheckFlags displays to actor viewer, the are also using pointers so you can change the state on the fly
  • Add playerState1, playerState2, playerState3, and unk_6AE (another playerState similar bitmap) to the flags tab in the save editor, also using pointers so these can be changed on the fly.
  • Add "Set All" and "Clear All" buttons to each of the "Current" flags sections in the save editor flags tab
  • Extract DrawFlagArrayN to UIWidgets

Screen Shot 2023-01-23 at 3 12 15 PM

Screen Shot 2023-01-23 at 3 13 34 PM

Build Artifacts

@briaguya-ai briaguya-ai merged commit e5bc518 into HarbourMasters:develop Jan 23, 2023
@garrettjoecox garrettjoecox deleted the more-player-flags branch January 23, 2023 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants