| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-09-03 | DB/RBAC: fixed some permissions after 779d3b23689aba45a3a29eb1016f53e0710ed789 | joschiwald | |
| 2016-09-03 | DB/RBAC: fixed some permissions after a92bfb5505e17cc183ec5aa74b01564d566b7677 | joschiwald | |
| 2016-09-03 | Scripts/Commands: Small QoL adjustments | treeston | |
| - .debug hostil now shows spawn ID (DBGUID) in addition to current GUID (so you can .go creature to it) - .npc temp now takes an additional argument before the creature entry that determines whether the spawned creature instantly despawns upon death. Default is instant despawn (current behavior). - Add .npc evade command. - Add .pet level command. - .server shutdown and .server restart now fail with an error message if time is below a config var (GM.ForceShutdownThreshold, default 30s) as long as another player is connected. - New commands .server shutdown force and .server restart force bypass this limitation. (cherry picked from commit 0e1eb460d687e545f95caf0f38a16c3feb7132a3) | |||
| 2016-09-02 | Core: Change allowed build to 7.0.3.22566 | Shauren | |
| 2016-08-30 | Core: Set default expansion to Legion. | Shauren | |
| 2016-08-27 | Core/Misc: Updated to 7.0.3.22522 | Vincent-Michael | |
| 2016-08-26 | Core/Misc: Updated to 7.0.3.22498 | Vincent-Michael | |
| 2016-08-25 | Core/Players: Implemented new glyph system | Shauren | |
| 2016-08-15 | Core/Items: Implemented artifacts | Shauren | |
| 2016-08-13 | Core: Change allowed build to 7.0.3.22423 | Shauren | |
| 2016-08-11 | Core: Change allowed build to 7.0.3.22410 | Shauren | |
| 2016-08-07 | Core: Change allowed build to 22345 | Shauren | |
| 2016-07-30 | SQL: Sync auth base | Vincent-Michael | |
| 2016-07-23 | Core/Players: Initial work on demon hunters | Ovalord | |
| * Added starting level and required level config options as well as rbac permission to ignore the requirements * Updated max power values for both demon hunter specs * Fixed a crash during DK and DH creation * Added playercreateinfo data for demon hunters Closes #17651 | |||
| 2016-07-23 | Core: Change supported build to 7.0.3.22293 | Shauren | |
| 2016-07-19 | SQL: Cleanup WIP sql arrangement | 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-06-13 | Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into legion | Shauren | |
| 2016-05-26 | Core/Pets: Implemented pet specializations (#17058) | myran2 | |
| * Use prepared statements in Pet::SavePetToDB * Add support for resetting all of a player's pet specializations * Send one big spell unlearn/learn packet instead of lots of small ones * Implemented Adaptation talent | |||
| 2016-05-20 | Core/Entities: Updated updatefields to 7.0.3.21414 | Shauren | |
| 2016-05-20 | Core/DataStores: Updated dbc/db2 to 7.0.1.20810 | Shauren | |
| 2016-05-19 | Fixed data in base auth sql file | Shauren | |
| 2016-05-19 | Core: Change supported client version to 6.2.4.21742 | Shauren | |
| 2016-05-07 | Core/Achievements: AchievementMgr refactoring | Shauren | |
| * Extracted base CriteriaHandler class that deals with criteria only and will be reused for future scenario implementation * Fixed players earning guild achievements | |||
| 2016-04-17 | Changed supported version to 21463 | Shauren | |
| 2016-04-11 | Add missing characters.updates, also build fix | Shauren | |
| 2016-04-11 | Core/Blackmarket: Implemented black market | Gigi1237 | |
| 2016-04-11 | Update revision_data.h.in.cmake and the `updates` in base SQLs | DDuarte | |
| 2016-04-11 | TDB 6.04 - 2016/04/11TDB6.04 | DDuarte | |
| 2016-04-05 | Merge branch '3.3.5-instanceextend' into 3.3.5 (PR #16392) | Shauren | |
| (cherry picked from commit 62aff401f687b56d720a320778950e82b65fbd8b) | |||
| 2016-04-01 | DB/Misc: Update auth_database.sql for 6.2.4 | Aokromes | |
| 2016-03-28 | Core: Updated to 6.2.4 | Shauren | |
| * Rewrite bnetserver for new authentication protocol | |||
| 2016-03-22 | Merge branch '3.3.5-bossboundary' into 3.3.5-base (PR #16089) | treeston | |
| (cherry picked from commit 5b8b8c653039ec2add0b3a66468abb85e6f35054) | |||
| 2016-01-13 | Core/Misc: Updated to 6.2.3.20886 | Shauren | |
| 2016-01-05 | Core/Players: Split playerBytes fields in characters table | Shauren | |
| 2015-12-07 | Core: Updated to 6.2.3.20779 | Shauren | |
| 2015-11-26 | SQL: Added missing update to base sql | Shauren | |
| 2015-11-24 | Core/Spells: Implemented scaling spell value with item level | Shauren | |
| 2015-11-21 | Core: Updated to 6.2.3.20726 | Shauren | |
| 2015-11-08 | TDB 6.03 - 2015/11/08TDB6.03 | Carbenium | |
| 2015-11-08 | DB: Add missing change to char base after ↵ | Carbenium | |
| 39d29edf93574d0f133a66f44f059938c4de7a98 | |||
| 2015-11-06 | Merge pull request #15707 from ShinDarth/pvpstats | pete318 | |
| Core/BG fix .character changefaction pvpstats victories amount (cherry picked from commit 69941864efa9e40a787f53f055c79336378b8d4d) Conflicts: sql/base/characters_database.sql src/server/game/Battlegrounds/Battleground.cpp | |||
| 2015-11-01 | DB/Auth: Fix typo in 2015_11_01_00_auth_2015_08_21_00.sql | Naios | |
| * Add the update to the updates list | |||
| 2015-11-01 | Script/Commands: Add new "debug loadcells" command | jackpoz | |
| Closes #15292 (cherry picked from commit 5e1722c2f497ac7df8fed5ebe01e352965884584) | |||
| 2015-10-17 | DB/Auth: changed battlenet_account_toys engine to InnoDB | MitchesD | |
| 2015-10-16 | Core/Player: implemented Heirloom Collection | MitchesD | |
| * implemented all things related to that collection * you can create heirloom by click on item in collection * also you can upgrade heirlooms by using specific kits * old heirlooms are converted to new ones | |||
| 2015-10-10 | SQL: Update auth_database | Vincent-Michael | |
| 2015-10-06 | DB/Auth: Add some missing applied updates to the update list. | Naios | |
| 2015-10-02 | DB/Auth: corrected base auth database dump | MitchesD | |
