Daniel M. Weeks
27923b8d8f
Remove unnecessary semicolons
2015-04-15 19:20:13 +02:00
Daniel M. Weeks
62ff887236
Fix documentation
2015-04-15 19:20:04 +02:00
Daniel M. Weeks
6484885600
Prevent collisions in GCC attribute definitions
2015-04-15 19:19:54 +02:00
Shauren
ca1f42d409
Tools/Map extractor: Warning fixes
2015-04-15 12:58:38 +02:00
Shauren
7b0c4792ce
Core: Warning fixes
2015-04-15 12:47:17 +02:00
Shauren
48578e10fb
Core/Items: Implemented ItemSpec.dbc
2015-04-15 00:36:03 +02:00
Carbenium
b273c5f1bf
Merge pull request #14508 from et65/6.x
...
Core/Guilds: Fix crash on kicking offline player of a guild.
2015-04-14 22:12:41 +02:00
Vincent-Michael
6a27d813ce
Core/PacketIO: Update SMSG_STAND_STATE_UPDATE for 6.1.2
2015-04-14 06:19:18 +02:00
DDuarte
86168ff142
Misc: SQL and small code changes for the 71 last cherry-picks
2015-04-14 01:03:57 +01:00
Duarte Duarte
b086339199
Merge pull request #14540 from tkrokli/npc_mootoo_the_younger
...
Fix $n bug in NPC text for quest 11664 Escaping the Mist
(cherry picked from commit c9e699961e )
2015-04-14 01:02:24 +01:00
Aokromes
2c6df09539
Merge pull request #14530 from Exodius/bloodmaul_brutes
...
Core/Scripts: Remove Bloodmaul Brutes script
(cherry picked from commit ca67cc8f6b )
2015-04-14 01:02:19 +01:00
click
1c5a193aba
Core: Follow codingstyle guidelines (CamelCase for functions, lowerCamel for vars and local stuff)
...
(cherry picked from commit adb39317fa )
Conflicts:
src/server/game/Entities/Player/Player.cpp
src/server/game/Spells/SpellInfo.cpp
2015-04-14 01:02:16 +01:00
WishToDie
abb9e5dd29
Update LFGMgr.cpp
...
Core/LFGMgr: Fix crash in e743f4a479
(cherry picked from commit 08a62f19b8 )
2015-04-14 01:02:15 +01:00
click
0192a602d6
Core/Spells: Allow non-skill-based flying mounts to be used in designated areas.
...
- Flying mounts that are not in the "SKILL_MOUNT"-tree and area-restricted can now be used properly (ex. 64749 - Loaned Gryphon).
- Remove isKnowHowFlyIn()-function (useless and deprecated since this is handled properly in the spellsystem).
Massive thanks to rat for extremely good help and support on fixing this (most of this is his work).
(cherry picked from commit 0e3607df5b )
Core/Spells: Reinstate helperfunction removed in commit 0e3607d (with a new functionname to make more sense out of it), and adjust the remaining code slightly to accomodate that.
(cherry picked from commit 6c1e4bc20d )
2015-04-14 01:02:08 +01:00
click
1282db53e3
Core/Command: Sanitize input for .account set gmlevel <username> handling
...
(cherry picked from commit 79696e0871 )
Conflicts:
src/server/scripts/Commands/cs_account.cpp
2015-04-14 01:02:06 +01:00
Nick
1089306118
Core/Scripts: Remove The Thunderspike script
...
As explained by @Killyana in https://github.com/TrinityCore/TrinityCore/issues/4458#issuecomment-90061073
(cherry picked from commit 77eb89157b )
2015-04-14 01:02:04 +01:00
w1sht0l1v3
cec3f8f671
Core/LFGMgr: Fix the case where the last player left in a lfg group would be stuck in party when porting out of the instance.
...
If you find a better way or think this is wrong feel free to remove it or improve it.
(cherry picked from commit e743f4a479 )
2015-04-14 01:02:00 +01:00
Aokromes
6a1e2bcdad
Scripts/Kalimdor: Ashenvale - add missing enum
...
(cherry picked from commit 16481d17aa )
2015-04-14 01:01:57 +01:00
Rushor
d05cd1a6d7
Scripts/Kalimdor: Ashenvale - Remove Torek C++ Script
...
(cherry picked from commit f49a1b0f1f )
2015-04-14 01:01:56 +01:00
tkrokli
cfa0a32a1f
[Quest] Kodo Roundup
...
by @pete318, closes #12811
Fixes the remaining bugs in the "Kodo Roundup" quest in Desolace:
- removes combat status from creature 11627, Tamed Kodo
- sets normal walking speed as the creature's follow speed
- makes the Tamed Kodo stop at Scrabblescrew's Camp
- enables quest objective count 0/5 -> 5/5, quest complete
- SQL (by @tkrokli) links the missing gossip text in the DB
(cherry picked from commit 1c8486e1a8 )
2015-04-14 01:01:47 +01:00
jackpoz
b7eb415049
Core/Misc: Fix issues reported by static analysis
...
Coverity defect IDs: 1292769, 1292768, 1292765, 1292763, 1267939
(cherry picked from commit 2dc97e3f3d )
Conflicts:
src/server/game/DataStores/DBCStructure.h
src/server/scripts/Kalimdor/zone_bloodmyst_isle.cpp
2015-04-14 01:01:46 +01:00
jackpoz
5bfc59b69b
Core/Dungeon Finder: Add additional logs for SMSG_LFG_QUEUE_STATUS
...
Log the current LfgState of the target player when sending SMSG_LFG_QUEUE_STATUS packet.
(cherry picked from commit c38d4f57b3 )
2015-04-14 01:01:45 +01:00
Duarte Duarte
594c2d3d14
Merge pull request #14083 from Gooyeth/3.3.5_sample_satisfaction
...
Core/Spells: Fixed Sample satisfaction not entering combat
(cherry picked from commit 20bc2c51f6 )
2015-04-14 01:01:40 +01:00
click
95817e9f46
Core/Script: Remove script for Overlord Mor'ghor - converted to SAI in commit 16179f8
...
(cherry picked from commit b804539f9b )
Conflicts:
src/server/scripts/Outland/zone_shadowmoon_valley.cpp
2015-04-14 01:01:39 +01:00
click
5b3726ade7
Core/Entities: Add player name and ID to GetXPrestBonus calculation-log
...
(cherry picked from commit 50bbfeebb9 )
2015-04-14 01:01:31 +01:00
jackpoz
1126ed97bb
Core/Dungeon Finder: Allow to execute "lfg" commands from console
...
(cherry picked from commit de1cbf716d )
2015-04-14 01:01:06 +01:00
click
0d78a01983
Core/Logger: Add basic account-info to addon-scans to make them a little bit more useful (@Aokromes, you can stop asking for this now...)
...
(cherry picked from commit e040c56d45 )
Conflicts:
src/server/game/Server/WorldSession.cpp
2015-04-14 01:01:06 +01:00
jackpoz
0f251d4d51
Core/Dungeon Finder: Restore ".lfg queue debug" logging additional information
...
Restore ".lfg queue" behavior to print additional debug informations when an additional argument is passed (any character/word will work).
(cherry picked from commit be9294dc09 )
2015-04-14 01:01:04 +01:00
Shauren
d9e941dde3
Core/Quests: Added research results about last field in QuestPackageItem.db2
2015-04-14 01:12:20 +02:00
Rat
e567541273
Core/Quests: fixed quest rewarding
...
* ItemSpec.dbc still needs some research to handle all cases correctly
2015-04-13 22:25:35 +02:00
Shauren
f20c6530b8
Core/PacketIO: Updated and enabled void storage packets
2015-04-13 20:35:57 +02:00
Shauren
18895361a5
Core/Void storage: Updated constants - deposit price and max slots
2015-04-13 18:36:39 +02:00
Shauren
a024b80a7f
NOPCH Build fix
2015-04-13 18:34:25 +02:00
Shauren
ea7cf85588
Build fix
2015-04-13 18:28:05 +02:00
Shauren
953cbd4c28
Core/PacketIO: Updated and enabled CMSG_OBJECT_UPDATE_FAILED, implemented CMSG_OBJECT_UPDATE_RESCUED
2015-04-13 00:21:21 +02:00
Vincent-Michael
15d4bf8a61
DB/Locales: Update fr quest locales (french language is too gay to generate)
2015-04-12 20:02:26 +02:00
Shauren
d83c930a94
Core/PacketIO: Updated and enabled most movement _ACK packets
2015-04-12 19:43:59 +02:00
Shauren
011e14bf05
Core/PacketIO: Updated and enabled PVP_LOG_DATA
2015-04-12 15:34:00 +02:00
Shauren
98f0e496c9
Core/Battle.net: Ensure email is always uppercase
2015-04-12 13:51:12 +02:00
Vincent-Michael
69b82c5e33
Core/PacketIO: Updated and Enabled CMSG_USE_EQUIPMENT_SET / SMSG_USE_EQUIPMENT_SET_RESULT for 6.1.2
2015-04-12 03:55:32 +02:00
Vincent-Michael
fcab914981
Core/PacketIO: Updated and Enabled CMSG_DELETE_EQUIPMENT_SET for 6.1.2
2015-04-12 03:18:03 +02:00
Vincent-Michael
10be34303e
Core/PacketIO: Enabled some guild opcodes for 6.1.2
2015-04-12 02:51:17 +02:00
Vincent-Michael
95bb20d073
Core/PacketIO: Updated & enabled CMSG_QUERY_QUEST_COMPLETION_NPCS / SMSG_QUEST_COMPLETION_NPC_RESPONSE
2015-04-12 01:26:01 +02:00
Shauren
d02f4da355
Core/Chat: Implemented instance chat type
2015-04-12 00:20:06 +02:00
Shauren
92026f1b6a
Core/Misc: Pointless renaming
2015-04-11 22:54:50 +02:00
Vincent-Michael
761c041d53
Core/Misc: Fix issues reported by static analysis
...
Coverity defect IDs: 1293538, 1293537, 1293536
2015-04-11 22:35:16 +02:00
Vincent-Michael
3f0a54378c
Core/PacketIO: Updated & enabled CMSG_READ_ITEM/SMSG_READ_ITEM_RESULT_OK
2015-04-11 21:05:41 +02:00
Vincent-Michael
af62ebe765
Core: Fix warning
2015-04-11 19:50:41 +02:00
Vincent-Michael
9e2e8a7eeb
Core/PacketIO: Fix SMSG_QUERY_PAGE_TEXT_RESPONSE
2015-04-11 19:36:46 +02:00
Shauren
ff101cd100
Core/Battle.net: Query optimizations part2 - made all queries asynchronous
2015-04-11 18:58:13 +02:00