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

Asynchronous script cache reload functionality #488

Merged
merged 6 commits into from
Jul 19, 2024
Merged

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    6b3adff View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Make reload thread joinable

    This allows us to cleanly shut down if the reload thread is running
    Foereaper committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    8c6c47c View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Flag new Lua states to reload if created during cache reload

    Also some restructure/cleanup of the ElunaLoader class and functions
    Foereaper committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    5b63bf5 View commit details
    Browse the repository at this point in the history
  2. Fix compile warnings

    Foereaper committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    31b3702 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Member variable cleanup

    Foereaper committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    4d67920 View commit details
    Browse the repository at this point in the history
  2. Move map tokenizer and getter to ElunaConfig

    This is a much more appropriate place for this than the Loader
    Foereaper committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    9c5a3b2 View commit details
    Browse the repository at this point in the history