Commit Graph

20887 Commits

Author SHA1 Message Date
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
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
Shauren
dea6c0b122 Core/DataStores: Updated dbc/db2 structures to 6.2.0 2015-07-07 12:13:14 +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
Vincent-Michael
534dc2a0f9 Core/PacketIO: Update MovementForce for 6.2.0 2015-07-05 17:55:11 +02:00
Vincent-Michael
d418ae54a4 Core: White space CleanUp 2015-07-05 04:03:36 +02:00
Vincent-Michael
5624f71b62 Core/Enums: Update SpellCastResult enum for 6.2.0 2015-07-05 03:58:52 +02:00
Vincent-Michael
939250b44f Core/Enums: Update ResponseCodes enum for 6.2.0 2015-07-05 03:46:33 +02:00
Vincent-Michael
892f4e8f3d Core/PacketIO: Enabled more opcodes for 6.2.0 2015-07-05 02:53:24 +02:00
Shauren
d454df54d1 Core/DataStores: Moved SkillTiers to database - it no longer exists in dbc form 2015-07-05 01:18:57 +02:00
Shauren
38f9821627 Core/PacketIO: Disabled SMSG_DB_REPLY 2015-07-05 01:09:35 +02:00
Vincent-Michael
d7a95a88c5 Core/PacketIO:
- Updated and enabled SMSG_DB_REPLY
- Enabled some movement opcodes
- Enabled SMSG_FEATURE_SYSTEM_STATUS / SMSG_FEATURE_SYSTEM_STATUS_GLUE_SCREEN
2015-07-05 01:03:01 +02:00
Vincent-Michael
1f98f59cec Core/PacketIO:
- Updated and enabled SMSG_UPDATE_OBJECT
- Enabled CMSG_PLAYER_LOGIN
2015-07-05 00:45:31 +02:00
Shauren
0de6d22da3 Core/PacketIO: Updated and enabled SMSG_CONNECT_TO 2015-07-05 00:39:32 +02:00
MitchesD
b01a9b93be Core/Spells: removed unused variable (fix compile warning) 2015-07-04 21:02:27 +02:00
Shauren
b08b3b93e2 Core/DataStores: Removed CreatureSpellData.dbc, it is not used anymore 2015-07-04 19:47:58 +02:00
Shauren
3f9b684231 Core/Spells: Defined new spell attribute and aura type 2015-07-04 16:01:16 +02:00
MitchesD
f22c2c3f30 Core/DataStores: moved GameTables to separate method and load them from DB2 2015-07-04 13:56:49 +02:00
Armano
8a8f4fa0d4 Cleanup some whitespaces 2015-07-04 11:31:07 +02:00
DDuarte
678a08c8c5 Core: Fix multiple warnings
Travis should be building again now
2015-07-04 02:43:43 +01:00
DDuarte
0f082e8f92 Core/Executables: Add --version and -v to worldserver and bnetserver arguments
Closes #14993
2015-07-04 00:45:52 +01:00
DJScias
7e906d7b19 Tools/ConnectionPatcher: Add 'versions' file patching method
* This is necessary to allow connection to 6.1.2 after the 6.2.0 update released. Patching is version aware.
* Link is hardcoded to a github page after suggestion from Aokromes, it is not tied to any server this way
* The usage is optional. To patch use the "-e" option
* OOP-ify the tool a bit

Original implementation by DJScias

Closes #14980
2015-07-03 22:15:52 +02:00
DDuarte
58adb74717 Dep: Disable 2 warnings in zmqpp and CascLib 2015-07-03 02:23:58 +01:00
DDuarte
ccfaf663aa Fix build and SQL import after cherry-picks 2015-07-03 02:10:54 +01:00
jackpoz
dbf51eee46 Scripts/EyeOfEternity: Fix crash added in d1853f693b
Close https://github.com/TrinityCore/TrinityCore/issues/14984#issuecomment-118044904

(cherry picked from commit 275bb93034)
2015-07-03 01:16:58 +01:00
mik1893
ee168cae9b Merge pull request #14797 from czw/3.3.5
Core/Spells: Fix DK Death rune selection
(cherry picked from commit 94bb71e5a1)

Conflicts:
	src/server/game/Spells/Spell.cpp
2015-07-03 01:16:12 +01:00
robinsch
aac7374a09 Core/Unit: Fix issue with Divine Shield immunities
Closes #14910

(cherry picked from commit 2263cb9e10)

Conflicts:
	src/server/game/Entities/Unit/Unit.cpp
2015-07-03 01:13:24 +01:00
mik1893
d5b1c3c2f9 Merge pull request #14898 from tkrokli/improved_devouring_plague
[3.3.5] Core/Spells: Improved Devouring Plague spell direct damage
(cherry picked from commit 551c61b7ce)

Conflicts:
	src/server/game/Spells/Auras/SpellAuras.cpp
2015-07-03 01:09:38 +01:00
mik1893
bc59f27e0d Merge pull request #14969 from chaodhib/taunt_threat_fixes
[Spell] Fix bugged amount of threat given by Taunt
(cherry picked from commit aacd8feb61)

Conflicts:
	src/server/game/Spells/SpellEffects.cpp
2015-07-03 01:07:44 +01:00
mik1893
587baa9409 Merge pull request #14976 from robinsch/wgTimer
Core/WorldState: WG Interface timer
Closes issue  #14913
(cherry picked from commit c8df10dbc0)
2015-07-03 01:07:14 +01:00
Mik1893
c7ca739711 Core/Creature: Fix UNIT_FLAG_IMMUNE_TO_PC validity for player pets
related to #14780 and #14744

(cherry picked from commit accab5451d)
2015-07-03 01:06:33 +01:00
jackpoz
0b745370dc Core/Texts: Fix race conditions in CreatureTextMgr repeat group
Fix race conditions in CreatureTextMgr repeat group happening with MapThreads > 1 reported by helgrind by moving Creature-GUID-base data from CreatureTextMgr to Creature.
Issues added in bbf86641a1

(cherry picked from commit d123c81162)

Conflicts:
	src/server/game/Texts/CreatureTextMgr.cpp
2015-07-03 01:05:22 +01:00
MitchesD
2400ce05e0 Merge pull request #14748 from Rushor/druid
Scripts/Spells: Curing the Sick - Add Questcredit
(cherry picked from commit d898ade5a9)
2015-07-03 00:55:11 +01:00
joschiwald
80bc699874 Core/BG/SOA: fixed interaction with flags and titan relic
Closes #13091

(cherry picked from commit 8afa15ef15)

Conflicts:
	src/server/game/Battlegrounds/Zones/BattlegroundSA.cpp
2015-07-03 00:28:22 +01:00
Shauren
37e69b6954 Tools/Mapextractor: Updated dbc list 2015-07-02 00:31:40 +02:00
Shauren
9be3985b5c Core/PacketIO: Enabled auth opcodes 2015-07-02 00:31:25 +02:00
Kinzcool
4bbbd9540a Core/Quests: Calculate the RewardMoney value with QuestMoneyReward.dbc and defined an unknown field 2015-07-01 17:57:09 -04:00
Shauren
585f978c58 Core: Started work on 6.2.0.20182 2015-07-01 02:22:03 +02:00
Naios
0df90fa4a4 Core/Updater: Fix mysql cli password prompt when password is empty.
* ref: http://community.trinitycore.org/topic/11510-world-server-bug-enter-password-to-update/

(cherry picked from commit 4335611010)
2015-06-30 23:46:25 +02:00