aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
2014-03-30Update 2014_03_30_02_world_game_event_335.sqlAokromes
2014-03-30 DB/Gameevent: Fix typoAokromes
2014-03-30Core/Misc: Defined a few fields in Map.dbc and rewritten ↵Shauren
InstanceMap::GetMaxPlayers to match what the client does to determine max players
2014-03-30SmartAI: Use same method for removing auras in EnterEvadeMode as in CreatureAIGacko
Also fixes warnings about duplicate auras. Self-casted auras were not removed on entering evade mode in SAI as they are in CreatureAI.
2014-03-30Rename 2014_03_29_01_world_creature.sql to 2014_03_30_01_world_creature.sqlAokromes
2014-03-30DB/Creature: Remove 2 no longer existing mobsAokromes
2014-03-30Core/Misc: Fix warning with GCCjackpoz
2014-03-30DB/Gameevent: Fix Noblegarden start date acording ingame calendarAokromes
NOTE This is only valid for wow 3.3.5a
2014-03-29Core/Misc: Fix warningjackpoz
2014-03-29Core/Commands: Handle "" as empty string argumentjackpoz
Fixes #11548
2014-03-29Scripts/Misc: Small code optimizationsVincent-Michael
2014-03-29DB/Creature: Remove 2 no longer existing mobsAokromes
Gal'darah Image and Ingvar the Plunderer Image where removed with the introduction of 3.3 weekly quests.
2014-03-29DB/SAI: Fix "Badlands Enraged Rock Elemental" event spamVincent-Michael
Closes #11802
2014-03-29Core/Maps: Fixed incorrect difficulty markers shown on the interface inside ↵Shauren
Icecrown Citadel (always displaying normal mode)