aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
AgeCommit message (Collapse)Author
2016-05-19Core: Change supported client version to 6.2.4.21742Shauren
2016-05-07Core/Achievements: AchievementMgr refactoringShauren
* Extracted base CriteriaHandler class that deals with criteria only and will be reused for future scenario implementation * Fixed players earning guild achievements
2016-04-17Changed supported version to 21463Shauren
2016-04-16SQLs: Update to the /sql/updates organizationDDuarte
Update SQL files should now be in a sub-folder equal to the current branch name /sql/updates/auth/*.sql -> /sql/updates/auth/6.x/*.sql /sql/updates/characters/*.sql -> /sql/updates/characters/6.x/*.sql /sql/updates/hotfixes/*.sql -> /sql/hotfixes/world/6.x/*.sql /sql/updates/world/*.sql -> /sql/updates/world/6.x/*.sql This facilitates merges between the version branches
2016-04-11TDB 6.04 - 2016/04/11TDB6.04DDuarte
2016-03-28Core: Updated to 6.2.4Shauren
* Rewrite bnetserver for new authentication protocol
2016-03-22Merge branch '3.3.5-bossboundary' into 3.3.5-base (PR #16089)treeston
(cherry picked from commit 5b8b8c653039ec2add0b3a66468abb85e6f35054)
2016-01-13Core/Misc: Updated to 6.2.3.20886Shauren
2015-12-07Core: Updated to 6.2.3.20779Shauren
2015-11-21Core: Updated to 6.2.3.20726Shauren
2015-11-08TDB 6.03 - 2015/11/08TDB6.03Carbenium
2015-11-01DB/Auth: Fix typo in 2015_11_01_00_auth_2015_08_21_00.sqlNaios
* Add the update to the updates list
2015-11-01Script/Commands: Add new "debug loadcells" commandjackpoz
Closes #15292 (cherry picked from commit 5e1722c2f497ac7df8fed5ebe01e352965884584)
2015-10-17DB/Auth: changed battlenet_account_toys engine to InnoDBMitchesD
2015-10-16Core/Player: implemented Heirloom CollectionMitchesD
* implemented all things related to that collection * you can create heirloom by click on item in collection * also you can upgrade heirlooms by using specific kits * old heirlooms are converted to new ones
2015-10-09DB/Auth: Updated to 6.2.2a.20574Vincent-Michael
2015-09-15DB/Auth: Updated to 6.2.2a.20490Vincent-Michael
2015-09-09Core/BattlePets: Basics for Battle Petshorn
2015-09-05DB/Bnet: Fix typo in 663cff2195900fe4cf24473a25eec7613a163bd1Vincent-Michael
2015-09-05Core: Updated to 6.2.2.20444.Shauren
* This includes all known packet structures, nothing has been disabled. * worldserver still expects 6.2.0 DBC/DB2 files - do not reextract
2015-08-26Core/Player: implemented ToyboxMitchesD
* now you can use all the things in toybox - add new toys, set them as favorite and use them
2015-07-29DB/BattleNet: Update wow build to 20338Vincent-Michael
2015-07-16DB/BattleNet: Update wow build to 20253Vincent-Michael
2015-07-14TDB 6.0.2 - 2015/07/14TDB6.02DDuarte
2015-07-08Core/Support: Drop parts of the support system since Blizz switched to a ↵Carbenium
browser based ticket system
2015-07-08DB/BattleNet: Update wow build to 20216Vincent-Michael
2015-07-06DB/BattleNet: Update wow build to 20201Vincent-Michael
2015-07-02DB: Updated build data to 20182Shauren
2015-05-02SQL: Update auth_databaseVincent-Michael
2015-05-02Core/Commands: Added .go quest command to teleport your character to first ↵Vincent-Michael
quest poi
2015-04-21Core/Player: Added character templatesCarbenium
* Characters with predefined levels can be created * Avaiable factions and classes can be configured * Valid values for `factionGroup` in table `character_template_class` are 3 (Alliance) or 5 (Horde) * Added new permission RBAC_PERM_USE_CHARACTER_TEMPLATES - has to be set, to allow the usage of the templates Closes #13952
2015-04-11Core/Battle.net: Query optimizations part2 - made all queries asynchronousShauren
2015-04-11Core/Misc:Vincent-Michael
- Drop locales_npc_text - Update npc_text for WoD - Implemented Quest Greeting - Sync auth database
2015-04-10Core/Misc:Vincent-Michael
- Update LocaleConstant enum - Update Quest locale system for WoD - Fix some rnd typo in quest template
2015-04-08Core/Scenes: added .debug send playscene command for testing purposesRat
2015-04-06DB/BattleNet: Update to 6.1.2 19865Vincent-Michael
2015-04-04Update to 6.1.2 19831Carbenium
2015-03-29Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into 6.xRat
Conflicts: src/server/game/Handlers/MiscHandler.cpp src/server/game/Server/Protocol/Opcodes.cpp
2015-03-26Core/Misc: Update base stuff for V6.1.2 build 19802Carbenium
2015-03-24Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into 6.xRat
Conflicts: src/server/collision/Management/MMapManager.cpp src/server/game/Conditions/ConditionMgr.cpp src/server/game/Conditions/ConditionMgr.h
2015-03-21TDB 6.0.1 - 2015/03/21TDB6.01Nayd
Closes #13816 Closes #13792 Ref #14139
2015-03-21Core/Updates: Add an automatic database update system. Automatically detects ↵Naios
new and edited sql updates through file lists and hashing. Detects renames, deletes and is able to create and auto import full databases. * cleanups in main.cpp of world & bnetserver * refactoring in DatabaseWorkerPool.h & MySQLConnection.cpp Make sure you re-run cmake, because boost::iostreams was added as dependency. Maybe you need to install libboost-iostreams1.55-dev on unix as well. Import every update manual until (included) those INSERT IGNORE updates for each database. Thanks DDuarte and Shauren for your amazing ideas, help and advises. In hope that nobody gets a "Your database structure is not up to date..." anymore ,-) Signed-off-by: Naios <naios-dev@live.de> Signed-off-by: Nayd <dnpd.dd@gmail.com>
2015-03-16Core/Phases: Ported new phasing system from 4.3.4 branch and fixed some map ↵Rat
swap logic
2015-03-10Core/Support: Update the support/ticket system to 6.xCarbenium
Core/Mail: fix a logic error introduced in 829e11b6623f967672143d79cd8d31772f54866d
2015-03-01Core/Misc: Update base stuff for V6.1.0 build 19702Vincent-Michael
2015-02-22Core/Database: Removed locales_item from world database (use ↵Shauren
item_sparse_locale in hotfixes database)
2014-12-28Rename fileNayd
2014-12-28DB/Auth: Add more locales to battlenet_componentsNayd
Thanks @Luhzinha Closes #13800
2014-12-27Core/RBAC: Add two side trade to RBACmthsena
(cherry-picked from commit 3ee2f0d2bf9d5f859c8022ca49f1889c35584ffe)
2014-12-25Core/DataStores: Moved broadcast_text handling to DB2StorageShauren