| Age | Commit message (Collapse) | Author |
|
By Malcrom, closes #2070
|
|
By @Killyana
Closes #4878
|
|
Updates #2070
|
|
By @Killyana, Initial work by @tkrokli
Closes #14294
|
|
Finished unless I find anything else that is missing or anything else that is needed in script.
Closes #14422
|
|
* Thanks @Shauren for pointing out.
* Also removes an invalid argument thanks @jackpoz for noticing.
(cherry picked from commit 8e48ef7863c5018aa185913ce6a616e46ef5b17e)
|
|
(cherry picked from commit 495af75b7e21a2a84231b0540a6f2b9ed349ea58)
|
|
* warning: when initialized here [-Wreorder]
* thanks to @Vincent-Michael
(cherry picked from commit cff3910ec82b9f5ebc462a756ce39cc062120cfa)
|
|
Fix some Flame Leviathan issues:
- Fix boss evading all the time due to bad Doors check
- Opened "Lightning Door" to other bosses only after boss dies
- Eject players from the vehicles when boss dies, make them untargetable and despawn them after 5 minutes (adjust the time to the blizzlike time of choice)
|
|
|
|
|
|
Preparations for TDB release
|
|
new and edited sql updates through file lists and hashing. Detects renames, deletes and is able to create and auto import full databases. * cleanups in main.cpp of world & bnetserver * refactoring in DatabaseWorkerPool.h & MySQLConnection.cpp
Make sure you re-run cmake, because boost::iostreams was added as dependency.
Maybe you need to install libboost-iostreams1.55-dev on unix as well.
Import every update manual until (included) those INSERT IGNORE updates for each database.
Thanks DDuarte and Shauren for your amazing ideas, help and advises.
In hope that nobody gets a "Your database structure is not up to date..." anymore ,-)
(cherry picked from commit 352012e53173372ebc82898e1b6854c983b01b25)
(cherry picked from commit 1f7f9feafc3f5017d617634ae993d2cdf4430920)
For 3.3.5:
* Synchronized ConfigureBoost.cmake with 6.x, libboost-filesystem1.55-dev also added as dependency!
Signed-off-by: Naios <naios-dev@live.de>
Signed-off-by: Nayd <dnpd.dd@gmail.com>
|
|
By @Killyana
Closes #14413
|
|
By @Killyana
Closes #2692
|
|
|
|
By Malcrom (no, he is not back)
|
|
|
|
|
|
Scripts/Spells: Hand of Reins - Questsupport for 'Mounting Up'
|
|
|
|
|
|
Crash fix in .gps command
|
|
|
|
readability
Original code by @Shocker (6.x branch)
|
|
* Assignment of function parameter has no effect outside the function. Did you forget dereferencing it?
-> This argument is passed by value, it makes no sence so set it to null here.
* Member variable 'instance_violet_hold_InstanceMapScript::bWiped' is not initialized in the constructor.
(cherry picked from commit 433bc289c2c82b7377ad0189e415a3ca070d220f)
|
|
* fixes detecting support of <initializer_list>
* fixes build on solaris
(cherry picked from commit e40a5bf0b1483ce4275464a0a75a3d99035ca71c)
|
|
* probably fixes gcc compile after adding cppformat
(cherry picked from commit a610dea85c77da9ce6c2be5b10f8259e3f315227)
|
|
(cherry picked from commit d64e6ffade392be32f634b32658a6e0353f369c1)
|
|
by @untaught closes #3977
|
|
|
|
(cherry picked from commit 3eaace1508e818c4f651eaaf8792cc60a766890f)
|
|
|
|
Type safe logging
(cherry picked from commit cc0c9add5a3f3a17e19029ddcaa7e711040f4fc5)
Conflicts:
src/server/bnetserver/CMakeLists.txt
src/server/game/Server/WorldSocketMgr.cpp
src/server/shared/Logging/AppenderDB.cpp
src/server/worldserver/CMakeLists.txt
|
|
* Possible inefficient checking for 'list' emptiness.
* Variable '_scheduledScripts' is assigned in constructor body.
Consider performing initialization in initialization list.
* Variable 'Text' is assigned in constructor body.
Consider performing initialization in initialization list.
* Possible inefficient checking for 'm_loadedScripts' emptiness.
(cherry picked from commit 9a61049f88835fd6bdb75905f042583d038d0667)
Conflicts:
src/server/game/Server/Packets/TicketPackets.cpp
|
|
* Either inefficient or wrong usage of string::find(). string::compare() will
be faster if string::find's result is compared with 0, because it will not scan the whole string.
If your intention is to check that there are no findings in the string,
you should compare with std::string::npos.
* C-style pointer casting detected. C++ offers four different kinds of casts as replacements:
static_cast, const_cast, dynamic_cast and reinterpret_cast.
(cherry picked from commit 8882a6ca78e90d2980a3cd8d53acea9d2137f8b8)
|
|
missing things to Journey to Undercity's quest end event
Closes https://github.com/TrinityCore/TrinityCore/pull/14094
Thans to @Killyana @Rushor @jaredjones and all others who helped with this
|
|
|
|
* Fordring statue will only be visible on a realm where the realm first is rewarded for http://www.wowhead.com/achievement=4576/realm-first-fall-of-the-lich-king otherwise this is replaced with fountain
* Dedication of honor will play lich king video to a player who has killed the lich king
* Correct flags for fountain object.
|
|
Core/Condition: Realm Achievement condition
|
|
By Malcrom (no, he is not back)
|
|
by @Killyana + @danlapps
closes #10234
|
|
This was already fixed with updates but changing here so this wont cause problems if people try to commit later.
|
|
By Malcrom (no, he is not back)
|
|
By Malcrom (no, he is not back)
|
|
- Partly Fixes https://github.com/TrinityCore/TrinityCore/issues/5754
@DRJ has SQL examples
|
|
By Malcrom (no, he is not back)
|
|
By Malcrom (no he is not back)
|
|
|
|
|