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

[Tasks] Schema simplification #2449

Merged
merged 13 commits into from
Sep 28, 2022
Merged

Commits on Sep 28, 2022

  1. Combine task_activity item and npc fields

    This will make tooling easier.
    
    While denormalizing goallists may not be ideal, it decouples tasks from
    rewards which share the table and removes a redundant column in favor
    of a using the delimited string which better matches live packet data.
    hgtw authored and Akkadius committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    64c5292 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b596784 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9ca3b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e768ad View commit details
    Browse the repository at this point in the history
  5. Tweaks

    Akkadius committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    ec68e2b View commit details
    Browse the repository at this point in the history
  6. Fix reward column name in conversion script

    hgtw authored and Akkadius committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    1e136c4 View commit details
    Browse the repository at this point in the history
  7. Task reward stacking

    Akkadius committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    512f29c View commit details
    Browse the repository at this point in the history
  8. Update task_client_state.cpp

    Akkadius committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    1b27b43 View commit details
    Browse the repository at this point in the history
  9. Implement stack counts

    Akkadius committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    462f1a2 View commit details
    Browse the repository at this point in the history
  10. Fix reward item instance memory leak

    hgtw authored and Akkadius committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    494789f View commit details
    Browse the repository at this point in the history
  11. Validate reward item instance

    hgtw authored and Akkadius committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    9f1519c View commit details
    Browse the repository at this point in the history
  12. Fix item reward message

    hgtw authored and Akkadius committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    9118d13 View commit details
    Browse the repository at this point in the history
  13. Fix findtask

    Akkadius committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    41b372a View commit details
    Browse the repository at this point in the history