Commit Graph

13181 Commits

Author SHA1 Message Date
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
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
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
Naios
a16d3e8eec Core/Utilities: Fix callback invokation when there are no tasks present.
* thx @joschiwald for noticing.

(cherry picked from commit 836ec5a6e6)
2015-06-30 23:46:09 +02:00
Carbenium
63d0a73598 Core/ObjectMgr: Add some constness 2015-06-30 16:38:07 +02:00
MitchesD
d6c77e97eb Scripts/Command: remove unneeded code from .go 2015-06-30 10:41:32 +02:00
Shauren
e5fd75f3d7 Core/Transports: Call GameObject::RelocateStationaryPosition when creating transport gameobject passengers 2015-06-30 00:05:25 +02:00
jackpoz
a48f8f4de9 Core/Dependencies: Update recast
Update recast to 1dd5cf1883
Fix 2 warnings.

These changes have no effect on MMAPs and it's not needed to re-extact them.

(cherry picked from commit dfa556aaa2)

Conflicts:
	dep/PackageList.txt
2015-06-29 15:52:57 +01:00
Shauren
a51300f814 Core/Garrisons: Fixed building gameobject id used for buildings under construction when *ConstructionGameObjectID is empty 2015-06-29 16:31:29 +02:00
Shauren
b5c5442d03 Core/Achievements: Implemented ACHIEVEMENT_CRITERIA_TYPE_PLACE_GARRISON_BUILDING 2015-06-28 01:02:39 +02:00
Shauren
ccb55fb901 Core/Garrisons: Implemented building spawns 2015-06-27 15:29:42 +02:00
MitchesD
3d6abdb2ff Scripts/Commands: fix compile warning 2015-06-26 17:31:07 +02:00
DDuarte
2ce76a25c3 Fix build after recent cherry picks 2015-06-26 03:57:57 +01:00
jackpoz
9292217ccc Core/Instances: Make achievements and loot rolls instance-wide
Make achievements, loot rolls, master loot at money loot instance-wide, removing the previous limit for 74.f yards

(cherry picked from commit cb4d1574e0)
2015-06-26 03:32:40 +01:00
Rushor
f535d59f0f Game/GameObject: Fix Spellcast for 'Silithyst'
by @Whoami
updates #14637

(cherry picked from commit 8f3a9b7fe3)
2015-06-26 03:31:23 +01:00
jackpoz
a3faa57f3b Scripts/Commands: Fix memory leak in ".reload command"
Free commandTableCache object before assigning it the result of malloc()

(cherry picked from commit c6c09423fd)
2015-06-26 03:29:47 +01:00
jackpoz
a5d5f98c38 Core/Players: Fix converting quests on faction change
Fix quests not being converted on faction change due to table world.player_factionchange_quests not loaded on startup

(cherry picked from commit c544e88437)
2015-06-26 03:28:47 +01:00
jackpoz
5254a1e164 Core/Spells: Fix Charge pathing
Fix charge allowing to run to unreachable places
Close #13847

(cherry picked from commit 91c399cad2)
2015-06-26 03:28:39 +01:00
jackpoz
d9133adbb7 Core/ChatCommands: Allow to use "tele" command inside of a battleground
Allow GameMasters with ".gm on" tag to use ".tele" command inside of a battleground to tele around.

(cherry picked from commit 0b9cd22a6b)
2015-06-26 03:28:20 +01:00
jackpoz
e4e903ba95 Merge pull request #14728 from kelno/fixes
Core/SAI: Fixed a math error overflow in SmartScript::DecPhase(int32)
(cherry picked from commit 6d7339e7a3)
2015-06-26 03:27:54 +01:00