aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2012-10-04Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmapsSubv
Conflicts: src/server/game/Movement/MovementGenerators/FleeingMovementGenerator.cpp
2012-10-04Merge pull request #7928 from Retriman/masterkandera
Core/Script: Update spelldifficulty for Boss Anubarak
2012-10-04Core/Oculus: fix compile.Kandera
2012-10-04Merge pull request #7944 from Trista/masterkandera
Scripts/Oculus: Fixes here and there, implement phasing
2012-10-03Core: Fix build without PCHSpp
2012-10-03Merge pull request #7954 from Retriman/NexusNay
Core/Script: Dungeon Nexus Boss Anomalus Closes #7946
2012-10-03Core/Script: Dungeon Nexus Boss AnomalusRetriman
*Fix bug Chaotic Rift's model related in #7946
2012-10-02Merge pull request #7950 from Retriman/ahorasi!Subv
Core/Script: Dungeon Ahnkahet Boss Amanitar.
2012-10-02Core/Script: Dungeon Ahnkahet Boss Amanitar.Retriman
*Fix whitespaces *Fix modelid1 -> modelid2 thnks @Aokromes
2012-10-02Core/Script: Dungeon Ahnkahet Boss Amanitar.Retriman
*Add commented/sugestion from 139a9533256e0312e06fb72cb30622545629f161 (thanks @ joschiwald). *Add beter displayID. thanks @Aokromes from u point.
2012-10-02Core/Oculus: Fixes here and there, implement phasingthesensei
* Implement phasing (sniffed) * Add drakes proper support (events, texts, conditions for spells), remove npc_spellclick_spells * Add proper support for Gossip npcs * Removed the arcane shield Urom use first time we are about to meet him, because he only get it after he spawns a wave, added Evocation casts from sniff/retail that also break the teleportation visual bug * Some db updates based on Aokromes sniffs I intended to do it all, but there are core issues I have no knowledge to fix and I don't want to jump to other things before fixing them. :) So, I will submit boss updates, if I ever fix them. There are still stuff do do for drakes spells left from before. * Majour thanks to Shauren for helping me with summoning spells and w/e I ask him and all who answered my questions.
2012-10-02Script/Ruby Sanctum: Smoother lifting/landing transition for Saviana Ragefire.kaelima
2012-10-02Core: "Initial support for C++11 compilers"Spp
2012-10-02Core/Utilities: Use generic templates with AddPct, ApplyPct and CalculatePctSpp
2012-10-02Core/Utilities: Do not expose internal store structure in Tokens and rename ↵Spp
it to Tokenizer
2012-10-01Core/Script: Dungeon Ahnkahet Boss Amanitar.Retriman
*Convert creaturescript to BossAI. *Fix spawn Mushroom *Fix DisplayID Mushroom. *Fix gral. Timers in spells whitch dbm 3.3.5a *Fix remove mini spell.
2012-09-30Core/Script: Update spelldifficulty for Boss AnubarakRetriman
2012-09-30Core/Script:Retriman
* Update creature_text for boss Jedoga Shadowseeker
2012-09-30Merge pull request #7918 from Retriman/masterNay
Core/Script: Update creature_text for boss Herald Volazj
2012-09-30Core/Script:Retriman
* Update creature_text for boss Herald Volazj thanks @Aokromes, for soundId text
2012-09-30Tools&Core: Whitespace cleanupNay
No one likes whitespace, right?
2012-09-30Merge remote-tracking branch 'origin/master' into mmapsNay
2012-09-30SQL: Rename file merged in PR; Core: cleanup whitespace and tabsNay
2012-09-30Core/Script:Retriman
* Update creature_text for boss Elder Nadox * Clean Space work whitch @Durotar
2012-09-29Core/Script: update creature_text for boss Mimirondurotar
2012-09-28Core/Build: Fixed buildSubv
2012-09-28Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmapsSubv
2012-09-28Core/Battlefield: revert part of previous commit to fix build.Kandera
2012-09-28Core/Battlefield: fix world states on player login for wintergraspSubv
2012-09-28Address a few compile errors. Correct spacing in HandleMmapPathCommand.kaelima
2012-09-28Core/Scripts: Some fixes for Razorscale.w1sht0l1v3
2012-09-27Core/Script: update creature_text for Custodian of Time (quest 10277)durotar
2012-09-25Merge remote-tracking branch 'origin/master' into mmapsNay
2012-09-24Core/Spells: fix misdirection removal on cancel. Closes #7776Vincent-Michael
2012-09-24Core/Scripts: fix rotface oozes from spawning after death. Closes #7736Xanvial
2012-09-24Core/Spells: Fix things from commit da4067cb30f3bf45f1456dd1411cf9f4c1df8c5c ↵Kandera
thx dracosvk
2012-09-24Core/Spell: Correcting previos PR. splitamount is already calculated in core ↵faq
and removing not in. variable
2012-09-24Implementing split dmg cap to Divine Sacrifice. Author Tibbifaq
+correcting previos sql Closes #6024
2012-09-24Merge pull request #7811 from Faq/SplitDamage2kandera
Core/Spells: Implementing some hooks for split damage taken, fixes the l...
2012-09-23Merge remote-tracking branch 'origin/master' into mmapsNay
2012-09-23Scripts: Fix some code style issues in scriptsNay
2012-09-23Merge pull request #7555 from Gacko/quest11648Nay
Core: Quest - The art of persuasion
2012-09-23Core: Utgarde Keep - Shadow Axe - MovementInformGacko
2012-09-23Core: Utgarde Keep - Last correctionsGacko
2012-09-22Scripts/Sm: Fix quest I was a lot of thingsGacko
(Modified - Nayd) Closes #6295 Closes #7577
2012-09-21Merge pull request #7551 from Gacko/utgardeNay
Utgarde Keep
2012-09-21Core/DB: Utgarde Keep - Codestyle and eventmapGacko
2012-09-20Core/DB: Utgarde KeepGacko
2012-09-19Merge remote-tracking branch 'origin/master' into mmapsNay
2012-09-18Core/Spells: Implementing some hooks for split damage taken, fixes the ↵Faq
limitation of dmg such auras can split, for example at Hand of Sacrifice. Might have unexpected results, but they are called unexpected for a reason.. .Author Tibbi closes #6025 Made new one as https://github.com/TrinityCore/TrinityCore/pull/7423/ was closed.