aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-13Scripts/Commands: Add tele and event commands to commandscripts system and ↵click
streamlining the command selection process to ensure the correct command is run when using abbreviations Patch by Paradox (some cleanups was needed) --HG-- branch : trunk
2010-11-13Fixed recently added compile warningsShauren
--HG-- branch : trunk
2010-11-13Core/Conditions: Prevent double deleting the same condition on cleanup, ↵Shauren
fixes shutdown crashes with conditions --HG-- branch : trunk
2010-11-13Scripts/Misc: Cleanup and fix victim handling of the snakes of Snake Traplinencloth
--HG-- branch : trunk
2010-11-13Core/Spells: Effect sanctuary should stop attackers without threatlist toolinencloth
Closes issue 1943 --HG-- branch : trunk
2010-11-13Core: Fix non-PCH compile (include Unit.h so we don't get a forward ↵click
declaration issue, and also include the necessary defines) --HG-- branch : trunk
2010-11-13Core/Spells: Fixed possible crashes in scaling mounts code when player is ↵Shauren
not in a valid zone --HG-- branch : trunk
2010-11-13Core/Spells: Fix spelleffect sanctuarylinencloth
- No longer removes every attacker, but updates the visibility - Using that effect won't remove attackers that can still see through the stealth of the caster based on distance - Ignores spells that were casted before or at the same time of that effect - Trigger other needed spells when casting Shadowmeld --HG-- branch : trunk
2010-11-13Core:linencloth
- Redesigned stealth and invisibility handling - Implemented the handling of multiple stealth types - Implemented fake inebriation - The message deliverer no longer sends packets from a non-visible source - The server won't send that much garbage which just takes bandwith - It won't be possible to use cheats to detect invisible objects - Removed a lot of checks for the Z-coord - Fixes visibility problems happening while flying - Limited the grid activation range of creatures to use less resources - Implemented Shroud of Death - Implemented increased visibility range for active objects - Removed visibility check at spellhit (only sanctuary effects should prevent it) (And a lot of other changes...) Closes issue 4208 Closes issue 3049 Closes issue 2097 Closes issue 2198 Closes issue 2384 Closes issue 2197 Closes issue 2319 --HG-- branch : trunk
2010-11-13Scripts/Icecrown Citadel: Added door scripting for remaining bossesShauren
--HG-- branch : trunk
2010-11-13Core/Spells: Remove Vanish on Stealth removal. Fix by thenecromancer.Xanadu
--HG-- branch : trunk
2010-11-13Core/Spells: Fixed Vanish not applying stealth. Closes issue #4699.Xanadu
--HG-- branch : trunk
2010-11-13Core/Spells: Fix Culling the Herd (and a personal thanks to Xanadu for being ↵click
patient on explaining the procsystem properly) Closes issue 4533 --HG-- branch : trunk
2010-11-12Core/Scripts: Reinstate commandscripts, now with extra bling and working ↵click
commands (and yes, we did test it thoroughly this time) Thanks to Paradox for sorting the commandscripts and chanhandlers out to work as they were intentionally ment to be like. --HG-- branch : trunk
2010-11-12Core/Spells: Update some aura-definitions (taken from various sources plus ↵click
some light research on their true meaning) --HG-- branch : trunk
2010-11-12Core/Pools: Added missing check in loopShauren
--HG-- branch : trunk
2010-11-11Core/Guild: Fix guildbank withdrawal limit (non-guildmaster character will ↵click
not be able to withdraw more than withdraw-limit) - thanks to Azz Fixes issue 4720 --HG-- branch : trunk
2010-11-11Core/Spells: Fixed Heart of the Phoenix pet spellShauren
Closes issue #3911. --HG-- branch : trunk
2010-11-11Scripts/Icecrown Citadel: More faction-specific spawnsShauren
--HG-- branch : trunk
2010-11-11Core: Fixed some build warningsShauren
--HG-- branch : trunk
2010-11-10Scripts/Icecrown Citadel: Change spawns of Garrosh Hellscream into King ↵Shauren
Varian Wrynn if raid is alliance --HG-- branch : trunk
2010-11-10Core/ObjectMgr: Properly block when mutex is being held when saving ↵Machiavelli
creature/GO respawntime data instead of discarding the save operation. --HG-- branch : trunk
2010-11-10Core/Auras: Add missing changes for previous revisionShauren
--HG-- branch : trunk
2010-11-10Scripts/Icecrown Citadel: Fixed Vengeful Shade despawning after it casts ↵Shauren
Vengeful Blast (Lady Deathwhisper) Core/Auras: Implemented SPELL_AURA_SET_VEHICLE_ID (296) Core/Scripts: Moved DefaultTargetSelector class into header file --HG-- branch : trunk
2010-11-10Scripts/Spells: Added script for Animal Blood pool spawning (fixes fishing ↵Shauren
daily quest "Blood is Thicker") --HG-- branch : trunk
2010-11-10Core: Partial revert of rcb3188281e, rc85b35f076, r97f9a0fa3e due to missing ↵click
loader implementation. (files disabled but kept in repo, and will be fully reinstated once everything is sorted out) Note: SQL-update-data is NOT supplied for 're-converting' to old help-system - this is after all considered a workrepo untill we tag a commit as stable! --HG-- branch : trunk
2010-11-09Core/Spells: Deterrence should deflect Death Grip._manuel_
Fixes issue 4582. Based on gastuslg´s patch and thanks to click. --HG-- branch : trunk
2010-11-09Fixed compileShauren
--HG-- branch : trunk
2010-11-09Fix typo in previous commit...click
--HG-- branch : trunk
2010-11-09Core/Scripts Part 1 of moving all commands to commandscriptsParadox
closes issue 4669 (first 5 patches rolled into 1) Patch by Paradox --HG-- branch : trunk
2010-11-09Reverted revision d8e919eb3a7bShauren
--HG-- branch : trunk
2010-11-09Core/ObjMgr: Use proper mutex object for SaveGORespawnTimeMachiavelli
Author: toshik.777 Fixes issue #4399 --HG-- branch : trunk
2010-11-09Core/Spells: Fix Sword Specialization (warrior) proc on abilitiesMachiavelli
Author: Dr.Tenma Fixes issue #4032 --HG-- branch : trunk
2010-11-09Core/Unit: Threat values sent to the client should be multiplied by 100, as ↵Machiavelli
pointed out by Aokromes. --HG-- branch : trunk
2010-11-09Core/Spells: Fix Shield of Righteousness damageMachiavelli
Author: Dr.Tenma Fixes issue #4174 --HG-- branch : trunk
2010-11-09Core/Battleground: Fix a possible crash in Alterac Valley.Machiavelli
Author: HUNTERok Fixes issue #4268 --HG-- branch : trunk
2010-11-09Core/Misc: Fix a typo (affects no functionality, just for aesthetics)Machiavelli
Author: 2010phenix Fixes issue #4247 --HG-- branch : trunk
2010-11-09Core/Scripts: Fix Harbinger Skyriss event in Arcatraz.Machiavelli
Author: Kuidin1@mail.ru Fixes issue #4390 --HG-- branch : trunk
2010-11-09Core/Scripts: Fix Escape from Durnholde quest credit.Machiavelli
Author: erocoloco Fixes issue #4367 --HG-- branch : trunk
2010-11-09Core/Scripts: Fix script text typo for Vorsha the LasherMachiavelli
Author: Kaelima Fixes issue #4421 --HG-- branch : trunk
2010-11-09Core/Formula´s: Fix group XP modifier calculation by adding missing breaks. ↵Machiavelli
Thanks to Paradox for spotting. --HG-- branch : trunk
2010-11-08Core/Items: Added a forgotten break in item enchant checks.Xanadu
--HG-- branch : trunk
2010-11-08Core/PCH: Added WorldSocket.h include to PCH for worldserver.Xanadu
--HG-- branch : trunk
2010-11-08Core/DBSchema: Changed core_revision in version table to string field.Shauren
--HG-- branch : trunk
2010-11-08Core/Spells: Show some SPELL_AURA_MOD_DODGE_PERCENT auras as debufs as ↵click
expected (patch by zergtmn) --HG-- branch : trunk
2010-11-08Core: Use portable ACE-methods to do millisec time-value calculation (patch ↵click
by SilverIce) (also avoids some unsafe code on non-Windows platforms) --HG-- branch : trunk
2010-11-08Core/ItemHandler: Fix a logic error when checking for gem equipment limits. ↵click
(Socketed gems cannot be destroyed, they can only be replaced and that would be the "new gem" case) - fix by leak Closes issue 4698. Fixes issue 2495. --HG-- branch : trunk
2010-11-07Core/Maps: Fix exploit with players changing raid-difficulty and getting no ↵click
cooldown on respective instance - Patch by selector --HG-- branch : trunk
2010-11-07Core: Disallow moving currency tokens out of their hidden bag - fix by leakclick
--HG-- branch : trunk
2010-11-07Core/Spells: Fix hunter pet namechanging when using Certificate of Ownership ↵click
(spellID 53987, used by itemID 43850) (There's also, as far as I know, no window on hunter pet renames, one selects the pet and clicks 'rename'). Closes issue 2967. --HG-- branch : trunk