aboutsummaryrefslogtreecommitdiff
path: root/src/server/game
AgeCommit message (Expand)Author
2015-10-06Core/Battle.net:Shauren
2015-10-05Core/World: Store account id in CharacterInfo to reduce the amount of databas...Shauren
2015-10-04Core/Misc: removed some useless map checksjoschiwald
2015-10-03Core/Players: Added missed changes to previous commitShauren
2015-10-02Core/Players: Removed db queries from friend packet buildersShauren
2015-10-01Core/Conditions: Fixed a typoZedron
2015-09-30Core/Transports: Fixed accessing deleted instance transportsShauren
2015-09-29Core/Players: Fixed automatic learning skills gained from learning spells whe...Shauren
2015-09-28Warning fixShauren
2015-09-28Core/Maps: Moved corpse management to map levelShauren
2015-09-27Core/Player: Changed ranged weapons to be equipped in main hand slot instead ...Shauren
2015-09-25Core/Server: Fix address of array '...' will always evaluate to 'true' warning.Naios
2015-09-25Core/Creature: Better formations implementationAokromes
2015-09-25Merge pull request #15538 from pete318/combat_bugCarbenium
2015-09-25Core/Creature: Fixes Issue with Formations with 2 waypointsAokromes
2015-09-25Merge pull request #15554 from MrSmite/AHBot_BuyerShauren
2015-09-25Core/Creature: Fix formations to prevent crossoverAokromes
2015-09-25Core/PacketIO: Updated and enabled SupportTicketSubmitComplaint, SupportTicke...Shauren
2015-09-25Merge pull request #15452 from Treeston/3.3.5Duarte Duarte
2015-09-24Core/Spells: Fix crash happening when using items to cast spellsjackpoz
2015-09-24Core: Fix buildCarbenium
2015-09-24Core/Dungeon Finder: Fix groups queuing broken by 1e71aba2ee656a8407dec63a69d...jackpoz
2015-09-24Core/Dungeon Finder: Improve ".lfg queue debug" commandjackpoz
2015-09-24Core/Chat: Allow to sanitize | characters when sending messages to clientsjackpoz
2015-09-24Core/Dungeon Finder: Remove disconnected players from LFG queuejackpoz
2015-09-24Core/Dungeon Finder: Add LFG roles of group members in LFG logsjackpoz
2015-09-24Core/Unit: Do not remove aura with interrupt flag AURA_INTERRUPT_FLAG_NOT_UND...StormBytePP
2015-09-24Core/Battleground: Fix issue reported by static analysisjackpoz
2015-09-24Core/Players: Improve rest state handling, allow several rest states to be ac...Trisjdc
2015-09-24Core/Misc: Added checks for procSpell nullptr casesStormBytePP
2015-09-24Core/Achievement: Fix Save The DayLaintime
2015-09-24Core/Misc: Remove unneeded ToCreature() castsjackpoz
2015-09-24Core/Misc: Remove unneeded ToCreature() castsjackpoz
2015-09-24Core/RestState: Check area trigger radius instead of 1.0f distanceRochet2
2015-09-24Merge pull request #15119 from robinsch/groundingjackpoz
2015-09-24Core/Gameobjects: Move a log from FATAL to DEBUGjackpoz
2015-09-24Core/Battlegrounds: Move a log from ERROR to DEBUGjackpoz
2015-09-24Core/Spells: Fix damage done by SPELL_EFFECT_NORMALIZED_WEAPON_DMGjackpoz
2015-09-24Core/AHBot: Adjust AHBot bid and buyout chancesjackpoz
2015-09-24Core/Spells: Fix Charge "no path" error with even bigger targetsjackpoz
2015-09-24Core/Threading: Handle CMSG_BATTLEFIELD_MGR_ENTRY_INVITE_RESPONSE only in Wor...jackpoz
2015-09-24Merge pull request #15168 from jameyboor/3.3.5jackpoz
2015-09-24Core/PacketIO: Verified and enabled a bunch of opcodes that already had their...Shauren
2015-09-23Core/PacketIO: Fixed creature teleports not working clientsideShauren
2015-09-22Core/Misc: Fixed various possibly uninitialized value warningsShauren
2015-09-21Core: Added ABORT() macro to prevent the usage of ASSERT(false) as a quick ha...StormBytePP
2015-09-21Core/Taxi: Implemented rebuilding taxi path for early landing and enabled CMS...Shauren
2015-09-20Core/Opcode Changed for Bug TicketsKeldo
2015-09-20Core/PacketIO: Defined a new opcodeShauren
2015-09-19Fix GCC warning about missing initializer for arrayStormBytePP