| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-02-29 | Core/Packets: Enabled CMSG_REQUEST_VEHICLE_SWITCH_SEAT and ↵ | DDuarte | |
| CMSG_RIDE_VEHICLE_INTERACT | |||
| 2016-02-29 | Core/Packets: Updated and enabled SMSG_SPELL_DELAYED | DDuarte | |
| 2016-02-28 | Core/PacketIO: Updated and enabled SMSG_GAME_OBJECT_CUSTOM_ANIM | Shauren | |
| 2016-02-27 | Core/PacketIO: Enabled SMSG_GUILD_EVENT_BANK_CONTENTS_CHANGED | Shauren | |
| 2016-02-27 | Core/Logging: fixed default logger (partial reverts ↵ | joschiwald | |
| 0904858624297bb6098bde7d22fd080245dd8d5a) (cherry picked from commit 9beeca79ac0ece4fd07ccd83921a7ec93cb85efa) | |||
| 2016-02-27 | Core/Gossips: fixed long time not seen typo in ↵ | joschiwald | |
| c81d6e9b4bec14a46fd4eb01ce51d874a12bf5f7 (cherry picked from commit 75511d0e0a16ac219562f23bb0d37f82043bf2d1) | |||
| 2016-02-26 | Core/PacketIO: Implemented SMSG_DAILY_QUESTS_RESET | Shauren | |
| 2016-02-25 | Add missing changes | Shauren | |
| 2016-02-25 | Core/PacketIO: Updated and enabled calendar raid lockout opcodes | Shauren | |
| 2016-02-24 | Core/Scripts: Prepare commands once | Naios | |
| * Thanks @joschiwald for pointing this out (cherry picked from commit eee75b80ac8c44c226b950f40babf89942e8988d) | |||
| 2016-02-24 | Core/IPC: Fixed bnet & world servers getting stuck on shutdown after having ↵ | Shauren | |
| communicated at any point | |||
| 2016-02-23 | Core/Logging: Force synchronous logging after io_service shutdown - fixes ↵ | Shauren | |
| logging on worldserver shutdown | |||
| 2016-02-22 | Core/PacketIO: Requeue packets handled with STATUS_LOGGEDIN received before ↵ | Shauren | |
| player is fully loaded in one step after packet processing loop - reduces used locks from 3 per packet to 1 per packet | |||
| 2016-02-22 | Core/Scripts: Remove the npc_netherweb_victim script which is handled ↵ | Naios | |
| through sai now * Ref 546c8a5b8ead9d198 (cherry picked from commit ecd74a8cccc1a28750a83d71624dc8bc32e0d965) | |||
| 2016-02-22 | CMake: Add the possibility to pass an arbitrary count of targets to add_cxx_pch. | Naios | |
| * A PCH is still generated for every target which was passed to the macro * Resolves naming conflicts when using the same PCH header from multiple projects * Ref #15671 (cherry picked from commit a974574d6e810799298e82776ccd85be0ae6d4d5) | |||
| 2016-02-21 | Merge branch 'HeirloomLoginFix' into 6.x | Shauren | |
| 2016-02-21 | Create fallback for item-cast spells while character is still in the process ↵ | KarrokDC | |
| of logging in. closes #16604 | |||
| 2016-02-21 | DB/Creature: Add missing spawns on Azuremyst Isle | Killyana | |
| 2016-02-21 | Core/Updater: Convert an assertion into a fatal error | Naios | |
| * The error is triggered when it fails to open an update for hashing * See 'https://community.trinitycore.org/topic/12352-worldserver-crashes-on-database-update/' for details * And a minor cleanup in the UpdateFetcher | |||
| 2016-02-21 | Core/Common: Add a generic config helper to access built-in overwriteable paths. | Naios | |
| * Adds CMAKE_COMMAND and CMAKE_BINARY_DIR to revision_data.h * Move the source and mysql exe path handling out of the DBUpdater. * Make some Config methods const for correctness. * Remove C & CXX flags from revision_data.h (was unused and didn't capture all cxx vars) * Reorder the link order to prevent `ld` from ignoring the file * Ref #15671 | |||
| 2016-02-21 | Core/Scripts: Split the huge scriptloader into smaller pieces | Naios | |
| * Each subdirectory contains it's own translation unit now which is responsible for loading it's directory * Improves merging & decoupling between 3.3.5 <-> 6.x * Removes unused Battleground loader * Ref #15671 | |||
| 2016-02-21 | Final build fix for gcc 4.7 (no longer supported in 8 days) | Shauren | |
| (cherry picked from commit 2345e848559b787710abac3bb73b513a069084c9) | |||
| 2016-02-21 | Core/Phase: fixed phase update on area change/quest status change | Lopfest | |
| Signed-off-by: Lopfest <lopfest@gmail.com> | |||
| 2016-02-21 | Core/Scripts: added log message for PlayOneShotAnimKitId invalid entries | Lopfest | |
| 2016-02-20 | Merge remote-tracking branch 'upstream/6.x' into HEAD | Lopfest | |
| 2016-02-20 | Core/Updater: Use a different method for file reading | Naios | |
| * Current method causes issues under CentOS 6 and could possibly lead to cutted buffer content when reading in textmode. * Closes #16209 (cherry picked from commit ae1a5c6c2b82918850cb7b851e2f7dff33a40c57) | |||
| 2016-02-20 | Core/Networking: Close the instance socket acceptor on shutdown | Shauren | |
| 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-17 | Give emphasis to the steps part of issue_template.md | DDuarte | |
| 2016-02-17 | Also add a template for new Github pull requests | DDuarte | |
| https://github.com/blog/2111-issue-and-pull-request-templates | |||
| 2016-02-17 | Fix typos and shortify issue template | DDuarte | |
| 2016-02-17 | Add a Github issue template | DDuarte | |
| https://github.com/TrinityCore/TrinityCore/issues/new | |||
| 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-15 | Merge pull request #16615 from Rochet2/patch-2 | Shauren | |
| Fix build failing since https://github.com/TrinityCore/TrinityCore/commit/52758c1a0b8e37e198d744803460e34600d115b5 | |||
| 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 | DB/Gameobject: Delete multiple elevelator spawns | Rushor | |
| * closes #16285 * by msoky | |||
| 2016-02-11 | DB/Spell: Challenge mode teleport spell_target_positions | Rushor | |
| * by Foldor * closes #16115 | |||
| 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 | DB/Quest: Have They No Shame - AllowableRaces | Rushor | |
| * fixup previous commit | |||
| 2016-02-10 | DB/Quest: Have They No Shame - AllowableRaces | Rushor | |
| * by Alastyr * closes #16510 | |||
| 2016-02-10 | DB/Creature: Nalpak Spawn | Rushor | |
| * by Saben65 * closes #16114 | |||
| 2016-02-10 | DB/Creature: Loot for NPC Tunneling Worm | Rushor | |
| * by Shoxxo, Killyana, tkrokli * closes #14270 | |||
