Shauren
6a20d3181d
Core/Chat: Support new 11.1.5 chat link color format and more chat link types
2025-04-27 17:09:17 +02:00
Shauren
f9bf082be9
Core: Updated to 11.1.5
2025-04-25 22:50:11 +02:00
Shauren
29e0327076
Core/Players: Implement warband scene collection
2025-03-04 13:52:20 +01:00
Shauren
23624ed75a
Core: Updated to 11.1.0
2025-03-02 15:43:34 +01:00
Shauren
4f7079f471
Core: Updated to 11.0.7
2024-12-18 22:50:33 +01:00
Shauren
1fb4acc25a
Core/Quests: Implemented QUEST_OBJECTIVE_KILL_WITH_LABEL
2024-12-02 15:29:02 +01:00
Shauren
6dd5fb9d88
Core/Auras: Implemented mount equipment
2024-11-19 21:40:49 +01:00
Shauren
b0352ef78e
Core/DataStores: Updated db2 structures to 11.0.5
2024-10-30 14:40:23 +01:00
Traesh
adbe74a1a4
Core/DataStores: Load FlightCapability.db2
2024-10-06 14:36:32 +02:00
Shauren
df1ec76d54
Core: Updated to 11.0.2
2024-08-16 00:03:22 +02:00
Shauren
d1ffe61727
Core/Players: Implemented hero talents
2024-08-10 12:01:47 +02:00
Shauren
df51150381
Core/DataStores: Updated to 11.0.0
2024-08-02 14:40:12 +02:00
Meji
d51d6b0abe
Core/AreaTriggers: Check actionset flags for client areatriggers to allow some areatriggers to trigger while dead ( #30042 )
2024-06-23 20:41:18 +02:00
Shauren
1c3268155d
Core/AreaTriggers: Implement height check for polygon db2 areatriggers
2024-05-27 18:53:47 +02:00
Meji
b070e63fa8
Core/AreaTriggers: Fix triggering of client areatriggers for some shapes
2024-05-27 18:53:47 +02:00
Shauren
468a06baf0
Core: Update to 10.2.7
2024-05-08 20:55:51 +02:00
Shauren
a39d0db9ec
Core/Spells: Implemented evoker empower spell mechanic
2024-05-01 22:26:53 +02:00
Shauren
c2ac37125b
Core/Players: Use CharBaseInfo.db2 data to determine appropriate race for mercenary mode transforms
2024-03-28 21:11:59 +01:00
Shauren
ac5aee6a98
Core: Updated to 10.2.6.53840
2024-03-21 21:07:23 +01:00
Shauren
fccf6fb72b
Core/Objects: Implemented vignettes
2024-03-09 00:54:27 +01:00
Shauren
5c59e2a248
Core/Database: Refactor MySQLConnection constructors and async thread creation
2023-12-14 17:00:58 +01:00
Jeremy
da0ec4f830
Core/Battleground: Rework BattlegroundScore ( #29438 )
2023-12-12 05:10:17 +01:00
Shauren
1eea1d11b1
Core: Update to 10.2.0
2023-11-09 13:33:26 +01:00
Shauren
e161874695
Core/Realms: Replaced hardcoded realm category list with Cfg_Categories.db2
2023-10-05 23:57:25 +02:00
Shauren
8efeb202a5
Core: Update to 10.1.7
2023-09-07 01:10:07 +02:00
Shauren
0cea730fa2
Core: Update to 10.1.5
2023-07-12 16:29:00 +02:00
Shauren
0fb8765a66
Core/Items: Item bonus generation improvements
...
* Pass ItemContext to item creation wherever possible
* Support scaling item levels with m+ keystone levels (not used currently)
* Fixed item link validation when client sends it as default uninitialized bonus list with context only
* Support scaling items depending on current active season (seasons not implemented)
* Implemented content tuning redirection
2023-06-17 16:29:59 +02:00
Shauren
16bc74667e
Core: Update to 10.1
2023-05-04 17:00:52 +02:00
Shauren
d78f08aa9e
Core/Chat: Implemented more chat link types
...
Closes #28946
2023-04-28 00:11:24 +02:00
Shauren
922f60fa25
Core: Update to 10.0.7
2023-03-22 00:08:20 +01:00
b37333c1d9
Core/Auras: Implemented SPELL_AURA_KEYBOUND_OVERRIDE ( #28809 )
...
Co-authored-by: MaxtorCoder <[email protected] >
Co-authored-by: Shauren <[email protected] >
2023-02-10 11:29:43 +01:00
Shauren
0cc5ab8372
Core/Players: Implemented new talent system
2022-12-16 22:44:55 +01:00
Shauren
e98e1283ea
Core: Updated to 10.0.2
2022-12-04 15:13:20 +01:00
4772c4817f
Core/Garrisons: Implement SMSG_GARRISON_OPEN_TALENT_NPC opcode ( #28256 )
...
Co-authored-by: ModoX <[email protected] >
Co-authored-by: Shauren <[email protected] >
2022-10-11 22:16:02 +02:00
Shauren
6c8ef045a5
Core/DataStores: Updated structures to 9.2.5
2022-06-02 00:48:57 +02:00
Ovahlord
209b90cfdd
Core/DBLayer: escape MySQL keywords in page_text, page_text_locale, broadcast_text and broadcast_text_locale select queries
...
(cherry picked from commit d4f71131f032ecc68545acd838de5a3ccfadc331)
(cherry picked from commit edcaac6c959e944dc6d6dc224666b832521412b4)
2022-03-09 15:30:23 +01:00
Shauren
7fbdd6473e
Core/DataStores: Updated db2 structures to 9.2.0
2022-02-25 11:40:20 +01:00
Giacomo Pozzoni
e9cf3828ba
Core/Spells: Implement SPELL_EFFECT_ACTIVATE_OBJECT. ( #23 ) ( #24997 )
...
* Core/Spells: Implement SPELL_EFFECT_ACTIVATE_OBJECT. (#23 )
Original research by @xvwyh.
* Add missing sql update
* Fix some build errors
* Remove unused enum values
* Change artkits from 0-4 to 0-3
* Remove unused code
* Code review feedback
* Fix sql
* Remove artkit4 special case handling
* Default initialize artKits
* Code review feedback
* Split sql into structure and data files
Co-authored-by: Warpten <[email protected] >
(cherry picked from commit 203573db83fb1d3f141b5aadbf1d1ca0a637bf94)
2022-01-23 15:17:54 +01:00
Shauren
f2bde40922
Core/DataStores: Load UnitCondition.db2
2022-01-14 20:10:16 +01:00
Shauren
ce794f3978
Core/Spells: Fixed ErrorCube spell missiles
...
(cherry picked from commit 3b5014fdae1b57add7fd204a9f9f10f3c2092b83)
2021-11-18 01:10:19 +01:00
Shauren
14b8d7d839
Core/PacketIO: Implemented splash screen opcodes
2021-11-12 21:53:40 +01:00
Shauren
4c2313a44b
Core/Misc: Re-generate HotfixDatabase.cpp
2021-11-08 23:08:33 +01:00
funjoker
3ce041e541
Misc: Update chr_races_locale field names too
2021-11-08 19:20:07 +01:00
funjoker
65aee484b9
Misc: Rename db2 fields to official name
2021-11-07 19:50:55 +01:00
Shauren
d52c00a8fe
Core/DataStores: Updated db2 structures to 9.1.5
2021-11-01 22:17:12 +01:00
funjoker
a54c51c362
Core/DB: Rename SoundEntriesID to SoundKitID in BroadcastText
...
This is the correct naming
2021-11-03 12:05:43 +01:00
funjoker
1e52f9fdf5
Core/DB: Fix AnimationData structure
2021-11-03 11:53:27 +01:00
Shauren
70a62c3978
Core/DataStores: Load CurrencyContainer, GarrMission, JournalEncounter, JournalEncounterSection, JournalInstance, JournalTier, KeystoneAffix, MapChallengeMode, MawPower and SoulbindConduitRank
2021-10-31 23:07:17 +01:00
ModoX
94b14e4f63
Core/Conversations: Dropped time fields and calculate them using db2 data ( #27151 )
2021-10-26 22:49:12 +02:00
Shauren
c59937a835
Core/DataStores: Fixed ItemSparse.db2 structure
...
Closes #27065
2021-10-15 21:32:36 +02:00