Commit Graph

1727 Commits

Author SHA1 Message Date
Vincent-Michael 32284d3e9c Core/Quests: Update QuestFailedReason enum for 6.2.0 2015-08-08 00:01:00 +02:00
Shauren 370f967895 Core/PacketIO: Refactored combat log packet sending in preparation for advanced combat logging config option 2015-08-06 17:08:52 +02:00
Vincent-Michael cbd8b1961c Fix build 2015-08-03 17:26:31 +02:00
Vincent-Michael 4145eb0b83 Core/Loot: Fix group loot 2015-08-02 21:37:44 +02:00
Vincent-Michael b409d695c1 Core: Added code back in f60a28978a 2015-08-02 18:26:04 +02:00
Vincent-Michael f60a28978a Core/PacketIO: Update and enabled SMSG_ITEM_COOLDOWN opcode 2015-08-02 18:02:50 +02:00
Duarte Duarte 21a70dbab0 Merge pull request #15145 from pete318/runeforging6x
[6.x] Core/Spell: Learn DK runeforging skill, when receving the spell book ability.
2015-07-28 11:16:06 -07:00
MitchesD 231fb1d322 Core/PacketIO: updated CMSG_INSTANCE_LOCK_RESPONSE and fixed instance binding of gamemasters 2015-07-28 19:09:20 +02:00
Shauren 7f84529487 Core/PacketIO: Updated and enabled SMSG_ITEM_PUSH_RESULT 2015-07-28 00:08:24 +02:00
MitchesD 7951a47c03 Core/PacketIO: updated SMSG_INSTANCE_SAVE_CREATED 2015-07-27 19:44:08 +02:00
MitchesD 5e8a6c957d Core/PacketIO: updated SMSG_QUEST_LOG_FULL (empty packet) 2015-07-26 12:00:04 +02:00
Vincent-Michael 2e586bc520 Core: Header cleanup in game/*/*.cpp 2015-07-25 20:18:42 +02:00
MitchesD a487ddad4e Core/PacketIO: updated SMSG_CONVERT_RUNE and SMSG_RESYNC_RUNES 2015-07-23 22:00:40 +02:00
pete318 ef387cb6ff Implement correction from 3.3.5 into 6.x for runeforging skill learnt from
Death Knight quest.
2015-07-22 15:59:48 +01:00
MitchesD 9fc06b956b Core/PacketIO: updated SMSG_CONTROL_UPDATE 2015-07-21 21:58:13 +02:00
MitchesD db3a355249 Core/PacketIO: updated SMSG_QUEST_PUSH_RESULT 2015-07-21 13:28:13 +02:00
Shauren a22e4e121a Core/Misc: Fixing warnings detected by Visual Studio 2015 compiler 2015-07-21 00:33:36 +02:00
Duarte Duarte b8d169f64f Merge pull request #14946 from AriDEV/6.x
Core/Entities: Update for CombatRatings.
2015-07-19 14:22:47 -07:00
Nekroman 63d1d989a0 Core/Players: Fix being able to water walk after being revived
Closes #10950
Fixes #11323
2015-07-19 05:12:31 +01:00
Shauren f45ae7af43 Core/PacketIO: Updated spell packets 2015-07-18 00:45:21 +02:00
Shauren 7930e5d311 Core/Players: Fixed tooltip values for melee spells
Closes #14554
2015-07-14 08:15:39 +02:00
jackpoz 1915a4ad49 Core/Instances: Fix some Instance Lock chat messages
Always send a Welcome type Instance Lock chat message when entering an instance instead of changing type based on remaining time.
Fix scheduled warning message to always send "Your instance lock for ... will expire in 0 minutes." even if there are hours left, issue added in 4193806dba , closes #11519 .
Update warning messages based on remaining time so that the most meaning is always used (6 hours left, 59 minutes left, etc).

(cherry picked from commit fae8269589)

Conflicts:
	src/server/game/Handlers/MovementHandler.cpp
	src/server/game/Maps/Map.cpp
2015-07-12 12:47:43 +01:00
Vincent-Michael 688c1990dc Core/Players: Fixed crash 2015-07-12 04:10:45 +02:00
Shauren 228b932925 Core/Players: Fixed power slot ordering 2015-07-12 00:41:56 +02:00
Shauren da3247d5bb Core/Players: Fixed glyph slots 2015-07-11 00:11:16 +02:00
Carbenium c7d49ab910 Core/Support: Drop parts of the support system since Blizz switched to a browser based ticket system 2015-07-08 16:24:50 +02:00
Shauren dea6c0b122 Core/DataStores: Updated dbc/db2 structures to 6.2.0 2015-07-07 12:13:14 +02:00
Vincent-Michael 892f4e8f3d Core/PacketIO: Enabled more opcodes for 6.2.0 2015-07-05 02:53:24 +02:00
Shauren d454df54d1 Core/DataStores: Moved SkillTiers to database - it no longer exists in dbc form 2015-07-05 01:18:57 +02:00
mik1893 587baa9409 Merge pull request #14976 from robinsch/wgTimer
Core/WorldState: WG Interface timer
Closes issue  #14913
(cherry picked from commit c8df10dbc0)
2015-07-03 01:07:14 +01:00
Kinzcool 4bbbd9540a Core/Quests: Calculate the RewardMoney value with QuestMoneyReward.dbc and defined an unknown field 2015-07-01 17:57:09 -04:00
Shauren 585f978c58 Core: Started work on 6.2.0.20182 2015-07-01 02:22:03 +02:00
jackpoz 9292217ccc Core/Instances: Make achievements and loot rolls instance-wide
Make achievements, loot rolls, master loot at money loot instance-wide, removing the previous limit for 74.f yards

(cherry picked from commit cb4d1574e0)
2015-06-26 03:32:40 +01:00
AriDEV 973934705c Core/Entities: Update for CombatRatings.
Source: PaperDoll.
2015-06-24 17:09:16 +02:00
Shauren acc45bcf5d Core/Garrisons: Implemented a method to delete garrisons 2015-06-24 00:03:57 +02:00
xerkoss 3eeb77a8f3 Core/Spell: Fix shaman reincarnation 2015-06-22 21:27:48 +02:00
MitchesD 00e5d29d9c Core/PacketIO: updated SMSG_RESET_FAILED_NOTIFY
* forgot to push in previous commit
2015-06-08 21:25:49 +02:00
MitchesD e3ed67732f Core/PacketIO: updated structure of CMSG_RESET_INSTANCES, SMSG_INSTANCE_RESET, SMSG_INSTANCE_RESET_FAILED and SMSG_SPELL_INSTAKILL_LOG 2015-06-07 17:08:45 +02:00
MitchesD 70fe4e57a0 Core/PacketIO: updated structure of SMSG_PVP_CREDIT and enabled some other opcodes 2015-06-07 10:43:03 +02:00
Shauren b15a0b96bf Core/Maps: Fixed MapDifficulty lookup for instances that do not have a selectable difficulty on interface (40 mans)
Closes #14366
2015-06-02 00:25:55 +02:00
Shauren eee0eebf51 Core/Items: Implemented primary stats on gear changing with character specialization (stats 71-74) 2015-05-31 00:13:41 +02:00
Shauren 83df74e3dc Core/Auras: Implemented SPELL_AURA_MOD_STAT_BONUS_PCT (467) 2015-05-31 00:12:21 +02:00
Shauren d7c53c30fb Core/Stats: Removed bonus max mana from intellect 2015-05-28 00:47:41 +02:00
MitchesD 3552c4bd72 Core/PacketIO: updated structure of SMSG_ITEM_COOLDOWN, SMSG_ITEM_ENCHANT_TIME_UPDATE 2015-05-24 22:06:58 +02:00
Shauren b3a754cd7b Core/Garrisons: Implemented follower class/spec abilities and saving them to database 2015-05-22 00:17:48 +02:00
et65 c6ab951025 Core/PacketsIO: Implemented or updated most of party related packets.
Packets updated or implemented :
- SMSG_INSTANCE_INFO : updated

- CMSG_SAVE_CUF_PROFILES : updated
- SMSG_LOAD_CUF_PROFILES : updated

- SMSG_PARTY_COMMAND_RESULT : updated

- CMSG_PARTY_INVITE : updated
- SMSG_PARTY_INVITE : updated
- CMSG_PARTY_INVITE_RESPONSE : updated
- CMSG_PARTY_UNINVITE : updated
- SMSG_GROUP_UNINVITE : updated
- CMSG_LEAVE_GROUP : updated
- SMSG_GROUP_DECLINE : updated

- SMSG_GROUP_DESTROYED : updated

- CMSG_MINIMAP_PING : updated
- SMSG_MINIMAP_PING : updated

- CMSG_CONVERT_RAID : updated
- CMSG_SET_EVERYONE_IS_ASSISTANT

- CMSG_DO_READY_CHECK : updated
- CMSG_READY_CHECK_RESPONSE : updated
- SMSG_READY_CHECK_COMPLETED : updated
- SMSG_READY_CHECK_RESPONSE : updated
- SMSG_READY_CHECK_STARTED : updated

- CMSG_REQUEST_PARTY_JOIN_UPDATES : implemented (source : sniffs)
- CMSG_REQUEST_PARTY_MEMBER_STATE : updated
- SMSG_PARTY_MEMBER_STATE : updated
- SMSG_PARTY_UPDATE : updated

- CMSG_REQUEST_RAID_INFO : updated

- CMSG_INITIATE_ROLE_POLL : updated
- SMSG_ROLE_POLL_INFORM : updated
- CMSG_SET_ROLE : updated
- SMSG_ROLE_CHANGED_INFORM : updated

- CMSG_CHANGE_SUB_GROUP : updated
- CMSG_SWAP_SUB_GROUPS : implemented

- CMSG_SET_ASSISTANT_LEADER : updated
- CMSG_SET_PARTY_LEADER : updated
- SMSG_GROUP_NEW_LEADER : updated

- CMSG_CLEAR_RAID_MARKER : implemented
- SMSG_RAID_MARKERS_CHANGED : implemented

- CMSG_UPDATE_RAID_TARGET : updated
- SMSG_SEND_RAID_TARGET_UPDATE_ALL : updated
- SMSG_SEND_RAID_TARGET_UPDATE_SINGLE : updated

- CMSG_OPT_OUT_OF_LOOT : updated
- CMSG_SET_LOOT_METHOD : updated

About group update flags:
- Not sure they are use for now.
- Pets now have their group update flags.
- Pets'power is no send to client anymore.
- Changes about them are inspired from SMSG_PARTY_MEMBER_STATS parsing of WowPacketParser, but it seems this packet is not use anymore.

CHAT_MSG_RAID has been fixed.

About Ready check:
- Correctly implemented this function.
- An update function has been added to Group class, and to GroupMgr class in order to manage the ready check expiration (when 35 seconds were gone, players who have not answered must be reported as AFK)

About Raid markers:
- Old spell effect SPELL_EFFECT_SUMMON_OBJECT_SLOT3 has been renamed to SPELL_EFFECT_CHANGE_RAID_MARKER and implemented. I'm sure about that because raid markers spells are the only spells that have this effect type.

Source: WowPacketParser, and sniffs from official.
2015-05-19 13:10:29 +02:00
Shauren 18e4ab6911 Core/Maps: Fixed crash in Map::SendObjectUpdates - items were not properly removed from Map::_updateObjects because player was removed from world first
Closes #14673
2015-05-15 00:08:40 +02:00
Carbenium 05dab7e1e2 Merge pull request #14547 from Regigicas/mount_action
Core/Actions: Allow mounts buttons to be saved
2015-05-14 20:13:49 +02:00
Shauren 49ec5fb583 Core/Logs: Fixed incorrect format specifier in Player::UpdateVisibilityOf 2015-05-12 15:17:31 +02:00
Shauren 86d799c428 Core/Garrisons: Fixed copypaste mistakes with prepared statements 2015-05-09 09:59:31 +02:00