aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-17Merge pull request #11787 from MitchesD/miscjoschiwald
Scripts/ZulGurub: clean up the old code
2014-04-17Scripts/UtgardeKeep: fixed some issues on Ingvar the Plundererjoschiwald
Closes #10859
2014-04-15DB/BroadcastText: Corrected texts using backslashes and ALL the errored ↵Kinzcool
"EmoteDelay"s due to a fail in the parser *cough* *cough*
2014-04-15DB/NPCText: Conversion to BroadcastText system for npc text (part IV)Kinzcool
2014-04-16DB/SAI: Runes of Compulsion (Quest: 12093)w1sht0l1v3
Closes #4898
2014-04-14DB/Gossips: Conversion to BroadcastText system for gossips (part III)Kinzcool
2014-04-14DB/CreatureText: Conversion to BroadcastText system part IIKinzcool
2014-04-14Core/Spells: addition to b9a62115b17381a7e8371c1df1ebfd4a4165ac59joschiwald
2014-04-14Core/Spells: fixed Relic of the Earthen Ringuntaught
Closes #11282
2014-04-13DB/CreatureText: Started the conversion to the BroadcastText systemKinzcool
2014-04-13Scripts/Commands: Add comment about 9d5841073971c7f55cf621da3a31b38656618582 ↵jackpoz
changes
2014-04-13Scripts/Commands: Fix memory leak in ".gobject add" commandjackpoz
Valgrind log: 158 (104 direct, 54 indirect) bytes in 1 blocks are definitely lost in loss record 24 of 73 at operator new(unsigned long) (vg_replace_malloc.c:319) by GameObjectModel::Create(GameObject const&) (GameObjectModel.cpp:152) by GameObject::Create(unsigned int, unsigned int, Map*, unsigned int, float, float, float, float, float, float, float, float, unsigned int, GOState, unsigned int) (GameObject.cpp:237) by gobject_commandscript::HandleGameObjectAddCommand(ChatHandler*, char const*) (cs_gobject.cpp:155)
2014-04-13Scripts/Commands: ".modify speed" targets current Player by defaultjackpoz
Allow ".modify speed" command to target current Player if there is no target or if the selected Unit is a Creature. This behavior could be extended to other commands that require target Players.
2014-04-13Scripts/Commands: Fix .mmap loc wrong coordinatesjackpoz
Fix .mmap loc command printing swapped x and y tile coordinates
2014-04-13Core/Spells: Fixed players being able to mount with all transform aurasShauren
Closes #11852
2014-04-12DB/Item: Fix Essence of the Pure Flame scalingAokromes
By gecko32, closes #1925
2014-04-12Scripts/Commands: Ensure gameobject template is valid from .gob add temp [...]Warpten
As per Aokrome's spamming. "Avoids false positive logs"
2014-04-11[TW278] - Core/Scripts: Prevent multiple spawns of UlagNyeriah
http://www.wowhead.com/quest=1819/ulag-the-cleaver
2014-04-11Scripts/ZulGurub: clean up the code and remove old hacksMitchesD
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)