| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-06-21 | Core/RBAC: add permission that prevents accounts from earning all ↵ | Wyrserth | |
| achievements or only realm firsts (#23459) * Core/RBAC: add permission that prevents accounts from earning all achievements or only realm firsts. * Kill evil spaces. * Rename 9999_99_99_99_auth.sql to 2019_06_21_00_auth.sql * Update auth_database.sql | |||
| 2019-06-16 | Core/Commands: implement commands to look up a map/item/quest name for a ↵ | Wyrserth | |
| given id (#23416) * Core/Commands: implement commands to look up a map/item/quest name for a given id. * Add entry to updates table. * Rename 9999_99_99_99_auth.sql to 2019_06_16_00_auth.sql * Add missed change, thanks jackpoz! * Update auth_database.sql | |||
| 2019-06-15 | TDB 335.19061 - 2019/06/15TDB335.19061 | TDB Release | |
| 2019-06-06 | DB: Add new view vw_log_history to show database logs in a better way | jackpoz | |
| 2019-05-15 | TDB 335.19051 - 2019/05/15TDB335.19051 | TDB Release | |
| 2019-04-27 | Scripts/Commands: Add .debug asan commands | jackpoz | |
| Add ".debug asan memoryleak" and ".debug asan outofbounds" commands to trigger Address Sanitizer warnings at runtime (or other dynamic analysis tools) | |||
| 2019-04-15 | TDB 335.19041 - 2019/04/15TDB335.19041 | TDB Release | |
| 2019-03-19 | TDB 335.19031 - 2019/03/19TDB335.19031 | TDB Release | |
| 2018-12-30 | Renamed SQL with proper date | Shauren | |
| 2018-12-30 | Core/Creatures: Port trainer changes from master | Ghaster | |
| Closes #20493 | |||
| 2018-11-28 | Update characters_database.sql | Aokromes | |
| 2018-11-09 | Core/Auras: Fixed saving auras with same spell id but different item source | Shauren | |
| 2018-09-17 | Scripts/Commands: Add .debug dummy. It does nothing, which means you can ↵ | Treeston | |
| make it do anything. | |||
| 2018-09-06 | Core/RBAC: Simplification part 1. Nobody needs different permissions for ↵ | Treeston | |
| each type of .go command. | |||
| 2018-08-30 | Make travis happy | Aokromes | |
| 2018-08-30 | Scripts/Commands: New command ".go instance". Goes to an instance. | Treeston | |
| 2018-07-09 | SQL: Added missing updates entry | Shauren | |
| 2018-07-09 | Core/Players: Fixed saving quest item progress | Shauren | |
| 2018-06-23 | Common: Replace ip2nation by ip2location. (#21957) | Gooyeth | |
| Replace ip2nation by ip2location. Download: https://lite.ip2location.com/database/ip-country | |||
| 2018-04-25 | Update characters_database.sql | Aokromes | |
| 2018-04-24 | Core/Battleground: Fix arena distribution timer where it is less than the ↵ | Gooyeth | |
| current unix time. (#21859) * Core/Battleground: Fix arena distribution timer where it is less than the current unix time. * fix bracket * fix when the timer starts for the first time. * m_NextAutoDistributionTime instead of GetGameTime. | |||
| 2018-04-03 | Update characters_database.sql | Gooyeth | |
| 2018-04-03 | improved fix | Gooyeth | |
| 2018-04-03 | Core/Spells: don't save Magma aura. | Gooyeth | |
| 2018-03-08 | Core/Creatures: Reworked setting move types in database | Shauren | |
| * Each move type has its own field instead of trying to combine everything in InhabitType * Allow overriding movement separately for each spawn | |||
| 2018-03-06 | Scripts/Commands: implemented command .server debug | ariel- | |
| - Shows detailed information about server setup, useful when reporting a bug: * rev. hash * versions of mysql, openssl, boost, cmake * info about autoupdater * info about ports (realmlist and current) * vmap/map/mmap status and folder sizes * available DBC locales * TDB version Closes #19957 | |||
| 2018-02-18 | SQL: Updates to the 335.64 auth & characters updates tables | tkrokli | |
| - added missing lines in the `updates` tables for the new TDB 335.64 files | |||
| 2018-02-18 | DB/SQL: typo fix (Update base files follow-up) | tkrokli | |
| 2018-02-18 | SQL: Update base files | DDuarte | |
| Missing changes to ed63d15 | |||
| 2018-02-11 | Update characters_database.sql | Aokromes | |
| 2018-01-24 | Scripts/Commands: new command '.debug instancespawn' | Treeston | |
| 2018-01-13 | Core/Auras: removed caster dependency from core | ariel- | |
| - Decoupled Unit logic: split of spell critical chance into done (caster bonuses) and taken (target bonuses), this allows to precalculate caster bonuses on aura apply and then check victim's auras on damage/healing calc - Made static a bunch of methods (they no longer have this pointer because they are now called from periodic handlers which may or may not have an active caster in world) - Simplified all AuraEffect bonuses into AuraEffect::_amount, no more duplicated code - Critical chance and whether or not caster is player owned unit (for resilience calcs) is now saved one level upper, on Aura itself (it's impossible as of 3.3.5 to have different effects with different critical chances) - Minor cleanup of SPELL_DAMAGE_CLASS_NONE and Arcane Potency (#18813) crit handling Closes #19876 | |||
| 2018-01-09 | add update to auth_database base | Treeston | |
| 2018-01-09 | Scripts/Commands: New command: .debug threatinfo | Treeston | |
| 2018-01-03 | DB: Made timestamp columns, those can have no date, nullable instead of ↵ | joschiwald | |
| saving invalid date '0000-00-00 00:00:00' * This makes our tables mysql strict mode conform Ref #21113 (cherry picked from commit c2aead1da5b6cb9a3a69e276b3f12a2c76b9ab86) | |||
| 2017-12-17 | DB/Misc: Make base files more read-able | Aokromes | |
| for future mysql dumps run this after dump before push: sed -i 's/),(/),\n(/g' auth_database.sql sed -i 's/),(/),\n(/g' characters_database.sql | |||
| 2017-12-17 | Scripts/Commands: modify command .dismount to target any selected player ↵ | ForesterDev | |
| (#19788) - change security lvl for command .dismount to 2 (gamemasters). For players there is /dismount command Closes #19788 | |||
| 2017-11-27 | [3.3.5] Core/AuctionHouse: Auction bidders (#18328) | iridinite | |
| * Save more auction bidders than the highest bidder only | |||
| 2017-10-30 | Make travis happy | Aokromes | |
| 2017-10-29 | Core/Quests: implement Quest Greeting (DB table quest_greeting) | ForesterDev | |
| * Core/Quests: implement Quest Greetings. Partial port https://github.com/TrinityCore/TrinityCore/commit/22e230ecec1c7ce4eb4daeb60adfa03098271f34 | |||
| 2017-10-13 | Core/WorldSession: Add RBAC permission for skipping idle connection check ↵ | Mikhail Redko | |
| (#20595) | |||
| 2017-08-01 | Scripts/Commands: New utility command: .list spawnpoints. | Treeston | |
| (I just needed it for dynspawn follow-up work, really.) | |||
| 2017-06-28 | Combat/threat rewrite prep - merge RBAC/DB changes. | treeston | |
| 2017-06-17 | Another follow-up to b59ca1c and 41eddd5, fixing missing update entry in ↵ | treeston | |
| auth_database base. This is a stupid, stupid system we have here. | |||
| 2017-06-17 | Correct some missing auth DB changes from b59ca1c. | treeston | |
| 2017-06-13 | Typo fix | Aokromes | |
| 2017-06-12 | Add new command 'npc showloot'. Does exactly what it says on the tin. | treeston | |
| 2017-06-12 | Insert dynamic_spawning RBACs (already reserved in RBAC.h as of 55d8c2b) ↵ | treeston | |
| into auth database to prevent constant base file conflicts on that branch. | |||
| 2017-06-12 | - Add new commands .group set assistant, .group set maintank and .group set ↵ | treeston | |
| mainassist to toggle raid member flags. - Fix 2017_05_29_00_auth.sql to be reapply safe. | |||
| 2017-05-29 | Scripts/Command: implement .debug play music command | ForesterDev | |
| Closes #19809 | |||
