| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
[6.x] Core/Spell: changed target of spell 102445 Summon Master Li Fei
|
|
|
|
|
|
that had their structures changed
|
|
* Closes #15012
Signed-off-by: Naios <naios-dev@live.de>
(cherry picked from commit c9751eb1f822df6a92b7820328a7b7f025d0c997)
|
|
* Not needed, and causes trouble when using _DespawnAtEvade()
* Closes #16786
(cherry picked from commit acf66813537385c34b620fc5f970d2df35a73d60)
|
|
* Uses system API's which reduces the overhead
instead of checking periodically for changes.
* Will be used in the hotswap system to reload
shared libraries on changes.
|
|
Tools/ConnectionPatcher: patch 'versions' by default to prevent auto-…
|
|
* Ref cd777f97a18
|
|
* Hackfix to solve an unresolved issue in clang that the visibility
flag is ignored in some explicit template specializations.
* See https://llvm.org/bugs/show_bug.cgi?id=24815
* See https://llvm.org/bugs/show_bug.cgi?id=23667
|
|
|
|
* There is still the possibility to static link against game.
|
|
* There is still the possibility to static link against shared.
|
|
* There is still the possibility to static link against database.
|
|
* There is still the possibility to static link against common.
|
|
* exluding 32 bit when dyynamic linking is disabled.
|
|
* makes it possible to access exported singletons from other shared lib's.
* reduces binary size
|
|
|
|
https://github.com/cmangos/mangos-wotlk/commit/5ef2f17
(cherry picked from commit 2df2f56f8c1cfdaf47e3e5853d7d9a80c217cc20)
|
|
auto-updating of executables
* On executable drag and drop it will find the current build number and apply the correct versions patch.
* This prevents patched executables from auto-updating and causing incorrect version errors.
* Also removed "-e" functionality as this change renders it obsolete.
|
|
closes #16313
by msoky
|
|
|
|
Including the weird quirks.
Changes:
* Deposit caculated according to same rule as client. (detailed below). Should always match client deposit now
* Deposit for multiple auctions now only collected once. Deferred calculation of deposit until all auctions listed.
Deposit calculation is as follows:
Base deposit calculation = MSV x 15/75% (depending on AH). However this is not rounded. Case to int is used (so always round down)
The remainder is held in a float.
The base is then multiplied by number of items, and the time multiplier (x2 for 24 hour, x4 for 48 hour)
The nearest (no of items or lower) no of items when multiplied by the remainder that creates a whole number is then multiplied by the time multiplier (x1/x2/x4) and then added to deposit.
Example:
Item sell price 1s25. Deposit 18.75c (15% of 1s25). So base deposit = 18, remainder 0.75. Time 24h (x2) Item count 1 = 36c. Remainder = 0.75 (n) Min = 1s. Deposit 1s
Item sell price 1s25. Deposit 18.75c (15% of 1s25). So base deposit = 18, remainder 0.75. Time 24h (x2) Item count 2 = 72c. Remainder = 1.50 (n) Min = 1s. Deposit 1s
Item sell price 1s25. Deposit 18.75c (15% of 1s25). So base deposit = 18, remainder 0.75. Time 24h (x2) Item count 3 = 108c. Remainder = 2.25 (n) Min = 1s. Deposit 1s08c
Item sell price 1s25. Deposit 18.75c (15% of 1s25). So base deposit = 18, remainder 0.75. Time 24h (x2) Item count 4 = 144c. Remainder = 3.00 (n) Min = 1s. Deposit 1s50c (144c + (3c * 2))
Horrible kludge, to re-create a very weird deposit method.
Closes #15674 (PR)
Closes #15643 (Issue)
(cherry picked from commit 0ac442f19fcfa8c39775c5ae06bba8f3bcbd0407)
# Conflicts:
# src/server/game/AuctionHouse/AuctionHouseMgr.h
|
|
Fixes -Winconsistent-missing-override
(cherry picked from commit ac727ab208e592c7a2d01ebe321944402860c3ae)
|
|
Relax const uses in BossBoundaryEntry so the compiler can generate proper
copy assignment operator (error C2582: 'operator =' function is unavailable in 'BossBoundaryEntry')
Also renamed its members to match our coding standards
(public members should be UpperCamelCase)
(cherry picked from commit 954323d9cb13d4ab3d478bcb51eeb157009d8853)
|
|
Closes #16295
(cherry picked from commit cdf7ac60965fb280461fc1db24ee4784c7336142)
|
|
(cherry picked from commit 1050b68899c661ea09da9e36edb82e8648393673)
|
|
By @Treeston
Closes #16176
(cherry picked from commit 7f5805f30841697a67ff37163d08544a3f148414)
|
|
By @Treeston
Closes #16170
(cherry picked from commit 8b30ee0e39ffac4b96fdb02855592eaebc69c229)
|
|
By @Saben65
Closes #16140
(cherry picked from commit 3d9f997478cc95592c121675a2daabbb6074a551)
|
|
Closes #16304
(cherry picked from commit cb064601a8177c808a80fa72eadd6367432e0977)
|
|
Update https://github.com/TrinityCore/TrinityCore/commit/01beba21b5210860ddd6a37471c6b2bea77a369e to more reliabily complete quest to actually allow quest to be returned rather than just been marked as complete in quest log and on map but quest giver still showing grey ? ad grey continue button.
(cherry picked from commit 6d10b920718fdbaf526254d74d906733edcb561d)
|
|
By @Saben65
Closes #16212
(cherry picked from commit 696a66155b5c03daa6478f651bed949f5eca8b60)
|
|
By @Saben65
Closes #16185
(cherry picked from commit bf71f51fba8902abb0588ccc6bf0f425c3604460)
|
|
Closes #16167
(cherry picked from commit 2e595543bbae1bf3987fa679eed79625d450dd51)
|
|
Closes #15988
(cherry picked from commit 1e75569852d5a4c82b5c9ff5d761234967a9fc91)
|
|
By @Saben65
Closes #16214
(cherry picked from commit 34847ea44a48911c113cd3ee6faf5d42be81ad4f)
|
|
(cherry picked from commit 0316dff24530da83ef3466500ee8bd4e1af548ba)
|
|
(cherry picked from commit 5b8b8c653039ec2add0b3a66468abb85e6f35054)
|
|
Core/Spells Implement SpellScript needed for Achievement The Turkinator
(cherry picked from commit 529899675ab3ef58c7c564bd17e0339bcbbddc23)
|
|
(cherry picked from commit 48940e292fdde1042f096cac507c2b1b54e8146b)
|
|
(cherry picked from commit 90914518184061d06c7bfba0aebc4ac03b23104f)
|
|
Closes #12304
Closes #16183
(cherry picked from commit 3c3cde028cbcab64d463707e192fc333d8cadda0)
|
|
By @Helias
Closes #16131
(cherry picked from commit 614ae6cba93498bd153be6da79231c704d90b9ab)
|
|
Closes #16159
(cherry picked from commit 69d59885c459b6a8f12384c401784edfc18d6888)
|