aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-13Fix date for sql added in af32d0f616657a8a60065b5742339e9e87984d64kaelima
2011-12-13Core/Spells: Fixed Healing Stream Totem bonus and Glyph of Healing Stream Totemelecyb
Closes #2165
2011-12-13Update sql/updates/world/2011_12_13_01_world_achievement_criteria_data.sqlMachiavelli
2011-12-13Merge pull request #4305 from w1sht0l1v3/masterMachiavelli
DB/Achievements: adding criteria data for Experienced Drake Rider
2011-12-13DB/Achievements: adding criteria data for Experienced Drake Riderw1sht0l1v3
2011-12-13Merge pull request #4304 from w1sht0l1v3/masterMachiavelli
Scripts/Oculus: Missing spawn after boss Varos and Urom deaths. Needed for a quest chain also.
2011-12-13Core/Scripts: Missing spawn after boss Varos and Urom deaths.Needed for a ↵w1sht0l1v3
quest chain also.
2011-12-13Core/Achievements: m_allCompletedAchievements should store only realm firstsShocker
2011-12-13Core/Mail: Mails sent by game masters should last 90 daysShocker
2011-12-12Copy/paste error in f8cb2f528ba2bc4d4006c529be41430d46031282kaelima
2011-12-12Merge pull request #4294 from Warpten/warriorMachiavelli
Core/Spells: Fix Warrior's T10 4P DPS Bonus.
2011-12-12Core/Spells: Fix Warrior's T10 4P DPS Bonus.Kapoeira
2011-12-12Core/ObjectMgr: Fix possible SQL injection for game_teleVinolentus
2011-12-12Merge pull request #4257 from Warpten/bleedKaelima
Core/Spells: Rake's initial damage is a bleeding effect, it should thus ignore armor.
2011-12-12Merge pull request #4268 from Venugh/masterMachiavelli
Core/External: Add support for MySQL version 5.6
2011-12-12Core/Instances: Required achievement to enter instance should only apply to ↵Shauren
group leader, original patch by kandera Closes #4279
2011-12-12Core/Achievements: Refactored HasAchieved to take only achievement id as ↵Shauren
parameter
2011-12-12Merge pull request #4258 from Warpten/iccShauren
Scripts/Icecrown Citadel: Prevent the Frost Infusion debuff to be applied on players that have Shadow's Edge equipped but are not on the quest.
2011-12-12Fix date for sql added in af32d0f616657a8a60065b5742339e9e87984d64kaelima
2011-12-12Merge pull request #4273 from elecyb/healtotemKaelima
Core/Spells: Fix for Healing Stream Totem bonus and Glyph of Healing Stream Totem
2011-12-11Core/Spells: Fixed Healing Stream Totem bonus and Glyph of Healing Stream Totemelecyb
Closes #2165
2011-12-11Merge pull request #4267 from wilds/flag_researchMachiavelli
Core/Spells: attribute research
2011-12-11CMake: Add support for MySQL 5.6.Venugh
2011-12-11Core/Spells: attribute researchWilds
2011-12-11Core/SAI: Remove an improper value in case switch.. no idea when/how/why ↵Machiavelli
that got there, but it's conflicting with recent changes.
2011-12-11Core/GameEventMgr: Use correct lock typeMachiavelli
2011-12-11Core/SAI: Preliminary implementation of SMART_EVENT_GAME_EVENT_START and ↵Machiavelli
SMART_EVENT_GAME_EVENT_END {param1: game_event.entry}
2011-12-11Merge pull request #4264 from Venugh/masterMachiavelli
Fixed a typo
2011-12-11Core/Server: Fix typo from previous commit.Venugh
2011-12-11Forgotten change to seat flag defines, thanks to Venugh.Machiavelli
2011-12-11Core/Vehicles: In CMSG_ATTACKSWING check if current vehicle seat flags ↵Machiavelli
permit attacking before updating standstate etc. Client also checks this. Furthermore, removed incorrect vehicle_seat_flag_b definition and added an unknown vehicle_seat_flag that was found in the client.
2011-12-11Merge pull request #4256 from Warpten/alcoholMachiavelli
Core/Commands: Allow .mod drunk to modify the drunk state of the target.
2011-12-10Scripts/Icecrown Citadel: Prevent the Frost Infusion debuff to be applied on ↵Kapoeira
players that have Shadow's Edgee quipped but are not on the quest.
2011-12-10Core/Spells: Rake's initial damage is a bleeding effect, it should thus ↵Kapoeira
ignore armor. So far this is the only example of such a mechanic (3.3.5), so this does not break anything.
2011-12-10Core/Commands: Allow .mod drunk to modify the drunk state of the targeted ↵Kapoeira
player. Original idea on the forums, can't remember who exactly suggested this.
2011-12-10Core/Player: Remove unused Player method TeleportOutOfMapShocker
2011-12-10Core/Misc: Small english fixShocker
2011-12-10Core/Achievements: Remove hardcoded ACHIEVEMENT_CRITERIA_TYPE_REACH_LEVEL ↵Shocker
criteria datas
2011-12-10Core/Achievements: Allow ACHIEVEMENT_CRITERIA_TYPE_REACH_LEVEL to have ↵Shocker
criteria data
2011-12-10Core/Achievements: Typo-fix in AchievementCriteriaData::IsValid error logShocker
2011-12-10Merge pull request #4253 from wilds/fix_npcchannbarShocker
Core/Spells: Fix channeling bar visual when interrupting creatures
2011-12-10Merge pull request #4249 from Jildor/masterShocker
Core/Spells: Fix Bloodsurge talent being activate when Whirlwind causes damage
2011-12-10Core/Protocol: Add debug output when receiving auction house packets.kaelima
2011-12-10Core/Spell: Fixed compile broken in 11fb0beaf0cb877b14f24aa88f19832e0aa3dc88 ↵kaelima
and renamed _player to player.
2011-12-10Core/Misc: Fixed some duplicate checks for player typeid in Unit::Kill and ↵kaelima
Spell::EffectSummonDeadPet. Also some random cleanup
2011-12-10Core/SmartAI: Fixed crashes when using timed actionlist for gameobjects.kaelima
2011-12-10Core/Protocol: Fixed unprocessed tail data for opcodes CMSG_QUEST_POI_QUERY, ↵kaelima
CMSG_SHOWING_HELM, CMSG_SHOWING_CLOAK and CMSG_AUCTION_LIST_BIDDER_ITEMS.
2011-12-10Fix Bloodsurge talent being activate when Whirlwind causes damage.Jildor
Close #4160
2011-12-10Core/Spells: stop channeling bar when interrupted also for creatureWilds
2011-12-09Merge pull request #4240 from Aokromes/masterShauren
Scripts/Black Temple: Corrected Illidan emotes (missing name)