aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2016-01-30Merge pull request #16428 from Carbenium/mmap-memleakCarbenium
Collision/MMap: Fix a memleak reported by valgrind
2016-01-30Collision/MMap: Fix a memleak reported by valgrindCarbenium
Tiles which are owned by the mesh should have the DT_TILE_FREE_DATA flag to ensure deallocation on removal from the mesh. Log: ==23516== 6,181,976 bytes in 6 blocks are definitely lost in loss record 15 of 15 ==23516== at 0x4C298A0: operator new[](unsigned long) (vg_replace_malloc.c:389) ==23516== by 0x2052660: dtCustomAlloc(int, dtAllocHint) (Memory.h:11) ==23516== by 0x29D7FDA: dtAlloc(int, dtAllocHint) (DetourAlloc.cpp:43) ==23516== by 0x230AA70: MMAP::MMapManager::loadMap(std::string const&, unsigned int, int, int) (MMapManager.cpp:166) ==23516== by 0x1DD585B: Map::LoadMMap(int, int) (Map.cpp:125) ==23516== by 0x1DD7266: Map::LoadMapAndVMap(int, int) (Map.cpp:200) ==23516== by 0x1DD93C6: Map::EnsureGridCreated_i(CoordPair<64u> const&) (Map.cpp:453) ==23516== by 0x1DD9129: Map::EnsureGridCreated(CoordPair<64u> const&) (Map.cpp:429) ==23516== by 0x1DED100: Map::GetGrid(float, float) (Map.cpp:2200) ==23516== by 0x1DE0F4C: Map::GetAreaFlag(float, float, float, bool*) const (Map.cpp:2349) ==23516== by 0x198521B: Map::GetZoneId(float, float, float) const (Map.h:353) ==23516== by 0x197CFF0: WorldObject::GetZoneId() const (Object.cpp:1277) Phase tiles aren't managed by detour so they shouldn't be free'd automatically on removal. See MMapManager::UnloadPhaseTile
2016-01-30Remove unintended fileDr-J
2016-01-30DB/SAI: Overthane BalargardeDr-J
A couple of updates to previous commit https://github.com/TrinityCore/TrinityCore/commit/a258e36039392b60a0f0c98a466f9e4f1121f3eb Closes #4841
2016-01-28Core/Misc: Removed unneccessary boost/asio/buffer.hpp includeShauren