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

Changed how data pushed to lua is validated to use weak_ptr #469

Merged
merged 8 commits into from
Jul 13, 2024

Commits on Mar 14, 2024

  1. Changed how data pushed to lua is validated to use weak_ptr based imp…

    …lementation
    
    * Removed additional indirection when pushing 64 bit integers and ObjectGuids
    Shauren committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    480875c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd6de45 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Merge branch 'master' into use_weaks

    # Conflicts:
    #	ElunaTemplate.h
    #	LuaFunctions.cpp
    #	TrinityCore/PlayerMethods.h
    Shauren committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    ff9b7ca View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

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

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    0fae48d View commit details
    Browse the repository at this point in the history
  2. Wrap weak pointer implementation in ifdefs for now

    This should make cmangos build fine until a future PR can be done
    Foereaper committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    e3696b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Configuration menu
    Copy the full SHA
    7ba7506 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29d5388 View commit details
    Browse the repository at this point in the history