Commit Graph

14652 Commits

Author SHA1 Message Date
Shauren
4acaf2dda4 Core/DataStores: Fixed crash with db2 loaders on gcc 4.9
Closes #18166
2016-11-02 00:06:09 +01:00
Shauren
4d4842c9d5 Core/PacketIO: Fixed building ITEM_DYNAMIC_FIELD_MODIFIERS
Closes #17942
2016-11-01 11:45:47 +01:00
Shauren
9bce02b06a Core/Spells: Fixed crash when using Doom Winds 2016-10-31 15:37:21 +01:00
Shocker
7a5bf6c978 Core/Database: Fix logic in DatabaseWorkerPool::GetFreeConnection 2016-10-31 15:16:46 +02:00
Shauren
0114d98f18 Core/Items: Fixed items with spells that should only be used in some player specializations 2016-10-30 23:32:57 +01:00
Gacko
bdd8e81a9b Fix non PCH build.
Mind your includes.
2016-10-29 18:34:41 +02:00
Shauren
ca002e7ca3 Core/PacketIO: Reenabled SMSG_QUERY_QUEST_INFO_RESPONSE, it should not have gotten disabled 2016-10-29 17:01:29 +02:00
tkrokli
08d7f094a9 Core/Spells: wrong comment reference in SpellEffects.cpp (#18157)
Typo pointed out by P-Kito
Closes #18140
2016-10-28 14:32:38 +02:00
Palabola
dbd3e68ce6 Command/Morph fix ModelId above 65535 (#18149) 2016-10-26 23:14:38 +02:00
Shauren
a4f2062eb1 Core/DataStores: Updated to 7.1.0.22900 2016-10-26 01:46:48 +02:00
Shauren
505d3e24cc Core/DataStores: Removed the need to edit DB2Metadata automatically generated to account for non-localized string fields 2016-10-26 01:34:29 +02:00
Shauren
cb41930529 Core/Misc: Updated misc enums 2016-10-25 21:19:05 +02:00
Shauren
c5e491b55c Core/Entities: Updated updatefields to 7.1.0.22900 2016-10-25 20:49:03 +02:00
Shauren
af25942aec Core/PacketIO: Updated packets to 7.1.0.22900 2016-10-25 19:29:27 +02:00
Shauren
40baf3e94f Core/PacketIO: Restored WorldSession::LogUnprocessedTail functionality for packets processed using specialized classes for each opcode 2016-10-24 23:06:42 +02:00
Shauren
284b4e16ba Core/PacketIO: Use boost::static_vector for arrays in client packets, removed setting the limit during runtime and removed default value 2016-10-23 18:05:53 +02:00
joschiwald
cdb3b25916 Core/Spells: Fixed SpellEffects selection depending on Difficulty 2016-10-23 14:45:31 +02:00
Pirricli
4ae38c0db2 Extra line in worldserver.conf (#18125)
There is an extra line in that file.
2016-10-23 11:53:26 +02:00
Kito
c4a54c639b Core/Spells: Fix Shaman talent Ancestral Guidance and Path of Flames
Closes #17695
2016-10-22 12:11:42 +02:00
Shauren
3fedeb1c9d Core/Spells: Fixed Shaman talent Path of Flames
Closes #17705
2016-10-22 11:57:47 +02:00
Shauren
189455d2fb Build fix 2016-10-22 02:04:53 +02:00
Shauren
537ff17ca0 Core/PacketIO: Fixed unneccessary packet spam when units become visible for players
Before this change, one player starting to see any unit (CreateObject) would trigger sending root, feather fall, water walk, hover, can turn while falling and double jump status changes to ALL nearby players
2016-10-21 18:24:47 +02:00
Manuel Carrasco
7fa191f774 Core/AI: initial support for monster sparring (#17673)
(cherry picked from commit 303066509d)
2016-10-20 18:42:13 +02:00
Shauren
142bf9d5f6 Core/Spells: Fixed a crash happening when casting a spell with effects that only exist on some difficulties but not on others (for example, effect 2 of 98175) 2016-10-19 00:25:07 +02:00
Shauren
c7f73f6876 Core/Players: Fixed player model weirdness with teleports/shapeshifts/transforms
Closes #18048
2016-10-18 18:29:01 +02:00
Shauren
2e6d153e08 Core/Spells: Defined new proc flags 2016-10-17 20:21:08 +02:00
Shauren
adad691807 Core/Auras: Implemented SPELL_AURA_CAN_TURN_WHILE_FALLING 2016-10-16 14:28:42 +02:00
Shauren
4a0f5ed2be Core/DataStores: Fixed loading int arrays from trailing packed blobs in db2 files
Closes #18072
2016-10-15 23:53:28 +02:00
Krudor
0e52a0e6b1 [6.x] Core/Spells: Implement SPELL_AURA_INTERFERE_TARGETTING (#17566) 2016-10-15 16:32:18 +02:00
Krudor
ad16014c7d Core/Spells: Removed a faulty aura handler
Closes #17590
2016-10-15 16:18:09 +02:00
Shauren
26de86177e Core/Quests: Fixed quest objectives order, thanks @cocolino for pointing it out
Closes #18061
2016-10-13 22:47:46 +02:00
Shocker
b4c4781723 Core/Spells: Implement SPELL_AURA_MOD_MINIMUM_SPEED_RATE (aura 437) 2016-10-12 17:50:47 +03:00
ariel-
99c3f96f1a Core/Player: Fix logic fail in ApplyEquipCooldown 2016-10-11 20:04:05 -03:00
Shauren
53e15de4bf Core/Items: Fixed more build warnings 2016-10-11 15:31:33 +02:00
Shauren
ac4cb2b984 Warning fix 2016-10-10 09:00:26 +02:00
Krudor
08aab73c7f Core/Spells: Effect leap back fix (#18057)
* Fixed unintentional typo?

Seemed to fix the issues related to the effect for the spells I tried.
Sometimes the caster triggers leapback onto targets, and with the old
code, it instead made the caster leap back instead of its targets
2016-10-09 21:54:55 +02:00
Shauren
d34020da7f Core/DataStores: Fixed loading signed db2 fields 2016-10-09 16:54:11 +02:00
mzk
8fba569cb9 Core/PacketIO: Fixed SMSG_QUEST_GIVER_OFFER_REWARD_MESSAGE structure
Closes #18056
2016-10-09 11:45:14 +02:00
Shauren
d1ae3ccb22 Core/DataStores: Fixed format string for ChrSpecialization.db2 and Map.db2 2016-10-08 12:42:39 +02:00
funjoker
a8169dcdf9 Core/DataStores: Corrected SummonProperties.db2 structure
Closes #18036
Closes #18040
2016-10-08 11:58:35 +02:00
tkrokli
50016bf996 Core/DataStores: TaxiMaskSize not large enough
Increase TaxiMaskSize to repair this startup error:

src\server\game\DataStores\DB2Stores.cpp:844 in DB2Manager::LoadStores ASSERTION FAILED:
TaxiMaskSize >= ((sTaxiNodesStore.GetNumRows() - 1) / 8) + 1
TaxiMaskSize is not large enough to contain all taxi nodes! (current value 236, required 239)

Closes #18055
2016-10-08 06:07:31 +02:00
ariel-
015bc75d75 Core/Channels: remove unneeded default constructor
(cherry picked from commit 2a5548a13e)
2016-10-07 12:05:48 -03:00
ariel-
8a35fb2323 Core/Channels: fix nopch build, take two 2016-10-07 02:04:54 -03:00
ariel-
5071dc8465 Core/Channels: fix nopch build 2016-10-07 01:59:39 -03:00
ariel-
59a9bc5ca0 Core/Channels: Revamp of channel system
* Core/Chat: general cleanup and revamping: (#17576) (fbbb03212e)
* Core/Channel: restore accidentally deleted line, fixes channels not honoring ownership setting (7c71417993)
* Channel Followup: avoid setting an invisible gm as Channel owner (#17597) (8a8362ef15)
* Core/Channel: change the way channels are stored and sent to client, fixes multiple channels per zone when using different locales (#17980)
2016-10-07 01:09:28 -03:00
Shauren
a52c50e809 Core/Auras: Add root aura handler to aura type 455
Closes #18030
2016-10-05 23:15:58 +02:00
Shauren
cd326db30f Core/Units: Clear UNIT_NPC_EMOTESTATE on death (blizzlike)
Closes #15263
Closes #18027
2016-10-04 17:51:37 +02:00
joschiwald
2b4006f801 Core/Spells: fixed SPELL_ATTR5_USABLE_WHILE_STUNNED
(cherry picked from commit 625ca6ec1c)
2016-10-03 19:42:44 +02:00
Shauren
d2da56abab Core/DataStores: Fixed uninitialized data in power types array
Coverity CID 1363625
2016-10-03 18:07:40 +02:00
Shauren
3c7881042f Core/Items: Fixed saving artifact power gains 2016-10-02 22:59:57 +02:00