Commit Graph

25732 Commits

Author SHA1 Message Date
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
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
blub
c86cde3429 Merge pull request #13935 from AriDEV/patch-1
Fixed Printf arg type mismatch
2015-01-19 06:03:12 +01:00
AriDEV
4bf184273f Fixed Printf arg type mismatch 2015-01-19 05:14:45 +01:00
Nyeriah
13ac2f312e Scripts/SunwellPlateau: Correct a summon group entry and misc clean up
(cherry picked from commit 9bd7b0e571)
2015-01-18 23:08:45 -02:00
Nayd
98034cc5ab Revert changes to 2014_10_19_05_hotfixes_broadcast_text.sql in previous commit (08a98c6237)
Be right back, filling a bug report to Notepad++ for corrupting files
2015-01-19 00:32:49 +00:00
Nayd
08a98c6237 Line ending fix, sorry. 2015-01-19 00:07:10 +00:00
Shauren
746fa496c9 Core/PacketIO: Updated IsInstanceOnlyOpcode 2015-01-19 00:54:26 +01:00
Shauren
88df8c8e20 Core/Achievements: Updated and enabled all previously implemented achievement packets 2015-01-19 00:32:11 +01:00
Nyeriah
4ea3b7794f Scripts/HellfireRamparts: Add a missing reset call and correct spawn masks for Reinforced Fel Iron Chests
Thanks to @ariel- for noticing the missing _Reset();

Closes #13747

(cherry picked from commit 866eff64aa)
2015-01-18 21:03:08 -02:00
joschiwald
fd6668d17a Core/NetworkIO: sync opcode values with wpp and removed duplicate ones 2015-01-18 23:56:01 +01:00
jackpoz
1a4b1beb14 Core/Misc: Fix static analysis issues
Fix some static analysis issues reported by Coverity
2015-01-18 21:53:04 +01:00
jackpoz
5dfd07fa4f Core/Misc: Fix static analysis issues
Fix some static analysis issues reported by Coverity
2015-01-18 18:30:34 +01:00
Aaron126
f0e5c8b78f Core/Spells: Update DR's for WoD
thx @fatalaim for doing some of the spells
2015-01-17 15:04:31 -06:00
Kinzcool
dfa0f2a253 Core/Misc: Made GetExpansionForLevel return current expansion for all creatures higher than the last one 2015-01-17 14:37:42 -05:00
Shauren
caa2be3ae9 Tools/Extractors
* Modified dbc list to include all gametables found in GameTables.dbc, in case they exist...
* Extractor always tries to extract both dbc and db2 extensions
2015-01-17 20:35:16 +01:00
Shauren
a910858ee5 Core/Misc: Load all rows from gtOCTLevelExperience.dbc into xp per level storage regardless of configured max level 2015-01-17 20:08:22 +01:00
Shauren
58d75eda3a Core/Commands: Added "createGameAccount" argument to .bnetaccount create command (default true) to opt out of creating the initial game account 2015-01-17 20:03:39 +01:00
z0ldrax
17039cd922 Merge pull request https://github.com/TrinityCore/TrinityCore/pull/13650
RandomMovementGenerator - no need for extra complexity in computing height

(cherry picked from commit 1b9aca10c7)
2015-01-17 18:48:54 +01:00
Shauren
e07054ff2d Build fix 2015-01-17 18:31:09 +01:00
Shauren
8a30b70a20 Core/DataStores: Optimized memory usage for DB2Storage 2015-01-17 17:59:13 +01:00
Shauren
1c7d25238b Warning fix 2015-01-17 17:58:49 +01:00
jackpoz
6df3f795ba Core/Aura: Replace assert with logged error for invalid AuraRemoveMode
Fix AuraScript::Remove() triggering an assert with default parameter and log an error when Aura is removed with invalid mode AURA_REMOVE_NONE instead of triggering an assert deep down in the call tree.
Fix https://github.com/TrinityCore/TrinityCore/issues/714 , triggered by spell 50240 "Evasive Maneuvers" script

(cherry picked from commit 9ea93eae33)
2015-01-17 17:46:22 +01:00
jackpoz
aca47618d2 Core/Dep: Remove unneeded recast files
(cherry picked from commit 6390e6a4cc)
2015-01-17 17:27:04 +01:00
Kinzcool
0425ab2047 Core/Misc: Readded a rounding that vanished 2015-01-16 22:21:50 -05:00
joschiwald
36e50ff8ae Core/Opcodes: sync with wpp 2015-01-17 03:55:29 +01:00
Kinzcool
b21c346658 Core/Misc: Implemented leveling/killing experience loading from gtOCTLevelExperience.dbc
* Updated the xp formula to Warlords of Draenor
2015-01-16 21:46:00 -05:00
projectcoredevs
e9187b5c55 Core/Packet: Update some AH, BM and banker opcodes
Closes #13923
2015-01-16 23:16:33 +00:00