| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-07 | Core/Movement: Fix LoS issue of NPCs chasing targets | jackpoz | |
| 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-07 | Merge pull request #11849 from Unholychick/master | Shauren | |
| Fix SPELL_AURA_MOD_AOE_AVOIDANCE | |||
| 2014-04-07 | Fix SPELL_AURA_MOD_AOE_AVOIDANCE | Unholychick | |
| There is not a single spell using this aura, but now it works :) | |||
| 2014-04-06 | Merge pull request #11836 from Unholychick/patch-1 | jackpoz | |
| Partially revert 8edf6247c087884acd8c873a57c6f414e19091ec | |||
| 2014-04-05 | Scripts/Ulduar: Fix uninitialized values | jackpoz | |
| Fix uninitialized values in Ulduar script reported by Valgrind. | |||
| 2014-04-05 | Core/CrashHandler: Add more informations about locals | jackpoz | |
| 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-05 | Partly revert 8edf6247c087884acd8c873a57c6f414e19091ec | Unholychick | |
| 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-05 | Core/Spells: fixed Throw Shield Visual and Clone Weapon | joschiwald | |
| 2014-04-04 | Core/Chat: Fix valid chat links being handled as invalid | jackpoz | |
| 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-04 | DB/Creatures: Added some data for dataless NPCs | Kinzcool | |
| 2014-04-03 | Merge pull request #11823 from MitchesD/core_sai | blub | |
| Core/SmartScripts: SMART_ACTION_EQUIP prevent to false errors | |||
| 2014-04-03 | Core/SmartScripts: SMART_ACTION_EQUIP prevent to false errors | MitchesD | |
| 2014-04-03 | DB/SAI: Fix few startup errors after 96b3df2 | Aokromes | |
| 2014-04-02 | DB/Gameobjects: Updated the WDBVerified of the gameobject templates of ↵ | Kinzcool | |
| a4487f8f58d6e19e0499f4a612e66819ae4c9b22 -.- | |||
| 2014-04-02 | DB/Gameobjects: Added spawns on Development Land | Kinzcool | |
| 2014-04-02 | DB/SAI: Fix Arcane Disturbances after quest_?_scripts removal | Aokromes | |
| By untaught, closes #5412 | |||
| 2014-04-02 | Core/Misc: Fix uninitialized values | jackpoz | |
| 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-01 | DB/Gameobjects: Added "a few" missing gameobjects | Kinzcool | |
| 2014-04-01 | DB/Gameobject: Delete another TEMP gameobject | Aokromes | |
| 2014-04-01 | DB/Gameobject: Fix 2 Gameobjects names after 8ff8f30 and 33be04d | Aokromes | |
| 2014-04-01 | Merge pull request #11815 from Unholychick/master | Shauren | |
| Fix trinket/talent procs on hots done/taken | |||
| 2014-04-01 | Fix trinkets/talents procs on hots taken/done | Unholychick | |
| 2014-04-01 | Revert f79a8813a020991f398fc87a9025bf49f610f1e8 | Unholychick | |
| 2014-04-01 | DB/Misc: Fix startup errors after 8ff8f30 and 33be04d | Aokromes | |
| 2014-03-31 | DB/Gameobjects: Bye bye old "TEMP" Gameobjects... | Kinzcool | |
| 2014-03-31 | DB/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-31 | Core/Misc: Fix typo in f47962f6707bb53a3241d23257a5bbd1b2679f87 | jackpoz | |
| 2014-03-31 | Core/Misc: Fix some static analysis issues | jackpoz | |
| Add some asserts and additional NULL checks as sanity checks. | |||
| 2014-03-31 | Core/Sai: Added new db errors :P (hihi) | Vincent-Michael | |
| 2014-03-31 | DB/Creatures: Corrected creature addon values for mounts | Kinzcool | |
| 2014-03-30 | DB/Creatures: Added all NPC mounts with sniff values | Kinzcool | |
| 2014-03-30 | DB/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-30 | DB/Equipment: Killed the errors added in ↵ | Kinzcool | |
| b7a915c39623fd1204bd418586dddd8ae04a8a5c | |||
| 2014-03-30 | DB/Equipment: Added blizzlike values for the equipement of every NPC. | Kinzcool | |
| 2014-03-30 | DB/SAI: Fix warning about missing creature_text (wrong target_type) | Gacko | |
| 2014-03-30 | Core/CreatureText: Unify log messages and add GUID | Gacko | |
| 2014-03-30 | Update 2014_03_30_02_world_game_event_335.sql | Aokromes | |
| 2014-03-30 | DB/Gameevent: Fix typo | Aokromes | |
| 2014-03-30 | Core/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-30 | SmartAI: Use same method for removing auras in EnterEvadeMode as in CreatureAI | Gacko | |
| 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-30 | Rename 2014_03_29_01_world_creature.sql to 2014_03_30_01_world_creature.sql | Aokromes | |
| 2014-03-30 | DB/Creature: Remove 2 no longer existing mobs | Aokromes | |
| 2014-03-30 | Core/Misc: Fix warning with GCC | jackpoz | |
| 2014-03-30 | DB/Gameevent: Fix Noblegarden start date acording ingame calendar | Aokromes | |
| NOTE This is only valid for wow 3.3.5a | |||
| 2014-03-29 | Core/Misc: Fix warning | jackpoz | |
| 2014-03-29 | Core/Commands: Handle "" as empty string argument | jackpoz | |
| Fixes #11548 | |||
| 2014-03-29 | Scripts/Misc: Small code optimizations | Vincent-Michael | |
| 2014-03-29 | DB/Creature: Remove 2 no longer existing mobs | Aokromes | |
| Gal'darah Image and Ingvar the Plunderer Image where removed with the introduction of 3.3 weekly quests. | |||
| 2014-03-29 | DB/SAI: Fix "Badlands Enraged Rock Elemental" event spam | Vincent-Michael | |
| Closes #11802 | |||
| 2014-03-29 | Core/Maps: Fixed incorrect difficulty markers shown on the interface inside ↵ | Shauren | |
| Icecrown Citadel (always displaying normal mode) | |||
