aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-15Script: Fix errors in previous commit.Malcrom
2013-06-15Script: Update Grizzly Hills Zone Script to use Events.Malcrom
2013-06-15Core/ObjectsShauren
* Split BuildValuesUpdate into separate virtual methods for every object type that does something special with update fields * Removed _SetCreateBits/_SetUpdateBits to halve the amount of checks if field needs to be sent
2013-06-15Core/Objects: Added missed change to 9ec22fffa00135cd776afebe2899bf54fb52f15fShauren
2013-06-15Missed change in previous commitShauren
2013-06-15Buildsystem/MSVCShauren
* Fixed ACE PCH * Removed WheatyExceptionReport sources from shared project
2013-06-13DB/SAI: Needs this too :)Malcrom
2013-06-13DB/SAI: Fix creature in botanicaMalcrom
2013-06-13Scripting: Added an overlooked enum.Malcrom
2013-06-13Scripting: Update Lake Frog Script to use Events.Malcrom
2013-06-13Scripted/Quest: Fix codestyle in 4065a8509f389d3b5d89d44cab5298ccde534a3dVincent-Michael
2013-06-13Scripting: Minor visual script fix.Malcrom
2013-06-13DB/Creature: Redo spawning for entry 33211 "Lake Frog"Malcrom
2013-06-13DB/Creature: Add missing lake frog spawnsAokromes
By Vincent_Michael closes #10015
2013-06-13Fix warningTrinity
2013-06-13DB/Quests: Fix Convocation at Zul'Heb, closes #9122Pitcrawler
2013-06-13Script: Add scripting for Quest A Blade Fit For A ChampionMalcrom
Still need pooled spawning for entry 33224. Aokromes has info if someone wants to do it.
2013-06-12DB/Quests: Fix Badlands Reagent Run II, closes #9880Pitcrawler
Thanks @joschiwald and @Kirkhammett
2013-06-12DB/Quests: Fix Adding Injury to Insult, closes #3848Pitcrawler
Improves b85e4eb72437fa3ecfa5be6f84dedbbd683a9db3
2013-06-12Core/Gossip: Add missing check for only class trainers in ↵Vincent-Michael
46374bf533987b492abd590d7cd2ae182b35bd39
2013-06-12Fix compileSpp
2013-06-11DB/SAI: Fix SAI for Sunseeker HarvesterMalcrom
2013-06-11DB/Creature: Set Entry 18955 "Camera Shaker - 30-90 seconds" as trigger and ↵Malcrom
remove random movement
2013-06-11Core: More Function name updatesMalcrom
2013-06-11Core: More Function Renaming.Malcrom
2013-06-11Core: Some function renaming.Malcrom
2013-06-12Core/Gossip: Add log for GOSSIP_OPTION_TRAINER for missing conditionsVincent-Michael
2013-06-11Core/SAI: Add check so npc will not send text to pet. Also updated isPet() ↵Malcrom
to IsPet().
2013-06-11Core/Objects: Object scale will now also affect bounding radius and combat ↵Shauren
reach fields
2013-06-11Core/Instances: Fixed a bug that caused switching group leader inside active ↵Shauren
instance to cause players not being saved when a boss was killed. Closes #5109
2013-06-10DB/SAI: Move Quel'dorei Magewraith from EAI to SAI. Added quest complete ↵Malcrom
action to fix quest 9595. closes #3047
2013-06-10Merge pull request #9984 from Rochet2/masterShauren
Core/Scripts: Added missing call for OnQuestComplete and cleared up argument name in OnLevelChanged
2013-06-10DB/Gossip: Complete gossip for Quarter Master Miranda BreechlockMalcrom
2013-06-10DB/SAI/Conditions: Add SmartAI to Quarter Master Miranda Breechlock to give ↵Malcrom
player item when selecting I need another Argent Dawn Commission. closes #6352
2013-06-10Core/Auctionhouse: Fix crash when reloading AH itemskaelima
- Removed a really strange comment
2013-06-10Quest Complete, OnLevelChangedRochet2
2013-06-09Core/Scripts: Fix Drake Hunt, closes #2005w1sht0l1v3
2013-06-09SQL: Fix sql import errorVincent-Michael
2013-06-09DB/Quests: Fix To Westguard Keep!Pitcrawler
Add missing taxiflight gossip option
2013-06-09DB/Quests: Fix The Explorer's League OutpostPitcrawler
Move a corescript to SAI
2013-06-08Core/Spells: Fixed fishing broken in a recent commitShauren
2013-06-08Core/Gossip: Revert unlearn and dual spec gossip stuff in ↵Vincent-Michael
c238cae7d0733c76ee844d81e7c959627e5d711b
2013-06-08Core/Scripts: Simplify spellscript from 1f785905d548257b56d83f180f3d8e94e8de0634Pitcrawler
2013-06-08DB/Quests: Fix Danger! Explosives!, closes #6850 closes #9458Pitcrawler
2013-06-07Merge pull request #9983 from LeGuybrush/organize-Aokromes
More organizing of sql/old, hooray!
2013-06-07More organizing of sql/old, hooray!LeGuybrush
2013-06-07DB/Creature: Fix startup errorVincent-Michael
2013-06-07Update READMEAokromes
2013-06-07Core/PacketIO: Send item create object blocks only to their ownerShauren
2013-06-07Core/CreaturesShauren
* Refactored setting movement flags into separate method * Falling creatures are no longer treated as flying for movement flag setting purposes