| Age | Commit message (Collapse) | Author |
|
Conflicts:
src/server/scripts/EasternKingdoms/zone_tirisfal_glades.cpp
|
|
http://www.wowhead.com/quest=1819/ulag-the-cleaver
|
|
Fix a crash happening with GAMEOBJECT_TYPE_SUMMONING_RITUAL GameObjects if a Player clicked on the GO, logged out and let another Player click on it.
Issue added in 464c0c16116dfd22b3c104165ce6edd7b7f4a3d4
Fixes #11856
|
|
|
|
|
|
Conflicts:
src/server/game/Handlers/ChatHandler.cpp
|
|
pathing ended.
|
|
Core/Spells: Fixed Sweeping Strikes damage
|
|
|
|
|
|
Log the System Error id returned by GetLastError() in case FormatMessage() doesn't find a proper description for that message.
|
|
Core/Chat: Fix AddonMessaging and logging
|
|
|
|
[4.3.4] Revert CMakeLists.txt mistake for mmaps
|
|
Core/Spells: Fix SPELL_DAMAGE_CLASS_NONE unable to crit
|
|
this revert 401527c
because when I select "tools" in cmake, mmaps_generator isn't in project and can't compile
i didnt select meshextractor, only tools in cmake
meshextractor have problem during compile with library
|
|
|
|
.cheat god command should also affect on falling damage.
|
|
Corrected logic mistake where switch fallthrough was intended (or should have been).
Fixes the following.
// Earth Shield
// Lifebloom Final Bloom
// Divine Hymn
// Item - Bauble of True Blood 10m
// Item - Bauble of True Blood 25m
|
|
|
|
Add Line of Sight checks to WorldObject::GetNearPoint(), fixing to TargetedMovementGenerator not reaching a point with valid LoS to the target and MotionMaster::MoveKnockbackFrom() knocking creatures inside walls.
Remove unused code.
|
|
Conflicts:
src/server/game/Entities/Unit/Unit.cpp
|
|
Fix SPELL_AURA_MOD_AOE_AVOIDANCE
|
|
There is not a single spell using this aura, but now it works :)
|
|
|
|
|
|
Partially revert 8edf6247c087884acd8c873a57c6f414e19091ec
|
|
Fix uninitialized values in Ulduar script reported by Valgrind.
|
|
Handle BasicType btChar and custom type std::basic_string<char,std::char_traits<char>,std::allocator<char> > (std::string).
This allows WheatyExceptionReport to log the text stored in char*, char[] and std::string.
|
|
|
|
This wasnt the correct way to fix trinkets and talents that should proc on periodic heals, as it also made talents that procs off spells with casttime proc...
Mentioned are affected, but there is a potential fix in:
https://github.com/TrinityCore/TrinityCore/issues/1896
NOTE to self: learn to use the proc_flag table
|
|
Conflicts:
sql/old/3.3.5a/TDB52_to_TDB53_updates/world/2013_07_24_00_world_spell_script_names.sql
sql/updates/world/2013_07_24_00_world_spell_script_names.sql
sql/updates/world/2013_07_24_00_world_spell_script_names_335.sql
src/server/game/Achievements/AchievementMgr.cpp
src/server/game/Achievements/AchievementMgr.h
src/server/game/Battlegrounds/ArenaTeamMgr.cpp
src/server/game/Chat/ChatLink.cpp
src/server/game/DataStores/DBCStores.cpp
src/server/game/DataStores/DBCStructure.h
src/server/game/DataStores/DBCfmt.h
src/server/game/Entities/DynamicObject/DynamicObject.h
src/server/game/Entities/Object/Object.cpp
src/server/game/Entities/Player/Player.cpp
src/server/game/Entities/Unit/StatSystem.cpp
src/server/game/Entities/Unit/Unit.cpp
src/server/game/Entities/Unit/Unit.h
src/server/game/Groups/Group.cpp
src/server/game/Handlers/QuestHandler.cpp
src/server/game/Miscellaneous/SharedDefines.h
src/server/game/Spells/Auras/SpellAuraEffects.cpp
src/server/game/Spells/Auras/SpellAuras.cpp
src/server/game/World/World.h
src/server/scripts/Commands/cs_character.cpp
src/server/scripts/Commands/cs_lookup.cpp
src/server/scripts/Commands/cs_titles.cpp
src/server/scripts/EasternKingdoms/ZulAman/boss_halazzi.cpp
src/server/scripts/EasternKingdoms/ZulAman/boss_zuljin.cpp
src/server/scripts/EasternKingdoms/ZulGurub/boss_jeklik.cpp
src/server/scripts/Kalimdor/zone_darkshore.cpp
src/server/scripts/Kalimdor/zone_mulgore.cpp
src/server/scripts/Kalimdor/zone_tanaris.cpp
src/server/scripts/Northrend/IcecrownCitadel/boss_the_lich_king.cpp
src/server/scripts/Spells/spell_dk.cpp
src/server/scripts/Spells/spell_mage.cpp
src/server/scripts/Spells/spell_rogue.cpp
src/server/shared/Database/Implementation/CharacterDatabase.cpp
src/server/shared/Database/Implementation/CharacterDatabase.h
src/tools/vmap4_extractor/mpq_libmpq04.h
|
|
|
|
Fix a case where valid chat links would have been handled as invalid.
This happened if these conditions were true:
- the link was a profession and the link name started with the same name of the profession, like spell id 61120 in esES locale "Inscripción de la tormenta de maestro" with profession name "Inscripción"
- the profession name was the same for more than 1 locale available, like esES and esMX, or enUS and enGB
Restore memmove() instead of memcpy() wrongly replaced in 791130f6faf6294d2cb27bec409d7b4ee855243f , it's unsafe to use memcpy() with overlapping memory regions.
|
|
|
|
Core/SmartScripts: SMART_ACTION_EQUIP prevent to false errors
|
|
|
|
|
|
a4487f8f58d6e19e0499f4a612e66819ae4c9b22 -.-
|
|
|
|
By untaught, closes #5412
|
|
Fix Position members not being always initialized.
Valgrind log:
at : Position::NormalizeOrientation(float) (Object.h:388)
by : Position::SetOrientation(float) (Object.h:315)
by : Position::Relocate(Position const&) (Object.h:310)
by : spell_ulduar_stone_grip::spell_ulduar_stone_grip_AuraScript::OnRemoveVehicle(AuraEffect const*, AuraEffectHandleModes) (boss_kologarn.cpp:592)
|
|
|
|
|
|
|
|
Fix trinket/talent procs on hots done/taken
|
|
|
|
|
|
|
|
|