aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-02Core/Creatures: DoTs and self damage will no longer reset time since last ↵Shauren
damage taken for stopping creature from evading
2013-08-01Fixed compileShauren
2013-08-01Core/Misc: Fixed some issues found by Coverity ScanShauren
2013-08-01Core/Battlegrounds: Fixed error with counting AB owned nodes (and warning fixes)Shauren
2013-07-31Core/Battleground: fix type mismatchjoschiwald
Ref #10320
2013-07-30Core/Spells: Fix try for logic fail in 4ba3c2e51df0485449a4bd01f162faa719334be9Vincent-Michael
2013-07-30Config: Change ProcessPriority default to 0 (Normal)Nay
On Linux, superuser (root) is required to set a process high priority and we shouldn't force that. (It's already set to 0 (Normal) in worldserver\Master.cpp and authserver\Main.cpp)
2013-07-30Scripts/DrakTharonKeep: fix copy paste failjoschiwald
Closes #10402
2013-07-30Merge pull request #9862 from Ric101/condition_creature_typeNay
Core/Conditions: Implement CONDITION_CREATURE_TYPE - 24
2013-07-30Revert "CMake/MSVC: Fix VS 2013 compile -- Zm500 hack is no longer required"Nay
This reverts commit ca7377369f603081259adea0ba49cb03e74e609f.
2013-07-29Scripts/OnyxiasLair: Fix a crash in boss_onyxiaNay
Closes #10393 Note: this just fixes the crash, not the issues the script has (a.k.a rewrite this)
2013-07-29Core/Spells: Fixed crashes happening with spells that had their dbc targets ↵Shauren
overriden Closes #10395
2013-07-29SQLs: Rename filesNay
From now on, 3.3.5 (master branch)-only SQL files will be suffixed with _335 in the filename
2013-07-29Misc: Fix warnings and buildNay
Closes #10396
2013-07-29Scripts/DrakTharonKeep: Update King Dred to use eventsMitchesD
Closes #10385 Signed-off-by: joschiwald <joschiwald@online.de>
2013-07-29Scripts/DrakTharonKeep: reworked InstanceScriptjoschiwald
2013-07-28Docs: Prettify READMENay
Thanks to Guybrush for the help
2013-07-28Servers: Fix typoNay
2013-07-28Servers: Enable UseProcessors and ProcessPriority settings to be used on LinuxNay
2013-07-28Servers: Fix some code style issues in world and authserverNay
2013-07-28DB/SAI: Fix quest The Fate Of The FallenMalcrom
Closes #9363 Thanks to @gaut for the initial script Signed-off-by: Nay <dnpd.dd@gmail.com>
2013-07-28SQLS/Old: Move some misplaced filesNay
2013-07-28DB/GOs: Spawns of Discarded Soul Crystal for "The Fate Of The Fallen"Kirkhammett
Closes # Signed-off-by: Nay <dnpd.dd@gmail.com>
2013-07-27Scripts/Spells: Fixed typo in 7678800a9372f9234f0bf29459b46a8514dc59f2joschiwald
2013-07-27Scripts/Spells: simplified "spell_dk_presence"joschiwald
2013-07-27Core/Spells: moved Improved Paladin Auras and Aura Mastery into SpellScriptsjoschiwald
Closes #205 Closes #5163 Closes #6809 Closes #7408 Closes #9587
2013-07-26DB/Conditions: Fix gossip condition for Bat Handler Camille <Bat Handler>joschiwald
Closes #10240
2013-07-25Core/Spells: fix uninitialised valuejoschiwald
2013-07-25Core/Spells: move Death Knights Presences into SpellScripts, fix possible ↵joschiwald
issue after spec change, and fix some startup errors Closes #10354
2013-07-24Merge pull request #10342 from joschiwald/spellinfo_correctionsjoschiwald
Core/Spells: operate spell correction on SpellInfo store instead of dbc ...
2013-07-24Merge pull request #10331 from joschiwald/spell_proc_ranksjoschiwald
Core/Spells: allow to use ranked spells in `spell_proc_event` table (lik...
2013-07-24Core/Spells: allow to use ranked spells in `spell_proc_event` table (like in ↵joschiwald
`spell_proc` table)
2013-07-24Merge pull request #10350 from Ascathor/masterblub
Core/Commands: Added the rank id to .pinfo for guild data
2013-07-24Core/Commands: Added the rank id to .pinfo for guild dataAscathor
2013-07-24Merge pull request #10327 from joschiwald/spell_talent_ranksjoschiwald
Core/Spells: load spell ranks for talents from dbc
2013-07-24Core/Spells: load spell ranks for talents from dbcjoschiwald
2013-07-24Core/Spells: add some logs for loading spell_script_namesjoschiwald
2013-07-23Merge pull request #10336 from joschiwald/spellscripts5joschiwald
Scripts/Spells: backport some SpellScripts from 4.3.4 branch
2013-07-24Scripts/Spells: backport some SpellScripts from 4.3.4 branchjoschiwald
- Fix Earth Shield - Fix Necrotic Touch - Fix Reflective Shield Closes #9145, #9163, #9665
2013-07-24Core/Spells: operate spell correction on SpellInfo store instead of dbc ↵joschiwald
(picked from 77b85b2ea0aec6cd3e545e60e46ac60eebb11e47)
2013-07-23Scripts/Onyxia's Lair: Fixed movement during flight phase and set proper ↵keke222
InhabitType Closes #10335
2013-07-23Core/Auras: Implemented Aura::GetScriptByName.Warpten
2013-07-23Scripts/VH: Refactor commit 999843dNay
2013-07-23Scripts/VH: fix for violet hold's activation crystalsprofPlum
Closes #10129
2013-07-22Merge pull request #10323 from joschiwald/spellranksNay
Core/Spells: use SpellInfo class to get spellrank node instead of SpellMgr helpers
2013-07-22Merge pull request #10320 from joschiwald/battlegroundNay
Core/Battleground: use generic function to relocate players to closest g...
2013-07-22Merge pull request #10319 from joschiwald/castsNay
Core/Misc: replace (Player*) casts with ToPlayer()
2013-07-22Core/Creatures: Removed vendor item check during loading, MAX_VENDOR_ITEMS ↵Shauren
should apply to filtered list of items depending on player opening the vendor, not global list size Closes #10330
2013-07-21Fixed compile warningsShauren
2013-07-21Core/Spells: use SpellInfo class to get spell rank instead of SpellMgr helpersjoschiwald