Commit Graph

128 Commits

Author SHA1 Message Date
Andrew
368d7aa3e0 Fix text messages 2024-07-27 11:19:01 -03:00
Kitzunu
a8bef9cb9d Update Transmogrification.cpp 2024-07-19 15:52:48 +02:00
Kitzunu
bff3cd994a Merge pull request #153 from heyitsbench/structure-fix
Adjust creature queries for AC structure changes.
2024-06-17 17:49:24 +02:00
Benjamin Jackson
9acd3c5b48 Adjust query for structure changes. 2024-06-17 11:08:48 -04:00
Vulcan Shen
94d2bd1703 fix(transmogrification.cpp): zh_TW texts (#152)
update npc options zh_TW description
2024-05-21 16:22:15 +02: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
Stefano Borzì
08e9273fcd fix(cs_transmog.cpp): add null-check preventing crash (#145) 2024-03-25 17:25:21 +01:00
Axel Cocat
e70c5da3da feat: move SPELL_SUMMON_ETHEREAL_WARPWEAVER to config field (#144)
* feat: move SPELL_SUMMON_ETHEREAL_WARPWEAVER to config field

* style: move GetOption to be more in line with the .conf.dist order
2024-03-19 21:30:06 +01:00
Stefano Borzì
f984be398f feat: transmog plus pet (#141)
* feat: transmog plus pet

* chore: update code style based on standard, restore sql values

* refactor: improve code quality, remove unnecessary sql query
2024-03-13 16:59:48 +01:00
Stefano Borzì
c163d1dc50 feat: add transmog plus for legendary items + refactor (#140) 2024-03-06 20:18:17 +01:00
Stefano Borzì
a784284142 feat: enable specific quality item based on transmog plus subscription (#139) 2024-03-05 18:43:07 +01: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
Paul Lee
4ab50a0d4c Add support for localized item names (#134) 2023-09-27 17:13:55 -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
342eb6ebed misc: fix config (#131) 2023-09-17 23:46:23 -03:00
Sven Bledt
4b69717a05 fix(config): Missing entry (#130) 2023-09-17 23:41:53 -03: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
Stefano Borzì
21d63e8d72 Merge pull request #107 from ZhengPeiRu21/handednessOption
feat: Add option to disable mainhand/offhand checks
2023-02-01 20:38:14 +01:00
郑佩茹
74418db0d9 feat: Add option to disable mainhand/offhand checks 2023-01-30 17:48:50 -07:00
ZhengPeiRu21
b21f16e378 feat: Implement multiple AllowMixedWeaponType options (#106)
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com>
2023-01-26 04:39:03 -03:00
Stefano Borzì
8911478400 Merge pull request #104 from heyitsbench/patch-1
Correct some grammar and capitalization issues.
2022-10-04 23:05:50 +02:00
Benjamin Jackson
f3410f83af Update trasm_world_texts.sql 2022-10-04 16:04:52 -04:00
ZhengPeiRu21
915aa1672f fix: Support saving hidden items as part of transmog sets (#102) 2022-09-08 00:05:09 -03:00
ZhengPeiRu21
e576e69c8e fix: Correct access level required for sync command (#103) 2022-09-07 23:57:37 -03:00
Stefano Borzì
6b7cfb20df Merge pull request #101 from ZhengPeiRu21/crashFix3
Fix crash when performing RetroActive appearance check with invalid quest IDs
2022-09-03 20:43:45 +02:00
Rochet2
7485647bef Fix transmog migration
New insert was added without delete in 18d6acfb83
This adds the delete statement.
2022-09-03 10:37:47 +03:00
郑佩茹
0be628a3bc Fix crash when performing RetroActive appearance check with invalid quest IDs 2022-09-02 15:19:09 -06:00
ZhengPeiRu21
e20d44bce4 fix: Fix sync command params to avoid deprecated build warning (#99) 2022-08-30 15:09:56 -03:00
ZhengPeiRu21
18d6acfb83 feat: Add support for add-on sync command (#98) 2022-08-30 14:55:30 -03:00
M'Dic
765f656b9b Merge pull request #97 from ZhengPeiRu21/crashFix2
Crash fix when invalid item in collection database
2022-08-27 07:33:47 -04: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
Stefano Borzì
a381c75e3f Merge pull request #88 from ZhengPeiRu21/retroactiveAppearances
Correctly check rewarded quests instead of completed quests
2022-07-08 12:43:39 +02:00
郑佩茹
c808874ec2 Correctly check rewarded quests instead of completed quests 2022-07-07 15:42:45 -06:00
Stefano Borzì
bedc115b83 Merge pull request #87 from ZhengPeiRu21/retroactiveAppearances
Implement retroactive quest appearance collection
2022-06-25 10:33:56 +02: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
Stefano Borzì
576c76d27e Merge pull request #84 from Gozzim/commands-console-fixes
feat: commands available for console and when the player is offline
2022-06-16 17:41:53 +02:00
Gozzim
a54f127174 chore: CleanUp & Refactoring 2022-06-04 14:18:06 +02:00
Gozzim
48219cf358 fix: minor optimization 2022-05-31 00:16:12 +02:00
Gozzim
6389cceaea chore: remove unused method 2022-05-30 23:45:28 +02:00
Gozzim
bfc4d32c04 chore: replace query with charCache & various fixes 2022-05-30 23:31:41 +02:00
Gozzim
5ea075e554 fix: Fix for console commands of azerothcore/mod-transmog#83 2022-05-30 18:05:55 +02:00