| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-08-14 | TDB 837.20081 - 2020/08/14TDB837.20081 | TDB Release | |
| 2020-06-17 | TDB 830.20061 - 2020/06/17TDB830.20061 | TDB Release | |
| 2020-06-12 | Core/Spells: Implement using different difficulty data from all spell ↵ | Shauren | |
| related db2s, not just SpellEffect and SpellPower | |||
| 2020-04-27 | Core/Instance: stop updating the instance resettimes based on creature respawns | ariel- | |
| - Rather update normal instance reset time to 2 hours after last creature kill - This fixes yet another integer overflow due to the possibility of having time_t max showing up - Also change respawntime and resettime fields to bigint on respawn/instance related tables - Start using prepared statements on the InstanceSaveMgr (cherry picked from commit 4c593f12caa162c1bfb831bdbed934bb39155ddb) | |||
| 2020-04-27 | Core/Loot: implement Loot Item Storage (#19018) | xinef1 | |
| * Created Item Loot Storage, no more synchronous DB selects * Fixed buyback case, where stored loot was not removed from db * Added Primary key, and changed field types to be unsigned for table item_loot_money (cherry picked from commit 9dc3de10f0044c35a95e9b72e7b874f4b5b8e867) | |||
| 2020-04-27 | DB/Schema: add unsigned to some guid fields in characters | ariel- | |
| (cherry picked from commit 0c698b4567044f67eb52f6459308fb6edf693966) | |||
| 2020-04-24 | Core/Items: Updated heart of azeroth level cap and knowledge starting date ↵ | Shauren | |
| for 8.3 | |||
| 2020-04-23 | SQL: Fixed applying 2020_04_20_00_characters.sql | Shauren | |
| 2020-04-20 | Core/AuctionHouse: After taking a break at the start of patch 8.3 auction ↵ | Shauren | |
| house is now back in business. | |||
| 2020-03-11 | DB/Characters: Fix encoding | Aokromes | |
| 2020-02-17 | Core/DataStores: Updated db2 structures to 8.3.0 | Shauren | |
| 2020-02-17 | Core/PacketIO: Updated packets to 8.3.0 | Shauren | |
| 2019-12-05 | Core/Items: Implement azerite empowered items | Shauren | |
| 2019-11-30 | Core/Spells: Fixed value of aura effects for stat mod auras applied by items | Shauren | |
| 2019-11-22 | Core/Items: Implement azerite essences | Shauren | |
| * Implement inspecting heart of azeroth data * Fixed heart of azeroth item level - bonuses now apply | |||
| 2019-11-12 | Core/Items: Implemented AzeriteItem | Shauren | |
| 2019-11-03 | Core/RaF: Remove level granting (new RaF doesn't support this) | Shauren | |
| 2019-10-27 | Core/DataStores: Updated db2 structures to 8.2.5 | Shauren | |
| 2019-10-27 | Core/PacketIO: Update opcodes and packet structures to 8.2.5 | Shauren | |
| 2019-07-15 | TDB 820.19071 - 2019/07/15TDB820.19071 | Aokromes | |
| 2019-06-25 | Core/Guilds: Extend motd size to 256 characters | Shauren | |
| 2019-06-08 | Core/Items: Drop item random property and suffix - all random stats must be ↵ | Shauren | |
| given using bonus lists | |||
| 2019-06-08 | Core/PacketIO: Rewrite updatefield handling | Shauren | |
| 2018-12-09 | SQL: Prepare merge | Shauren | |
| 2018-12-02 | Core/Players: Update profession rank handling with new split skill values ↵ | Shauren | |
| for each expansion | |||
| 2018-10-10 | Core/Entities: Update updatefields to 8.0.1.27980 | Shauren | |
| 2018-09-26 | Core/Players: Updated pvp talent implementation to bfa | Shauren | |
| 2018-07-31 | Core/Artifact Handle Artifact tiers + Artifact unlock (3rd relic bonus) (#21593) | Traesh | |
| 2018-07-28 | Core/Battlegrounds: Allow full range of uint32 values in pvpstats_players ↵ | Palabola | |
| table (#22187) | |||
| 2018-04-28 | Core/Items: Add loot scaling support (#21853) | Roc13x | |
| * Implement ITEM_BONUS_SCALING_STAT_DISTRIBUTION_FIXED. * Fix auctionhouse search with scaled items. * Fix RequiredLevel enforcement for scaled items. * Fix item enchants not scaling properly with bonuses. | |||
| 2018-03-04 | Core/Player: Implement PvP Talents (#19962) | Jeremy | |
| * SPELL_AURA_119 -> SPELL_AURA_PVP_TALENTS * Learn Honorable Medallion when pvp rules are enabled | |||
| 2018-02-19 | TDB 735.00 - 2018/02/19TDB735.00 | DDuarte | |
| 2018-02-18 | Core/PacketIO: Updated opcodes and packet structures to 7.3.5 | Shauren | |
| 2018-02-18 | Core/Entities: Update updatefields to 7.3.5.25928 | Shauren | |
| 2017-10-29 | Core/Taxi: Apply reputation discount to all points in multi-segment paths | Shauren | |
| 2017-08-20 | Core/Players: Several gold handling improvements | roc13x | |
| * Update gold limit to 10 million * Updated auction house gold handling to 64-bit * Fixed some vendor checks for when BuyCount > 1 * Tweaked some checks for available gold space * Updated guild bank gold handling to 64-bit and fix withdraw limits * Enforce gold limit on guild bank * Check correct rank right when withdrawing from bank * Other small changes to update money to 64-bit Closes #19195 Closes #20152 | |||
| 2017-08-20 | Core/Quests: Implemented criteria tree quest objective type | Roger Stebler | |
| Closes #20161 | |||
| 2017-06-04 | Core/Players: Implement basics for the honor system | Golrag | |
| Closes #18480 Closes #19277 | |||
| 2017-05-24 | Core/Player: Implemented saving PLAYER_FLAGS_EX in database | Tisk | |
| 2017-05-14 | Core/Guilds: Remove old Guild.UndeletableLevel config | DDuarte | |
| Send guild achievement points in SMSG_GUILD_INVITE instead of level Remove old references to guild levels Player still have PLAYER_GUILDLEVEL field which is always 25 | |||
| 2017-05-08 | Core/Items: Set and save item context field | Shauren | |
| 2017-04-19 | TDB 720.00 - 2016/04/18TDB720.00 | DDuarte | |
| 2017-04-15 | Core/PacketIO: Updated server packet structures to 7.2.0 | Shauren | |
| 2017-02-26 | Core/Fishing: implement retail-like fishing skill-up functionality (#17528) | SnapperRy | |
| Follow-up to 6f1e823. Forgot to update base characters database. Sorry. | |||
| 2017-01-29 | Core/Player: Moved character_template from character to world db | joschiwald | |
| 2017-01-22 | Core/Players: Fixed accidentally deleting Talents | joschiwald | |
| Note: If you want to delete deprecated Talents from DB, enable the CharacterDatabaseCleaner | |||
| 2016-12-26 | Core/Items: Implemented bonus list as a possible result of RandomSuffix | Shauren | |
| Ref #18423 | |||
| 2016-12-09 | Core/Items: Fixed item level increases of gems with bonuses that give them ↵ | Shauren | |
| scaling stat distribution | |||
| 2016-11-06 | Core/Instances: Implemented base scenario system and objectives in dungeons | Krudor | |
| Closes #17905 Closes #18034 | |||
| 2016-10-25 | Core/PacketIO: Updated packets to 7.1.0.22900 | Shauren | |
