Shauren
48d637b540
Core: Change supported client version to 6.2.4.21742
2016-05-19 18:43:01 +02:00
Shauren
c75fcbe20b
Core/Achievements: AchievementMgr refactoring
...
* Extracted base CriteriaHandler class that deals with criteria only and will be reused for future scenario implementation
* Fixed players earning guild achievements
2016-05-07 01:16:29 +02:00
Shauren
5d4e0e42f2
Changed supported version to 21463
2016-04-17 00:24:14 +02:00
DDuarte
92905cdaae
Update revision_data.h.in.cmake and the updates in base SQLs
2016-04-11 03:28:07 +01:00
DDuarte
a1f59c9d8d
TDB 6.04 - 2016/04/11
2016-04-11 02:42:03 +01:00
Aokromes
7b3a9ca326
DB/Misc: Update auth_database.sql for 6.2.4
2016-04-01 03:13:37 +02:00
Shauren
dde620c402
Core: Updated to 6.2.4
...
* Rewrite bnetserver for new authentication protocol
2016-03-28 17:12:57 +02:00
treeston
e2f2c70ba4
Merge branch '3.3.5-bossboundary' into 3.3.5-base (PR #16089 )
...
(cherry picked from commit 5b8b8c6530 )
2016-03-22 22:56:43 +01:00
Shauren
d2d41c119b
Core/Misc: Updated to 6.2.3.20886
2016-01-13 21:43:01 +01:00
Shauren
514c24798a
Core: Updated to 6.2.3.20779
2015-12-07 21:04:29 +01:00
Shauren
035a2b122e
Core: Updated to 6.2.3.20726
2015-11-21 21:30:05 +01:00
Carbenium
271390753d
TDB 6.03 - 2015/11/08
2015-11-08 02:20:45 +01:00
Naios
a80e0fc3cd
DB/Auth: Fix typo in 2015_11_01_00_auth_2015_08_21_00.sql
...
* Add the update to the updates list
2015-11-01 14:55:31 +01:00
jackpoz
7b684e8813
Script/Commands: Add new "debug loadcells" command
...
Closes #15292
(cherry picked from commit 5e1722c2f4 )
2015-11-01 12:30:45 +01:00
MitchesD
105f943ac6
DB/Auth: changed battlenet_account_toys engine to InnoDB
2015-10-17 12:44:19 +02:00
MitchesD
9fe29de260
Core/Player: implemented Heirloom Collection
...
* 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-16 23:09:42 +02:00
Vincent-Michael
d8c5136325
SQL: Update auth_database
2015-10-10 10:39:02 +02:00
Naios
2c828a47a5
DB/Auth: Add some missing applied updates to the update list.
2015-10-06 00:17:23 +02:00
MitchesD
97a3f52d4c
DB/Auth: corrected base auth database dump
2015-10-02 13:00:56 +02:00
horn
e8b1faa156
Core/BattlePets: Basics for Battle Pets
2015-09-09 14:52:32 +02:00
Shauren
663cff2195
Core: Updated to 6.2.2.20444.
...
* This includes all known packet structures, nothing has been disabled.
* worldserver still expects 6.2.0 DBC/DB2 files - do not reextract
2015-09-05 00:09:38 +02:00
MitchesD
614b5832ba
Core/Player: implemented Toybox
...
* now you can use all the things in toybox - add new toys, set them as favorite and use them
2015-08-26 11:15:00 +02:00
Vincent-Michael
a177a10018
DB/BattleNet: Update wow build to 20338
2015-07-29 05:59:58 +02:00
Vincent-Michael
4241d24e7b
DB/BattleNet: Update wow build to 20253
2015-07-16 19:51:23 +02:00
DDuarte
f5e92f6537
TDB 6.0.2 - 2015/07/14
2015-07-14 00:05:36 +01:00
Carbenium
983e9b6b8b
DB/Base: Update auth and char database dump after recent changes to the ticket system ( c7d49ab910)
2015-07-10 22:06:09 +02:00
Vincent-Michael
5ab88b993e
DB/BattleNet: Update wow build to 20216
2015-07-08 05:32:04 +02:00
Vincent-Michael
d8338669d5
DB/BattleNet: Update wow build to 20201
2015-07-06 19:46:07 +02:00
Shauren
cc7c5d8122
DB: Updated build data to 20182
2015-07-02 00:30:54 +02:00
Vincent-Michael
a0fee439de
SQL: Update auth_database
2015-05-02 16:07:07 +02:00
Carbenium
aa67bc43c4
Core/Misc: Update base sql files after bba6eb8d3d
...
* Move some std::list to std::vector
2015-04-21 12:20:03 +02:00
Shauren
ff101cd100
Core/Battle.net: Query optimizations part2 - made all queries asynchronous
2015-04-11 18:58:13 +02:00
Vincent-Michael
22e230ecec
Core/Misc:
...
- Drop locales_npc_text
- Update npc_text for WoD
- Implemented Quest Greeting
- Sync auth database
2015-04-11 03:26:36 +02:00
Vincent-Michael
e6a07bd8ff
SQL: Update auth_database
2015-04-06 23:20:15 +02:00
Carbenium
2d3f99c521
Update to 6.1.2 19831
2015-04-04 00:57:16 +02:00
Carbenium
1262072949
Core/Misc: Update base stuff for V6.1.2 build 19802
2015-03-26 17:18:43 +01:00
Nayd
5be0cf7120
TDB 6.0.1 - 2015/03/21
...
Closes #13816
Closes #13792
Ref #14139
2015-03-21 17:09:25 +00:00
Naios
352012e531
Core/Updates: Add an automatic database update system. Automatically detects 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-21 14:09:38 +00:00
Carbenium
37a14bc2d5
Core/Support: Update the support/ticket system to 6.x
...
Core/Mail: fix a logic error introduced in 829e11b662
2015-03-10 21:09:21 +01:00
Vincent-Michael
369b08b68d
Core/Misc: Update base stuff for V6.1.0 build 19702
2015-03-01 02:24:59 +01:00
Shauren
e81eb1192a
Core/Database: Removed locales_item from world database (use item_sparse_locale in hotfixes database)
2015-02-22 17:18:19 +01:00
Duarte Duarte
cbfe638fa5
DB/Auth: Remove auto_increment value from auth_database.sql
2015-02-11 22:54:06 +00:00
Vincent-Michael
cd8e48a62f
SQL: Sync auth base
2014-12-28 23:11:25 +01:00
mthsena
c8e555f658
Core/RBAC: Add two side trade to RBAC
...
(cherry-picked from commit 3ee2f0d2bf )
2014-12-27 18:10:47 +00:00
Shauren
9eb70940bd
Core/DataStores: Moved broadcast_text handling to DB2Storage
2014-12-25 22:20:16 +01:00
Vincent-Michael
5177d776d2
DB/BattleNet: Update wow build to 19342
2014-12-20 11:32:26 +01:00
Shauren
9f0051c4e5
Core/Spells: Implemented using dbc spellpower/ap coeffiecients for spells
2014-12-19 23:52:29 +01:00
Nyeriah
99c4c4cee5
Core/RBAC: Allow setting different default security level roles to different realms
...
(cherry picked from commit c79af3f16f )
2014-12-10 22:50:28 -02:00
Vincent-Michael
5007efd7a2
DB/BattleNet: Update wow build to 19243
2014-12-05 22:52:38 +01:00
Nayd
ed3970690c
DB/Schema/Auth: Also change battlenet_accounts.os to varchar(4)
...
Ref 59bb9c20f3
2014-11-25 16:44:50 +00:00