aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-03Another warning fixShauren
2016-01-03Warning fixShauren
2016-01-03Core/DataStores: Implemented checking PlayerCondition for future useShauren
2016-01-02DB/Creature: Add missing spawns and reguid some othersKillyana
2016-01-02Core/Misc: Build fix for older gccShauren
2016-01-01DB/Creature: Add cataclysm spawns on SilvermoonKillyana
2016-01-01Merge pull request #16138 from Golrag/SMSG_DESTRUCTIBLE_BUILDING_DAMAGEShauren
Core/PacketIO: SMSG_DESTRUCTIBLE_BUILDING_DAMAGE
2016-01-01Core/PacketIO: SMSG_DESTRUCTIBLE_BUILDING_DAMAGEGolrag
2016-01-01DB/Creature: Add spawn on Silvermoon City and Eversong WoodsKillyana
6.x only spawns
2016-01-01DB/Creature: Add Cataclysm Spawns on GhostlandsKillyana
2016-01-01Update copyright note for 2016Vincent-Michael
Happy new year (Again new year with idiots ...)
2015-12-31Core/Misc: Warning fixShauren
warning C4459: declaration of 'realm' hides global declaration
2015-12-30Core/PacketIO: Added new opcodeShauren
2015-12-30DB/Creature: Add missing spawns on Eversong WoodsKillyana
2015-12-29Core/Networking: Added safety checks against linking instance socket with ↵Shauren
incorrect/old session Ref #15892
2015-12-29Merge pull request #16120 from velinath/patch-1Duarte Duarte
AHBot item class modifiers
2015-12-28AHBot item class modifiersAndrew Letson
Adds missing modifiers to worldserver.conf
2015-12-28Core/PacketIO: Corrected swapped opcode valuesShauren
2015-12-27Core/Misc: VS 2013 build fix - horrible hack.Shauren
2015-12-26Build fixShauren
2015-12-25Core/Creatures: Improved creature text selection to be "more random" instead ↵Shauren
of favoring first entry
2015-12-24Core/Utils: Moved rng functions to separate header and added utility ↵Shauren
functions to select a random element from a container where each element can have different chance of being selected
2015-12-23Core/PacketIO: Defined new known opcodesShauren
2015-12-22Core/PacketIO: Corrected orientation sent in teleport packetsShauren
Closes #16061
2015-12-22DB/Object: Fix 2 objects in The EyeKillyana
(cherry picked from commit ade33880ba323d9de991794d2477d25b2016c881)
2015-12-22DB: Fix a DB errorKillyana
(cherry picked from commit 311a8df4b70d89780388213ab97e8a8186d5146b)
2015-12-22DB/Misc: Commoners (Day of the Dead)MitchesD
* Spawn commoners for this event * Add Gossip for event http://www.wowhead.com/spell=65529/gossip-npc-appearance-day-of-the-dead-dotd does not appear to work, this aura should give npcs the same model (if not very similar to) the one which players get when they /dance with Catrina. (cherry picked from commit e31253671098cc61c34b68b7a9aad9afde61baf3) (cherry picked from commit 1fc7aa9c720109e613bf193bf422fdfb42545bae) (cherry picked from commit 43b114ecdb7a4836d997e812bcf85668b5aaa573)
2015-12-22DB/Event: Day of the DeadDr-J
* spawn all event creatures and gos. Respawn creature spawns as some of these where found to be incorrect positions Spawn all the missing gos for this event. Ghostly cooking fires are meant to also require orange marigolds to be visible but atm is visible while event is active The spell 30628 http://www.wowhead.com/spell=30628/arcane-invisibility is not sniffed (in fact in sniff there appears to be no invisibility spell used on these npcs, this is the spell we was already using on these npcs but is not from sniff) Npcs/gos missing from stormwind as dont have valid sniff for those. (cherry picked from commit 104053111f5f8ef1795698aaa9a81f5f6816445c)
2015-12-22Build: Added 1.60 Boost version to FindBoostVincent-Michael
2015-12-21Core/PacketIO: Removed handler for another opcode that doesn't exist anymoreShauren
2015-12-20Core/Spells: Fixed a crash when npc casts a spell with SpellLevel = 0 and ↵Shauren
SPELL_ATTR0_LEVEL_DAMAGE_CALCULATION attribute Closes #16072
2015-12-19Core/PacketIO: Updated and enabled /mountspecial packetsShauren
2015-12-19Config/BNetServer: Rename yet unused config key to match others.Gacko
2015-12-19Config/BNetServer: Move Wrong.Password.Login.Logging to Auth Server Settings ↵Gacko
section.
2015-12-19Revert "Build/Clang: Suppress unused-local-typedefs warning."Gacko
This reverts commit 27bb569368363546e3690474320e54266b6d8071 and 98e7ab44615af90d477b845802da04f4f6c4d6cf.
2015-12-18Core/PacketIO: Removed handler for an opcode that no longer existsShauren
2015-12-18DB/Creature: Update Baron Longshore factionKillyana
Closes #16026
2015-12-17Core/PacketIO: Updated and enabled CMSG_CANCEL_CHANNELLINGShauren
2015-12-16Merge pull request #16014 from AriDEV/patch-2Shauren
Server/ObjectMgr: Added Error Log And Server Shutdown At ID Overflow
2015-12-16Server/ObjectMgr: Added Error Log And Server Shutdown At ID OverflowSoftware Engineer
2015-12-15DB/creature_text: Add sounds for the quest Last RitesKillyana
2015-12-15DB/Creature: Remove wrong spawnsKillyana
2015-12-14Core/PacketIO: Updated and enabled CMSG_CALENDAR_COMPLAINShauren
2015-12-14DB/Creature: Add Wounded Outrunner spawnKillyana
Fix curhealth and health regen for Wounded Deathguard
2015-12-14DB/Creature: Add missing training dummy on Eversong Woods for class questsKillyana
2015-12-13Core/Players: Updated base mana regenShauren
2015-12-13Fix non pch build.Gacko
2015-12-13Tools/MapExtractor: Fix a warning reported by gcc 4.9Carbenium
/var/lib/jenkins/jobs/tc_335_release_gcc49/workspace/src/tools/map_extractor/System.cpp:113:25: error: ignoring return value of ‘int chdir(const char*)’, declared with attribute warn_unused_result [-Werror=unused-result] chdir("../"); *NO reextraction of dbcs/maps needed* Binary compatibility is ensured (cherry picked from commit f0c7061f0b6dbd739f98dd91ad471395343fa836) Conflicts: src/tools/map_extractor/CMakeLists.txt src/tools/map_extractor/System.cpp src/tools/map_extractor/loadlib.cpp src/tools/map_extractor/loadlib/loadlib.h src/tools/map_extractor/mpq_libmpq04.h
2015-12-12Merge pull request #15960 from panaut0lordv/6.xjackpoz
Core/Misc: Character escaping is not necessary in MOTD config
2015-12-12Merge pull request #15920 from Treeston/3.3.5-MCHotkeyPosjackpoz
Unit/PossessBar: Fix spell ordering on possess bar (cherry picked from commit c703e01471a3598f68051abb17e598e316b744ef)