Duarte Duarte
337bb8cb67
Merge pull request #14319 from DJScias/opcodes2
...
Core/Packets: update & enabled CMSG_SHOWING_CLOAK, CMSG_SHOWING_HELM
2015-03-09 22:20:58 +00:00
DJScias
a47d57d1db
Core/Packets: update & enabled CMSG_SHOWING_CLOAK, CMSG_SHOWING_HELM
...
Documentation Used:
- Thanks @rocverde for providing sniffs through TC IRC.
- Thank you very much @MitchesD, @DDuarte, @Carbenium and @Vincent-Michael (+ Trinity as a whole) for the help with my very first opcode structure update.
2015-03-09 22:57:49 +01:00
MitchesD
7754d4d23e
Core/PacketIO: sync with WPP
2015-03-09 19:43:25 +01:00
Gacko
d9d48ca0f1
Fix non pch build
2015-03-09 19:40:19 +01:00
leak
c61548a17b
CMake: Remove unused source reference
2015-03-09 14:55:20 +01:00
Shauren
153f3a264b
Core/Logging: Fixed ObjectGuid::ToString to output full guid
2015-03-09 11:02:06 +01:00
Shauren
14c5e67a89
Core/Spells: Fixed level value scaling for spells with scaling class < -1
...
Closes #14133
2015-03-09 00:50:09 +01:00
Shauren
e15ba34444
Core/Misc: Cleaned up data truncation warnings
2015-03-08 22:04:34 +01:00
Shauren
75f0cabde7
Core/Auras: Fixed applying more than 8 aura effects
2015-03-08 19:52:53 +01:00
Shauren
c97a9e5607
Core/Spells: Implemented SPELLMOD_JUMP_DISTANCE
2015-03-08 17:39:20 +01:00
Shauren
75db12bf41
Core/Auras: Implemented SPELLMOD_EFFECT4 and SPELLMOD_EFFECT5
2015-03-08 17:36:44 +01:00
Shauren
eb158e1847
Core/DataStores: Fixed a crash happening when TaxiNodes.db2 fails to load
...
Closes #14313
2015-03-08 16:29:13 +01:00
MitchesD
50b4a3a707
Core/Packets: updated structure of CMSG_PLAYED_TIME, SMSG_PLAYED_TIME
2015-03-08 16:23:00 +01:00
MitchesD
268e2a4b22
Merge pull request #14312 from DJScias/opcodes
...
Core/PacketIO: Update a response & /played opcodes to 6.1.0
2015-03-08 16:03:55 +01:00
Shauren
0ba2e0d5ee
Core/Spells: Implemented multiple spell power costs
2015-03-08 13:31:57 +01:00
Guillaume Belz
9ffeb58d09
FindOpenSSL: fix detection of OpenSSL 1.0.2
...
Closes #14284
2015-03-08 05:23:45 +01:00
DJScias
cbd429d79d
Core/PacketIO: Update "SMSG_QUEST_QUERY_RESPONSE" & /played opcodes to 6.1.0
...
Documentation:
- Taken from 92a9fe77b0 .
- /played opcodes from sniffs provided by @rocverde through TC IRC.
Note: opcode handlers for "CMSG_PLAYED_TIME" & "SMSG_PLAYED_TIME" still need a proper structure change. CMSG is using _OLD and both are on _UNHANDLED.
2015-03-08 03:47:19 +01:00
Duarte Duarte
e6e5c2b501
Merge pull request #14309 from Luzifix/opcode-1
...
Core/PacketIO: Update Vendor Opcode to 6.1.0
2015-03-08 01:50:57 +00:00
Shauren
ce35bfe113
Core/DataStores: Fixed out of bounds array access during loading TaxiNodes.db2 and added ASSERT for TaxiMaskSize for future versions
2015-03-08 01:29:34 +01:00
Shauren
8cd1c9514f
Core/Auras: Fixed possible crash in Aura::RefreshDuration - Aura::GetCaster can return NULL
2015-03-07 23:45:22 +01:00
Luzifix
0aa9619421
Core/PacketIO: Update Vendor Opcode to 6.1.0
2015-03-07 20:42:35 +01:00
Duarte Duarte
38ba7ab08e
Merge pull request #14306 from DJScias/6.x
...
Core/PacketIO: Update more opcodes for 6.1.0 (3 commits in total)
2015-03-07 17:53:25 +00:00
DJScias
82832d97e3
Core/PacketIO: Update speed change opcodes for 6.1.0
...
Documentation used:
- Taken from 1a96b78972 .
Note: I only change opcodes.cpp status to what they were before they were all put back to 'STATUS_UNHANDLED' for update 6.1. The ones that were 'UNHANDLED' before I don't change the status of.
2015-03-07 18:51:12 +01:00
Rushor
7086231a03
Scripts/Arcatraz: Harbinger Skyriss Adds - Remove Unattackable Flag on Spawn
...
(cherry picked from commit a99d57b0a3 )
2015-03-07 17:55:37 +01:00
D4R4
610411ce5a
Scripts/The Lich King: Defile should not grow when player grabbed by Val'kyr is moves across
...
Closes #14131
(cherry picked from commit ceea37c9e3 )
2015-03-07 17:50:02 +01:00
joschiwald
f65d9b3fea
Fixed typo in 1dc60e8717
2015-03-07 17:49:36 +01:00
Shauren
c927acf1f4
Core/Player: All spells and skills are now automatically learned without any need for external data
...
* Fixes learning mail/plate at level 40 for shamans/warriors/paladins
* Fixes learning riding for worgen/paladins/warlocks at level 20
2015-03-07 12:24:25 +01:00
MitchesD
02ccf53ad1
Scripts/Nexus: commanders converted from SAI to C++
...
(cherry picked from commit 5009d67f0c )
2015-03-07 11:49:03 +01:00
joschiwald
1e8b2ae527
DB/Spells: assign spellscript to some clone spells (also fixes an startup error)
2015-03-07 03:28:54 +01:00
joschiwald
1dc60e8717
Scripts/Rotface: moved mutated infection removal handling to spellscripts to fix an startup error
2015-03-07 02:42:02 +01:00
Duarte Duarte
9a4116796f
Merge pull request #14297 from Luzifix/6.x
...
Core/PacketIO: Update CMSG_REORDER_CHARACTERS for 6.1
2015-03-07 00:08:39 +00:00
MitchesD
bf9024c341
Core/Packets: updated & enabled SMSG_LEVELUP_INFO
2015-03-06 22:11:38 +01:00
Shauren
854917a31a
Core/DataStores: Added an extra safeguard for loading db2 hotfix locale tables - invalid row will no longer cause crashes
2015-03-06 18:52:58 +01:00
joschiwald
e49462fc1e
Core/PlayerDump:
...
Added more tables to pdump:
* character_queststatus_objectives
* character_spell_charges
* pet_spell_charges
Fixed crash on pdump write at character_currency (thanks @Luzifix)
Fixed reguiding items in character_equipmentsets on pdump load
Fixed some column mismatches at characters on pdump load
2015-03-06 04:16:12 +01:00
joschiwald
2955a1f595
Core/Player: fixed some leftovers in db after player delete
...
* character_arena_stats
* character_battleground_random
* character_cuf_profiles
* character_currency
* character_stats
* character_void_storage
2015-03-06 03:52:05 +01:00
Luzifix
1e2fa621e2
Core/PacketIO: Update CMSG_REORDER_CHARACTERS for 6.1
2015-03-05 23:12:20 +01:00
Shauren
3db001e897
Tools/Map extractor: Corrected letter case in gtOCTHpPerStamina.dbc
2015-03-04 17:14:27 +01:00
Duarte Duarte
ff2cbbdbd7
Merge pull request #14291 from DJScias/6.x
...
Core/PacketIO: Update some opcodes for 6.1.0
2015-03-04 14:57:58 +00:00
DJScias
c36d23f94c
Core/PacketIO: Update some opcodes for 6.1.0
...
Documentation used:
- Taken from 86479cc8b3 .
- 6.1.0 SMSG_LOGOUT_RESPONSE corrected from 0x1BB4 to 0x05C3 per the before-mentioned commit
2015-03-04 14:56:22 +01:00
Shauren
5e860daa22
Core/Crypto: Fixed output of BigNumber::AsByteArray when generated array is shorter than requested size
...
(cherry picked from commit e52b46abba )
2015-03-04 12:22:10 +01:00
Shauren
b60cfa9bf4
Deps/CascLib: Updated to ladislav-zezula/CascLib@d1d617d4fe
2015-03-04 12:18:51 +01:00
Shauren
e63872e1ee
Core/DataStores: Updated dbc structures to 6.1
2015-03-04 12:17:06 +01:00
Shauren
0652b1072a
Core/DataStores: Made prepared statement index argument for DB2Storage constructor required
2015-03-04 12:15:38 +01:00
Shauren
dd6ce022ee
Tools/Map extractor: Updated dbc file list
2015-03-03 18:58:10 +01:00
Vincent-Michael
1ba9266045
Core/PacketIO: Sync with wpp and enable some opcodes
2015-03-04 17:43:16 +01:00
Epicurus4
7665c9ee55
Core/PacketIO: Sync with wpp
2015-03-01 16:21:15 -05:00
Epicurus4
75419fc2b1
Core/PacketIO: Sync with wpp
2015-03-01 12:33:34 -05:00
Vincent-Michael
15fd7b866b
Core/PacketIO: Sync with wpp and enable some opcodes
2015-03-01 17:48:15 +01:00
Epicurus4
3b364bc580
Core/PacketIO: Sync with wpp
2015-03-01 10:30:32 -05:00
Vincent-Michael
ae8a7b0a5b
Core/PacketIO: Sync with wpp and enable some opcodes
2015-03-01 14:24:19 +01:00