Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-19 | Core/Networking: Rewrite networking threading model | Shauren | |
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-18 | Build fix - who the hell places semicolons after preprocessor defines?! | Shauren | |
2016-02-17 | Core/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-16 | Core/Bnet: Moved expiring bans to background task running every minute by ↵ | Shauren | |
default (configurable) - no longer executed during login. | |||
2016-02-14 | Fix 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-13 | Scripts/TheEye: Add spell Rend to advisor Thaladred the Darkener | w5860363 | |
Closes #16594 Closes #15915 (cherry picked from commit e28cc7161af3929d7aa066b409dfe446705444b5) | |||
2016-02-12 | Core/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-11 | Core/Scripts: Fixed calling UnitScript hooks | Shauren | |
Closes #16543 | |||
2016-02-11 | Codestyle | Carbenium | |
2016-02-11 | Core/PacketIO: Updated and enabled SMSG_FISH_ESCAPED | Carbenium | |
2016-02-10 | Build fixes | Shauren | |
2016-02-10 | Core/Maps: Moved min height calculation to worldserver for more precise results | Shauren | |
Closes #16530 | |||
2016-02-10 | Core/PacketIO: Updated and enabled SMSG_FISH_NOT_HOOKED | Carbenium | |
2016-02-10 | Scripts: Fix no-PCH build MKII | Nyeriah | |
Bah | |||
2016-02-10 | Scripts: Fix no-PCH | Nyeriah | |
(cherry picked from commit 130f744c297008ed8b6f6536186513091f8f81fb) | |||
2016-02-10 | Scripts/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-10 | Core/GameObject: Also send EventInform() calls for GAMEOBJECT_TYPE_CAMERA | Nyeriah | |
- 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-10 | Core/PacketIO: Updated and enabled SMSG_CHAT_RESTRICTED | Carbenium | |
2016-02-09 | Core/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-08 | Core/PacketIO: Updated and enabled SMSG_CHAT_PLAYER_AMBIGUOUS | Carbenium | |
2016-02-07 | Core/PacketIO: Updated and enabled SMSG_SET_PLAYER_DECLINED_NAMES_RESULT | Carbenium | |
2016-02-07 | Core/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-06 | Core/PacketIO: Updated and enabled SMSG_NOTIFY_MISSILE_TRAJECTORY_COLLISION | Carbenium | |
2016-02-06 | Core/Gossips: added some sanity checks to prevent duplicate interaction | joschiwald | |
(cherry picked from commit 8b6954e81b76f8d7c6700eaf1a8b942bebaa85a0) Scripts: addition to 8b6954e81b76f8d7c6700eaf1a8b942bebaa85a0 Closes #16466 (cherry picked from commit b259d5c2bc41a545aad978c286f21347c0ba51a2) | |||
2016-02-06 | Warning fix | Shauren | |
2016-02-05 | Core/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-05 | Core/PacketIO: Enable SMSG_SPELL_MISS_LOG and SMSG_UPDATE_LAST_INSTANCE | Carbenium | |
2016-02-05 | Core/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-05 | Core/PacketIO: Enable SMSG_CORPSE_TRANSPORT_QUERY | Carbenium | |
2016-02-04 | Core/Opcodes: enabled SMSG_PVP_CREDIT | MitchesD | |
2016-02-04 | Core/PacketIO: Updated and enabled SMSG_AREA_SPIRIT_HEALER_TIME | Shauren | |
2016-02-04 | Core/PacketIO: Enable SMSG_AREA_TRIGGER_NO_CORPSE | Carbenium | |
2016-02-04 | Warning fix | Carbenium | |
2016-02-03 | Core/PacketIO: Updated CMSG_WARDEN_DATA | Carbenium | |
Note: No packet handling changes made whatsoever. ...and ninja-fix a missing break from previous commit. | |||
2016-02-03 | Core/PacketIO: Updated CMSG_COMPLAINT | Carbenium | |
2016-02-03 | Core/PacketIO: Use Vector3 instead of Position since orientation isn't ↵ | Carbenium | |
included (MissileTrajectoryCollision and UpdateMissileTrajectory) | |||
2016-02-03 | Core/PacketIO: Updated CMSG_VOICE_SESSION_ENABLE and ↵ | Carbenium | |
CMSG_SET_ACTIVE_VOICE_CHANNEL for further usage | |||
2016-02-03 | Core/PacketIO: Updated and enabled CMSG_UPDATE_MISSILE_TRAJECTORY | Carbenium | |
2016-02-03 | Core/PacketIO: 305b99e06584e7d319c496aedd1dbbf25f30b81e follow-up | Carbenium | |
2016-02-03 | Core/PacketIO: Updated and enabled CMSG_MISSILE_TRAJECTORY_COLLISION | Carbenium | |
2016-02-03 | Warning fix | Shauren | |
2016-02-03 | Core/PacketIO: Updated and enabled CMSG_SET_TAXI_BENCHMARK_MODE | Carbenium | |
2016-02-02 | Core/PacketIO: Updated and enabled CMSG_SET_PLAYER_DECLINED_NAMES | Carbenium | |
2016-02-02 | Core/PacketIO: Updated and enabled CMSG_SET_PARTY_ASSIGNMENT | Carbenium | |
2016-02-02 | Core/PacketIO: Updated and enabled CMSG_REQUEST_STABLED_PETS | Carbenium | |
2016-02-02 | Core/PacketIO: Updated and enabled CMSG_REQUEST_RATED_BATTLEFIELD_INFO | Carbenium | |
2016-02-02 | Core/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-02 | Core/PacketIO: Updated and enabled CMSG_REQUEST_PVP_REWARDS | Carbenium | |
2016-02-02 | Core/PacketIO: Add CMSG_REQUEST_PET_INFO packet class for further usage | Carbenium | |
2016-02-02 | Core/PacketIO: Initialize some vars | Carbenium | |