Skip to content

Fix gomove_master build after upstream master merge#180

Merged
Rochet2 merged 176 commits into
gomove_masterfrom
fix/gomove_master-upstream-merge
May 26, 2026
Merged

Fix gomove_master build after upstream master merge#180
Rochet2 merged 176 commits into
gomove_masterfrom
fix/gomove_master-upstream-merge

Conversation

@Rochet2

@Rochet2 Rochet2 commented May 25, 2026

Copy link
Copy Markdown
Owner

Summary

The scheduled merge workflow merges TrinityCore/TrinityCore master into gomove_master and builds with -DWITH_WARNINGS_AS_ERRORS=1. The branch had fallen behind upstream and needed a fresh merge before CI could push again.

This PR merges the latest upstream master into gomove_master. The merge applied cleanly — no conflict resolution or source fixes were required.

What was wrong

gomove_master was no longer an ancestor of upstream master, so the automerge job would attempt another merge/build cycle. The branch itself had already been updated for current ObjectGuid usage in GOMove.cpp (IsEmpty() checks and addon whisper path).

What was fixed

No manual code changes beyond the merge commit itself.

Area Result
Merge topology Proper 2-parent merge commit, matching CI history
GOMove.cpp Already compatible with upstream APIs after merge

Test plan

  • Merge this PR into gomove_master.
  • Confirm the merge workflow _master (gomove_master, …) jobs pass.
  • In-game: load the GOMove addon and verify ADD/REMOVE addon messages.
  • Spawn and delete a temporary GO via the addon; verify DB removal and owner unlink behavior.

trueorfalse666 and others added 30 commits March 21, 2026 03:08
…iable during revision_data.h generation (TrinityCore#31732)

* Fixes more edge cases with localized output from Get-CimInstance
…s columns (should apply to all races/classes)
…ride transmog to characters still in Initial spec

Closes TrinityCore#31749
…plate bloat

* Replace std::enable_if with concept constraints
* Move code not dependent on template arguments out of template function bodies
* Reduce number of ChatCommandResult copies made during parsing
* Changed ChatCommandTable subcommands argument from std::vector<> const& to std::span<> and convert command definitions to arrays
* Allow ChatHandler arguments to be const
…r of the Void (84998) and Blessings Be Upon You (85001) (TrinityCore#31689)
Shauren and others added 26 commits May 11, 2026 11:02
…tly always printed before battleground starts and replaced its trinity_string entry with proper battleground status packet
by jildor, closes TrinityCore#28854

(cherry picked from commit fe81161)
@Rochet2 Rochet2 force-pushed the fix/gomove_master-upstream-merge branch from 9db5839 to 9588ceb Compare May 25, 2026 22:34
@Rochet2 Rochet2 merged commit 192ab58 into gomove_master May 26, 2026
10 checks passed
@Rochet2 Rochet2 deleted the fix/gomove_master-upstream-merge branch May 26, 2026 01:06
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.