aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-30Core/Auras: Implemented aura SPELL_AURA_OVERRIDE_SPELLS (293), base patch by ↵Shauren
Heisenberg, research by TOM_RUS Closes issue #4969. --HG-- branch : trunk
2010-11-30Revert an unintended change from 99a3929104click
--HG-- branch : trunk
2010-11-30Core: Fix creature_respawn handling in Outdoor PvP system, thanks to sombre ↵click
for noticing Closes issue 4971. --HG-- branch : trunk
2010-11-29Core/Misc: fix some warnings. As a result removed one redundant hook from ↵azazel
FormulaScript. --HG-- branch : trunk
2010-11-29Fix typo in previous commitSpp
--HG-- branch : trunk
2010-11-29Core/Groups: Move all function definition from .h to .cppSpp
Core/Groups: Remove Group.h dependency from any .h file --HG-- branch : trunk
2010-11-29Fix compileSpp
--HG-- branch : trunk
2010-11-29Core/AuctionHouse: Correction on AH deposit value, minimum 1 silver required ↵click
(blizzlike) --HG-- branch : trunk
2010-11-29Core/AuctionHouse: Calculate deposit taken for item(s) being auctioned ↵click
properly + pick up correct number of items being auctioned (Thanks to Paradox) Comment issue 4958 Added and pending further testing. Also need testing for issue 3681 (related to AH packetsize?). Closes issue 4089. Closes issue 4919. --HG-- branch : trunk
2010-11-28Core/Chat: Disallow visual emotes when an entity is in dead-state (thanks to ↵click
Vladimir) Closes issue 4942. --HG-- branch : trunk
2010-11-28Core/Dungeon Finder: Fix members of premade group not being teleported to ↵Spp
dungeon after a proposal success --HG-- branch : trunk
2010-11-28Core/Dungeon Finder: After a proposal success only teleport new playersSpp
--HG-- branch : trunk
2010-11-28Core/Dungeon Finder: Fix Proposal not being shown to players in LFG group ↵Spp
trying to do a new dungeon (Missing code from rev 77918d0138) --HG-- branch : trunk
2010-11-28Core: Adjust packetsize for SMSG_RESYNC_RUNES - thanks to False.Genesis ( ↵click
and to Svetilo12 for the heads up ) Closes issue 4943. --HG-- branch : trunk
2010-11-27Core/Dungeon Finder: Show player selected dungeon in proposal window only if ↵Spp
its a new dungeon --HG-- branch : trunk
2010-11-27Core/Dungeon Finder: Fix role check algorithm (Some valid combinations wereSpp
being marked as invalid) --HG-- branch : trunk
2010-11-27DB/Data: Correction on script_texts for quest Discrediting the Deserters ↵click
(11133) when not using default (english) language- thanks to Dark0r for noticing REIMPORT THE FIXED SQL. --HG-- branch : trunk
2010-11-26Scripts/Icecrown Citadel: Fixed possible exploits in Deathbringer Saurfang's ↵Shauren
script --HG-- branch : trunk
2010-11-26Core/Dungeon Finder: Fix a crash in JoinSpp
Closes issue 4939 --HG-- branch : trunk
2010-11-26Core/Dungeon Finder: Properly remove players from queue (or readd) after a ↵Spp
proposal failed --HG-- branch : trunk
2010-11-26Core/Dungeon Finder: Multiple changes in Join functionSpp
- Reformat some code to make it easier to read - Safe leave and rejoin queue when already queued and trying to rejoin to different dungeons (it was giving error earlier) - Do not allow to select another dungeon while im the middle of a Lfg dungeon not completed (any dungeon selected is changed by current dungeon) - Fix error that prevented groups to join another dungeon after completing the current lfg dungeon Core/Dungeon Finder: Remove references to player from SendLfgUpdateParty and SendLfgUpdatePlayer handlers --HG-- branch : trunk
2010-11-26Fix typo from revision 3f0577c8e6click
--HG-- branch : trunk
2010-11-26Core/Unit: Fix pets aggromode - do not set player in combat untill pet has ↵click
actually done damage to target (fix by Kaelima) Closes issue 4894. --HG-- branch : trunk
2010-11-26Mergeclick
--HG-- branch : trunk
2010-11-26Core/PetHandler: Correction of SMSG_PET_NAME_QUERY response packet sizes and ↵click
structure (fix by Ramus) (Client automatically handles re-queries if name is not supplied) Closes issue 4924. --HG-- branch : trunk
2010-11-26Core/Groups: Properly read CMSG_GROUP_ACCEPT and CMSG_GROUP_INVITE opcodesSpp
--HG-- branch : trunk
2010-11-24Fix a small typo in worldserver.conf.dist leading to errors during config ↵click
load on "fresh" installs --HG-- branch : trunk
2010-11-24Core/Spells: Phaseshift auras can now be stackedShauren
--HG-- branch : trunk
2010-11-24Core/Battleground: Do not allow to join queue if anyone in the party is ↵Spp
using dungeon system --HG-- branch : trunk
2010-11-24Core/Dungeon Finder: Do not allow to join Queue if someone in party is using ↵Spp
Battleground/Arena System Core/Dungeon Finder: Minor code style fix --HG-- branch : trunk
2010-11-24Core/Loot: Removed unused parameter from LootTemplate::ProcessShauren
--HG-- branch : trunk
2010-11-24Core/Commands: Simplified .kick command handler and fixed possible crashes thereShauren
--HG-- branch : trunk
2010-11-24* Remove CRLF from configfilesclick
--HG-- branch : trunk
2010-11-24Fix missing change in SendNotification() (forgot to diff it)click
--HG-- branch : trunk
2010-11-24Core/Configs: Use "oldstyle" configfile method - includes configfile ↵click
cleanups and also restructuring it so every option is explained properly Fix by leak. Closes issue 4913. --HG-- branch : trunk
2010-11-24Core/Reputation: Implement a more generic solution for reputation spillover ↵click
(fix by Lynx3d, port by Kaelima) * Sorts out issues with factions 1037 and 1052 * Give a more correct client output when reputation is assigned to parent faction * reputation_spillover_template can still be used to override spillover from dbc Closes issue 4915. --HG-- branch : trunk
2010-11-24Core: Fix issues with builds after rf68255d6acclick
( and a minor int32->uint32 change for SendNotification() ) --HG-- branch : trunk
2010-11-23Core/Dungeon Finder: Move vote kick initialization from Group code to ScriptsSpp
--HG-- branch : trunk
2010-11-23Core/Groups: Add kicker and kick reason to RemoveMemberSpp
--HG-- branch : trunk
2010-11-23Core/Commands: Forgot one GetIntConfig->GetBoolConfig -entry in previous commitclick
--HG-- branch : trunk
2010-11-23Core/Commands: Reintroduce CONFIG_SHOW_KICK_IN_WORLD-handling after a long ↵click
absensce in the 'commented out code'-world Closes issue 4042. --HG-- branch : trunk
2010-11-23Fix typo in previous commitSpp
--HG-- branch : trunk
2010-11-23Core/Dungeon Finder: Fix role check algorithm (Some valid combinations were ↵Spp
being marked as invalid) --HG-- branch : trunk
2010-11-22Core/Dungeon Finder: Add missing change from 653b579755 that prevented to ↵Spp
join random dungeons --HG-- branch : trunk
2010-11-22Core/Dungeon Finder: Fix a crash when trying to join raid browser as a groupSpp
--HG-- branch : trunk
2010-11-22Revert r5dcfc475b8 (we're still investigating why it does what it does though)click
--HG-- branch : trunk
2010-11-22Core/Dungeon Finder: Fix visual bug that showed wrong needed roles after ↵Spp
joined queue --HG-- branch : trunk
2010-11-22Core/Dungeon Finder: Check lock status of dungeons when joining non-random ↵Spp
dungeons (Fixes not checking if raid was closed for the selected difficulty) Core/Dungeon Finder: Fix some memory leaks when Joining Core/Dungeon Finder: Do not allow to join dungeon raid browser (Not supported yet) --HG-- branch : trunk
2010-11-22Core/Dungeon Finder: Do not allow to join if selected dungeons and raidsSpp
--HG-- branch : trunk
2010-11-22Core/Dungeon Finder: Give rewards only to players that joined selecting ↵Spp
random dungeon --HG-- branch : trunk