aboutsummaryrefslogtreecommitdiff
path: root/src/server/database
AgeCommit message (Collapse)Author
2017-04-15Core/PacketIO: Updated server packet structures to 7.2.0Shauren
2017-04-06Core/DataStores: Updated db2 structures to 7.2.0Shauren
2017-03-17Core/AI: enable SmartScripts on Scenes + add scene related actions/eventsTraesh
Closes #19194
2017-03-03Core/Auth: removed unneeded sub queryjoschiwald
(cherry picked from commit ec221c550049a361e135b6adbf600c045a352296) # Conflicts: # src/server/authserver/Server/AuthSession.cpp
2017-02-26Core/Fishing: implement retail-like fishing skill-up functionality (#17528)SnapperRy
Follow-up to 6f1e823. Forgot to update base characters database. Sorry.
2017-02-26Core/Updater: Clarify more 2 errorsAokromes
(cherry picked from commit fe9f79780e1a6dd14e0876dca54ef4d8c8a0a5ae) Update DBUpdater.cpp (cherry picked from commit fb048a4cdbd56102018db5c9149ca2103c1507b2) Update DBUpdater.cpp (cherry picked from commit 9250680680399e986736786bb6c3c2ff97ca5b9c)
2017-02-19[Core/Maps] Activate creatures and objects during opening cinematics and ↵r00ty-tc
other flyby cameras (sunwell etc). Requires re-running map extractor to extract camera m2 files from data files. These are very small.
2017-02-05Core/Misc: remove two synch queries and replace them with CharacterInfo cacheariel-
(cherry picked from commit 1a52c1cd36b567fc595afa4a5373cc9e6b461a37)
2017-01-30Fixed clang segmentation fault in nopch modeShauren
2017-01-29Core/Player: Moved character_template from character to world dbjoschiwald
2017-01-22Core/Players: Fixed accidentally deleting Talentsjoschiwald
Note: If you want to delete deprecated Talents from DB, enable the CharacterDatabaseCleaner
2017-01-15Removed debug leftoversShauren
2017-01-15Build fixShauren
2017-01-14Core: Updated to 7.1.5.23360Shauren
2017-01-13Core/DBLayer: Convert async queries to new query callbacks and remove old ↵Shauren
callback handling
2017-01-12build fixShauren
2017-01-12Core/DBLayer: Refine new query callback for chainingShauren
2017-01-11Core/DBLayer: Added new async query callback apiShauren
2017-01-01Update copyright note for 2017vincent-michael
Happy new year
2016-12-26Core/Items: Implemented bonus list as a possible result of RandomSuffixShauren
Ref #18423
2016-12-18Core/Commands: Added new 'bnetaccount listgameaccounts' command to display ↵Shauren
all `account` table entries linked to a given battle.net email * Also fixed errors about bad commands in db Closes #18474
2016-12-09Core/Items: Fixed item level increases of gems with bonuses that give them ↵Shauren
scaling stat distribution
2016-11-07Core/Scenarios: Removed a bad usage of blocking db queries when saving ↵Shauren
scenario to db
2016-11-06Core/Instances: Implemented base scenario system and objectives in dungeonsKrudor
Closes #17905 Closes #18034
2016-10-31Core/Database: Fix logic in DatabaseWorkerPool::GetFreeConnectionShocker
2016-10-26Core/DataStores: Updated to 7.1.0.22900Shauren
2016-10-25Core/PacketIO: Updated packets to 7.1.0.22900Shauren
2016-10-09Core/DataStores: Fixed loading signed db2 fieldsShauren
2016-10-08Core/DataStores: Corrected SummonProperties.db2 structurefunjoker
Closes #18036 Closes #18040
2016-10-07Core/Channels: Revamp of channel systemariel-
* Core/Chat: general cleanup and revamping: (#17576) (fbbb03212e93591a77a1169a30fb01867cd3c0e9) * Core/Channel: restore accidentally deleted line, fixes channels not honoring ownership setting (7c714179930c8c369f124d8d1404656fff0a1199) * Channel Followup: avoid setting an invisible gm as Channel owner (#17597) (8a8362ef153eca50be0bcb5670e615b9685607fc) * Core/Channel: change the way channels are stored and sent to client, fixes multiple channels per zone when using different locales (#17980)
2016-10-01Core/Player: Implemented account wide mountsMitchesD
Closes #17369
2016-09-30Core/Items: Reworked loading child equipment from database, these items are ↵Shauren
now loaded last Closes #18025
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)