aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-07-19Send SMSG_LEARNED_SPELL before relearning or respeccing disabled ↵click
spells/talents (fix by Vladimir) (Ensures proper ordering when attempting to learn higher ranked/disabled spells/talents) --HG-- branch : trunk
2010-07-17Added recent changes forgotten in world_database.sql.teacher
--HG-- branch : trunk
2010-07-17*Add missing 295 aura effect handler lost somewhere in 33x repo merge to ↵QAston
handler table - this fixes crash with access to 316 aura and binds correct handler to aura 305. --HG-- branch : trunk
2010-07-16*Fix Totem of Hex coefficient - patch by Lightguard.QAston
--HG-- branch : trunk
2010-07-16*Fix for Six demon Bag - patch by pxlcreations and antihrists.QAston
--HG-- branch : trunk
2010-07-16*Remove no longer needed check in Arcane Potency script - by ↵QAston
A.Metaphysical.Drama. --HG-- branch : trunk
2010-07-16*Update spell_proc_event entry for Everlastin Affliction - by francesco.buldo.QAston
*Manually add corruption to list of spells affected by Everlasting Affliction. --HG-- branch : trunk
2010-07-16*Item - Coliseum 25 Heroic Caster Trinket - patch by microbius51QAston
--HG-- branch : trunk
2010-07-16*Remove hack for Divine Storm from Unit::DealDamageQAston
*"Zip" some data in SpellMgr::LoadSpellCustomAttr *Add MaxAffectedTargets for Divine storm heal effect *Move Divine Storm to correct spellfamily switch-case block in Spell::EffectDummy *Some ordering fixes of case blocks in Spell::EffectDummy --HG-- branch : trunk
2010-07-16*Prevent possible problems with application of negative auras with 0 ↵QAston
duration, now only spell hits which were diminished are immuned. *Remove old code of SPELL_AURA_MOD_AOE_DAMAGE_AVOIDANCE forgotten in c84e55b632. --HG-- branch : trunk
2010-07-16*Rename SPELL_AURA_RANGED_AP_ATTACKER_CREATURES_BONUS to ↵QAston
SPELL_AURA_MOD_CREATURE_AOE_DAMAGE_AVOIDANCE, and reimplement that aura type. *Some more research about new aura types. --HG-- branch : trunk
2010-07-16*Implement aura type SPELL_AURA_SHARE_DAMAGE_PCT(300), somewhat based on ↵QAston
patch by joshwhedon *Add some guess comments about unknown aura types --HG-- branch : trunk
2010-07-15Fixed problems with Sacred Cleansing, by QAston._manuel_
Fixes issue 546. --HG-- branch : trunk
2010-07-15*Correctly set basepoints of Learn spells - patch by Toni.Shocker.QAston
*Make sure that Spell::m_currentBasePoints are used correctly in any other place of the code. --HG-- branch : trunk
2010-07-15Use a slightly different approach to tree bound intersection (by Lynx3d)click
--HG-- branch : trunk
2010-07-15Typo fixShauren
--HG-- branch : trunk
2010-07-15Revert revisions 67325b1a0af0 and a0cba24b9060.Shauren
Made vendors ignore gold cost by default when extended cost is set, except when item has ITEM_FLAGS_EXTRA_EXT_COST_REQUIRES_GOLD flag --HG-- branch : trunk
2010-07-14Update libMPQ to latest revision (304)click
--HG-- branch : trunk
2010-07-14*TypofixQAston
--HG-- branch : trunk
2010-07-14*Add SpellMgr::CalculateSpellEffectAmount function for consistency of effect ↵QAston
amount calculations in core *Remove SpellEntry::CalculateSimpleValue function and use the new cuntion instead *Remove some workarounds made because of incorrect effect amount calculations *Since now aura effect amount problems should be gone. --HG-- branch : trunk
2010-07-14Fixed "At Gold Limit" popping every time you are gold capped and buy any ↵Shauren
item (with extended costs) --HG-- branch : trunk
2010-07-14Another basepoint fix, Thrill of the HuntShauren
--HG-- branch : trunk
2010-07-14Fixed base points for Heart of the Wild however this does not fix its ↵Shauren
incorrect amount as the issue is somewhere else Add forgotten Stances and StancesNot fields to data insert in world sql --HG-- branch : trunk
2010-07-13Add Stances and StancesNot fields to spell_dbc tableShauren
--HG-- branch : trunk
2010-07-13*Remove unsafe call of Aura::CheckTarget() which was causing aura list ↵QAston
corruption on some units. *Change the function name to Aura::CheckAreaTarget() *Move some functions in SpellAuras.cpp to match order from SpellAuras.h --HG-- branch : trunk
2010-07-13Fixed SMSG_BATTLEFIELD_STATUS packet. code by tom_rus.Shauren
--HG-- branch : trunk
2010-07-13Tools, vmap3_extractor: Add missing locales support, by Lynx3dTartalo
Closes issue #2813 --HG-- branch : trunk
2010-07-12Renamed "realmd" to "auth" in config files.teacher
Renamed "character_database.sql" to "characters_database.sql". (yeah I know, you're gonna hate me, but I'm pedantic!) --HG-- branch : trunk
2010-07-12Added support for all raid quest typesShauren
Added new config option to allow non-raid quest progression when in raid group code by Vladimir --HG-- branch : trunk
2010-07-12Warsong Gulch: In tie case last captured flag decides instead of firstTartalo
Patch by manisamja Closes issue #2925 --HG-- branch : trunk
2010-07-12Warsong Gulch: remove non-english commentTartalo
--HG-- branch : trunk
2010-07-12change "IN_MILISECONDS" to proper english "IN_MILLISECONDS"click
--HG-- branch : trunk
2010-07-11Reinstate ITEM_FLAGS_NO_EQUIP_COOLDOWN implementation and the serverside ↵click
checks for ITEM_FLAGS_INDESTRUCTIBLE (with prototypes this time) --HG-- branch : trunk
2010-07-11Backed out changeset 6670e64b2d92click
--HG-- branch : trunk
2010-07-11Implement ITEM_FLAGS_NO_EQUIP_COOLDOWN support + add serverside checks for ↵click
ITEM_FLAGS_INDESTRUCTIBLE (code by Vladimir) --HG-- branch : trunk
2010-07-11This should fix Savage Defense related crashesShauren
--HG-- branch : trunk
2010-07-10Fix typo in previous commit *sighs*click
--HG-- branch : trunk
2010-07-10Fix incorrect blocked LOS-calculation on certain locations (by Lynx3d)click
--HG-- branch : trunk
2010-07-09Fixed Extractors' windows compile issue (with click's blessing and ever ↵teacher
viewing eye!) --HG-- branch : trunk
2010-07-09Added tag 3.3.5a-clientsupport for changeset 1d84e402c474click
--HG-- branch : trunk
2010-07-09* MergeBrian
--HG-- branch : trunk
2010-07-09Added tag 3.3.3a-LAST for changeset 0410a47ee355click
--HG-- branch : trunk
2010-07-09Update VMap3 to "final" release (REEXTRACTION OF MAPS/VMAPS IS REQUIRED!) - ↵click
thanks to Lynx3d (again) - add magic-header to .vmtile files - calculate waterlevels for non-flat surfaces in a more correct way - make MSVC shut up about float-issues - change logging around a bit (output function that the respective logentry comes from) - remove remaining Stormlib leftovers - set indoor/outdoor check to enabled by default (more blizzlike) --HG-- branch : trunk
2010-07-09Uncomment the assert that I commented some revs ago on InstanceMap::CanEnter()Tartalo
--HG-- branch : trunk
2010-07-09Check map entering requirements only if areatrigger teleport changes mapTartalo
--HG-- branch : trunk
2010-07-09Remove double requirement check in AreaTrigger teleportTartalo
--HG-- branch : trunk
2010-07-09* Core switched to support client 3.3.5a (build 12340)Brian
* You *MUST* extract new DBCs / maps / vmaps * You *MUST* use UP32 * Be sure to update your realmlist * Huge thanks to TOM_RUS --HG-- branch : trunk
2010-07-09[mq]: vm3Brian
--HG-- branch : trunk
2010-07-09* Update drop file as wellBrian
--HG-- branch : trunk
2010-07-09* Updated DB name in DB create file to reflect the new authserverBrian
--HG-- branch : trunk