Commit Graph

187 Commits

Author SHA1 Message Date
Traesh
6ab3877c91 Core/Entities: Basic AreaTrigger System (#18035)
* Implemented AreaTrigger Templates
* Implemented AreaTrigger Splines
* Implemented SPELL_AURA_AREA_TRIGGER
* and many more
2017-01-29 00:00:43 +01:00
Shauren
8c72f3ed55 Core: Change allowed build to 7.1.5.23420 2017-01-26 17:12:02 +01:00
Shauren
f11e6c8247 Core: Updated to 7.1.5.23360 2017-01-14 22:37:13 +01:00
Shauren
b633d61899 Core/Commands: Added new 'bnetaccount listgameaccounts' command to display all account table entries linked to a given battle.net email
* Also fixed errors about bad commands in db

Closes #18474
2016-12-18 12:35:27 +01:00
Shauren
a73a6c5a6d Core: Change allowed build to 7.1.0.23222 2016-12-11 18:20:24 +01:00
Shauren
f2277dd6de Core: Change allowed build to 7.1.0.23171 2016-12-04 00:50:30 +01:00
Shauren
cd898ac446 Core: Change allowed build to 7.1.0.22996 2016-11-17 23:50:03 +01:00
Shauren
48f5c11355 Core: Change allowed build to 7.1.0.22995 2016-11-09 18:47:50 +01:00
Shauren
5b84293188 Core: Change allowed build to 7.1.0.22950 2016-11-04 20:27:05 +01:00
Shauren
e9fb1301e9 Core: Change allowed build to 7.1.0.22908 2016-10-28 00:09:09 +02:00
Shauren
af25942aec Core/PacketIO: Updated packets to 7.1.0.22900 2016-10-25 19:29:27 +02:00
DDuarte
a249d86b00 TDB 703.00 - 2016/10/17 2016-10-16 17:38:56 +01:00
Shauren
85bb191816 Core: Change allowed build to 7.0.3.22810 2016-10-12 00:02:28 +02:00
Shauren
4b5e5bbd72 Fix auth_database.sql 2016-10-07 00:35:19 +02:00
Shauren
df556b83ba Core: Change allowed build to 7.0.3.22747 2016-10-06 23:18:42 +02:00
MitchesD
ad3da9c971 Core/Player: Implemented account wide mounts
Closes #17369
2016-10-01 13:48:16 +02:00
Traesh
d4887311e3 Core/Scenes: Implemented scene system
Closes #17858
Closes #17976
2016-09-25 16:13:12 +02:00
Shauren
3c0b075df5 Core: Change allowed build to 7.0.3.22624 2016-09-21 17:09:39 +02:00
Shauren
b86b832435 Core: Change allowed build to 7.0.3.22594 2016-09-15 16:31:43 +02:00
joschiwald
994d813699 DB/RBAC: fixed some permissions after 779d3b2368 2016-09-03 18:12:40 +02:00
joschiwald
ad52ee8e25 DB/RBAC: fixed some permissions after a92bfb5505 2016-09-03 15:31:32 +02:00
treeston
a92bfb5505 Scripts/Commands: Small QoL adjustments
- .debug hostil now shows spawn ID (DBGUID) in addition to current GUID (so you can .go creature to it)
- .npc temp now takes an additional argument before the creature entry that determines whether the spawned creature instantly despawns upon death. Default is instant despawn (current behavior).
- Add .npc evade command.
- Add .pet level command.
- .server shutdown and .server restart now fail with an error message if time is below a config var (GM.ForceShutdownThreshold, default 30s) as long as another player is connected.
    - New commands .server shutdown force and .server restart force bypass this limitation.

(cherry picked from commit 0e1eb460d6)
2016-09-03 13:46:33 +02:00
Shauren
510cfb1456 Core: Change allowed build to 7.0.3.22566 2016-09-02 10:20:00 +02:00
Shauren
b5fac7abc1 Core: Set default expansion to Legion. 2016-08-30 00:00:33 +02:00
Vincent-Michael
41513c39ef Core/Misc: Updated to 7.0.3.22522 2016-08-27 09:07:13 +02:00
Vincent-Michael
d2c50155e8 Core/Misc: Updated to 7.0.3.22498 2016-08-26 16:14:42 +02:00
Shauren
e6ddb9f222 Core: Change allowed build to 7.0.3.22423 2016-08-13 01:15:21 +02:00
Shauren
ea16241873 Core: Change allowed build to 7.0.3.22410 2016-08-11 17:03:50 +02:00
Shauren
93bf99fe70 Core: Change allowed build to 22345 2016-08-07 16:28:18 +02:00
Vincent-Michael
2e0dd7a38c SQL: Sync auth base 2016-07-30 17:09:46 +02:00
Ovalord
79aafd5865 Core/Players: Initial work on demon hunters
* Added starting level and required level config options as well as rbac permission to ignore the requirements
* Updated max power values for both demon hunter specs
* Fixed a crash during DK and DH creation
* Added playercreateinfo data for demon hunters

Closes #17651
2016-07-23 18:39:56 +02:00
Shauren
7d7139ba02 Core: Change supported build to 7.0.3.22293 2016-07-23 14:40:58 +02:00
Shauren
79a921edc7 SQL: Cleanup WIP sql arrangement 2016-07-19 16:55:21 +02:00
Shauren
498725f3de Fixed data in base auth sql file 2016-05-19 22:19:19 +02:00
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