aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-19Core/Packets: updated EquipmentSet save packetsjoschiwald
2014-11-19Core/Packets: Added missing filesIntel
Removed unnecessary FlushBits() Fixed whitespace
2014-11-19Core/Packets: Added the following packets:Intel
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-19Core/Packets: Added SMSG_MONSTER_MOVE and split common packet structuresIntel
2014-11-19Merge pull request #13589 from MorganaOP/6.xShauren
Core/BNet: Fixed wrong method use in GetStreamItemsRequest::Read
2014-11-19DB/Commands: Fix 2 commands permisionsAokromes
Closes #13592
2014-11-19BNet GetStreamItemsRequest::ReadMorganaOP
Wrong call
2014-11-19Core/Packets: updated SMSG_EQUIPMENT_SET_LISTjoschiwald
2014-11-19Core/Packets: updated SMSG_BINDPOINTUPDATE, SMSG_INVALIDATE_PLAYER, ↵joschiwald
SMSG_LOGIN_SETTIMESPEED, SMSG_WORLD_SERVER_INFO
2014-11-17Core/Packets: Added most of the chat packetsIntel
2014-11-17Core/Packets: updated SMSG_INITIALIZE_FACTIONS and added struct for ↵joschiwald
SMSG_CHANNEL_LIST
2014-11-17DB/Creatures: Removed "Class Trainer" & "Trainer" flags from class trainersKinzcool
2014-11-17Core/Packets: Added SMSG_NEW_WORLD and CMSG_MOVE_WORLDPORT_ACKIntel
Also fixed wrong glyph index define
2014-11-17Core/Packets: Added some chat message packetsIntel
2014-11-16DB/Trainers: Truncated `npc_trainer`Kinzcool
* Professions will be redone later
2014-11-16DB/Models: Updated creatures' model data up to 6.0.3.19057Kinzcool
2014-11-16Core/Networking: Catch possible boost exception in StartNetworkNayd
Closes #13557
2014-11-16DB/SAI: fixed target_type of spell Vampire Rush, added in my previous commit.MitchesD
I have used target_type, which caused that NPC used the spell on all players in range, that's wrong. (cherry picked from commit 1699cf70dd0e33f3e7ea2aedec6270878109ace9)
2014-11-16Fixed build ...joschiwald
2014-11-16Core/Packets: updated AccountData packetsjoschiwald
2014-11-16Core/Talents: Fixed specialization spell learning and code styleIntel
2014-11-16Core/Packets: Added SMSG_SEND_UNLEARN_SPELLS and SMSG_ACTION_BUTTONSIntel
Fixed typo in SMSG_TUTORIAL_FLAGS
2014-11-16DB/PageTexts: Multiple page textsNayd
2014-11-16DB/PageTexts: Dog-Eared NoteAriDEV
Closes #13562
2014-11-16Core/Loading: Fix crash in LoadMissingKeyChainsNayd
Also emptied `world`.`keychain_db2` Closes #13566
2014-11-16Core/Packets: Added SMSG_TUTORIAL_FLAGSIntel
2014-11-16Core/Packets: Added SMSG_SET_SPECIALIZATIONIntel
2014-11-15Core/Packets: Added CMSG_ATTACKSWING and SMSG_ATTACKSTOPIntel
2014-11-15Core/Packets: Added SMSG_WORLD_STATE_UI_TIMER_UPDATEIntel
2014-11-15Core/Items: Fix crash related to item effectsIntel
2014-11-15Core/Packets: Added CMSG_TIME_SYNC_REQ and SMSG_TIME_SYNC_RESP packetsIntel
2014-11-15Core/Packets: Added CMSG_PAGE_TEXT_QUERY and SMSG_PAGE_TEXT_QUERY_RESPONSEIntel
Moved QueryPlayerName to QueryPackets
2014-11-15Core/Packets: added few channel packet structsjoschiwald
2014-11-15Core/DataStores: updated SpellPowerEntryRat
2014-11-15Core/PacketIO: Renamed a few packet classes to match client namesShauren
2014-11-15Core/Movement: Some fixes to player movement (SMSG_PLAYER_MOVE)Rat
2014-11-15Core/Packets: fixed QueryCreatureResponsejoschiwald
2014-11-15Core/DataStores: Updated Item DataStoresIntel
Signed-off-by: Nayd <dnpd.dd@gmail.com>
2014-11-15Core/DataStores: Updated AreaTable.dbcIntel
Signed-off-by: Nayd <dnpd.dd@gmail.com>
2014-11-15Core/DataStores: Updated all remaining dbc/db2 except Item.db2, Item-sparse.db2Intel
Signed-off-by: Nayd <dnpd.dd@gmail.com>
2014-11-15Core/Packets: Fix player movement client packetsRat
2014-11-15Core/Packets: Add GetOpcode() methods to ClientPacket and ServerPacketRat
2014-11-13Core/DBCs: Changed WorldSafeLocs' structure back to what it was before ↵Kinzcool
63a74998380fab2
2014-11-14Core/Packets: CMSG_CREATURE_QUERY and SMSG_CREATURE_QUERY_RESPONSE handlerIntel
2014-11-14Core/Packets: updated SMSG_FEATURE_SYSTEM_STATUS, SMSG_INITIAL_SPELLS and ↵joschiwald
SMSG_SPELL_CATEGORY_COOLDOWN
2014-11-14CMake/FindBoost: Fix policy CMP0054 warning (added in 3.1)Nayd
2014-11-13Merge pull request #13546 from Intel/talentupdateDuarte Duarte
Core/Talents
2014-11-13Core/Talents: Fix duplicate entry when saving talents to DBIntel
2014-11-12Core/Talents:Intel
Fixed SMSG_TALENTS_INFO packet Fixed talents saving to DB Renamed 'talent spec' to 'talent group' since this name was shadowing character specializations (and new name is correct according to JAM) Enabled loading of MinorTalent.dbc (will be used later) Added additional specialization check in LearnTalent
2014-11-12Core/World: hold deleted characters in character storejoschiwald