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

[PlayerBot] Initial implementation of playerbots #192

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

Commits on Oct 24, 2023

  1. [PlayerBot] Initial implementation of playerbots

    PargeLenis authored and PargeLenis committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    c98a748 View commit details
    Browse the repository at this point in the history
  2. [PlayerBot] Codestyle Fixes

    PargeLenis authored and PargeLenis committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    4805d12 View commit details
    Browse the repository at this point in the history
  3. [Playerbot] Remove C-style Pointers

    PargeLenis authored and PargeLenis committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    4ed9825 View commit details
    Browse the repository at this point in the history
  4. [Playerbot] Fix explicit constructors

    PargeLenis authored and PargeLenis committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    7c51bfc View commit details
    Browse the repository at this point in the history
  5. [Playerbot] Fix const references

    PargeLenis authored and PargeLenis committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    1bb2f7c View commit details
    Browse the repository at this point in the history
  6. [AHBot] Fix Include Guards Codestyle

    PargeLenis authored and PargeLenis committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    fcbf311 View commit details
    Browse the repository at this point in the history
  7. [Playerbot] String Performance Fixes

    PargeLenis authored and PargeLenis committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    43e6601 View commit details
    Browse the repository at this point in the history
  8. [Playerbot] Remove unused constructors

    PargeLenis authored and PargeLenis committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    4421fe8 View commit details
    Browse the repository at this point in the history
  9. [Playerbot] HelpAction Initialization

    PargeLenis authored and PargeLenis committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    7d21060 View commit details
    Browse the repository at this point in the history
  10. [Playerbot] Fix Teleport Handler

    PargeLenis authored and PargeLenis committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    8ca0690 View commit details
    Browse the repository at this point in the history
  11. [Playerbot] Fix Startup Message

    PargeLenis authored and PargeLenis committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    bdf6257 View commit details
    Browse the repository at this point in the history
  12. [Playerbot] Remove unused conf variables

    PargeLenis authored and PargeLenis committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    5700e37 View commit details
    Browse the repository at this point in the history
  13. [Playerbot] Rewrite CMake

    PargeLenis authored and PargeLenis committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    5455c57 View commit details
    Browse the repository at this point in the history
  14. [Playerbot] Optimization of bot factory

    Initialize availableRaces once outside of class
    Add Death Knight as available class
    Implement mangos logging
    Move bot and guild deletion to separate functions
    PargeLenis authored and PargeLenis committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    31d91e0 View commit details
    Browse the repository at this point in the history
  15. [Playerbot] RndbotMgr improvements

    Add teleport locations cache
    Reduce unnecessary SQL Queries
    PargeLenis committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    162f073 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c496b25 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    685c791 View commit details
    Browse the repository at this point in the history