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

Initial attempt to merge playerbots from zero into two #188

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Mar 28, 2022

  1. Initial attempt to merge playerbots from zero into two

    Most of the changes are pulled from
    mangoszero/server@ee33683
    or mangos zero HEAD.
    leprasmurf committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    cf6f2d8 View commit details
    Browse the repository at this point in the history
  2. Adjust BuyAction for MangosTwo

    Whitespace and buffer overflow fix (PR checks)
    leprasmurf committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    2ba85b1 View commit details
    Browse the repository at this point in the history
  3. Update playerbot from https://github.com/celguar/mangosbot-bots

    Pull in some of the updates from Celguar's playerbot repo.
    leprasmurf committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    c7d8052 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3617ca9 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

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

Commits on Apr 1, 2022

  1. AHBot integration and death knight strategy files

    Post-increments converted to pre-increments for efficiency
    leprasmurf committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    2c99fcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ef5fa9 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. CPP Check fixes

    * Convert <string>.find -> <string>.starts_with
    * Pass string by constant reference instead of value
    * Pre-increment in the for loop post-action
    leprasmurf committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    469fb55 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Fix ahbot module integration

    * Built-in and module auctionhouse bots conflict on the .ahbot command.
    Reconfigure module integration for .auctionbot command and finish
    integrating.
    * cppcheck fixes
    * Bot module documentation
    leprasmurf committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    b5717b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

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