| Age | Commit message (Collapse) | Author |
|
Fixes for 6.x
|
|
|
|
|
|
|
|
|
|
|
|
1995dcab7674c9ebae6ab8577e276cf27afeed4d
|
|
|
|
|
|
* It let ide's (like vs) display the source tree.
* Disabled by default.
* Soft requirement is cmake >= 2.8.12 .
* Offers 2 modes: flat & hierarchical.
* For detailed description see #14471
* Thanks @click for help and advises.
* Closes #14471
(cherry picked from commit c386711972260aa7b877cdc8cb49d24576ce1902)
Conflicts:
src/server/authserver/CMakeLists.txt
|
|
Conflicts:
src/server/game/Handlers/MiscHandler.cpp
src/server/game/Server/Protocol/Opcodes.cpp
|
|
Spells/Mage: Correct typo in Time Warp script
|
|
|
|
(cherry picked from commit 058457dda9227f50c2ea8ab66769694602aa797a)
Conflicts:
src/server/scripts/Kalimdor/zone_bloodmyst_isle.cpp
|
|
|
|
[6.x] Heroism/Bloodlust/Time Warp
|
|
|
|
Time Warp should also check for the Fatigued debuff given when a Hunter's Nether Ray pet casts Netherwinds.
|
|
Bloodlust and Heroism should also check for the Fatigued debuff from Nether Ray Hunter Pets "Netherwinds" ability.
|
|
closes #1815
* Add missing Waypoint
* Improve Aggrobehaviour
* Add BroascasttextIDs
* Update to current GUID-Handling
Original Patch by @trickerer
(cherry picked from commit f1101b145bab9ce24f39802c2f554d7f9d695dbd)
|
|
|
|
Transformation
closes #12165
(cherry picked from commit 6080234e98cbff62e4f508116a4ebbaa8f4516ad)
|
|
Conflicts:
src/server/collision/Management/MMapManager.cpp
src/server/game/Conditions/ConditionMgr.cpp
src/server/game/Conditions/ConditionMgr.h
|
|
|
|
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)
(cherry picked from commit d888e4c7ad5ce48eb1f550b3e142dad16c026d0c)
|
|
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 ,-)
Signed-off-by: Naios <naios-dev@live.de>
Signed-off-by: Nayd <dnpd.dd@gmail.com>
|
|
adfd8a6 - Scripts/Mulgore: The Plains Vision - Move Corescrript to SAI
c21a600 - Delete zone_mulgore.cpp
87f40a5 - Scripts/Kalimdor: Remove Mulgorescripts
8904a94 - Scripts/The Barrens: Add missing Text for 'The Escape'
cfc5fb2 - DB/Misc: Fix a few startup errors from recent Updates (Script part)
|
|
by @untaught closes #3977
(cherry picked from commit 588b92ee0570146b37cd6211aeb32354781aada0)
|
|
(cherry picked from commit ea78bce592b66c72230b63871024e83536b693b7)
|
|
Conflicts:
src/server/game/Miscellaneous/Language.h
(cherry picked from commit 461daadcaf0cafa410c740e6376090c27a1df8ff)
|
|
* 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.
* Mismatching allocation and deallocation: Data
|
|
Core: Move FillCirclePath function to MotionMaster
Closes #14371
(cherry picked from commit cf14e9051d15e33ca9fa87be3287d2a628faedef)
|
|
(cherry picked from commit 0c7c25d6ed05355c1dfd0e1ca1179d8f20602073)
|
|
(cherry picked from commit a8a5fae4f9055d1099b63bb462cbc5b0b47c2d48)
|
|
Type safe logging
|
|
missing things to Journey to Undercity's quest end event
Closes https://github.com/TrinityCore/TrinityCore/pull/14094
Thanks to @Killyana @Rushor @jaredjones and all others who helped with this
(cherry picked from commit a76722ccef8ffb719d5736e9220a94415bd88a5d)
|
|
available.
|
|
swap logic
|
|
* improves safety and log speed through:
- variadic templates
- perfect forwarding
* fixes a newline in db logs
* improve performance of Appender::write by using std::ostringstream && std::move
|
|
* Prefer prefix ++/-- operators for non-primitive types.
* Variable 'ownerBonus' is reassigned a value before the old one has been used.
* Fix a wrong type of ownerBonus, sometimes it is float sometimes uint32
|
|
Core/Mail: fix a logic error introduced in 829e11b6623f967672143d79cd8d31772f54866d
|
|
|
|
|
|
|
|
(cherry picked from commit a99d57b0a3e88c86768957bd8d61f8b3b3fada90)
|
|
is moves across
Closes #14131
(cherry picked from commit ceea37c9e3304ea2b387b7d3f6ea201b43c2615d)
|
|
|
|
(cherry picked from commit 5009d67f0c0dd90131ac6f81299e3719e2690ca1)
|
|
fix an startup error
|
|
|