aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-10DB/Creature: Ironforge Gryphon Riders HoveringRushor
* by Saben65 * closes #16220
2016-02-10Core/PacketIO: Updated and enabled SMSG_FISH_NOT_HOOKEDCarbenium
2016-02-10Scripts: Fix no-PCH build MKIINyeriah
Bah
2016-02-10Scripts: Fix no-PCHNyeriah
(cherry picked from commit 130f744c297008ed8b6f6536186513091f8f81fb)
2016-02-10Scripts/Magister's Terrace: Script Kalecgos' appearance after using the ↵Nyeriah
Scryer's Orb - Added missing waypoints, spells, emotes, proper timing... and prevent him from being summoned multiple times Closes #13208, #16522 (cherry picked from 6a56ede1796b25cb66facc289e75cc0deceabfdd)
2016-02-10Core/GameObject: Also send EventInform() calls for GAMEOBJECT_TYPE_CAMERANyeriah
- This allows object and zone AI to process events called by camera objects as well (previously only possible through event_scripts) Closes #16506 (cherry-picked from commit 6904073c9cf2d6d1291bf976b8efff55edae74bc)
2016-02-10Core/PacketIO: Updated and enabled SMSG_CHAT_RESTRICTEDCarbenium
2016-02-09Core/Maps: Parse MFBO adt chunk to properly handle height where player ↵Shauren
counts as falling under the map * This fixes the height at which player is instantly killed when falling from The Frozen Throne * Set PLAYER_FLAGS_IS_OUT_OF_BOUNDS on players under the map to enable release spirit button while still falling Note: Extracting new maps is required
2016-02-08Core/PacketIO: Updated and enabled SMSG_CHAT_PLAYER_AMBIGUOUSCarbenium
2016-02-08Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@919a2d670cb749c501ee15887a88e9b9a538961b
2016-02-07Core/PacketIO: Updated and enabled SMSG_SET_PLAYER_DECLINED_NAMES_RESULTCarbenium
2016-02-07Core/Maps: Use IsValidMapCoord for checking Z coord instead of just ↵Shauren
std::isfinite - only acceptable values are between -17066.6656 and 17066.6656
2016-02-06Core/PacketIO: Updated and enabled SMSG_NOTIFY_MISSILE_TRAJECTORY_COLLISIONCarbenium
2016-02-06Core/Gossips: added some sanity checks to prevent duplicate interactionjoschiwald
(cherry picked from commit 8b6954e81b76f8d7c6700eaf1a8b942bebaa85a0) Scripts: addition to 8b6954e81b76f8d7c6700eaf1a8b942bebaa85a0 Closes #16466 (cherry picked from commit b259d5c2bc41a545aad978c286f21347c0ba51a2)
2016-02-06Merge pull request #16449 from imbavirus/TrinityCore/6.xAokromes
[6.x] DB/Filenames: Rename incorrectly named sql files
2016-02-06Warning fixShauren
2016-02-05Core/PacketIO: Marked SMSG_COMPRESSED_PACKET as enabled (this commit has no ↵Shauren
effect whether it is enabled or not - this opcode is always enabled as it is sent directly from WorldSocket)
2016-02-05Core/PacketIO: Enable SMSG_SPELL_MISS_LOG and SMSG_UPDATE_LAST_INSTANCECarbenium
2016-02-05Core/PacketIO: Enable SMSG_GM_TICKET_SYSTEM_STATUS, ↵Carbenium
SMSG_ON_CANCEL_EXPECTED_RIDE_VEHICLE_AURA, SMSG_PLAY_SCENE and SMSG_QUERY_ITEM_TEXT_RESPONSE
2016-02-05Core/PacketIO: Enable SMSG_CORPSE_TRANSPORT_QUERYCarbenium
2016-02-04Core/Opcodes: enabled SMSG_PVP_CREDITMitchesD
2016-02-04Core/PacketIO: Updated and enabled SMSG_AREA_SPIRIT_HEALER_TIMEShauren
2016-02-04Core/PacketIO: Enable SMSG_AREA_TRIGGER_NO_CORPSECarbenium
2016-02-04Warning fixCarbenium
2016-02-03Core/PacketIO: Updated CMSG_WARDEN_DATACarbenium
Note: No packet handling changes made whatsoever. ...and ninja-fix a missing break from previous commit.
2016-02-03Core/PacketIO: Updated CMSG_COMPLAINTCarbenium
2016-02-03Core/PacketIO: Use Vector3 instead of Position since orientation isn't ↵Carbenium
included (MissileTrajectoryCollision and UpdateMissileTrajectory)
2016-02-03Core/PacketIO: Updated CMSG_VOICE_SESSION_ENABLE and ↵Carbenium
CMSG_SET_ACTIVE_VOICE_CHANNEL for further usage
2016-02-03Core/PacketIO: Updated and enabled CMSG_UPDATE_MISSILE_TRAJECTORYCarbenium
2016-02-03Core/PacketIO: 305b99e06584e7d319c496aedd1dbbf25f30b81e follow-upCarbenium
2016-02-03Core/PacketIO: Updated and enabled CMSG_MISSILE_TRAJECTORY_COLLISIONCarbenium
2016-02-03Warning fixShauren
2016-02-03Core/PacketIO: Updated and enabled CMSG_SET_TAXI_BENCHMARK_MODECarbenium
2016-02-02Core/PacketIO: Updated and enabled CMSG_SET_PLAYER_DECLINED_NAMESCarbenium
2016-02-02Core/PacketIO: Updated and enabled CMSG_SET_PARTY_ASSIGNMENTCarbenium
2016-02-02Core/PacketIO: Updated and enabled CMSG_REQUEST_STABLED_PETSCarbenium
2016-02-02Core/PacketIO: Updated and enabled CMSG_REQUEST_RATED_BATTLEFIELD_INFOCarbenium
2016-02-02Core/Maps: Changed the way area data is stored in maps, it now uses ID field ↵Shauren
from AreaTable.dbc instead AreaBit used for exploration marker (and is not unique anymore on top of simply being stupidly confusing) Note: Extracting maps is required
2016-02-02Core/PacketIO: Updated and enabled CMSG_REQUEST_PVP_REWARDSCarbenium
2016-02-02Core/PacketIO: Add CMSG_REQUEST_PET_INFO packet class for further usageCarbenium
2016-02-02Core/PacketIO: Initialize some varsCarbenium
2016-02-02Core/PacketIO: Updated and enabled CMSG_PUSH_QUEST_TO_PARTYCarbenium
2016-02-02Core/PacketIO: Updated and enabled CMSG_PET_SPELL_AUTOCASTCarbenium
2016-02-02Core/PacketIO: Updated and enabled CMSG_PET_STOP_ATTACKCarbenium
2016-02-02Core/PacketIO: Updated and enabled CMSG_PET_CANCEL_AURACarbenium
2016-02-02Core/PacketIO: Updated and enabled CMSG_PET_ABANDONCarbenium
2016-02-02Core/PacketIO: Updated and enabled CMSG_ITEM_PURCHASE_REFUNDCarbenium
2016-02-01Core/PacketIO: Updated and enabled CMSG_DISMISS_CRITTERCarbenium
2016-02-01Rename incorrectly named filesimbavirus
2016-01-30Core/PacketIO: Updated and enabled CMSG_CONFIRM_RESPEC_WIPE, ↵Shauren
SMSG_RESPEC_WIPE_CONFIRM