| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-07-19 | Send 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-17 | Added 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 microbius51 | QAston | |
| --HG-- branch : trunk | |||
| 2010-07-16 | *Remove hack for Divine Storm from Unit::DealDamage | QAston | |
| *"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-15 | Fixed 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-15 | Use a slightly different approach to tree bound intersection (by Lynx3d) | click | |
| --HG-- branch : trunk | |||
| 2010-07-15 | Typo fix | Shauren | |
| --HG-- branch : trunk | |||
| 2010-07-15 | Revert 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-14 | Update libMPQ to latest revision (304) | click | |
| --HG-- branch : trunk | |||
| 2010-07-14 | *Typofix | QAston | |
| --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-14 | Fixed "At Gold Limit" popping every time you are gold capped and buy any ↵ | Shauren | |
| item (with extended costs) --HG-- branch : trunk | |||
| 2010-07-14 | Another basepoint fix, Thrill of the Hunt | Shauren | |
| --HG-- branch : trunk | |||
| 2010-07-14 | Fixed 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-13 | Add Stances and StancesNot fields to spell_dbc table | Shauren | |
| --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-13 | Fixed SMSG_BATTLEFIELD_STATUS packet. code by tom_rus. | Shauren | |
| --HG-- branch : trunk | |||
| 2010-07-13 | Tools, vmap3_extractor: Add missing locales support, by Lynx3d | Tartalo | |
| Closes issue #2813 --HG-- branch : trunk | |||
| 2010-07-12 | Renamed "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-12 | Added support for all raid quest types | Shauren | |
| Added new config option to allow non-raid quest progression when in raid group code by Vladimir --HG-- branch : trunk | |||
| 2010-07-12 | Warsong Gulch: In tie case last captured flag decides instead of first | Tartalo | |
| Patch by manisamja Closes issue #2925 --HG-- branch : trunk | |||
| 2010-07-12 | Warsong Gulch: remove non-english comment | Tartalo | |
| --HG-- branch : trunk | |||
| 2010-07-12 | change "IN_MILISECONDS" to proper english "IN_MILLISECONDS" | click | |
| --HG-- branch : trunk | |||
| 2010-07-11 | Reinstate ITEM_FLAGS_NO_EQUIP_COOLDOWN implementation and the serverside ↵ | click | |
| checks for ITEM_FLAGS_INDESTRUCTIBLE (with prototypes this time) --HG-- branch : trunk | |||
| 2010-07-11 | Backed out changeset 6670e64b2d92 | click | |
| --HG-- branch : trunk | |||
| 2010-07-11 | Implement ITEM_FLAGS_NO_EQUIP_COOLDOWN support + add serverside checks for ↵ | click | |
| ITEM_FLAGS_INDESTRUCTIBLE (code by Vladimir) --HG-- branch : trunk | |||
| 2010-07-11 | This should fix Savage Defense related crashes | Shauren | |
| --HG-- branch : trunk | |||
| 2010-07-10 | Fix typo in previous commit *sighs* | click | |
| --HG-- branch : trunk | |||
| 2010-07-10 | Fix incorrect blocked LOS-calculation on certain locations (by Lynx3d) | click | |
| --HG-- branch : trunk | |||
| 2010-07-09 | Fixed Extractors' windows compile issue (with click's blessing and ever ↵ | teacher | |
| viewing eye!) --HG-- branch : trunk | |||
| 2010-07-09 | Added tag 3.3.5a-clientsupport for changeset 1d84e402c474 | click | |
| --HG-- branch : trunk | |||
| 2010-07-09 | * Merge | Brian | |
| --HG-- branch : trunk | |||
| 2010-07-09 | Added tag 3.3.3a-LAST for changeset 0410a47ee355 | click | |
| --HG-- branch : trunk | |||
| 2010-07-09 | Update 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-09 | Uncomment the assert that I commented some revs ago on InstanceMap::CanEnter() | Tartalo | |
| --HG-- branch : trunk | |||
| 2010-07-09 | Check map entering requirements only if areatrigger teleport changes map | Tartalo | |
| --HG-- branch : trunk | |||
| 2010-07-09 | Remove double requirement check in AreaTrigger teleport | Tartalo | |
| --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]: vm3 | Brian | |
| --HG-- branch : trunk | |||
| 2010-07-09 | * Update drop file as well | Brian | |
| --HG-- branch : trunk | |||
| 2010-07-09 | * Updated DB name in DB create file to reflect the new authserver | Brian | |
| --HG-- branch : trunk | |||
