aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-01Compile fix for f899c92899c1b2b82030f2568faf1057a92f4492Shauren
2011-08-01Core: Typo fix introduced in previous commit (:S)Spp-
2011-08-01Core: Some more missing changes from previous commit (Pass by const ↵Spp-
reference for simple objects replaced with pass by value). Also fix unintended change
2011-08-01Core: Pass by const reference for simple objects replaced with pass by valueSpp-
2011-08-01Core: Fix annoying compile warning and some other minor changes here and thereSpp-
2011-08-01Core/Movement: Crash fixSpp-
2011-08-01Scripts/Icecrown Citadel: Added emote warning for Mutated Infection at RotfaceShauren
2011-08-01Core/Spells: Use ModStackAmount for CastCustomSpell with aura stack value if ↵Shauren
the aura is refreshed on target
2011-08-01Core/Spells: Limited SPELL_ATTR3_PLAYERS_ONLY attribute to only allow ↵Shauren
players, not pets and totems. This fixes many boss area spells incorrectly selecting pets and totems as their targets.
2011-08-01Core/RA: Fix RA usage, properly filter out RFC 854 / 855 subnegotiate dataMachiavelli
2011-08-01SQL: Fix a delete query in previous commitNay
2011-08-01DB/ (ZG)Discover-
- Add some missing quest texts - Pathing for creatures in ZG - Gossips, spawns, pathing and SAI for creatures in Yojamba Isle
2011-08-01DB/SAI: Convert EAI to SAI (+ some fixes) of Zul'gurub npcsDiscover-
2011-08-01Core/Spells: Update commentMachiavelli
2011-07-31Core/Spells: Fix Shaman Wind Shear (Threat reduction part)Machiavelli
Closes #860
2011-07-31Core/Spells: Small update to TriggeredFlags and fix Glyph of Totem of Wrath ↵Machiavelli
with it. Closes #2458
2011-07-31Fix gcc build and remove redundant check from 0afc3cMachiavelli
2011-07-31Core/Visibility: Send object destroy packets to dead players. Fixes ↵Machiavelli
persistent visuals of no longer existing entities while dead. Closes #2458
2011-07-31Core/Spells: Fix Shaman talent Storm, Earth, Fire (Earthgrab part) in case ↵Machiavelli
of using Earthbind totem trough Call of the Elements etc.
2011-07-31Core/Spells: Change low level bool triggered with bitmask TriggerCastFlags ↵Machiavelli
to better manipulate the behaviour of certain triggered spells.
2011-07-31Core/Auras: Corrected SPELL_AURA_CLONE_CASTER and mirror image opcode ↵Shauren
handling, will no longer rely on incorrectly used creator guid
2011-07-31Core/ChatLog: Properly filter out addon messages in whisper, party, raid and ↵Machiavelli
battleground. Original patch by tassader1000
2011-07-31Core/Spells: Fix Shaman totem bar exploit that would allow the player to ↵Machiavelli
cast any spell when using Call of the Elements etc. Original patch by 3kids Closes #2356
2011-07-31Core/Spells: Add missing braces to possession spell check - fixes problems ↵QAston
with being unable to cast target's spells while possesing.
2011-07-30Core/Arena: A more accurate implementation of rating gain/loss. This fixes ↵Liberate
the strange behaviour personal rating could have, as well as implements the bigger rating scale added in patch 3.1. Fixes #230
2011-07-30Core/Vehicles: Allow damaging NPC passengers.Machiavelli
+ Forgotten change from 2effb7
2011-07-30Core/Spells & Vehicles: Define and implement ↵Machiavelli
SPELL_ATTR6_CASTABLE_WHILE_ON_VEHICLE and VEHICLE_SEAT_FLAG_CAN_CAST_MOUNT_SPELL. Research done by QAston
2011-07-30Core/Spells: Fix client crash on ESC when channeling certain spells (e.g. ↵Machiavelli
Eye of Acherus, Death Knight Understudy) Fixes #1131
2011-07-30Core/Spells: Fix a crash in OnDummyEffect.Liberate
Fixes #2245
2011-07-30Core/Spells: Don't allow passive area auras to stack.QAston
2011-07-29Scripts/Icecrown Citadel: Fixed orientation of Ice Bomb trigger spawns, ↵Shauren
spell should now work as intended
2011-07-29Scripts/Icecrown Citadel: Sindragosa will no longer attempt to enter both ↵Shauren
last phase and air phase
2011-07-29Core/Spells: Remove some obsolete code (stealth is no longer a ranked spell).QAston
2011-07-29Core/CLI: Fix a possible crash in utf8print on linux. (Remove parsing ↵Machiavelli
non-existent va_args)
2011-07-29Core/Chat: Fix a crash in .lookup spell commandMachiavelli
2011-07-29Core: Append single character to stream as character, not as a stringSpp-
2011-07-29Scripts/Ulduar: Fixed disappearing of Hodir's Rare ChestLopin
2011-07-29Core/Misc: cleanup npc_professions script (shouldn't the whole script go to ↵Azazel
DB?). Fix some warnings.
2011-07-29Core/Arenas: Removed some outdated stufftobmaps
2011-07-29Core/Misc: Make 64-bit abs function 'portable'. Should fix build on MSVC ↵Machiavelli
versions =< 9
2011-07-29Core/Spells: Check if spell has range entry before trying to access property ↵QAston
(some spell do not) - fixes a crash.
2011-07-28Core/Spells: Fix a crash on checking school immunity added to unit manually ↵QAston
(not by aura) - this time without additional changes (argh!)
2011-07-28Revert "Core/Spells: Fix a crash on checking school immunity added to unit ↵QAston
manually (not by aura)" This reverts commit 07badd73852018a87913493e5c26aac4be607adb.
2011-07-28Core/Spells: Fix a crash on checking school immunity added to unit manually ↵QAston
(not by aura)
2011-07-28CoreSpells: Typofixes: fix area auras autocast and usage of items in combat.QAston
2011-07-28Core/Spells: Fix passive auras stacking logic after recent changes.QAston
Closes #2417
2011-07-28Core/Spells: Don't unload sSpellStore on startup, to allow access to dbc ↵QAston
strings.
2011-07-27Fix a warningMachiavelli
2011-07-27Core/Spells: Use correct spell target in Spell::EffectEnvirinmentalDMG - ↵QAston
fixes area damage of spells using this.
2011-07-27Core/Spells: Drop obsolete code for Demonic Sacrifice.QAston