Commit Graph

20075 Commits

Author SHA1 Message Date
joschiwald
bbce7d0342 Core/Items: fixed AuctionHouse and GuildBank items from DB 2015-02-08 20:02:04 +01:00
jackpoz
e6f26cfb1f Core/Misc: Fix static analysis issues
Fix some static analysis issues reported by Coverity.
Rename SpellMgr::EnsureSpellInfo() to SpellMgr::AssertSpellInfo() to be consistent with other similar methods.
2015-02-08 19:40:03 +01:00
jackpoz
4ba22c5eaf Tools/MapExtractor: Fix crash when passing an invalid input path
Fix unhandled exception happening when passing an invalid path as -i argument.
2015-02-08 17:07:10 +01:00
Gacko
52125216ce Fix non pch build. ffs... 2015-02-08 16:44:25 +01:00
Shauren
a043d539f0 Core/Spells: Implemented SpellLearnSpell.db2 for auto learning linked spells 2015-02-08 16:23:31 +01:00
Nyeriah
e6eadc1f3b Scripts/SunwellPlateau: Fix a typo that caused M'uru's phase transition to fail on some rare cases
(cherry picked from commit 1e3247f00e)
2015-02-08 03:45:10 -02:00
joschiwald
116f5677c8 Fixed build 2015-02-08 03:07:13 +01:00
joschiwald
e01bb91887 Core/Packets: updated some contactlist packets 2015-02-08 02:51:49 +01:00
Carbenium
5a9e23779b Core/Packets: Fix MailListEntry structure 2015-02-07 23:23:03 +01:00
Duarte Duarte
9d25e8970b Merge pull request #14025 from Carbenium/mail-1
Core/Packets: Implement all mail system relevant packets
2015-02-07 13:59:31 +00:00
Carbenium
829e11b662 Core/Packets: Implement all mail system relevant packets
Thanks @joschiwald, @DDuarte and @Warpten
2015-02-07 12:43:25 +01:00
Gacko
04ad137304 Fix non pch build 2015-02-06 22:19:53 +01:00
Shauren
9db2e6dbbe Core/Players: Updated player byte field offsets 2015-02-05 20:52:51 +01:00
joschiwald
f9c51b2c7d Made compiler happy 2015-02-05 20:35:44 +01:00
joschiwald
be6b1f5251 Core/Packets:
- updated who packets
- fixed typos from previous commits
2015-02-05 20:18:32 +01:00
Shauren
0ac3a21d33 Core/Spells: Added missed iterator check to Player::GetCastSpellInfo
Closes #14030
2015-02-05 09:36:07 +01:00
Noffearr
1d894f1b9d Core/Misc: Update outdated license header files
Ref #14028
2015-02-04 21:02:54 +00:00
Duarte Duarte
7148d1d86f Merge pull request #14010 from ProjectcoreDevs/6.x
Core/Structure for CMSG_SET_ACTIONBAR_TOGGLES and activate SMSG_MOVE_SET...
2015-02-04 20:50:29 +00:00
Nayd
74f577e444 Core/Packets: Typo fixes and cleanup of 0f84c7c7b1 2015-02-04 20:48:14 +00:00
Carbenium
6751ac2940 Core/Packets: Add structure for CMSG_GM_TICKET_GET_CASE_STATUS, SMSG_GM_TICKET_CASE_STATUS, CMSG_GM_TICKET_ACKNOWLEDGE_SURVEY and SMSG_GM_TICKET_RESPONSE_ERROR
Implement CMSG_GM_TICKET_GET_TICKET and SMSG_GM_TICKET_GET_TICKET_RESPONSE
Update SMSG_FEATURE_SYSTEM_STATUS to support customizable ticket system and add config options
2015-02-04 20:48:12 +00:00
Nayd
19a09c2763 Fix build
(cherry picked from commit c66bd709f1)
2015-02-04 19:44:56 +00:00
jackpoz
7c3a2e163a Shared/Database: Fix transactions not being recommitted on dead-lock error
Fix transactions not being recommitted on dead-lock error (error code 1213) because of calling http://dev.mysql.com/doc/refman/5.0/en/mysql-errno.html after sending the ROLLBACK command. This way the returned error code was related to the ROLLBACK command, not the failed transaction.

(cherry picked from commit d4db0c15c7)
2015-02-04 19:20:39 +00:00
Warpten
d2b7268f1d Core/Entities: Fixed dynamic updatefields not being sent to the client. 2015-02-04 18:36:28 +01:00
Shauren
663052dd72 Core/Players: Resetting talents will no longer reset character specialization
* Fixed level requirements for specialization spells

Closes #14014
2015-02-03 20:10:12 +01:00
projectcoredevs
d5b3004b75 Rename Called "ActionBar" to "Mask" 2015-02-03 10:11:56 +01:00
Carbenium
ba312088c7 Core/Packets: Update CMSG_GM_TICKET_SYSTEM_STATUS and SMSG_GM_TICKET_SYSTEM_STATUS 2015-02-03 01:38:04 +01:00
Rushor
515aaaa1bd Game/Spells: AoD Specials should only target one Unit
(cherry picked from commit b01e638126)

Conflicts:
	src/server/game/Spells/SpellMgr.cpp
2015-02-02 19:43:51 +00:00
Shauren
dd4973ab23 Core/PacketIO: Fixed SMSG_DB_REPLY structure 2015-02-02 19:50:27 +01:00
projectcoredevs
2ad6c2430e Core/Structure for CMSG_SET_ACTIONBAR_TOGGLES and activate SMSG_MOVE_SET_FLIGHT_SPEED
SMSG_MOVE_SET_FLIGHT_SPEED resolve #14008
2015-02-02 09:57:01 +01:00
Nayd
68d026709b Scripts: Remove scripts that were replaced by SAI in ba906b69e0 2015-02-02 04:03:59 +00:00
Nayd
9d1e64159f (1) Scripts/Spells: Death Grip should not be castable while jumping/falling and should have 8-30 yards range in PvP instead of 0-30 yards
Closes #13499

(cherry picked from commit e8955cf6dd)

Conflicts:
	sql/updates/world/2014_12_28_01_world.sql

(2) Scripts/Spells: Adding overrides Death Grip Initial.

Thanks @Goatform
(cherry picked from commit bb002803bc)

(3) Scripts/Spells: Move death grip from DB

Moves death grip from DB to spellscript for clarity and to reduce confusion in future.

(cherry picked from commit 77887ab32f)

Conflicts:
	sql/updates/world/2014_12_28_03_world.sql
2015-02-02 02:06:48 +00:00
Nayd
86f7f47b58 Core/Build: Use std namespace in getline calls 2015-02-02 01:57:27 +00:00
joschiwald
053d5f24ee Core/Packets:
- added inspect packets
- updated opcode values
2015-02-01 20:52:05 +01:00
Vincent-Michael
b6eb66e192 Scripts/Kalimdor: Fix non pch build 2015-02-01 18:05:32 +01:00
jackpoz
c899944981 Core/Misc: Fix static analysis issues
Fix some static analysis issues reported by Coverity
2015-02-01 15:38:07 +01:00
Rushor
4e28b29e25 Scripts/Bloodmyst Isle: Disable CreatureAttack for NPC: Webbed Creature
(cherry picked from commit 644de8700c)
2015-02-01 00:16:19 +00:00
Shauren
9ccaf7d7a0 Core/Spells: Updated base spell hit chance calculation (spells will never miss targets up to 3 levels higher than caster) 2015-02-01 00:38:28 +01:00
jackpoz
95b1204798 Core/Misc: Properly sanitize ReputationSpillover data
Fix an issue added in 024b57bb74 that didn't properly skip ReputationSpillover rows with invalid data.
Fix also a static analysis issue reported by Coverity.
2015-01-31 22:59:21 +01:00
jackpoz
a7ca78b2fe Core/VMaps: Fix debug assert caused by invalid vmaps
Fix debug assert thrown by G3D caused by models with empty bounding box being exported by vmap4assembler and imported by worldserver. This change will skip those models, proper investigation on the issue of why the bounding box is empty is still required.
2015-01-31 22:57:08 +01:00
Shauren
dcd4f749c6 Core/Movement: Fixed speed change packets 2015-01-31 22:39:32 +01:00
Duarte Duarte
229111c92c Merge pull request #13961 from GreenBagels/WoD-stat-update
Changed Attack Power / DPS from 14 AP/DPS to 3.5 AP/DPS
2015-01-31 20:05:51 +00:00
Duarte Duarte
26e016aacb Merge pull request #13973 from Unholychick/6.x
Spells/Scripts: Some small fixes to spell_dk.cpp
2015-01-31 20:05:25 +00:00
Rushor
91b2519b93 Scripts/Zul'Drak: GO Scourge Enclosure - Delay Despawn of Dummy to ensure Explosion
(cherry picked from commit de99d9e15b)
2015-01-31 20:02:32 +00:00
Shauren
6d70acbbd6 Core/Spells: Renamed SPELL_ATTR4_TRIGGERED to SPELL_ATTR4_CAN_CAST_WHILE_CASTING and adjusted trigger flags accordingly 2015-01-31 19:52:36 +01:00
Shauren
3f28fd304d Core/Spells: Reimplemented automatic spell learning
* Fixed learning/unlearning talents
2015-01-30 23:58:16 +01:00
joschiwald
beb1a06ea5 Core/Misc: fixed creating battlefield/opvp capturepoints and prevented mem leak 2015-01-30 23:53:41 +01:00
jackpoz
89c535cf2a Core/Misc: Fix static analysis issues
Fix some static analysis issues reported by Coverity
2015-01-30 22:32:26 +01:00
joschiwald
829b99cb23 Core/Spells: fixed loading spell_target_position 2015-01-30 20:34:40 +01:00
MitchesD
c2a52c4119 Scripts/HoR: implement Quel'Delar quest
* support for quest 24480, 24561
* there may be some visual problems but quest should work as intended

Closes https://github.com/TrinityCore/TrinityCore/issues/838
(cherry picked from commit 71b53601a3)
2015-01-30 14:31:11 +01:00
Shauren
3e466db365 Core/Spells: Updated SpellMod enum
Closes #13977
2015-01-29 18:15:59 +01:00