Commit Graph

25758 Commits

Author SHA1 Message Date
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
Vincent-Michael
74094dae63 SQL: Fix import 2015-01-30 23:00:18 +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
Nayd
a93c40143f Core/Packets: Update and enable SMSG_ATTACKSWING_ERROR and SMSG_CANCEL_COMBAT
Removed old SMSG_ATTACKSWING_NOTINRANGE, SMSG_ATTACKSWING_DEADTARGET, SMSG_ATTACKSWING_CANT_ATTACK and SMSG_ATTACKSWING_BADFACING
2015-01-28 22:26:47 +00:00
Unholychick
24af925c96 Spells/Scripts: Some small fixes to spell_dk.cpp 2015-01-28 21:58:08 +01:00
Nayd
802725817b Core/Packets: Update and enable CMSG_STAND_STATE_CHANGE and SMSG_STAND_STATE_UPDATE 2015-01-28 19:29:31 +00:00
Nayd
7dc90b4efd Rollback unintended change to 2014_12_25_00_hotfixes_locale_broadcast_text.sql 2015-01-28 13:59:56 +00:00
Nayd
6f7d048765 Core/Packets: Update and enable SMSG_WEATHER 2015-01-28 13:58:40 +00:00
Nayd
0f0fcf198e DB/Schema: Update characters database
- Change multiple table's chartset from latin1 to utf8
- Add primary keys to tables that didn't have one
- Replaced one unique constraint by primary key
2015-01-27 22:43:45 +00:00
Duarte Duarte
e5fd47c3ef Merge pull request #13968 from Gooyeth/6.x.stuck
Core/Spells: Stuck effect correction (6.0.3)
2015-01-27 21:03:04 +00:00
Gooyeth
3edd93d1e5 Core/Spells: Correction Stuck effect (6.0.3)
The player dies if heathstone is in cooldown, else the player is teleported to home.

Thanks @F03SD and @Kinzcool.
2015-01-27 14:08:13 -06:00
joschiwald
34bbf031c0 Merge pull request #13960 from Unholychick/6.x
Scripts/Spells: Fix some faulty code in spell_dk.cpp
2015-01-27 17:44:24 +01:00
Unholychick
870d50648f Scripts/Spells: Fix some faulty code in spell_dk.cpp
thanks to @joschiwald
2015-01-27 17:38:06 +01:00
Duarte Duarte
b9e435631d Merge pull request #13907 from Aaron126/diminishing_returns
Core/Spells: Update DR's for WoD
2015-01-26 20:27:53 +00:00
Gooyeth
5209531144 Core/Spells: Update Stuck effect 6.0.3
The stuck effect in Cataclysm and MoP the player dies, in WoD the player is teleported to home.

Closes #13938
2015-01-26 20:25:37 +00:00
Hristo Bogdanov
08f790d6f9 Core/Creatures: No gray aggro config
(Custom) Adds option to disable aggro from gray creatures when the players are above/below certain levels.

Closes #13919

(cherry picked from commit 02e11a605640ff49aefbae299a44a1856156cec3)
2015-01-26 19:43:45 +00:00
Shauren
25d9f9e38d Core/Auras: Fixed AuraEffects being leaked 2015-01-26 19:28:27 +01:00
greenbagels
a402ae1d8d Changed Attack Power / DPS from 14 AP/DPS to 3.5 AP/DPS 2015-01-26 17:50:13 +00:00
joschiwald
b8b3079917 Core/Packets: moved CMSG_AUTOSTORE_BAG_ITEM, CMSG_CANCEL_AURA, CMSG_CHAR_UNDELETE_ENUM, CMSG_GET_UNDELETE_COOLDOWN_STATUS, CMSG_UI_TIME_REQUEST to packet classes 2015-01-26 12:59:18 +01:00
joschiwald
c61bcf1206 Core/NetworkIO: sync opcodes with wpp 2015-01-25 21:08:54 +01:00
Shauren
f4130c26f3 Core/Players: Updated PLAYER_EXPLORED_ZONES_SIZE 2015-01-25 19:38:56 +01:00
jackpoz
44865d0466 Core/Misc: Fix dynamic analysis issues
Fix some dynamic analysis issues reported by Valgrind
2015-01-25 16:43:55 +01:00
Nayd
ddda0e7a55 Fix typo in CMakeLists.txt
(cherry picked from commit 2ed0af7d75)
2015-01-25 15:27:03 +00:00
Nayd
a87442be68 Tools: Remove mesh_extractor
mesh_extractor is not ready for production and it will be developed
in a different branch
2015-01-25 15:19:11 +00:00
Shauren
be8311c80c Core/Players: Removed garbage code for autolearning class spells. Lookup by name is not a good idea. 2015-01-25 14:16:30 +01:00
jackpoz
8c30236fea Core/Misc: Fix static analysis issues
Fix some static analysis issues reported by Coverity
2015-01-24 21:29:08 +01:00
Shauren
5fed109cbf Core/Loot: Implemented automatic assignment of Heroic/Mythic item bonuses when dropped in appropriate instance difficulty 2015-01-24 20:28:42 +01:00
Shauren
284b807af4 Core/Spells: Fixed creature spell immunity 2015-01-24 19:54:41 +01:00
Shauren
a958275d13 Core/Creature: Fixed saving creatures spawned by gm commands 2015-01-24 19:49:05 +01:00
Shauren
e8aa543228 Core/Player: Fixed loading raid difficulties from db 2015-01-24 19:48:23 +01:00
jackpoz
9aa170a085 Core/Misc: Fix static analysis issues
Fix some static analysis issues reported by Coverity
2015-01-21 22:24:57 +01:00
jackpoz
0edc35b921 Core/Misc: Fix static analysis issues
Fix some static analysis issues reported by Coverity
2015-01-20 22:55:06 +01:00
Shauren
0ceb8003ee Core/PacketIO: Implemented CMSG_QUERY_TIME/SMSG_QUERY_TIME_RESPONSE 2015-01-19 18:24:03 +01:00