| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-12-18 | Core/Commands: Added new 'bnetaccount listgameaccounts' command to display ↵ | Shauren | |
| all `account` table entries linked to a given battle.net email * Also fixed errors about bad commands in db Closes #18474 | |||
| 2016-12-09 | Core/Items: Fixed item level increases of gems with bonuses that give them ↵ | Shauren | |
| scaling stat distribution | |||
| 2016-11-07 | Core/Scenarios: Removed a bad usage of blocking db queries when saving ↵ | Shauren | |
| scenario to db | |||
| 2016-11-06 | Core/Instances: Implemented base scenario system and objectives in dungeons | Krudor | |
| Closes #17905 Closes #18034 | |||
| 2016-10-31 | Core/Database: Fix logic in DatabaseWorkerPool::GetFreeConnection | Shocker | |
| 2016-10-26 | Core/DataStores: Updated to 7.1.0.22900 | Shauren | |
| 2016-10-25 | Core/PacketIO: Updated packets to 7.1.0.22900 | Shauren | |
| 2016-10-09 | Core/DataStores: Fixed loading signed db2 fields | Shauren | |
| 2016-10-08 | Core/DataStores: Corrected SummonProperties.db2 structure | funjoker | |
| Closes #18036 Closes #18040 | |||
| 2016-10-07 | Core/Channels: Revamp of channel system | ariel- | |
| * Core/Chat: general cleanup and revamping: (#17576) (fbbb03212e93591a77a1169a30fb01867cd3c0e9) * Core/Channel: restore accidentally deleted line, fixes channels not honoring ownership setting (7c714179930c8c369f124d8d1404656fff0a1199) * Channel Followup: avoid setting an invisible gm as Channel owner (#17597) (8a8362ef153eca50be0bcb5670e615b9685607fc) * Core/Channel: change the way channels are stored and sent to client, fixes multiple channels per zone when using different locales (#17980) | |||
| 2016-10-01 | Core/Player: Implemented account wide mounts | MitchesD | |
| Closes #17369 | |||
| 2016-09-30 | Core/Items: Reworked loading child equipment from database, these items are ↵ | Shauren | |
| now loaded last Closes #18025 | |||
| 2016-09-25 | Core/Scenes: Implemented scene system | Traesh | |
| Closes #17858 Closes #17976 | |||
| 2016-09-24 | Core/Database: removed unused prepared statements | joschiwald | |
| 2016-09-24 | Core/Bnet: correct a typo in enum (#17991) | tkrokli | |
| The enum LOGIN_DEL_BNET_EXPERIED_ACCOUNT_BANNED should be LOGIN_DEL_BNET_EXPIRED_ACCOUNT_BANNED to avoid confusion and not need any interpretation. | |||
| 2016-09-24 | Core/Bnetserver: Re-enable ban on wrong password | Kevin Plestan | |
| Closes #17937 Closes #17969 | |||
| 2016-09-20 | Core/Player: Set max power values from PowerType.db2 | Shauren | |
| 2016-09-06 | Core/Creatures: Load expansion data from `HealthScalingExpansion` column ↵ | Kinzcool | |
| instead of the now-deprecated `exp` one | |||
| 2016-08-28 | Core/DataStores: Implemented TactKey.db2 | Vincent-Michael | |
| 2016-08-27 | Core/Logging: delete old logs of the own realm only | joschiwald | |
| 2016-08-25 | Core/Players: Implemented new glyph system | Shauren | |
| 2016-08-15 | Core/Items: Implemented artifacts | Shauren | |
| 2016-08-13 | Core/Creatures: | Vincent-Michael | |
| - Renamed creature_template.exp_unk to RequiredExpansion - Added creature_template.HealthScalingExpansion - Added creature_template.VignetteID | |||
| 2016-08-10 | Core\Command: remove account_muted data on account deletion | ForesterDev | |
| (cherry picked from commit 6a87524204161234576810f770d8ad2a0b9bb9c8) # Conflicts: # src/server/database/Database/Implementation/LoginDatabase.cpp # src/server/database/Database/Implementation/LoginDatabase.h | |||
| 2016-08-10 | Core/Updater: Clarify even more this error | Aokromes | |
| (cherry picked from commit 09a1cfdf771a093b21779990ee516c22f66f4255) | |||
| 2016-08-10 | Update DBUpdater.cpp | Aokromes | |
| Because nature wins race.... (cherry picked from commit 5868509a6366d0ba7a0fe819c3ece0e4a57c7029) | |||
| 2016-08-10 | Core/DB/Updater: engrish corrections in DBUpdater.cpp (#17262) | Trond B Krokli | |
| English grammar and syntax corrections in DBUpdater.cpp - string texts corrected, source code unchanged - comments improved and checked for typos (cherry picked from commit 8fe85017125803a4ca8fd1d972b128930cd364b9) | |||
| 2016-08-10 | Server/Database: Reduce differences between 3.3.5 and 6.x branches | jackpoz | |
| Code functionality shouldn't have been modified. | |||
| 2016-08-10 | Core/DataStores: Implemented all curve types from Curve.db2 | Shauren | |
| 2016-08-08 | Core/Misc: Better description for a log | Aokromes | |
| (cherry picked from commit 90cff479ac16289caeb685c9a899eeafa43bf893) | |||
| 2016-08-08 | Server/Database: Reduce differences between 3.3.5 and 6.x branches | jackpoz | |
| Code functionality shouldn't have been modified. | |||
| 2016-08-05 | Core/DataStores: Refactored DB2 loaders to no longer require sparse format ↵ | Shauren | |
| to be specified at compile time | |||
| 2016-07-19 | Core/PacketIO: Send spec id in char enum | Shauren | |
| 2016-07-17 | Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into legion | Shauren | |
| 2016-07-16 | Core/Instances: Add functionality for modifying instance entrance locations | Krudor | |
| Instances have since MoP (Possibly even Cataclysm) been able to set new locations for players when they zone into the instance. A theoretic example of this could be after a certain boss has been defeated, a new entrance location is set to bring players entering the instance closer to the relevant content. A real example would be Siege of Orgrimmar changing entrance locations many times as the raid progresses. Added SetEntranceLocation for setting entrance locations that will be saved to DB the next time the instance is saved, and SetTemporaryEntranceLocation for when you don't want the value to be saved to the database. Closes #17167 | |||
| 2016-07-16 | Core/Items: Implemented child equipment | Shauren | |
| 2016-07-10 | Core/Items: Fixed saving gem bonuses | Shauren | |
| 2016-07-06 | Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into legion | Shauren | |
| 2016-07-05 | Core/Transmog: Implemented transmog collection and updated transmog handling | Shauren | |
| 2016-06-26 | Core/DataStores: Updated to 7.0.3.22045 | Shauren | |
| 2016-06-21 | Core/Items: Item upgrade followup | Shauren | |
| * Fixed Item::SetModifier to broadcast value updates * Generate base item upgrade when looting * Generate base item upgrade when loading from db and db2 data changed | |||
| 2016-06-21 | Core/Items: Implemented item upgrades | frozen4 | |
| Closes #17432 | |||
| 2016-06-18 | Core/PacketIO: Updated equipment set packets and implemented saving transmog ↵ | Shauren | |
| outfits (even if transmog itself isnt updated) | |||
| 2016-06-18 | Core: Update to 7.0.3.21963 | Shauren | |
| 2016-06-13 | Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into legion | Shauren | |
| 2016-06-13 | Core: Updated to 7.0.3.21916 | Shauren | |
| 2016-06-09 | Core/Players: Updated talent specializations | Shauren | |
| 2016-05-30 | Core/Addons: Removed AddonMgr | Shauren | |
| 2016-05-30 | Core/DataStores: Updated db2 to 7.0.3.21796 | Shauren | |
| 2016-05-29 | Core/DB/Updater: English grammar corrections (#17207) | Trond B Krokli | |
| Improve English text in strings and comments in UpdateFetcher.cpp - replace incorrect text with the intended words in some output strings - corrections in the comments to point out the intention of the code | |||
