Commit Graph

26950 Commits

Author SHA1 Message Date
Vincent-Michael
3cd534f28a Core/PacketIO: Enabled more opcodes 2015-07-12 18:06:56 +02:00
Vincent-Michael
b2d502f379 Core/PacketIO: Enabled auction opcodes 2015-07-12 17:23:04 +02:00
DDuarte
06ad280213 Scripts/Spells: Cherry-pick multiple commits related to Midsummer
Merge pull request #14776 from sirikfoll/SpellMidsummer

Core/Spells Add support for quest Torch Tossing/More Torch Tossing
(cherry picked from commit 8197467c87)

by sirikfoll

---

Rename 2015_08_29_00_world.sql to 2015_06_23_01_world.sql
(cherry picked from commit 352703e89b)

by MitchesD

---

Scripts/Spells: fix codestyle

thanks @whoami

(cherry picked from commit 0cba5558cf)

by MitchesD
2015-07-12 15:01:16 +01:00
DDuarte
9aa9106131 Scripts/VioletHold: cherry-pick multiple commits from 3.3.5
---

Scripts/VioletHold: picked some things from pull request #11399 (thx MitchedD for initial work)

(cherry picked from commit 34a721ba84)

by joschiwald

---

Core/Scripts: Rework Violet Hold bosses adding missing spells/mechanics:
- Cyanigosa, Arcane Vacuum
- Ichoron, globules mechanic
- Moragg, optic link visuals
- Lavanthor, minor changes
- Zuramat, correctly implement void sentries
- Erekem, implement Windfury and correct management of Erekem Guards
- Script for the pre-event
Thx @ManuFe

(cherry picked from commit 0bb7f89e82)

Conflicts:
	src/server/scripts/Northrend/VioletHold/boss_erekem.cpp

by mik1893

---

Rename 2015_06_08_01_world.sql to 2015_06_25_00_world.sql
(cherry picked from commit 8176902b17)

by MitchesD

---

Scripts/VioletHold: fixed non-pch build and codestyle

(cherry picked from commit e34f74dace)

by MitchesD

---

Scripts/VioletHold: Fix codestyle and unwanted crash in Violet/Hold
closes #14952 and #14953

(cherry picked from commit 49809bd404)

by mik1893

---

Scripts/VioletHold: fix a crash during Ichoron encounter
Closes #14962

(cherry picked from commit 7c01638d45)

by mik1893

---

Core/Misc: Fix build warnings

(cherry picked from commit 55681666b3)

Conflicts:
	src/server/authserver/Main.cpp

by jackpoz
2015-07-12 14:55:04 +01:00
joschiwald
197e8d92a5 Scripts/FoS/Bronjahm: fixed corrupted soul fragment
Closes #5215

(cherry picked from commit 7b1fee6c78)
2015-07-12 13:39:18 +01:00
Shauren
421432ea53 Buildsystem: Removed unneeded warning disabling from gsoap (handled on global /dep level) 2015-07-12 14:34:55 +02:00
Shauren
1b5665597a Core/Spells: Implemented CAST_FLAG_IMMUNITY
(cherry picked from commit efad3a3123)

Conflicts:
	src/server/game/Entities/Unit/Unit.cpp
	src/server/game/Spells/Spell.cpp
2015-07-12 13:24:38 +01:00
Carbenium
9b6ccdc49f Merge pull request #15023 from robinsch/combatMovement
SmartAI: Incorrect removal of movement at SetCombatMove
(cherry picked from commit a6f7bb029c)
2015-07-12 12:47:53 +01:00
jackpoz
1915a4ad49 Core/Instances: Fix some Instance Lock chat messages
Always send a Welcome type Instance Lock chat message when entering an instance instead of changing type based on remaining time.
Fix scheduled warning message to always send "Your instance lock for ... will expire in 0 minutes." even if there are hours left, issue added in 4193806dba , closes #11519 .
Update warning messages based on remaining time so that the most meaning is always used (6 hours left, 59 minutes left, etc).

(cherry picked from commit fae8269589)

Conflicts:
	src/server/game/Handlers/MovementHandler.cpp
	src/server/game/Maps/Map.cpp
2015-07-12 12:47:43 +01:00
jackpoz
4479cbf170 Scripts/Ulduar: Fix Flame Leviathan instance lock
Fix Flame Leviathan instance lock not being granted to players because they were ejected from the vehicles as soon as boss died.
Players are now ejected some seconds later.
Close https://github.com/TrinityCore/TrinityCore/issues/15005

(cherry picked from commit b574c99549)
2015-07-12 12:45:49 +01:00
jackpoz
0c09d6311a Core/Spells: Normalize Z for last point in a charge path
Normalize the new point that 124398feef adds to a charge path.

(cherry picked from commit e5258f92c8)
2015-07-12 12:45:36 +01:00
MitchesD
213baefde0 Merge pull request #15006 from Kaev/3.3.5
Updated BattlegroundWS.cpp 15. minute timer check
(cherry picked from commit fec6523ab2)
2015-07-12 12:43:58 +01:00
jackpoz
0fd0529ed1 Scripts/Commands: ".mmap path line" now uses raycast pathfinding
Add "line" optional parameter to ".mmap path" command to use raycast implementation of recast, useful to simulate charge paths.

(cherry picked from commit 37b157746e)
2015-07-12 12:43:31 +01:00
jackpoz
7cabfc7420 Core/Spells: Fix Charge "no path" error with huge targets
Fix Charge returning "no path found" error when targeting targets with Object Size of 8 like Festergut by changing how the target Z coordinate is set, using only half object size.
It is unclear why the CalculatePath() call in Charge handler is using target object size, maybe for corner cases where the target is slightly below the ground.

(cherry picked from commit a328a11978)
2015-07-12 12:43:21 +01:00
joschiwald
6b63dd41ff Scripts/EoE: fixed crash
- removed some useless code (and some other random changes)

(cherry picked from commit 6680a7c331)

Conflicts:
	src/server/scripts/Northrend/Nexus/EyeOfEternity/instance_eye_of_eternity.cpp
2015-07-12 12:43:01 +01:00
Vincent-Michael
6878df148f Core/PacketIO: Enabled guild opcodes 2015-07-12 13:14:58 +02:00
Vincent-Michael
9a9706cc5f Core/PacketIO: Enabled more opcodes 2015-07-12 05:05:49 +02:00
Vincent-Michael
5ecdc5cd30 Core/PacketIO: Fix chat message opcodes for 6.2.0 2015-07-12 04:12:16 +02:00
Vincent-Michael
688c1990dc Core/Players: Fixed crash 2015-07-12 04:10:45 +02:00
Vincent-Michael
85763068ec Core/PacketIO: Updated and enabled mail opcodes 2015-07-12 01:07:31 +02:00
Shauren
902719d793 Core/PacketIO: Defined new opcode 2015-07-12 00:57:56 +02:00
Shauren
228b932925 Core/Players: Fixed power slot ordering 2015-07-12 00:41:56 +02:00
Vincent-Michael
f7f7e4d061 Core/PacketIO:
- Updated and enabled SMSG_QUEST_POI_QUERY_RESPONSE
- Enabled some opcodes
2015-07-12 00:05:08 +02:00
Vincent-Michael
c816ad9f86 DB/Quests: Updated quest_poi to 6.2.0.20216 2015-07-11 23:13:08 +02:00
Vincent-Michael
220cf75093 DB/Quests: Updated quest_template to 6.2.0.20216 2015-07-11 20:27:45 +02:00
Shauren
da3247d5bb Core/Players: Fixed glyph slots 2015-07-11 00:11:16 +02:00
Carbenium
facb038b94 DB/Base: Smth went wrong during the last dump... 2015-07-10 22:29:32 +02:00
Carbenium
983e9b6b8b DB/Base: Update auth and char database dump after recent changes to the ticket system (c7d49ab910) 2015-07-10 22:06:09 +02:00
DDuarte
d6fb50126b Update .gitattributes to prevent CRLF issues 2015-07-10 20:45:37 +01:00
DDuarte
b06a8e58e7 CRLF to LF 2015-07-10 20:45:29 +01:00
Shauren
ed6a8069fd Core/PacketIO: Enabled SMSG_DB_REPLY 2015-07-10 20:02:29 +02:00
Shauren
9d4c2f8412 Core/Spells: Defined new spell attribute 2015-07-10 09:19:42 +02:00
Carbenium
a08ec6c098 Core/Unit: Fix travis build 2015-07-10 01:30:56 +02:00
Carbenium
eeaa78c8df Merge pull request #14821 from Boomper/auraoverridespellbar
Core/Unit: Correct Handling of SPELL_AURA_OVERRIDE_ACTIONBAR_SPELLS
2015-07-10 01:08:28 +02:00
Shauren
1658421403 Core/Battle.net: Only send one IP address for a realm - fixes waiting time to join realm if the wrong address gets picked by the client first (local address for external client)
Closes #14891
2015-07-09 10:26:30 +02:00
Duarte Duarte
247b031a6f Merge pull request #15029 from AriDEV/6.x
Server/DataStores: Updated DBC version checks to 6.2.0 (20216)
2015-07-08 14:29:36 -07:00
Vincent-Michael
e4156098a9 Core/PacketIO: Added SMSG_ACCOUNT_HEIRLOOM_UPDATE opcode 2015-07-08 21:52:26 +02:00
Carbenium
18d323eb40 WorldServer/Conf: Fix a typo 2015-07-08 21:22:42 +02:00
Carbenium
c7d49ab910 Core/Support: Drop parts of the support system since Blizz switched to a browser based ticket system 2015-07-08 16:24:50 +02:00
AriDEV
6cd11ddc31 Server/DataStores: Updated DBC version checks to 6.2.0 (20216).
Signed-off-by: AriDEV <aridev666@gmail.com>
2015-07-08 10:36:12 +02:00
Shauren
776e4411c0 Core/DataStores: Dropped a silly build 12880 check in db2 loader (it's a cataclysm beta build) 2015-07-08 10:25:50 +02:00
Vincent-Michael
5ab88b993e DB/BattleNet: Update wow build to 20216 2015-07-08 05:32:04 +02:00
Nyeriah
4280f09081 Scripts/MoltenCore: Fix logic at Ragnaros' Magma Blast casts
(should only be cast while the main target is not in melee range)

(cherry picked from commit 3d2d2a97e0)
2015-07-07 20:25:21 -03:00
Gacko
707ffc8c20 Fix non pch build.
Maybe move DB2Stores usage in DBCStores to DB2Stores?
2015-07-07 21:14:27 +02:00
Carbenium
97bcf5c2c5 Core/ObjectMgr: Fix a memory leak 2015-07-07 20:47:34 +02:00
MitchesD
7bd7884074 DB/Hotfix: fix SQL import 2015-07-07 12:40:25 +02:00
Shauren
dea6c0b122 Core/DataStores: Updated dbc/db2 structures to 6.2.0 2015-07-07 12:13:14 +02:00
Vincent-Michael
d8338669d5 DB/BattleNet: Update wow build to 20201 2015-07-06 19:46:07 +02:00
Carbenium
21ab4bb14c Core/PacketIO: Update SMSG_FEATURE_SYSTEM_STATUS 2015-07-06 01:52:21 +02:00
Carbenium
8d0f1134b7 Core/PacketIO: Enable SMSG_UPDATE_TALENT_DATA
* Client doesn't crash anymore when opening the adventure guide
2015-07-05 22:44:24 +02:00