Commit Graph

25918 Commits

Author SHA1 Message Date
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
Vincent-Michael
e4797c4765 Core/PacketIO: Sync with wpp and enable some opcodes 2015-03-01 13:16:26 +01:00
Gacko
e98a098b51 Fix non pch build 2015-03-01 10:02:32 +01:00
Vincent-Michael
f09f4b49e6 Core/PacketIO: Sync with wpp and enable some opcodes 2015-03-01 05:58:16 +01:00
Vincent-Michael
efc77f455c Core/Spells: Update SpellCastResult for 6.1.0 2015-03-01 05:13:47 +01:00
Vincent-Michael
3ede65cc94 Core/PacketIO: Update SpellTargetData for 6.1.0 2015-03-01 04:50:17 +01:00
Vincent-Michael
36901e8c5c Core/Unit: Added missing update for UpdateFieldFlags 2015-03-01 03:36:35 +01:00
Vincent-Michael
2672a5cef6 Core/PacketIO: Update more opcodes for 6.1.0 2015-03-01 02:57:22 +01:00
Vincent-Michael
00ee96bd18 SQL: Remove fail 2015-03-01 02:26:13 +01:00
Vincent-Michael
369b08b68d Core/Misc: Update base stuff for V6.1.0 build 19702 2015-03-01 02:24:59 +01:00
Shauren
4282ec57f3 Core/DataStores: Fixed out of bounds array access in DBStorageIterator 2015-02-25 16:13:58 +01:00
Shauren
aa3b05c312 Core/PacketIO: Removed timezone adjustments from ReadPackedTime - player's session timezone offset should be used there, not server offset 2015-02-24 01:14:23 +01:00
Shauren
6755d3223c Build warning fixes: field will be initialized after ... 2015-02-24 00:35:46 +01:00
Shauren
bbb2000fea Build fix 2015-02-24 00:32:01 +01:00
Duarte Duarte
8a2f8df8ce Merge pull request #14236 from Golrag/Notification1
Core/Packets: SMSG_NOTIFICATION
2015-02-23 21:47:37 +00:00
Shauren
3fcea2e9d4 Core/PacketIO: Handle ConnectToFailed and allow the client to reconnect up to 5 times before aborting login to world
Closes #14214
2015-02-23 22:35:26 +01:00
Golrag
78c7094b01 Core/Packets: SMSG_NOTIFICATION 2015-02-23 22:25:16 +01:00
Shauren
880be1bc63 Core/Cosmetic: Use DEFINE_HANDLER to mark implemented packets processed directly in WorldSocket 2015-02-23 19:35:52 +01:00
Duarte Duarte
d512512e0f Merge pull request #14234 from Golrag/Exploration
Core/Packets: SMSG_EXPLORATION_EXPERIENCE
2015-02-23 17:09:38 +00:00
Shauren
4669f94018 Buildsystem/Genrev: Fixed revision generator not reading existing cmake cache variables 2015-02-22 20:51:25 +01:00
Golrag
573b59c46c Core/Packets: SMSG_EXPLORATION_EXPERIENCE 2015-02-22 18:23:26 +01:00
Shauren
e81eb1192a Core/Database: Removed locales_item from world database (use item_sparse_locale in hotfixes database) 2015-02-22 17:18:19 +01:00
Duarte Duarte
850b8ea8ed Core/Packets: Fix a typo in WriteCreateObjectSplineDataBlock 2015-02-22 16:13:41 +00:00
Duarte Duarte
33535f7a1d Merge pull request #14226 from Golrag/MirrorTimer
Core/Packets: SMSG_START_MIRROR_TIMER & SMSG_STOP_MIRROR_TIMER & SMSG_PAUSE_MIRROR_TIMER
2015-02-22 14:50:41 +00:00
Golrag
79bbca0bbf Core/Packets:
* SMSG_START_MIRROR_TIMER
* SMSG_STOP_MIRROR_TIMER
* SMSG_PAUSE_MIRROR_TIMER -- not used
2015-02-22 13:25:03 +01:00
Shauren
9fa57479ca DB: Dropped unused tables 2015-02-22 12:44:44 +01:00
Shauren
40b6736f69 Core/DataStores: Added iterator class for DBCStorage and DB2Storage 2015-02-22 12:44:24 +01:00