aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Collapse)Author
2013-06-20Core/Scripting: Add spell script for vendor bark triggerMalcrom
2013-06-20Core/Scripting: Add spell script for spell 55945 Spectator - Cheer TriggerMalcrom
2013-06-20Core/Auras: Fixed a crash happening when different vehicle auras from the ↵Shauren
same caster stacked on one target Closes #10050
2013-06-19Scripts: Prevented several KilledUnit texts to yelled for non-players such ↵kaelima
as pets
2013-06-18Core/Scripting: Some updates to Zul'Drak scripts.Malcrom
2013-06-18Core/Objects: Refactored MovementInfo structureShauren
2013-06-18Core: Fix new warnings ...Vincent-Michael
2013-06-18Core: Fix warningsVincent-Michael
2013-06-18Scripts/Misc: Use new movement flag setting methods in scriptsShauren
2013-06-18Core/MovementShauren
* Added wrapper methods for setting various movement flags and sending correct movement opcodes * Made flying and falling spline flags exclusive with each other
2013-06-18Core/Scripting: Updated Quest: Troll Patrol: The Alchemist's Apprentice ↵Malcrom
scripting
2013-06-18Core/Scripting: Cleaning of unused/obsolete stuffAokromes
2013-06-17Core/Scripting: Remove double check. Thanks joschiwaldMalcrom
2013-06-17Scripting: Quest: Troll Patrol: The Alchemist's ApprenticeMalcrom
2013-06-17DB/Quests: Fix Reunited, Dark Horizon, closes #6246 closes #8979Pitcrawler
2013-06-17Core/Movement: Fixed computeFallTime results with safefall enabled (it's ↵kaelima
still unused however)
2013-06-17Core/MMAPS: Update recastnavigation!kaelima
* Complete changelog can be found at http://code.google.com/p/recastnavigation/ * Adjusted a few config values Important: * New mmaps extraction is required * Folder size will be increased
2013-06-16Script: Add proper spell to Lake Frog script.Malcrom
2013-06-16Fix sql naming on previous files.w1sht0l1v3
Correct faction template for Nexus Drake Hatchling and initialize a variable in script.
2013-06-15Script: Updated Murmur to use events.Malcrom
2013-06-15Scritp: Updated Boss_Blackheart_the_Inciter to use events.Malcrom
2013-06-15Script: Update Boss_Grandmaster_Vorpil script to use events.Malcrom
2013-06-15Script: Fix a couple quest credit hacks.Malcrom
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-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-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-12Core/Gossip: Add missing check for only class trainers in ↵Vincent-Michael
46374bf533987b492abd590d7cd2ae182b35bd39
2013-06-12Fix compileSpp
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-10Merge pull request #9984 from Rochet2/masterShauren
Core/Scripts: Added missing call for OnQuestComplete and cleared up argument name in OnLevelChanged
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