aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-11DB/Quests: Fix quest Sorlof's Bootymalcrom
Closes #5071 Closes #1785
2012-02-11Merge branch 'master' of github.com:TrinityCore/TrinityCoreSubv
2012-02-11Battleground/Collision: Fixed the DS waterfall and RV pillar glitchesSubv
2012-02-11DB/Quests: Script A Daughter's Love quest endinggecko32
Closes #5102
2012-02-11DB/Quest: Kickin' Nass and Takin' Manesw1sht0l1v3
Thanks to @Pitcrawler for refactoring/correcting the code Closes #446 Closes #5164 (not complete)
2012-02-11DB/Quest: Near Miss / Close CallPitcrawler
Closes #5169 (not complete)
2012-02-11DB/ATs: Add Botanica and Mechanar instance exits.Discover-
Closes #3369
2012-02-11DB/Quests: Quest pooling for The Rokk and Old Man BarlownedVincent-Michael
Closes #5189 Closes #5190
2012-02-11DB/NPCs: Spawn Elders also on heroic difficulty (spawnmask change)nelegalno
Closes #4976
2012-02-11Fixed buildSubv
2012-02-11Fixed codestyle from last commitSubv
2012-02-11Core/Conditions: Allow to set SAI conditions to both the invoker and the ↵Subv
object using ConditionTarget column. ConditionTarget 0 = invoker ConditionTarget 1 = object Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-02-11Core/Db/Conditions: Add new condition types:QAston
- CONDITION_OBJECT_ENTRY - CONDITION_TYPE_MASK - CONDITION_RELATION_TO - CONDITION_REACTION_TO - CONDITION_DISTANCE_TO - CONDITION_ALIVE - CONDITION_HP_VAL - CONDITION_HP_PCT
2012-02-11DB/NPCs: Correct a LiiA spawnnelegalno
Ref 36bb3878bc8fd8c0d412
2012-02-10Merge pull request #5178 from Kazt/masterSubv
Edit source files to represent the recent changes in the extractors (v4.00 2012_02) to avoid confusion with old extractors (v3.00 2010_07)
2012-02-11Fix build with GCC (it seems like it doesn't allow using references to ↵QAston
temporary objects).
2012-02-10Argh 2.0QAston
2012-02-10Argh.QAston
2012-02-10Core/Db/Conditions: Add ContidionTarget column which allows selection of ↵QAston
objects which will be checked by condition, depending on SourceTypeOrReferenceId. So far usable only with CONDITION_SOURCE_TYPE_SPELL: ContidionTarget = 0 - check caster ContidionTarget = 1 - check explicit target
2012-02-10Core/Collision: Edit source files to represent the recent changes in the ↵Ka0z
extractors (v4.00 2012_02) to avoid confusion with old extractors (v3.00 2010_07)
2012-02-10Core/Misc: Avoid some redundant checks in Player::ResetTalentsShocker
2012-02-10Core/Db/Conditions: remove ConditionValue2 parameter CONDITION_SPELL which ↵QAston
was used for checking if player doesn't have spell and use NegativeCondition parameter instead.
2012-02-10Core/Db/Conditions: CONDITION_NOITEM and CONDITION_NO_AURA became deprecated ↵Nay
with `NegativeCondition` Wiki updated.
2012-02-10Core/Db/Conditions: Add 3rd parameter to CONDITION_ITEM so it can now ↵QAston
perform a check if item exists in bank aswell as in equipment.
2012-02-10Scripts/Icecrown Citadel: Attempt to fix Sindragosa spawningShauren
2012-02-10Scripts/Icecrown Citadel: Fixed crash in spell_frostwarden_handler_order_whelpShauren
Closes #5129
2012-02-10DB/GOs: Remove wrong flags and not working SAI script from (LiiT) Picnic BasketNay
Ref 32b2fccf331e545b83e8e Accepting suggestions on how to make it not despawn on first use/click.
2012-02-10Fixed build.QAston
2012-02-10Core/Db/Conditions: Don't use ConditionValue3 as a reference id for template ↵QAston
conditions - ConditionTypeOrReference serves this purpose.
2012-02-10Core/Db/Conditions: Prepare conditions system to work on objects of ↵QAston
different type than players. Warning: API has changed a bit: ConditionScript::OnConditionCheck(Condition* condition, Player* player, Unit* invoker) is now ConditionScript::OnConditionCheck(Condition* condition, WorldObject* object, WorldObject* invoker)
2012-02-10Minor correction to a7fc2586e765a39371d49bf3f2b0b81d9c9df69a - load columns ↵QAston
from db in the same order they're stored.
2012-02-10Core/Protocol: Remove useless ResetInstances call inside ↵kaelima
WorldSession::HandleResetInstancesOpcode.
2012-02-10Core/Db/Conditions: Add NegativeCondition column to conditions table which ↵QAston
allows to check whenever player does not meet condition specified by ConditionTypeOrReference column (ConditionTypeOrReference and ConditionValue3 set to reference id are not affected by the change)
2012-02-10Core/Map:kaelima
- Fixed crash when a player was disconnected during a transfer to another map. - Only call OnPlayerLeaveMap if player is removed from map. (Ty QAston)
2012-02-10Core/Spells: Summoning players will now teleport them directly on summoner, ↵Shauren
not near him
2012-02-10Core/GameObjects: Fixed crashes in GameObject::SetLootState and ↵Shauren
GameObject::SetGoState for summoned objects Closes #5166
2012-02-09Core/Spells: remove some workarounds about transform spells in corpse ↵QAston
explosion script.
2012-02-09Core/Spells: Removed deprecated code, fixed duration bonus of the Glyph of ↵Subv
Dancing Rune Weapon
2012-02-09Core/Spells: Fix some problems with spells summoning to many objects.QAston
2012-02-09Merge pull request #5160 from TrinityCore/dynamic_vmapsSubv
Added Dynamic Vmaps, RE-EXTRACT YOUR VMAPS
2012-02-09Core/Collision: Ported dynamic line of sight patch by Silverice from MaNGOS andSubv2112
added lots of improvements Please re-extract vmaps
2012-02-09Merge pull request #5052 from devilcoredev/fix_003Shocker
Core/Spells: Check line of sight for AoE targeted spells
2012-02-09Merge pull request #5150 from Kline-/masterShocker
Core/Config: Add config option for Quest Auto Accept/Ignore (commiter's note: there is no blizzlike reason for this but that doesn't mean it's not a good idea)
2012-02-09Merge pull request #5148 from elecyb/impharmstringShocker
Core/Spells: Remove incorrect diminishing group check for Improved Hamstring
2012-02-09Merge pull request #5147 from glkrlos/SartharionDebuffsShocker
Scripts/Obsidian Sanctum: Sartharion Debuffs should be active while the respective bosses are alive
2012-02-09Merge pull request #4726 from ille/baa2252bd31718e93ccc3e97aa81afeecb5ec9c3QAston
Core/GameObject: implement stealth/invisibility for traps
2012-02-09Core/Spell: move conditions check to Spell::CheckCast.QAston
2012-02-09Core/Db/Conditions: update error log.QAston
2012-02-09Core/Db/Conditions: allow CONDITION_SOURCE_TYPE_ITEM_REQUIRED_TARGET to be ↵QAston
used for spells with any spell using unit as explicit target instead of just TARGET_UNIT_TARGET_ANY and TARGET_UNIT_TARGET_ENEMY.
2012-02-09Core/Entities: don't save aura caster's guid for pets to db.QAston