aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-02-19Core/Networking: Rewrite networking threading modelShauren
Each network thread has its own io_service - this means that all operations on a given socket except queueing packets run from a single thread, removing the need for locking Sending packets now writes to a lockfree intermediate queue directly, encryption is applied in network thread if it was required at the time of sending the packet
2016-02-18Build fix - who the hell places semicolons after preprocessor defines?!Shauren
2016-02-17Core/Configuration: Set default value of "Expansion" config to ↵Shauren
CURRENT_EXPANSION (whatever the value at the moment is) and prevent setting LOCALE_none as dbc locale
2016-02-16Core/Bnet: Moved expiring bans to background task running every minute by ↵Shauren
default (configurable) - no longer executed during login.
2016-02-14Fix build failing since ↵Rochet2
https://github.com/TrinityCore/TrinityCore/commit/52758c1a0b8e37e198d744803460e34600d115b5 /TrinityCore/src/server/game/Maps/Map.cpp:2448:22: fatal error: variable 'areaId' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (GridMap* gmap = const_cast<Map*>(this)->GetGrid(x, y))
2016-02-13Scripts/TheEye: Add spell Rend to advisor Thaladred the Darkenerw5860363
Closes #16594 Closes #15915 (cherry picked from commit e28cc7161af3929d7aa066b409dfe446705444b5)
2016-02-12Core/Maps: Use map.dbc zone fallback if no area is found in grid files, not ↵Shauren
only if grid files don't exist Closes #16583 Closes #16584 Extracting new maps is NOT needed. (cherry picked from commit fa3f106693733e7db8061fbd44295b0168a94614)
2016-02-11Core/Scripts: Fixed calling UnitScript hooksShauren
Closes #16543
2016-02-11CodestyleCarbenium
2016-02-11Core/PacketIO: Updated and enabled SMSG_FISH_ESCAPEDCarbenium
2016-02-10Build fixesShauren
2016-02-10Core/Maps: Moved min height calculation to worldserver for more precise resultsShauren
Closes #16530
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-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-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