Commit Graph

19042 Commits

Author SHA1 Message Date
Duarte Duarte
fcca6ea6eb Merge pull request #13017 from DDuarte/guild_achiev_tracking
Core/Guild: Only send achievement criteria updates to players that requested them.
2014-09-03 01:43:06 +01:00
DDuarte
977592e137 Core/Net: Implement sending guild challenges rewards and counts
CMSG_GUILD_REQUEST_CHALLENGE_UPDATE & SMSG_GUILD_CHALLENGE_UPDATED
Partial implementation, guild challenges are not being tracked yet
2014-09-03 01:34:57 +01:00
DDuarte
b4c0d886d8 Core/Net: Fix and enable CMSG_LFG_SET_COMMENT 2014-09-02 23:00:13 +01:00
Vincent-Michael
6ac226f4a9 Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 2014-09-02 20:39:27 +02:00
DDuarte
9c0808e321 Core/Handlers: Fix a typo in previous commit 2014-09-02 18:49:34 +01:00
DDuarte
09867a10c9 Core/Handlers: Fix two warnings recently introduced 2014-09-02 18:45:22 +01:00
DDuarte
fa5bada453 Core/Net: Correct structure of SMSG_GUILD_CRITERIA_DATA when empty 2014-09-02 18:36:43 +01:00
DDuarte
dc368063c3 Core/Net: Correct structure of SMSG_LF_GUILD_POST_UPDATED 2014-09-02 18:35:18 +01:00
DDuarte
a7545afe57 Core/Net: Enable SMSG_REQUEST_CEMETERY_LIST_RESPONSE since it was already fixed previously 2014-09-02 18:31:47 +01:00
DDuarte
e8bd10c5a2 Core/Net: Fix structure of SMSG_GUILD_ACHIEVEMENT_DATA when there are no achievements to send 2014-09-02 18:31:23 +01:00
DDuarte
7ec22c534e Core/Guild: Only send achievement criteria updates to players that requested them
Implements CMSG_GUILD_SET_ACHIEVEMENT_TRACKING
2014-09-02 14:33:31 +01:00
Nyeriah
5622e2a63e Core/Spells: Screams of the Dead's (51750) duration shouldn't be affected by diminishing returns 2014-09-01 23:44:33 -03:00
DDuarte
4dbe318194 Core/Player: Fix a typo in the struct of SMSG_REQUEST_PVP_REWARDS_RESPONSE
Ref #11552
2014-09-02 03:40:40 +01:00
DDuarte
5e0e2987e2 Core/Channels: Enable SMSG_USERLIST_ADD, _REMOVE and _UPDATE
The structures for these are correct and the client still accepts however it seems that these were not used on 4.3.4 retail.

Maybe they got replaced with SMSG_CHANNEL_NOTIFY?
2014-09-02 02:59:56 +01:00
DDuarte
e0f7cd1514 Core/Misc: Send cemetery list when the client requests it
Implement CMSG_REQUEST_CEMETERY_LIST & SMSG_REQUEST_CEMETERY_LIST_RESPONSE

Sends up to 15 graveyard ids from the player zone (needs verification, *some* packets were seen with graveyards from the whole continent).
2014-09-02 00:49:17 +01:00
DDuarte
d05246f171 Core/Quests: Always send quest questgivers in HandleQuestNPCQuery 2014-09-01 21:25:54 +01:00
DDuarte
a896a7554f Core/Quests: Implement CMSG_QUEST_NPC_QUERY and SMSG_QUEST_NPC_QUERY_RESPONSE
Plot twist: We don't know what these packets do (but they are used)
2014-09-01 20:03:01 +01:00
DDuarte
c19fcec814 Merge remote-tracking branch 'origin/master' into 4.3.4 2014-09-01 19:13:29 +01:00
DDuarte
5ca5a75d21 Core/Quests: Add methods to get a list of npcs/GOs that end (involved relation) a given a quest 2014-09-01 19:06:28 +01:00
Vincent-Michael
e85f73c816 Core/Spells: Added better log output for "npc_spellclick_spells" 2014-09-01 09:44:29 +02:00
Duarte Duarte
c565d8566f Merge pull request #13004 from Nyeriah/pr-cmd
Scripts/Commands: Fix up logic at group join command, so it doesn't retu...
2014-09-01 03:46:30 +01:00
Nyeriah
a151105a69 Scripts/Commands: Fix up logic at group join command, so it doesn't return full group error when it actually isn't full 2014-08-31 23:43:36 -03:00
Dr-J
0332b7dbe0 Remove CPP Script
Remove Greatmother Geyah's CPP Script
2014-09-01 03:22:19 +01:00
DDuarte
d5c0aeaa18 Scripts/Commands: Replace regex usage
Sorry for the shitty C code but std::regex is not supported by GCC 4.7 and 4.8
2014-09-01 03:03:26 +01:00
DDuarte
b6493c01ef Core/Net: "Enable" CMSG_CANCEL_GROWTH_AURA
Also fix a typo visibile -> visible in an opcode name
2014-08-31 21:57:51 +01:00
DDuarte
d31782d757 Core/Net: Define and semi-implement SMSG_SET_FACTION_NOT_VISIBILE 2014-08-31 21:53:36 +01:00
DDuarte
8015d86112 Core/Net: Add some (unused?) opcodes from WPP 2014-08-31 21:53:07 +01:00
DDuarte
7f8801dc27 Core/BGs: Set and enable CMSG_BATTLEMASTER_HELLO 2014-08-31 20:33:40 +01:00
jackpoz
dd4dbdcd16 Core/Misc: Refactor scripts to fix static analysis warnings
First batch of fixes targeting 100 issues reported by Coverity
2014-08-31 20:42:02 +02:00
joschiwald
681cf8f27c Core/Scripts: rename files, remove whitespace and some other small changes after recent pull requests 2014-08-31 20:33:46 +02:00
joschiwald
c671b8e04b Merge pull request #12992 from Nyeriah/patch-uk
Scripts/UtgardeKeep: Update Skarvald & Dalronn scripts to EventMaps
2014-08-31 20:09:56 +02:00
joschiwald
251e283008 Merge pull request #12978 from Nyeriah/patch-auchi
Scripts/Auchindoun: Update Talon King Ikiss' script to EventMaps
2014-08-31 19:58:06 +02:00
Nyeriah
50b8ee22c7 Scripts/UtgardeKeep: Update Skarvald & Dalronn scripts to EventMaps
* Simplified creature_texts enum that was sort of confusing
* Removed hack to spawn ghosts using the proper spells
2014-08-31 14:56:52 -03:00
Shauren
366d3ba124 Core/PacketIO: Corrected values of a few opcodes 2014-08-31 01:52:31 +02:00
Vincent-Michael
141df45864 Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 2014-08-31 01:08:42 +02:00
jackpoz
c5f475c114 Core/AuctionHouse: Fix issues reported by Coverity 2014-08-31 00:33:37 +02:00
Nyeriah
04cfcf523d Scripts/Auchindoun: Update Talon King Ikiss' script to EventMaps
Codestyle

Missing include
2014-08-30 18:43:50 -03:00
Shauren
02e9405e8e Core/Units: Implemented animkit support 2014-08-30 21:09:46 +02:00
Vincent-Michael
56e0459b07 Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 2014-08-30 16:36:24 +02:00
DDuarte
2086ba46cf Scripts/Commands: Add optional reason to server shutdown/restart commands
Display a "reason" ingame in the server shutdown ingame messages
Fix multiple typos in the .server idlerestart/idleshutdown/restart/shutdown commands

Closes #2671
2014-08-30 14:07:52 +01:00
Vincent-Michael
f89739dab5 Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 2014-08-30 05:03:47 +02:00
joschiwald
831a6603d4 Core/Battleground/AV: convert trinity_strings to proper creature_text
Closes #12861
2014-08-30 03:34:35 +02:00
Duarte Duarte
bcb2b2f6bf Merge pull request #12958 from Nyeriah/patch-ir
Core/Player: Implement a method to send out the Postmaster's item retrie...
2014-08-29 23:49:53 +01:00
Warpten
39e4a88352 Merge pull request #12926 from mik1893/LOSonTriggered
Core/Spell: Triggered spells now inherit LOS checking from their triggering spell
2014-08-30 00:27:11 +02:00
Duarte Duarte
abc0380e7f Merge pull request #12953 from Golrag/master
Scripts/ICC: Fix Mutated Plague.

Closes #12492
2014-08-29 23:23:53 +01:00
Golrag
96ba36b9ce Scripts/ICC: Fix Mutated Plague. 2014-08-29 22:26:41 +02:00
Vincent-Michael
1dc8a219a3 scripts/Commands: Sync with 4.3.4 branch (meh nayd) 2014-08-29 21:40:07 +02:00
Vincent-Michael
06daf22e1e Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Conflicts:
	src/server/game/Battlegrounds/Battleground.cpp
	src/server/scripts/Commands/cs_guild.cpp
2014-08-29 21:18:23 +02:00
Shauren
f5115328c5 Merge pull request #12970 from Golrag/marrowgar
Scripts/ICC: Fixed Impale (Lord Marrowgar)
2014-08-29 21:12:17 +02:00
Vincent-Michael
e8d0de6778 Scripts/Commands: Added for guild info guild level output 2014-08-29 21:09:06 +02:00