aboutsummaryrefslogtreecommitdiff
path: root/src/server/database/Database
AgeCommit message (Expand)Author
2023-04-08Core/SAI: Drop waypoints table and move existing rows to waypoint_data table ...ModoX
2023-04-06Core/Misc: Modernize code a bit by replacing std::tie with either structured ...Shauren
2023-04-05Core/Creature: Added possibility to give creatures multiple gossip menu ids a...ModoX
2023-03-31Core/Creatures: Compute the level from ContentTuning (#28871)Meji
2023-03-22Core: Update to 10.0.7Shauren
2023-02-10Core/Auras: Implemented SPELL_AURA_KEYBOUND_OVERRIDE (#28809)Смердокрыл
2023-02-08Core/Players: Added support for profession equipment slots (#28799)Meji
2023-02-01Core/Logging: Update missing log to fmt::formatMeji
2023-01-29Core/Players: Several currency fixes and improvements (#28676)Meji
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2022-12-30Core/SAI: Add action param 7 (#28519)Aqua Deus
2022-12-27Core/Creatures: Implement StringId for Creatures, a custom identifier to make...Seyden
2022-12-17Core/Players: Implemented setting tradeskill recipes as favoriteShauren
2022-12-16Core/Players: Implemented new talent systemShauren
2022-12-04Core: Updated to 10.0.2Shauren
2022-11-06Core/Misc: Added noexcept to move constructors and move assignment operatorsShauren
2022-10-11Core/Garrisons: Implement SMSG_GARRISON_OPEN_TALENT_NPC opcode (#28256)Aqua Deus
2022-10-04Core/Commands: Restore instance management commandsShauren
2022-10-04Core/Instances: Add prepared statements for InstanceLockMgrShauren
2022-10-04Core/Scenarios: Attempt to restore scenario state from completed encounter infoShauren
2022-10-04Core/Instances: Remove old database statements (WIP)Shauren
2022-09-19Core/Misc: Changed string formatting functions to accept std::string_view as ...Shauren
2022-09-13Core/bnetserver: Implemented reconnecting with launcherloginShauren
2022-09-05Fixed MariaDB build the easy way for the client version check (#28039)daMaex
2022-09-05MariaDB support for Ubuntu 22.04 (#28031)daMaex
2022-07-14Core/WorldStates: Move custom worldstates to separate table and move saving w...Shauren
2022-07-03Core/Quests: Reset seasonal quests based on saved completion time and intende...Shauren
2022-06-09Core/Transmog: Implemented Transmog Illusions + Spelleffect to unlock themfluxurion
2022-06-02Core/DataStores: Updated structures to 9.2.5Shauren
2022-06-01Core/PacketIO: Updated packet structures to 9.2.5Shauren
2022-03-13Core/DB: Improve MySQL version check messages (#26866)Giacomo Pozzoni
2022-03-13Don't count character pending deletion towards character per account limit (#...Kelno
2022-03-13Core/DB: Updated missing check (#26834)Aokromes
2022-03-11Core/DBLayer: Add QueueSize() method (#26733)Giacomo Pozzoni
2022-03-11[Exploit/Dupe] Container item (#26689)robinsch
2022-03-09Core/DBLayer: escape MySQL keywords in page_text, page_text_locale, broadcast...Ovahlord
2022-03-06Core/Creature: Add new db field InteractionPauseTimer (#25880)Giacomo Pozzoni
2022-03-05Core: whitespace cleanup, reduce double blank line to single (#25795)Kargatum
2022-02-28Core/DBLayer: Fixed memory leaks with existing SQLQueryHolder uses and elimin...Shauren
2022-02-28Core/Mail: Replaced blocking db query in mail sending with async versionShauren
2022-02-28Core/Auction House: Eliminate blocking db queries for account permissions whe...Shauren
2022-02-271eca51b follow-up, nuke `command`.`permission` from orbit; it was only duplic...Treeston
2022-02-27Core/SAI: Add orientation and delay columns to waypoints table (#25472)Giacomo Pozzoni
2022-02-25Core/DataStores: Updated db2 structures to 9.2.0Shauren
2022-02-13Core/Misc: Cleanup unused includesShauren
2022-02-11Core/Misc: database PCH tuningShauren
2022-02-11Core/Misc: Explicitly include required headers instead of relying on them to ...Shauren
2022-02-06Core/BattlePets: Delete declined names of non-account battle pets when deleti...Meji
2022-02-06Core/Characters: Replace 2 database statements with 1jackpoz
2022-02-05Scripts/Commands: .character command conversionTreeston