aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-03Core/Spells: Allow spell effects to have multiple destinations. Spells like: ↵QAston
49814, 10869 and similar are now properly selecting destination targets.
2012-03-02Core/Misc: Remove redundant implicit template types in some std::make_pair ↵Subv
calls. Should allow the build in Visual Studio 2011
2012-03-02Core/Spells: Remove some obsolete codeQAston
2012-03-02Core/Scripting: codestyle and comment for previous commitKandera
2012-03-02Core/Scripting: added OnPlayerUpdateZone for player scriptsKandera
2012-03-02Core/Misc: Fix a crash in CalendarMgr::AddAction and initialize some wild ↵kaelima
pointers.
2012-03-01Core: Fixed compile without PCHShauren
2012-03-01Core/CreatureTextMgr: Added support for creature_text localizationShauren
2012-03-01DB/Creature_Text: Convert script_texts to creature_text for boss General ↵Malcrom
Bjarngrim
2012-03-01Core/Auras: fix stacking for auras that change phase. (thx to manuel)Kandera
2012-03-01Merge pull request #5498 from kandera/fix_wsgkandera
Core/Battlegrounds: cleanup and fix flag issue in previous commit correc...
2012-03-01Core/Battlegrounds: cleanup and fix flag issue in previous commit correctlyKandera
2012-03-01Core/Units: Properly update passenger position if vehicle uses waypoint ↵Machiavelli
movement. Fixes e.g. Icefang path
2012-03-01DB/Conditions: Really fix the Scarlet Harvest. Quest automatically had ↵Machiavelli
STATUS_COMPLETE, so condition needed to be adjusted
2012-03-01Core/Conditions: Small optimization in ConditonMgr, as well as proper rules ↵Machiavelli
for spellclick conditions in Clean(), and finally some documentation added on how to add new source types.
2012-03-01Core/Player: Quests with status QUEST_STATUS_NONE(0) shouldn't be loaded ↵Machiavelli
into player's queststatus storage. These should be removed since they are remnants from the old queststatus storage system.
2012-03-01Script/Commands: Some safer code in wp modifykaelima
2012-03-01Core/Object: Correct the updateflag order in SMSG_UPDATE_OBJECT.kaelima
2012-02-29DB/Creature_Text: Convert script_texts to creature_text for boss Volkhan, ↵Malcrom
Halls of Lightning.
2012-02-29DB/Creature_Text: Convert script_texts to creature_text for boss Ionar, ↵Malcrom
Halls of Lightning.
2012-02-29DB/Creature_Text: Convert script_texts to creature_text for boss Loken, ↵Malcrom
Halls of Lightning & Added sound.
2012-03-01DB/Conditions: *Proper* conditions for The Scarlet Harvest. Saving the file ↵Machiavelli
before committing works.
2012-03-01DB/Conditions: Proper conditions for The Scarlet HarvestMachiavelli
Closes #5422
2012-02-29DB/Conditions: Fix a lot of spellclick conditions (conversion didn't ↵Machiavelli
properly take ElseGroup into account). Also add primary key to npc_spellclick_spells and remove duplicates.
2012-02-29Core/Packets: Fixed exceptions being incorrectly thrown when appending empty ↵Shauren
strings to packets Closes #5486 Closes #5495
2012-02-29Merge pull request #5491 from teyrnon/masterMachiavelli
BytebufferException fix
2012-02-29Core: Fixed build warningShauren
2012-02-29Merge pull request #5497 from kandera/fix_wsgleak
Core/Battleground: Fix issue with picking up opposite teams flag when returning your teams flag
2012-02-29Core/Battleground: fix issue with picking up opposite teams flag when ↵Kandera
returning your teams
2012-02-29Update src/server/shared/Packets/ByteBuffer.hteyrnon
2012-02-29Core/Conditions: Remove some useless checks in Condition::Meets against a ↵Machiavelli
value that's _supposed to be_ const 0 in database.
2012-02-29Core/Object:kaelima
- Corrected the flag and use of UPDATEFLAG_LOWGUID. - Send proper positions for objects on transports. - Rename UPDATEFLAG_HAS_POSITION -> UPDATEFLAG_STATIONARY_POSITION - Added some comments
2012-02-29Core: Build fix (for real this time) and warning fixShauren
2012-02-28Core/Warden: Switch to multi-threaded packet processing for wardenleak
2012-02-28Fixed build broken in 218ed813d0a2d26fd594ddafa2132cc7c5209bb4Shauren
2012-02-28Merge pull request #5478 from kandera/masterManuel Carrasco
DB/Wintergrasp: added spawn data for wintergrasp mobs. This has been taken from Wintergrasp branch. Author: Malcrom.
2012-02-28DB/Wintergrasp: added spawn data for wintergrasp mobsKandera
2012-02-28Core/Misc: Add more extensive ByteBuffer exceptions to trace down seemingly ↵Machiavelli
random crashes.
2012-02-28Core/Movement: Remove a redundant check in EffectMovementGenerator that ↵Machiavelli
could prevent MovementInform from being called
2012-02-27Core/Channels: Players should not be able to invite non-visible GMs to channelsSubv
closes #5467
2012-02-27Fix sql update in 8653016bddc6cfe591ce7d4b9b569fe36d50c77b - thanks to RedSonjaQAston
2012-02-27Core/MovementGenerators: Ensure correct virtual function overrides are ↵Machiavelli
called. May/should/will/could/might fix various different movement related issues. Please report back.
2012-02-27DB/Loot: add gold drops to ICCZxBiohazardZx
Partial fix for #5449
2012-02-27Merge pull request #5445 from Souler/fix_demonic_circleQAston
Move Demonic Circle related code to spell_warlock.cpp
2012-02-27Core: Rename GetCreatureInfo to GetCreatureTemplate and minor cleanup here ↵Spp
and there
2012-02-27Core: Minor cleanup in ObjectMgr and warning fixesSpp
2012-02-26Core/Misc: Reserve space for the data in the stores before inserting itSubv
2012-02-26Core/Battlegrounds: Initialize _flagDebuffState before using it in Warsong GulchSubv
2012-02-26Scripts/Spells: Move Demonic Circle mechanics to spell_warlock.cppSouler
2012-02-26Misc:Nay
- Fix errors in recent SQLs (1fc122e5c6a5e0099,a3755f8355e64c9efc) - Proper defines in DBCStructure.h (Holiday Entry)