Andrew
d291297799
refactor: Move handling of memberships to PlayerSettings() ( #175 )
2024-09-07 07:54:18 -03:00
Stefano Borzì
3b7bac8723
feat: add sorting feature and related conf ( #174 )
...
* feat: add sorting feature and related conf
* fix: optimize sort feature
* Update src/transmog_scripts.cpp
2024-09-07 07:17:06 -03:00
Andrew
190aed53bf
fix: Fix the transmog pet not working with the new vendor interface ( #169 )
2024-08-26 00:52:50 -03:00
Ceikry
1281c9bd46
Vendor Interface and Code Cleanup ( #166 )
...
* Decent refactor, add option to charge for hide item, add option to use vendor interface
* Add custom items for hide/clear item buttons in Vendor interface
* Address pre-existing bug where misc weapons/weapons without subclass skill requirements would not show up
2024-08-25 07:19:09 -03:00
Kitzunu
f9fbf9e74c
Update transmog_scripts.cpp
2024-08-10 21:52:58 +02:00
Kitzunu
6b38ece51e
Merge branch 'master' of https://github.com/azerothcore/mod-transmog
2024-08-10 17:45:14 +02:00
Kitzunu
eee867e7ba
Update transmog_scripts.cpp
2024-08-10 17:45:13 +02:00
woahscam
5146f19c59
Fix to the fix of added appearance message ( #156 )
...
This fixes a previous committed fix relating to the added appearance message.
2024-08-05 16:02:08 -03:00
Andrew
368d7aa3e0
Fix text messages
2024-07-27 11:19:01 -03:00
Anton Popovichenko
a21dac36ea
Use new unit hooks to optimize BuildValuesUpdate ( #146 )
...
* Use new unit hooks to optimize BuildValuesUpdate
* Parameter not used
* Address code review feedback
---------
Co-authored-by: Pagani Walter <paganiwalter@gmail.com >
2024-04-05 23:17:42 +02:00
Paul Lee
cd8989155e
Add support for localized item names ( #136 )
...
* Add support for localized item names
* Add support for localized item names
2023-10-26 23:49:38 +02:00
Stefano Borzì
97eb89bc73
fix: add null-check for target var in transmog_scripts.cpp ( #137 )
2023-10-08 11:22:09 -03:00
KJack
44dca16e00
Adds checkto OnLootItem() to ensure that the pointer is still valid. ( #123 )
2023-09-20 21:55:06 +02:00
Skjalf
044f7c0706
feat: Implement the transmog portable command ( #129 )
2023-09-17 20:41:07 -03:00
Alejandro Moreno
78529997ac
Local languages ( #128 )
...
* set local languages
* Update Transmogrification.cpp
* Update transmog_scripts.cpp
* fix zhTW translate
* Update transmog_scripts.cpp
2023-08-08 21:01:20 -03:00
Winfidonarleyan
e6fd023ade
fix(Build): add missing db includes ( #127 )
2023-07-08 20:34:20 +07:00
ZhengPeiRu21
915aa1672f
fix: Support saving hidden items as part of transmog sets ( #102 )
2022-09-08 00:05:09 -03:00
郑佩茹
0be628a3bc
Fix crash when performing RetroActive appearance check with invalid quest IDs
2022-09-02 15:19:09 -06:00
郑佩茹
ac126ec540
Crash fix when invalid item in collection database
2022-08-26 21:59:50 -06:00
ZhengPeiRu21
06d7c88c4d
feat: Do not show appearance added message for items that cannot ever be transmogged ( #91 )
2022-08-26 15:57:00 -03:00
ZhengPeiRu21
59cd8dc8b7
feat: Implement Search feature for transmogs ( #93 )
2022-08-26 15:56:35 -03:00
ZhengPeiRu21
fead45b93c
Fix crash when displaying Mirror Image with hidden transmogs ( #94 )
...
* Fix crash when displaying Mirror Image with hidden transmogs
* brackets
Co-authored-by: Nefertumm <nefertum.dev@protonmail.com >
2022-08-01 01:49:20 -03:00
ZhengPeiRu21
4be33942f9
refactor: Performance optimization in retroactive appearances check ( #90 )
2022-07-12 08:42:35 -03:00
郑佩茹
c808874ec2
Correctly check rewarded quests instead of completed quests
2022-07-07 15:42:45 -06:00
郑佩茹
eeec569636
Correct completed quest status value
2022-06-24 18:51:40 -06:00
郑佩茹
343fa0055e
Implement retroactive quest appearance collection
2022-06-24 18:45:04 -06:00
Benjamin Jackson
37d1c45b0c
feat: Add config option to allow adding tradeable/refundable items to appearance collection. ( #86 )
2022-06-22 11:24:45 -03:00
ZhengPeiRu21
95d9af69dc
feat: Implement Hidden Transmog option ( #79 )
2022-05-23 15:53:03 -03:00
ZhengPeiRu21
4885215203
feat: Implement Appearance Collection Cache ( #80 )
...
* Implement Appearance Collection cache
* Do not add item to Appearance collection if it has BoP Tradable flag
* Do not add item to Appearance collection if it has Refundable flag
* Remove redundant include
2022-05-23 05:23:00 -03:00
Skjalf
ab8d495d95
fix: Crash on item loot
2022-04-05 09:58:16 -03:00
郑佩茹
ef56bafa64
Fix more missing override annotations
2022-03-10 08:43:19 -07:00
郑佩茹
a18e4adcba
Fix override annotations
2022-03-08 14:08:00 -07:00
郑佩茹
789c09d642
Use async SQL queries
2022-03-03 16:42:38 -07:00
郑佩茹
75343d4611
Merge branch 'appearanceCollection' of https://github.com/ZhengPeiRu21/mod-transmog into appearanceCollection
2022-03-03 16:22:13 -07:00
郑佩茹
aabe9eaf13
Use correct slot for paging
2022-03-03 16:21:58 -07:00
ZhengPeiRu21
27b97d1742
Use account ID instead of player ID
...
Co-authored-by: Axel Cocat <ax.cocat@gmail.com >
2022-03-03 12:38:11 -07:00
郑佩茹
2f9a3c4d41
Do not show appearance added message to players who have transmog disabled
2022-03-02 16:35:33 -07:00
郑佩茹
75c7847824
More paging improvements and additional item collection hooks
2022-03-02 15:30:26 -07:00
郑佩茹
463eae76aa
Implement Previous Page button
2022-03-02 09:14:00 -07:00
郑佩茹
03178103b0
Implement Appearance Collection system
2022-02-24 15:55:46 -07:00
Nefertumm
2ed6bd9810
Fix: build
2022-02-05 17:24:58 -03:00
Winfidonarleyan
b2087c8d08
feat(DBLayer): add support new db api
2022-02-02 06:41:31 +07:00
Axel Cocat
42a3e86f44
fix(transmog_scripts): fix CanBeSeen ( #66 )
2022-01-26 20:54:21 -03:00
acidmanifesto
8c1e569159
added missing override
2022-01-13 14:09:36 -05:00
Francesco Borzì
66b4d33172
fix(build): add missing override
2022-01-13 15:20:08 +01:00
Kitzunu
2fac106cea
fix(build): #63
2022-01-13 14:57:20 +01:00
Skjalf
f8e65ac3cd
feat: Implement optional transmogs ( #62 )
...
* feat: Implement optional transmogs
* logic
* Enable disabling transmog
* Update transmog.conf.dist
* Hide the npc if transmog is off
2022-01-11 13:27:54 -03:00
Kargatum
eb62c1e0f2
feat(Cmake): add support new script loader api ( #49 )
2021-07-26 02:12:15 +07:00
Kargatum
9ff36b8318
chore(Misc): add support new db api ( #45 )
2021-06-22 15:19:42 +07:00
UltraNix
f8b8ec39e6
ObjectGuid: Part I. ( #44 )
...
Co-authored-by: UltraNix <ultranix@gmail.com >
2021-04-25 23:48:27 +02:00