aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-12-26Scripts/Oculus: Implement a couple of missing textsNyeriah
2014-12-26Scripts/Naxxramas: Add script support for quarter teleporters and spawn ↵Nyeriah
missing ones Updates #13255
2014-12-25Core/Scripts: Add new SpellScript hook OnEffectSuccessfulDispelUnholychick
Adds SpellScript hook to execute scripts after succesful dispels, example could be warlock pets Devour Magic, which should only trigger when succesfully dispelling an aura. (cherry picked from commit ebf95e7ed7f518c54d9c4044e050d50e0dcb0c57) Conflicts: src/server/game/Spells/SpellEffects.cpp
2014-12-25Merge pull request #13749 from mthsena/3.3.5Duarte Duarte
Core/PetitionsHandler: Move charter costs to config
2014-12-25Scripts/Nexus: Implement Grand Magus Telestra's seasonal costumeNyeriah
Closes #13643
2014-12-25Scripts/Nexus: rewritten instance scriptMitchesD
2014-12-24Core/PetitionsHandler: Move charter costs to configmthsena
2014-12-21Core/Players: Fix a flaw as timed quests can still turn failed even if completeNyeriah
2014-12-21Merge PR https://github.com/TrinityCore/TrinityCore/pull/13702 into 3.3.5jackpoz
Core/RBAC: Add two side trade to RBAC
2014-12-21Core/RBAC: Add two side trade to RBACmthsena
2014-12-18Merge pull request https://github.com/TrinityCore/TrinityCore/pull/13650z0ldrax
RandomMovementGenerator - no need for extra complexity in computing height
2014-12-17Scripts/HallsOfLightning: Readd a safe-measure line to remove Loken's auraNyeriah
2014-12-17Scripts/Naxxramas:Nyeriah
* Implement dialogue after Sapphiron dies. * Spawn missing triggers at Kel'Thuzad's room. * Implement a couple of missing texts and emotes to Kel'Thuzad's fight.
2014-12-15Scripts/MountHyjal: Kill warningmthsena
2014-12-15Scripts/HallsOfLightning: Implement Loken's intro speech and rewrite boss ↵Nyeriah
script to EventMaps/BossAI
2014-12-15Scripts/Archimonde: replaced one yell with proper db content and unhacked ↵joschiwald
drain world tree (cherry picked from commit 58aca0da81619c7f3932024c573024518369d8a7)
2014-12-13Scripts/Naxxramas: Implement Kel'Thuzad's taunts after defeating each wing ↵Nyeriah
and the one after killing Mr. Bigglesworth
2014-12-12Update worldserver.conf.distAokromes
2014-12-12Scripts/Naxxramas: Implement the Four Horsemen's dialogue that happens after ↵Nyeriah
Gothik's death
2014-12-10Merge pull request #13612 from Nyeriah/rbacSarah Alexander
Core/RBAC: Allow setting different default security level roles to diffe...
2014-12-10Core/RBAC: Allow setting different default security level roles to different ↵Nyeriah
realms
2014-12-09Remove Alexstrasza the Life-Binder CPPDr-J
2014-12-08Merge pull request #13558 from MrSmite/3.3.5jackpoz
Fix spell cooldown for guardian pets Fixes https://github.com/TrinityCore/TrinityCore/issues/13450 , closes https://github.com/TrinityCore/TrinityCore/pull/13452 and https://github.com/TrinityCore/TrinityCore/pull/13558
2014-12-06Core/ObjectMgr: Fix log formatGacko
(cherry picked from commit 3498d9579dd8f0ac2ee6cc965cab6c37e0caf312) Conflicts: src/server/game/Globals/ObjectMgr.cpp
2014-12-06Core/Scripts: log ScriptNames assigned in database without core scriptjoschiwald
(cherry picked from commit cc4ebdbe059358cac997e783b2fddc6cff4c831b)
2014-12-06Remove Blackhoof Cage CPPDr-J
2014-12-05Scripts/Misc: Initialize a couple of fieldsNyeriah
2014-12-05Tidying up cpp - zone_icecrown.cppDr-J
* Remove script for The Flesh Giant Champion * Remove script from for Vereth the Cunning as even though I scripted new recruit using the correct npc (Geist Return Bunny) today discovered this npc had script for it even though never worked as before I scripted the lithe stalkers did not move when subdued.
2014-12-04Scripts/MountHyjal: Update Archimonde's scriptNyeriah
@todo: instance scripts needs a major clean up Closes #6471
2014-12-04Removing CPP for "Stinky" IgnatzDr-J
2014-12-03Some Cleanup of CPP I forgot to removeDr-J
2014-11-30Core/NetworkIO: Skip AntiDoS checks for queued packetsjackpoz
2014-11-27Core/Scripts: Fix buildNayd
Closes #13636
2014-11-27Scripts/MoltenCore: Fix logic at Ragnaros' Magma Blast castsNyeriah
(should only be cast while the main target is not in melee range)
2014-11-26Core: Use the correct function to convert strings to unsigned longs and ↵Nayd
unsigned long longs Fixes wrong data being inserted into the database (i.e explored zones). More info in #13493 Fixes #13493 Thanks to @jackpoz for finding the code issue and @Vavehl for an expectional bug report. Conflicts: src/server/game/Entities/Player/Player.cpp src/server/game/Globals/ObjectMgr.cpp src/server/scripts/Commands/cs_misc.cpp src/server/scripts/Commands/cs_modify.cpp
2014-11-23Scripts/CoS: Added SetDespawnAtFar, fixes Arthas despawning if no players ↵Nyeriah
are in range (specially during waves)
2014-11-21Scripts/SteamVault: Remove non-selectable flag from access panels once their ↵Nyeriah
respective bosses are done
2014-11-20Scripts/SethekkHalls: fixed Talon King Cofferjoschiwald
2014-11-20Fixed typo in previous commitjoschiwald
2014-11-20Core/Logging: improved conditions error log messagesjoschiwald
2014-11-19Remove uneeded scriptDr-J
Removing core script for go_gjalerbron_cage and go_large_gjalerbron_cage
2014-11-16Core/Networking: Catch possible boost exception in StartNetworkNayd
Closes #13557 (cherry picked from commit 3eb120ab507aa65e452d21a63ff500254129c262)
2014-11-15Core/Player: Fix Restes/RaF exp on the exp bar and from killsHeihachi
Final Time :'(
2014-11-14Script/Spells: fixed crash in spell_hun_aspect_of_the_beastjoschiwald
Closes #13560
2014-11-14Fix spell cooldown for guardian petsMrSmite
2014-11-11Core/Player: Fix Cosmetic Auto-Repeat Bugcr4st
Closes #13532 Fixes #12436
2014-11-11Scripts/Commands: mod xp commandHeihachi
Closes #13476
2014-11-10Core/Commands: implement .pvpstats commandShinDarth
Shows number of battleground victories in the last 7 days Closes #13460
2014-11-10DB/Spells: Cleaned playercreateinfo_spell_custom table and added WoTLK class ↵Appled
spells only Current playercreateinfo_spell_custom table has very weird spells in it. I emptied table, created new character for each class, logon each class, learned every spell from trainer and then added rest spells from quests (for example, hunters' Tame Beast). After that I did a PHP script to get character's spells from character_spell table and insert them into playercreateinfo_spell_custom table. This has all trainer spells and quest spells (if any) for 3.3.5! Fixes #13509 Closes #13516
2014-11-09Core/LFG: Allow group bound to LFG instance to re-queue if someone leaves ↵jackpoz
the party