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

feat(Core/MapUpdate): switch from ACE_Method_Request to PCQ #3459

Merged
merged 11 commits into from
Nov 13, 2020

Conversation

Winfidonarleyan
Copy link
Member

@Winfidonarleyan Winfidonarleyan commented Sep 9, 2020

CHANGES PROPOSED:

  • Switch from ACE_Method_Request to PCQ
  • Detele DelayExecutor

ISSUES ADDRESSED:

TESTS PERFORMED:

  • Build and in-game

HOW TO TEST THE CHANGES:

  • Check core performance when updating maps (enter in the world and wait ~1-2 min, change area)
  • Check work LFG system

Target branch(es):

  • Master

How to test AzerothCore PRs

When a PR is ready to be tested, it will be marked as [WAITING TO BE TESTED].

You can help by testing PRs and writing your feedback here in the PR's page on GitHub. Follow the instructions here:

http://www.azerothcore.org/wiki/How-to-test-a-PR

@@ -708,11 +708,9 @@ void Map::VisitNearbyCellsOf(WorldObject* obj, TypeContainerVisitor<acore::Objec

void Map::Update(const uint32 t_diff, const uint32 s_diff, bool /*thread*/)
{
uint32 mapId = GetId(); // pussywizard: for crashlogs
sLog->outDebug(LOG_FILTER_POOLSYS, "%u", mapId); // pussywizard: for crashlogs

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sLog->outDebug(LOG_FILTER_POOLSYS, "%u", mapId); // pussywizard: for crashlogs

in end of func

@Winfidonarleyan Winfidonarleyan mentioned this pull request Sep 10, 2020
33 tasks
@FrancescoBorzi
Copy link
Contributor

@Winfidonarleyan please check the commits

@FrancescoBorzi
Copy link
Contributor

@Winfidonarleyan I guess you need to merge lastest master into your PR

@Mitradis
Copy link
Contributor

cant merge, conflicts, need update for test.

@FrancescoBorzi
Copy link
Contributor

@Winfidonarleyan

@FrancescoBorzi FrancescoBorzi added the Merge Conflicts There are merge conflicts that need to be solved label Nov 11, 2020
@github-actions github-actions bot added the CORE label Nov 11, 2020
@Viste
Copy link
Contributor

Viste commented Nov 11, 2020

@FrancescoBorzi fixed

@FrancescoBorzi FrancescoBorzi added Waiting to be tested and removed Merge Conflicts There are merge conflicts that need to be solved labels Nov 12, 2020
@FrancescoBorzi
Copy link
Contributor

thanks @Viste , @Mitradis can you test now?

@Mitradis
Copy link
Contributor

Mitradis commented Nov 13, 2020

Yes, thx. i reassembled and rebuild server. All fork fine. CTRL+C crashes remained.

@Kitzunu

This comment has been minimized.

@Winfidonarleyan Winfidonarleyan merged commit 543753b into azerothcore:master Nov 13, 2020
@Winfidonarleyan Winfidonarleyan deleted the ace-method-request branch November 13, 2020 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants