Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-08-16 | TDB 1120.25081 - 2025/08/16TDB1120.25081 | TDB Release | |
2025-07-21 | TDB 1117.25071 - 2025/07/21TDB1117.25071 | TDB Release | |
2025-05-31 | TDB 1115.25051 - 2025/05/31TDB1115.25051 | TDB Release | |
2025-03-29 | TDB 1110.25031 - 2025/03/29TDB1110.25031 | TDB Release | |
2024-12-22 | TDB 1107.24121 - 2024/12/22TDB1107.24121 | TDB Release | |
2024-11-16 | TDB 1105.24111 - 2024/11/16TDB1105.24111 | TDB Release | |
2024-09-23 | TDB 1102.24092 - 2024/09/23TDB1102.24092 | TDB Release | |
2024-09-03 | TDB 1102.24091 - 2024/09/03TDB1102.24091 | TDB Release | |
2024-05-11 | TDB 1027.24051 - 2024/05/11TDB1027.24051 | TDB Release | |
2024-02-08 | TDB 1025.24021 - 2024/02/08TDB1025.24021 | TDB Release | |
2023-11-15 | TDB 1020.23111 - 2023/11/15TDB1020.23111 | TDB Release | |
2023-10-06 | TDB 1017.23101 - 2023/10/06TDB1017.23101 | TDB Release | |
2023-07-14 | TDB 1015.23071 - 2023/07/14TDB1015.23071 | TDB Release | |
2023-04-02 | TDB 1007.23041 - 2023/04/02TDB1007.23041 | TDB Release | |
2023-02-03 | TDB 1005.23021 - 2023/02/03TDB1005.23021 | TDB Release | |
2022-12-20 | TDB 1002.22121 - 2022/12/20TDB1002.22121 | TDB Release | |
2022-11-20 | TDB 927.22111 - 2022/11/20TDB927.22111 | TDB Release | |
2022-08-21 | TDB 927.22082 - 2022/08/21TDB927.22082 | TDB Release | |
2022-08-19 | TDB 927.22081 - 2022/08/19TDB927.22081 | TDB Release | |
2022-07-25 | TDB 925.22071 - 2022/07/25TDB925.22071 | TDB Release | |
2022-03-06 | TDB 920.22031 - 2022/03/06TDB920.22031 | TDB Release | |
2022-01-15 | TDB 915.22012 - 2022/01/15TDB915.22012 | TDB Release | |
2022-01-02 | TDB 915.22011 - 2022/01/02TDB915.22011 | TDB Release | |
2021-11-17 | TDB 915.21111 - 2021/11/17TDB915.21111 | TDB Release | |
2021-10-15 | TDB 910.21101 - 2021/10/15TDB910.21101 | TDB Release | |
2021-08-18 | TDB 910.21081 - 2021/08/18TDB910.21081 | TDB Release | |
2021-07-04 | TDB 905.21071 - 2021/07/04TDB905.21071 | TDB Release | |
2020-10-20 | TDB 837.20101 - 2020/10/20TDB837.20101 | TDB Release | |
2020-08-14 | TDB 837.20081 - 2020/08/14TDB837.20081 | TDB Release | |
2020-06-17 | TDB 830.20061 - 2020/06/17TDB830.20061 | TDB Release | |
2019-07-15 | TDB 820.19071 - 2019/07/15TDB820.19071 | Aokromes | |
2018-02-19 | TDB 735.00 - 2018/02/19TDB735.00 | DDuarte | |
2017-04-19 | TDB 720.00 - 2016/04/18TDB720.00 | DDuarte | |
2017-02-04 | Core/Misc: Clarify the use of world_database.sql | Aokromes | |
(cherry picked from commit 4cef7fe72bceac0f7bc44681b6f7952f435f2cb5) | |||
2016-10-16 | TDB 703.00 - 2016/10/17TDB703.00 | DDuarte | |
2016-04-11 | TDB 6.04 - 2016/04/11TDB6.04 | DDuarte | |
2015-11-08 | TDB 6.03 - 2015/11/08TDB6.03 | Carbenium | |
2015-07-14 | TDB 6.0.2 - 2015/07/14TDB6.02 | DDuarte | |
2015-03-21 | TDB 6.0.1 - 2015/03/21TDB6.01 | Nayd | |
Closes #13816 Closes #13792 Ref #14139 | |||
2015-03-21 | Core/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-02-05 | SQL: Make sure the correct world db is select when executing SQL update scripts | jackpoz | |
Make sure script 2014_12_25_00_hotfixes_locale_broadcast_text.sql affects the correct world database version "TDB 6.00". This fixes an issue where the script would drop table "locales_broadcast_text" from a world database of another version (335, 434). Issue added in df444890daf74e95d51a229f99996561a88ac71a | |||
2014-10-27 | SQL: Revert changes to dev/world_database.sql | DDuarte | |
This file should only be updated in TDB releases. Fixes Travis 'build' | |||
2014-10-26 | SQL: Changed creature_template.family to be unsigned | Shauren | |
2014-10-26 | Misc: Fixed sql import, added new changes to world_database.sql, removed ↵ | Shauren | |
duplicate definition of ObjectGuidGenerator<HIGHGUID_PET> | |||
2014-10-26 | Core/Entities: Changed object lowguid to uint64 | Shauren | |
2014-10-20 | DB: Move hotfixes_database.sql to the /dev folder (just like world) | DDuarte | |
2014-09-21 | SQL: Update for 4.3.4 | Vincent-Michael | |
2014-09-13 | SQL: Update /dev/world_database.sql | DDuarte | |
Forgotten change of 27479cf571cf65c9e1657e9c465974449173dc3f | |||
2014-08-27 | SQLs: Update /dev/world_database.sql | DDuarte | |
Again, do NOT import this file. | |||
2014-08-04 | SQLs: Move world_database.sql to dev folder | DDuarte | |
Simply because people can't read instruction guides... |