aboutsummaryrefslogtreecommitdiff
path: root/src/server/database
AgeCommit message (Collapse)Author
2016-09-25Core/Scenes: Implemented scene systemTraesh
Closes #17858 Closes #17976
2016-09-24Core/Database: removed unused prepared statementsjoschiwald
2016-09-24Core/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-24Core/Bnetserver: Re-enable ban on wrong passwordKevin Plestan
Closes #17937 Closes #17969
2016-09-20Core/Player: Set max power values from PowerType.db2Shauren
2016-09-06Core/Creatures: Load expansion data from `HealthScalingExpansion` column ↵Kinzcool
instead of the now-deprecated `exp` one
2016-08-28Core/DataStores: Implemented TactKey.db2Vincent-Michael
2016-08-27Core/Logging: delete old logs of the own realm onlyjoschiwald
2016-08-25Core/Players: Implemented new glyph systemShauren
2016-08-15Core/Items: Implemented artifactsShauren
2016-08-13Core/Creatures:Vincent-Michael
- Renamed creature_template.exp_unk to RequiredExpansion - Added creature_template.HealthScalingExpansion - Added creature_template.VignetteID
2016-08-10Core\Command: remove account_muted data on account deletionForesterDev
(cherry picked from commit 6a87524204161234576810f770d8ad2a0b9bb9c8) # Conflicts: # src/server/database/Database/Implementation/LoginDatabase.cpp # src/server/database/Database/Implementation/LoginDatabase.h
2016-08-10Core/Updater: Clarify even more this errorAokromes
(cherry picked from commit 09a1cfdf771a093b21779990ee516c22f66f4255)
2016-08-10Update DBUpdater.cppAokromes
Because nature wins race.... (cherry picked from commit 5868509a6366d0ba7a0fe819c3ece0e4a57c7029)
2016-08-10Core/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-10Server/Database: Reduce differences between 3.3.5 and 6.x branchesjackpoz
Code functionality shouldn't have been modified.
2016-08-10Core/DataStores: Implemented all curve types from Curve.db2Shauren
2016-08-08Core/Misc: Better description for a logAokromes
(cherry picked from commit 90cff479ac16289caeb685c9a899eeafa43bf893)
2016-08-08Server/Database: Reduce differences between 3.3.5 and 6.x branchesjackpoz
Code functionality shouldn't have been modified.
2016-08-05Core/DataStores: Refactored DB2 loaders to no longer require sparse format ↵Shauren
to be specified at compile time
2016-07-19Core/PacketIO: Send spec id in char enumShauren
2016-07-17Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into legionShauren
2016-07-16Core/Instances: Add functionality for modifying instance entrance locationsKrudor
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-16Core/Items: Implemented child equipmentShauren
2016-07-10Core/Items: Fixed saving gem bonusesShauren
2016-07-06Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into legionShauren
2016-07-05Core/Transmog: Implemented transmog collection and updated transmog handlingShauren
2016-06-26Core/DataStores: Updated to 7.0.3.22045Shauren
2016-06-21Core/Items: Item upgrade followupShauren
* 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-21Core/Items: Implemented item upgradesfrozen4
Closes #17432
2016-06-18Core/PacketIO: Updated equipment set packets and implemented saving transmog ↵Shauren
outfits (even if transmog itself isnt updated)
2016-06-18Core: Update to 7.0.3.21963Shauren
2016-06-13Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into legionShauren
2016-06-13Core: Updated to 7.0.3.21916Shauren
2016-06-09Core/Players: Updated talent specializationsShauren
2016-05-30Core/Addons: Removed AddonMgrShauren
2016-05-30Core/DataStores: Updated db2 to 7.0.3.21796Shauren
2016-05-29Core/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
2016-05-27Core/DataStores: Updated db2 to 7.0.3.21737Shauren
2016-05-26Core/Pets: Fixed wrong prepared statement in ↵Shauren
bc1a81747ae032bc2ae3681d99f5f6058d20caff Thanks Lordron for pointing it out
2016-05-26Core/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-25Core/Bnet: Order account list by id when the bnet account has more than 1 ↵Shauren
game account attached
2016-05-216.x rebaseShauren
2016-05-20Core/Entities: Updated updatefields to 7.0.3.21414Shauren
2016-05-20Core/DataStores: Updated opcodes and db2 to 7.0.3.21414Shauren
2016-05-20Core/DataStores: Updated dbc/db2 to 7.0.1.20994Shauren
2016-05-20Core/DataStores: Updated dbc/db2 to 7.0.1.20914Shauren
2016-05-20Core/DataStores: Updated dbc/db2 to 7.0.1.20810Shauren
2016-05-20Core/PacketIO: Updated character list packets for 7.xShauren
2016-05-10Core/Common: Move the query callback header to the database projectNaios
* Also renames the header to it's correct name QueryCallback (cherry picked from commit d4d199d7654a95c53c77e30e6bd9203ee70b9373)