aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-01-15Core/Player: Fix crash related to vehiclesjackpoz
Fix assertion triggered when entering a vehicle while channelling a shared vision spell. Fix #15953 (cherry picked from commit 2cb54d5606109305194ed3cdb1b56ca62317b891) # Conflicts: # src/server/game/Entities/Player/Player.cpp
2016-01-15Core/Quest: Fix issues reported by static analysisjackpoz
(cherry picked from commit 5b8b32dac7bd4071462aebdc94b2b3ae45e60b1e)
2016-01-15Core/Unit: Add Unit::KillSelf() overloadjackpoz
Add Unit::KillSelf() function as overload of Unit::Kill(this) . Use KillSelf() whenever the killer and the victim are the same to clearly state the Unit is going to kill itself. (cherry picked from commit 3267c90102068ed88c0bd7146ae747fe8ba44771) # Conflicts: # src/server/game/AI/SmartScripts/SmartScript.cpp
2016-01-15Correctly reset the redirected threat of the hunter's spell Misdirection in ↵Asterc
cases when it has RemoveMode AURA_REMOVE_BY_DEFAULT Closes #15930 (cherry picked from commit f8f815dbc3a9ba7ab7fd0700722e4c589e88edff)
2016-01-15Core/Quest: Fix issues reported by static analysisjackpoz
(cherry picked from commit 1ddf44caf3b0c9af2cc4169b608f1801c2f6f52a) # Conflicts: # src/server/game/Quests/QuestDef.cpp # src/server/game/Server/WorldSession.cpp
2016-01-15Core/Quest: Fix issues reported by static analysisjackpoz
(cherry picked from commit bffaa92633937d220ab19f565faa5906995530a2) # Conflicts: # src/server/game/Entities/Pet/Pet.h # src/server/game/Texts/CreatureTextMgr.cpp
2016-01-15Core/Quest: Fix issues reported by static analysisjackpoz
(cherry picked from commit f1f4005ad8a17ea5fdd2b66f8ed3d0bd7c4c1efb) # Conflicts: # src/server/game/Entities/Unit/Unit.cpp # src/server/game/Entities/Unit/Unit.h # src/server/game/Handlers/GroupHandler.cpp
2016-01-15Scripts/Spells: Hallow's End item Hallowed WandDevRival
Hallowed Wand items should cast a transformation on party members. by @DevRival, closes #3574 Before this patch, the following spells do not have any effect at all: - 24717, Pirate Costume - 24718, Ninja Costume - 24719, Leper Gnome Costume - 24720, Random Costume - 24737, Ghost Costume Details from testing on the current 3.3.5 branch (commit ecbbcc8): - 24724 (Skeleton Costume) seems to work as intended - 24733 (Bat Costume) only lasts 10 seconds instead of 60 minutes - 24741 (Wisp Costume) also seems to work as intended All the spells listed above are included in this PR. (cherry picked from commit 3fdbcf18ae2eeb7a965a9b2dc4b7e22796aaceae)
2016-01-15Core/Misc: fix warning and misc codestyle fixesMitchesD
(cherry picked from commit 3b90b0368a019d47911062da6257555e88d17fda)
2016-01-15Scripts/Naxxramas: Thaddius follow-up:treeston
- Reduce initial spawn timer on the encounter from 30 seconds to 5 seconds - Rearrange respawn logic to fix the "petrified" visual from not showing properly - Fix a potential infinite respawn loop that could prevent the encounter from initializing properly (fixes and closes #15898) (cherry picked from commit bf9963039906f4b4df218ecc1818f5b01bcc714d)
2016-01-15Script/Naxxramas: Fix a -Winconsistent-missing-override warning reported by ↵Carbenium
clang 3.6 (cherry picked from commit f01ef901efab7f5b705948880c79eaf23061791e)
2016-01-15Scripts/Thaddius: Coverity scan Control flow issues (MISSING_BREAK)tkrokli
Coverity scan defects CID 1339315, 1339316 and 1339317: - CID 1339315: boss_thaddius.cpp: 542 - CID 1339316: boss_thaddius.cpp: 811 - CID 1339317: boss_thaddius.cpp: 398 Added missing break; statements. (cherry picked from commit 95d6f09243af81e6e91697b05bac9f664dabd54e)
2016-01-15Scripts/Naxxramas: Complete rewrite of the Thaddius encounter.treeston
(cherry picked from commit 29feae5901c049ef2204d956e83cf20507bed37a)
2016-01-12Core/Items: Transmogrification restriction followupShauren
* main/off hand weapons marked as such cannot be used as appearance source for one hand weapons but can take appearances of them * Staves and polearms belong to the same category as 2H axes, maces and swords
2016-01-11Core/Items: Relaxed transmogrification restrictions - maces/axes/swords can ↵Shauren
now be transmogrified into each other Closes #15475 Closes #15486
2016-01-10Core/DataStores: Dropped unused DB2 fileShauren
2016-01-09Core/Misc: Build fix for clang & libc++Shauren
2016-01-07Core/Misc: Removed unused packet handlerShauren
2016-01-06Core/PacketIO: Renamed some unknown fields in FeatureSystemStatusShauren
2016-01-05Core/PacketIO: updated SMSG_CROSSED_INEBRIATION_THRESHOLDMitchesD
2016-01-05Core/Players: Split playerBytes fields in characters tableShauren
2016-01-04Core/DBUpdater: Fix help text download linkDuarte Duarte
Change from forums to GH Releases
2016-01-04Warning fixesShauren
2016-01-03Core/Utilities: Fix build in some versions of Ubuntu / GCCDDuarte
Closes #16125
2016-01-03Scripts/Spells: removed obsolete spellscriptsjoschiwald
2016-01-03Scripts/Taxi: addition to 660f7e72be17464d4874e65cdf5c55825344ddd8joschiwald
(cherry picked from commit 35aed8902a8b615635bcd0b6fdfe347b804b01c3)
2016-01-03Core/Spells: partial cherry picked from commit ↵joschiwald
8a0bbc386982612077e6f83f1816b02be757e371
2016-01-03Another warning fixShauren
2016-01-03Warning fixShauren
2016-01-03Core/DataStores: Implemented checking PlayerCondition for future useShauren
2016-01-02Core/Misc: Build fix for older gccShauren
2016-01-01Core/PacketIO: SMSG_DESTRUCTIBLE_BUILDING_DAMAGEGolrag
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-29Core/Networking: Added safety checks against linking instance socket with ↵Shauren
incorrect/old session Ref #15892
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-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-18Core/PacketIO: Removed handler for an opcode that no longer existsShauren