aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Collapse)Author
2017-05-14Core/Spells: Fixed Impending Victory and prevent activating victory rush in ↵HannibalRoG
fury spec Closes #19297
2017-05-14Core/Guild: Misc. code changesDDuarte
NULL to nullptr, add const to methods and remove unimplemented method definitions
2017-05-14Core/Guilds: Remove old Guild.UndeletableLevel configDDuarte
Send guild achievement points in SMSG_GUILD_INVITE instead of level Remove old references to guild levels Player still have PLAYER_GUILDLEVEL field which is always 25
2017-05-14Misc: Add license header to Memory.hDDuarte
2017-05-14Fix nopch buildShauren
2017-05-14Core/Spells: Redefined SPELL_AURA_MOD_HONOR_GAIN_PCT and defined ↵joschiwald
SPELL_AURA_MOD_GUILD_REPUTATION_GAIN_PCT
2017-05-14Core/Entities : Basic Conversation Implementation (#18010)Traesh
2017-05-14Scripts/Spells: Aspect of the Cheetah (#19755)MartGon
Closes #19611
2017-05-13Database/AdhocStatement: Only include cstdlib instead of whole StringFormat.h.Marco Ebert
2017-05-13Fix non-PCH build.Marco Ebert
Your ad here.
2017-05-13Build fix for mysql 5.6 and olderShauren
2017-05-13Warning fixShauren
2017-05-13Core/Grids: Ported cmangos/mangos-wotlk@ea99457e50790acde8928aa0f3dc4a9c096b4a8cShauren
2017-05-13Core/Packets: Implemented CMSG_QUERY_REALM_NAME and SMSG_REALM_QUERY_RESPONSEjoschiwald
2017-05-13Fixed build for older boost version used on travisShauren
2017-05-13Build fixShauren
2017-05-13Core/Shared: Include cleanupShauren
2017-05-12Core/Spells: Defined SPELL_AURA_MOD_SPEED_NO_CONTROLjoschiwald
2017-05-12Core/Database: Include cleanupShauren
2017-05-12Core/Logs: Reword some logsAokromes
2017-05-11Core/Common: Include cleanupShauren
2017-05-10Fix build.Gacko
2017-05-10Core/Misc: Fix some false startup errorsAokromes
2017-05-09Core/Misc: Removed useless log messagejoschiwald
2017-05-09Warning fixShauren
2017-05-08Core/Items: Set and save item context fieldShauren
2017-05-07Core/SpellScripts: SPELL_SCRIPT_HOOK_EFFECT_SUCCESSFUL_DISPEL is a ↵joschiwald
TargetHook and a EffectHook
2017-05-07Build fixShauren
2017-05-07Core/Items: Implemented new item bonus and enchantment typesShauren
2017-05-07Core/Spells: Fixed wrong usage of unitTarget in Spell::EffectChargeDestjoschiwald
2017-05-06Core/Items: Fixed default item appearancesShauren
Closes #19558
2017-05-06Core/Player: Fix Scene blackscreen (#19473)funjoker
* Move Flags from DBCEnums.h to SceneMgr.h (nothing to do with any DB2) * Send SMSG_CANCEL_SCENE if scene ends (canceled or completed)
2017-05-06Core/SAI: Fixed memory leakjoschiwald
2017-05-05Core/Conditions: CONDITION_QUEST_OBJECTIVE_COMPLETE (#19510)Arog
* Ignore QUEST_OBJECTIVE_FLAG_OPTIONAL from quest_completion
2017-05-05Core/Collision: Replaced phasemask with proper phases in GameObject ↵joschiwald
collision calculation
2017-05-05Core/Misc: Added Creature::CanGiveExperience helper functionjoschiwald
2017-05-05Core/PacketIO: Fixed structures of CMSG_AUCTION_SELL_ITEM and ↵Shauren
CMSG_AUCTION_LIST_BIDDER_ITEMS - FlushBits() should never be used by client packets, use ResetBitPos() instead Closes #19481
2017-05-05Core/Entities: Tweak WorldObject::IsNeverVisible to pass the seerjoschiwald
2017-05-04Fix build.Gacko
2017-05-04Core/Misc: Cleanup worldserver/bnetserver main() functions to run ↵Shauren
destructors in predictable order * world/bnet servers will now fail to startup if listen ports are in use * Restored "Network.OutUBuff" config option lost during boost transition
2017-05-04Core/Packets: Implemented SMSG_CANCEL_SPELL_VISUAL_KIT and ↵joschiwald
SMSG_PLAY_ORPHAN_SPELL_VISUAL * Added some helper methods for sending these packets Closes #19486
2017-05-03Core/Chat: Fixed addon whispers and channel messagesShauren
Closes #19490 Closes #19534
2017-05-01Core/Corpses: Misc fixesShauren
* Updated corpse flags * Fixed corpse guid during creation * Properly set corpse faction * Fixed setting weapon inventory types if transmogrified * Fixed corpse location query response when corpse cannot be found
2017-05-01Core/Opcodes: Defined SMSG_SORT_BAGS_RESULTjoschiwald
Thx @Vincent-Michael
2017-05-01Scripts: Fixed non pch buildvincent-michael
2017-04-29Core/GameObjects: Updated dynamic flagsShauren
Closes #19523
2017-04-29Core/Scripts: Codestyle fixesKeader
Followup: d56671a1a7df35fe1be90304c78d19c5d2ec5425
2017-04-29Coding styleAokromes
2017-04-29Scripts: Fixed buildvincent-michael
2017-04-29Core/Scripts: Dwarf Start Area scriptsAokromes
By Malcrom