Commit Graph

25395 Commits

Author SHA1 Message Date
Gacko
06bb904b2e Core/DBC: Move sPhasesByGroupStore and access method to DB2Stores
DB2Stores were not loaded yet at the old position.
2014-11-30 21:46:27 +01:00
Shauren
70e0e1fb5b Core/Units: Updated byte order in UNIT_FIELD_BYTES_0 - fixes weird models
Closes #13648
2014-11-30 19:09:26 +01:00
Intel
dc8a7812ec Core/Packets: Fixed player movement speed change packets 2014-11-30 16:25:47 +02:00
Kinzcool
e3b23c2513 Core/Creature: Implemented negative levels for creatures having -1 as expansion 2014-11-30 03:45:48 -05:00
Intel
a00307ac36 Core/Packets: Updated some of the movement flag opcodes 2014-11-30 01:38:27 +02:00
Gacko
96f9451b85 Core/ConditionMgr: Add string include
Travis/Clang did not complain, GCC seems to do.
2014-11-27 19:18:48 +01:00
Gacko
3498d9579d Core/ObjectMgr: Fix log format 2014-11-27 13:41:14 +01:00
Gacko
c2e7845c94 Fix non pch build 2014-11-27 13:41:13 +01:00
Intel
60de2169a9 Core/Packets: Fixed Item.db2 and Item-sparse.db2 query replies 2014-11-27 13:45:05 +02:00
Duarte Duarte
708e36c920 README: Update 3.3.5 build status badge 2014-11-26 19:45:43 +00:00
Nayd
a1d4c9f9dc Core: Use the correct function to convert strings to unsigned longs and unsigned long longs
Fixes wrong data being inserted into the database (i.e explored zones).
More info in #13493

Fixes #13493

Thanks to @jackpoz for finding the code issue and @Vavehl for an expectional bug report.
2014-11-26 02:12:38 +00:00
Nayd
ed3970690c DB/Schema/Auth: Also change battlenet_accounts.os to varchar(4)
Ref 59bb9c20f3
2014-11-25 16:44:50 +00:00
Intel
bac37625f3 Core/Packets: Added SMSG_TRAINER_LIST and fixed build 2014-11-25 00:41:44 +02:00
Gacko
0df8e9137a Core/Spells: Fix a warning possibly introduced in da5d0da7 2014-11-24 21:09:13 +01:00
Intel
d1c21a03b8 Core/Packets: Added the following packets:
CMSG_BANKER_ACTIVATE
CMSG_BINDER_ACTIVATE
CMSG_GOSSIP_HELLO
CMSG_LIST_INVENTORY
CMSG_TRAINER_LIST
SMSG_GOSSIP_MESSAGE
SMSG_LIST_INVENTORY
CMSG_NPC_TEXT_QUERY
SMSG_NPC_TEXT_UPDATE
Implemented CMSG_DB_QUERY_BULK and SMSG_DB_REPLY and removed unused CMSG_REQUEST_HOTFIX
2014-11-24 21:39:56 +02:00
Intel
92085d5dea Core/Packets: Fixed SMSG_EMOTE and SMSG_TEXT_EMOTE 2014-11-24 04:25:19 +02:00
Nayd
59bb9c20f3 DB/Schema/Auth: Change account.os to varchar(4)
Windows and Mac 64 bit clients send "Wn64" and "Mc64", respectively, and that does not fit in a varchar(3)
2014-11-23 23:53:22 +00:00
Shocker
279615d2b8 Core/Spells: Small cleanup in SpellEffectInfo::CalcValue 2014-11-23 23:57:04 +02:00
Gacko
2f661bd9a1 Fix PCH build 2014-11-23 15:23:09 +01:00
Nyeriah
3258818414 Scripts/CoS: Added SetDespawnAtFar, fixes Arthas despawning if no players are in range
(specially during waves)

(cherry picked from commit 0a0e9b196f)
2014-11-23 03:28:59 -02:00
joschiwald
7f96163c94 Core/Packets:
- updated/enabled CMSG_CHANNEL_DISPLAY_LIST, CMSG_CHANNEL_LIST, CMSG_JOIN_CHANNEL, CMSG_LEAVE_CHANNEL, SMSG_CHANNEL_LIST, SMSG_CHANNEL_NOTIFY_JOINED, SMSG_CHANNEL_NOTIFY_LEFT
- updated CMSG_SET_SELECTION
- updated CMSG_TUTORIAL_FLAG (removed CMSG_TUTORIAL_CLEAR, CMSG_TUTORIAL_RESET)
- fixed null guid in EquipmentSetList
- fixed struct of MonsterMove
2014-11-23 04:25:47 +01:00
Kinzcool
da5d0da724 Core/Spells: Made the loading of the orientation of SPELL_DEST_DB from SpellEffect.dbc 2014-11-21 17:29:08 -05:00
Nyeriah
7713c893a8 Scripts/SteamVault: Remove non-selectable flag from access panels once their respective bosses are done
(cherry picked from commit e778ee1416)
2014-11-21 15:57:24 -02:00
joschiwald
eeef284a53 Resolve merge conflict 2014-11-21 01:36:50 +01:00
joschiwald
c7a0cc02f6 Scripts/SethekkHalls: fixed Talon King Coffer
(cherry picked from commit 716d1404de)
2014-11-21 01:14:53 +01:00
joschiwald
fe2649f6e5 Core/Logging: improved conditions error log messages
(cherry picked from commit d9c6b8fd89)
2014-11-21 01:14:17 +01:00
Shauren
3f9fb034ec Core/PacketIO: Documented possible values for SMSG_NEW_WORLD reason field 2014-11-20 22:12:13 +01:00
Shauren
3332127f33 Core/PacketIO: Updated SMSG_TRANSFER_PENDING and SMSG_TRANSFER_ABORTED 2014-11-20 18:23:43 +01:00
Nayd
5bf5791758 It's a good idea to save file changes before commiting. 7aac3bc152 2014-11-20 14:14:03 +00:00
Naios
7aac3bc152 DB/GameTele: Added some Draenor teleport positions.
Closes #13594
2014-11-20 14:05:11 +00:00
Kinzcool
ca5824799f DB/Misc: Updated the change faction reputations up to 6.0.3.19057 2014-11-19 21:36:54 -05:00
Shauren
4764c3ea77 Core/Util: Fixed "value" name in Optional struct to follow code style 2014-11-20 01:17:45 +01:00
joschiwald
abff9de719 Core/Packets: updated EquipmentSet save packets 2014-11-19 21:09:30 +01:00
Intel
13bca49e5f Core/Packets: Added missing files
Removed unnecessary FlushBits()
Fixed whitespace
2014-11-19 20:42:21 +02:00
Intel
b86bf40f61 Core/Packets: Added the following packets:
CMSG_QUESTGIVER_STATUS_MULTIPLE_QUERY
SMSG_QUESTGIVER_STATUS_MULTIPLE
CMSG_QUESTGIVER_STATUS_QUERY
SMSG_QUESTGIVER_STATUS
SMSG_AI_REACTION
SMSG_ATTACKERSTATEUPDATE
SMSG_ATTACKSTART
SMSG_ATTACKSTOP
SMSG_THREAT_UPDATE
SMSG_HIGHEST_THREAT_UPDATE
SMSG_SET_PROFICIENCY
2014-11-19 20:18:14 +02:00
Intel
73a7d7c053 Core/Packets: Added SMSG_MONSTER_MOVE and split common packet structures 2014-11-19 20:18:02 +02:00
Shauren
718fc9d631 Merge pull request #13589 from MorganaOP/6.x
Core/BNet: Fixed wrong method use in GetStreamItemsRequest::Read
2014-11-19 12:00:02 +01:00
Aokromes
d08d6d08ef DB/Commands: Fix 2 commands permisions
Closes #13592
2014-11-19 11:44:06 +01:00
MorganaOP
158028a2f8 BNet GetStreamItemsRequest::Read
Wrong call
2014-11-19 11:08:20 +03:30
joschiwald
0fbf829fd3 Core/Packets: updated SMSG_EQUIPMENT_SET_LIST 2014-11-19 03:42:38 +01:00
joschiwald
b7baee390c Core/Packets: updated SMSG_BINDPOINTUPDATE, SMSG_INVALIDATE_PLAYER, SMSG_LOGIN_SETTIMESPEED, SMSG_WORLD_SERVER_INFO 2014-11-19 02:12:47 +01:00
Intel
dbb102e647 Core/Packets: Added most of the chat packets 2014-11-17 20:49:15 +02:00
joschiwald
da37723b5f Core/Packets: updated SMSG_INITIALIZE_FACTIONS and added struct for SMSG_CHANNEL_LIST 2014-11-17 18:21:41 +01:00
Kinzcool
cff8b62448 DB/Creatures: Removed "Class Trainer" & "Trainer" flags from class trainers 2014-11-17 00:07:42 -05:00
Intel
2580e7e30b Core/Packets: Added SMSG_NEW_WORLD and CMSG_MOVE_WORLDPORT_ACK
Also fixed wrong glyph index define
2014-11-17 02:36:53 +02:00
Intel
218f14f84b Core/Packets: Added some chat message packets 2014-11-17 00:08:38 +02:00
Kinzcool
2c22beaaef DB/Trainers: Truncated npc_trainer
* Professions will be redone later
2014-11-16 16:26:50 -05:00
Kinzcool
350373d980 DB/Models: Updated creatures' model data up to 6.0.3.19057 2014-11-16 16:17:29 -05:00
Nayd
3eb120ab50 Core/Networking: Catch possible boost exception in StartNetwork
Closes #13557
2014-11-16 20:08:53 +00:00
MitchesD
061a577471 DB/SAI: fixed target_type of spell Vampire Rush, added in my previous commit.
I have used target_type, which caused that NPC used the spell on all players in range, that's wrong.

(cherry picked from commit 1699cf70dd)
2014-11-16 19:48:46 +01:00