| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-10 | Core/GameObjects: Fix crash with Summoning Ritual GOs | jackpoz | |
| 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-10 | Scripts/Ruby Sanctum: Fixed Halion engaging combat outside of his Flame Ring. | Warpten | |
| 2014-04-09 | Scripts/Ruby Sanctum: Fixed Onyx Flamecallers not aggroing players once ↵ | Warpten | |
| pathing ended. | |||
| 2014-04-09 | Merge pull request #11847 from trickerer/SS | Shauren | |
| Core/Spells: Fixed Sweeping Strikes damage | |||
| 2014-04-09 | Fix Sweeping Strikes damage | trickerer | |
| 2014-04-08 | Core/ChatLog: handle chatlog options with extended logging system | joschiwald | |
| 2014-04-08 | Core/CrashHandler: Log GetLastError() id if no description is found | jackpoz | |
| Log the System Error id returned by GetLastError() in case FormatMessage() doesn't find a proper description for that message. | |||
| 2014-04-08 | Merge pull request #11840 from Rochet2/AddonMessaging | joschiwald | |
| Core/Chat: Fix AddonMessaging and logging | |||
| 2014-04-08 | Core/Logging: store loggers in cache correctly | joschiwald | |
| 2014-04-08 | Merge pull request #11857 from Unholychick/master | jackpoz | |
| Core/Spells: Fix SPELL_DAMAGE_CLASS_NONE unable to crit | |||
| 2014-04-08 | Merge pull request #11858 from Dimitro/master | Discover- | |
| .cheat god command should also affect on falling damage. | |||
| 2014-04-08 | Fix SPELL_DAMAGE_CLASS_NONE unable to crit | Unholychick | |
| 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-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 | Core/Chat: Fix AddonMessaging and logging | Rochet2 | |
| 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 | |
