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

Feature: Export *all* raids to JSON #14

Merged
merged 1 commit into from
Jan 16, 2023
Merged

Feature: Export *all* raids to JSON #14

merged 1 commit into from
Jan 16, 2023

Conversation

asiegman
Copy link
Contributor

@asiegman asiegman commented Jan 16, 2023

Adds a feature that exports all raids to the previously made JSON structure. This will allow us to import these into a different system programmatically.

This is really slow; it has to load the raid from this massive table in the super inefficient way that LoadRaid() works for every raid.

I can limit it by date in code, not configurable yet, to do more manageable chunks.

Also some extras in here from moving to Visual Studio 2022.

@asiegman asiegman merged commit c799b91 into master Jan 16, 2023
@asiegman asiegman deleted the export-all-raids branch January 16, 2023 20:19
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.

1 participant