aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-10Core/GameObjects: Fix crash with Summoning Ritual GOsjackpoz
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
2014-04-10Scripts/Ruby Sanctum: Fixed Halion engaging combat outside of his Flame Ring.Warpten
2014-04-09Scripts/Ruby Sanctum: Fixed Onyx Flamecallers not aggroing players once ↵Warpten
pathing ended.
2014-04-09Merge pull request #11847 from trickerer/SSShauren
Core/Spells: Fixed Sweeping Strikes damage
2014-04-09Fix Sweeping Strikes damagetrickerer
2014-04-08Core/ChatLog: handle chatlog options with extended logging systemjoschiwald
2014-04-08Core/CrashHandler: Log GetLastError() id if no description is foundjackpoz
Log the System Error id returned by GetLastError() in case FormatMessage() doesn't find a proper description for that message.
2014-04-08Merge pull request #11840 from Rochet2/AddonMessagingjoschiwald
Core/Chat: Fix AddonMessaging and logging
2014-04-08Core/Logging: store loggers in cache correctlyjoschiwald
2014-04-08Merge pull request #11857 from Unholychick/masterjackpoz
Core/Spells: Fix SPELL_DAMAGE_CLASS_NONE unable to crit
2014-04-08Merge pull request #11858 from Dimitro/masterDiscover-
.cheat god command should also affect on falling damage.
2014-04-08Fix SPELL_DAMAGE_CLASS_NONE unable to critUnholychick
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
2014-04-08.cheat god should also affect on falling damage.Дмитрий
2014-04-07Core/Movement: Fix LoS issue of NPCs chasing targetsjackpoz
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.
2014-04-07Merge pull request #11849 from Unholychick/masterShauren
Fix SPELL_AURA_MOD_AOE_AVOIDANCE
2014-04-07Fix SPELL_AURA_MOD_AOE_AVOIDANCEUnholychick
There is not a single spell using this aura, but now it works :)
2014-04-06Core/Chat: Fix AddonMessaging and loggingRochet2
2014-04-06Merge pull request #11836 from Unholychick/patch-1jackpoz
Partially revert 8edf6247c087884acd8c873a57c6f414e19091ec
2014-04-05Scripts/Ulduar: Fix uninitialized valuesjackpoz
Fix uninitialized values in Ulduar script reported by Valgrind.
2014-04-05Core/CrashHandler: Add more informations about localsjackpoz
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.
2014-04-05Partly revert 8edf6247c087884acd8c873a57c6f414e19091ecUnholychick
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
2014-04-05Core/Spells: fixed Throw Shield Visual and Clone Weaponjoschiwald
2014-04-04Core/Chat: Fix valid chat links being handled as invalidjackpoz
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.
2014-04-04DB/Creatures: Added some data for dataless NPCsKinzcool
2014-04-03Merge pull request #11823 from MitchesD/core_saiblub
Core/SmartScripts: SMART_ACTION_EQUIP prevent to false errors
2014-04-03Core/SmartScripts: SMART_ACTION_EQUIP prevent to false errorsMitchesD
2014-04-03DB/SAI: Fix few startup errors after 96b3df2Aokromes
2014-04-02DB/Gameobjects: Updated the WDBVerified of the gameobject templates of ↵Kinzcool
a4487f8f58d6e19e0499f4a612e66819ae4c9b22 -.-
2014-04-02DB/Gameobjects: Added spawns on Development LandKinzcool
2014-04-02DB/SAI: Fix Arcane Disturbances after quest_?_scripts removalAokromes
By untaught, closes #5412
2014-04-02Core/Misc: Fix uninitialized valuesjackpoz
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)
2014-04-01DB/Gameobjects: Added "a few" missing gameobjectsKinzcool
2014-04-01DB/Gameobject: Delete another TEMP gameobjectAokromes
2014-04-01DB/Gameobject: Fix 2 Gameobjects names after 8ff8f30 and 33be04dAokromes
2014-04-01Merge pull request #11815 from Unholychick/masterShauren
Fix trinket/talent procs on hots done/taken
2014-04-01Fix trinkets/talents procs on hots taken/doneUnholychick
2014-04-01Revert f79a8813a020991f398fc87a9025bf49f610f1e8Unholychick
2014-04-01DB/Misc: Fix startup errors after 8ff8f30 and 33be04dAokromes
2014-03-31DB/Gameobjects: Bye bye old "TEMP" Gameobjects...Kinzcool
2014-03-31DB/Gameobjects: Spring clean up for "TEMP" spell focus gameobjects.Kinzcool
* Added missing spell focus gameobjects. * Old "TEMP" gameobjects now have sniffs values for their radius and the proper entries.
2014-03-31Core/Misc: Fix typo in f47962f6707bb53a3241d23257a5bbd1b2679f87jackpoz
2014-03-31Core/Misc: Fix some static analysis issuesjackpoz
Add some asserts and additional NULL checks as sanity checks.
2014-03-31Core/Sai: Added new db errors :P (hihi)Vincent-Michael
2014-03-31DB/Creatures: Corrected creature addon values for mountsKinzcool
2014-03-30DB/Creatures: Added all NPC mounts with sniff valuesKinzcool
2014-03-30DB/BroadcastText: Created BroadcastText table -- contains every gossip, ↵Kinzcool
creature text & npc text. Note that it has NO use for you for now except if you want to pick some texts from it to add them to your scripts/Pull Requests. This file will be used as a globalized table which other ones will link to in the future.
2014-03-30DB/Equipment: Killed the errors added in ↵Kinzcool
b7a915c39623fd1204bd418586dddd8ae04a8a5c
2014-03-30DB/Equipment: Added blizzlike values for the equipement of every NPC.Kinzcool
2014-03-30DB/SAI: Fix warning about missing creature_text (wrong target_type)Gacko
2014-03-30Core/CreatureText: Unify log messages and add GUIDGacko