aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-20Tools: Enabled struct packing to ensure that structures are read from files ↵Shauren
properly
2014-04-20DB/Creature Text: Add texts for Injured SoldiersAokromes
By untaught closes #11872 NOTE: don't posts multiple unrelated bugs on a single ticket.
2014-04-20DB/Creature: Fix Birgitte CranstonAokromes
By untaught, closes #11842
2014-04-20Core/Misc: Check GetVictim() for NULL before dereferencing itjackpoz
Add additional NULL checks all around the code before dereferencing GetVictim() result. Keep in mind UpdateVictim() result has nothing to do with GetVictim() result and the caller shouldn't assume anything about GetVictim() based on UpdateVictim().
2014-04-19Core/Misc: Ensure GetVictim() returns a valid reference when expectedjackpoz
Add a new method EnsureVictim() which asserts a valid not NULL reference will be returned to the caller. Use this whenever the GetVictim() would be dereferenced .
2014-04-19Rename 2014_04_19_world_misc.sql to 2014_04_19_00_world_misc.sqlAokromes
2014-04-19Scripts/Ruby Sanctum: Fixed corporeality scaling changes.Warpten
Thanks to Unholychick. P.S.: #9231 if still valid will be fixed soon (tm)
2014-04-19DB/Quest: Plundering the PlunderersAokromes
By dr-j, closes #11902
2014-04-19DB/Quest: Script replacement of/or issueing of items needed for questsAokromes
By dr-j closes #11901
2014-04-19Core/MMAPs: Improve NPC behavior with fences and high climbsjackpoz
Increase the max walkable angle and max walkable climb in MMAPs generator to allow NPCs to jump on fences and climb steps. This requires MMAPs to be extracted again with mmaps_generator, old extracted MMAPs are still compatible but will not provide the benefits of this commit. Fixes #9965
2014-04-18Core/Spells: Convert Avenging Wrath to spellscriptUnholychick
Closes #11896 Closes #3464
2014-04-18FixVincent-Michael
2014-04-18Core/Misc: Added missing field in npc_text table for loadingVincent-Michael
2014-04-17Scripts/Ulduar: Archivum ConsoleDr-J
- Scripts for Archivum Console, Brann Bronzebeard (33235), Prospector Doren/Loren - Fixing quest chaining for both versions of the archivum data disc chains - Fixes loot so correct quest starter item drops from assembly when done in hard mode rather than 10m quest item dropping in 25 and nothing dropping in 10 man - Scripted events for turn in of Archivum Data Disk, The celestial Planetarium and watcher Analysis's and turn in of ancient history (Val'anyr, Hammer of Ancient Kings chain) - Fix both versions of the Celestial Planetarium Closes #11547 Closes #11556
2014-04-17Merge pull request #11853 from Unholychick/patch-2QAston
Done & taken procs & a few trinket fixes
2014-04-17DB/Creature: Highlord Bolvar FordragonAokromes
By MitchesD, closes #11893
2014-04-16DB/Creatures: Added trigger flag to the remaining triggersKinzcool
2014-04-17Rename 2014_02_15_00_world_spelldifficulty_dbc.sql to ↵joschiwald
2014_04_17_01_world_spelldifficulty_dbc.sql
2014-04-17Merge pull request #11614 from MitchesD/kelthuzadjoschiwald
Scripts/Kelthuzad: move spells into spelldifficulty_dbc and cleanup
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-15Fix done & taken procsUnholychick
Corrects the logic for dot/hot procs and fixes spells such as althor's abacus, egg of mortal essence, black magic, spiritual attunement etc etc. Reverts the remaining part of 8edf6247c087884acd8c873a57c6f414e19091ec
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.