Commit Graph

41 Commits

Author SHA1 Message Date
Kinzcool
86caa2ebfc DB/Hotfixes: Updated broadcast_text to patch 6.2.0 2015-06-25 13:23:05 -04:00
Shauren
92bfa759fa Core/Garrisons: Initial work on garrison followers 2015-05-17 18:06:28 +02:00
Shauren
5b725db033 Core/Garrisons: Basics for garrisons 2015-05-08 00:03:15 +02:00
Vincent-Michael
682bff0592 DB/Hotfixes: Added all current blizz hotfixes - 19865 05/02/2015 22:03:24 2015-05-02 22:07:38 +02:00
Vincent-Michael
ab1b0cd496 DB/Items: Added missing items in Item-sparse.db2 2015-05-01 20:45:53 +02:00
Vincent-Michael
a39b2a3da9 DB/Hotfixes: Update broadcast text locale for 6.1.2 (build 19865) 2015-04-19 04:22:29 +02:00
Vincent-Michael
55f4bc8743 DB/Hotfixes: Added all current blizz hotfixes - 04/14/2015 04:20:09 2015-04-14 04:29:15 +02:00
Shauren
d9e941dde3 Core/Quests: Added research results about last field in QuestPackageItem.db2 2015-04-14 01:12:20 +02:00
Rat
e567541273 Core/Quests: fixed quest rewarding
* ItemSpec.dbc still needs some research to handle all cases correctly
2015-04-13 22:25:35 +02:00
Vincent-Michael
494b1e9199 DB/Hotfixes: Added all current blizz hotfixes - 19865 04/09/2015 02:54:55 2015-04-09 03:00:49 +02:00
Vincent-Michael
41a9ef55db DB/Hotfixes: Added all current blizz hotfixes - 19865 04/07/2015 23:15:33 2015-04-07 23:17:20 +02:00
Vincent-Michael
a063f5e974 DB/Hotfixes: Added BattlePetSpecies hotfixes for 9dbe55b319 2015-04-07 00:07:11 +02:00
Vincent-Michael
ee8e850fc3 DB/Hotfixes: Added missing update for 9dbe55b319 2015-04-06 23:38:47 +02:00
Vincent-Michael
9dbe55b319 DB/Hotfixes: Added all current blizz hotfixes - 19831 - 04/06/2015 18:09:50.328 2015-04-06 23:17:09 +02:00
Vincent-Michael
c0e3b0bb98 DB/Hotfixes: Added chr_upgrade_* table 2015-04-06 21:47:49 +02:00
Vincent-Michael
6d743652fc DB/Hotfixes: Change gameobjects data fields to signed 2015-04-06 14:02:52 +02:00
Vincent-Michael
514a9b57c7 DB/Hotfixes: Update gameobjects for 6.1.2 2015-04-06 05:49:31 +02:00
Vincent-Michael
321b1f2d03 DB/Hotfixes: Update creature difficulty for 6.1.2 2015-04-06 04:14:04 +02:00
Vincent-Michael
b4cb5f1471 DB/Hotfixes: Update broadcast text for 6.1.2 2015-04-05 21:55:27 +02:00
Nayd
1b5fd6f746 Temporarily create /sql/updates/hotfixes dir so Travis build does not fail 2015-03-22 20:11:26 +00: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
Shauren
0ba2e0d5ee Core/Spells: Implemented multiple spell power costs 2015-03-08 13:31:57 +01:00
Shauren
e63872e1ee Core/DataStores: Updated dbc structures to 6.1 2015-03-04 12:17:06 +01:00
Shauren
5c4fd7ac4f Core/DataStores: Added tables for all loaded DB2 stores 2015-02-22 10:29:12 +01:00
jackpoz
919ab9157e SQL: Make sure the correct world db is select when executing SQL update scripts
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 df444890da
2015-02-05 21:44:57 +01:00
Nayd
7dc90b4efd Rollback unintended change to 2014_12_25_00_hotfixes_locale_broadcast_text.sql 2015-01-28 13:59:56 +00:00
Nayd
6f7d048765 Core/Packets: Update and enable SMSG_WEATHER 2015-01-28 13:58:40 +00:00
Nayd
98034cc5ab Revert changes to 2014_10_19_05_hotfixes_broadcast_text.sql in previous commit (08a98c6237)
Be right back, filling a bug report to Notepad++ for corrupting files
2015-01-19 00:32:49 +00:00
Nayd
08a98c6237 Line ending fix, sorry. 2015-01-19 00:07:10 +00:00
Duarte Duarte
df444890da SQLs: Replace placehold variable by default world db name
Travis tests SQL imports and it would fail otherwise.

Do not forget to change the variable to your world database name (if different from 'world') in the file 2014_12_25_00_hotfixes_locale_broadcast_text.sql
2014-12-26 14:34:26 +00:00
Shauren
3c3b42362f Core/DataStores: Added DB2Manager
* Moved DB2 helpers to new class
* Moved hotfix data to hotfixes database and core management functions to DB2Manager class
* Updated HotfixNotifyBlob packet
2014-12-26 01:38:40 +01:00
Shauren
9eb70940bd Core/DataStores: Moved broadcast_text handling to DB2Storage 2014-12-25 22:20:16 +01:00
Kinzcool
96b5eafc06 DB/Hotfixes: Fixed some texts in broadcast_text that had double quotation marks 2014-10-24 15:11:40 -04:00
Kinzcool
cb4509b286 DB/Hotfixes: Added TaxiPathNode 2014-10-24 14:56:29 -04:00
Kinzcool
3af755e2ee DB/Hotfixes: Added GameObjects 2014-10-19 21:12:41 -04:00
DDuarte
6c11194e62 DB: Create hotfixes_database.sql file and update .travis.yml to import hotfixes
Note: hotfixes_database.sql will be empty until the next TDB release

And here's a friendly reminder that trinity now uses 4 DBs: characters, auth, world and hotfixes
2014-10-19 23:57:47 +01:00
Kinzcool
73b8fd14ab DB/Hotfixes: Fixed a problem from the parser 2014-10-19 17:34:20 -04:00
Kinzcool
d1ae8d7b01 DB/Hotfixes: Added BroadcastText
* ToDo: delete the one in `world`
2014-10-19 17:14:49 -04:00
Kinzcool
1c3e1fa15d DB/Hotfixes: Added Creature & CreatureDifficulty 2014-10-19 13:11:51 -04:00
Kinzcool
0bf163bf8f DB/Hotfixes: Created a hotfixes database for DB2 data that can be sent via SMSG_DB_REPLY
* Added AreaPOI
* Added AreaPOIState
2014-10-19 01:19:40 -04:00