Micael Santana
39d7d49e6c
chore: update gitignore to better organize data assets
...
Refine gitignore rules for data directory to explicitly ignore all generated assets
while keeping specific tracked files like background image and CSVs
2025-12-07 08:09:27 -03:00
Micael Santana
87151da182
fix(character): handle undefined characterModelTransmogs array
...
Add checks for Array.isArray(charData.characterModelTransmogs) to prevent errors when the array is undefined
2025-12-07 08:08:48 -03:00
Micael Santana
2d78ecbf3c
fix(character): handle undefined characterModelTransmogs array
...
Add checks for Array.isArray(charData.characterModelTransmogs) to prevent errors when the array is undefined
2025-12-07 08:05:41 -03:00
Axel Cocat
a6001ee47a
fix: output realm as raw in urls
2025-08-27 19:42:09 +02:00
Yehonal
f37189e431
fix(docker-compose): add extra_hosts for host access and define ac-nework ( #43 )
...
* fix(docker-compose): add extra_hosts for host access and define ac-network
* fix(docker-compose): remove extra_hosts configuration for host access
2025-07-11 11:07:12 +02:00
Axel Cocat
2df1fad904
docs(README): remove bugged fetchdata script
2024-07-08 20:41:43 +02:00
Axel Cocat
13ae2e9b2d
fix: change default aowow url
2024-04-06 00:20:58 +02:00
Axel Cocat
f739a92e1e
fix(DataTablesSsp): clamp offset and limit values
2024-03-02 16:36:27 +01:00
Axel Cocat
5e868f9dad
Merge branch 'master' of github.com:r-o-b-o-t-o/azerothcore-armory
2024-02-02 18:34:54 +01:00
Axel Cocat
9801c03013
fix(CharacterController): add check for empty equipment
2024-02-02 18:34:37 +01:00
Axel Cocat
a1e5bb6712
docs(README): update Discord username
2023-08-26 17:13:50 +02:00
Axel Cocat
401e92eb70
style: fix typo
2023-08-05 00:48:16 +02:00
Axel Cocat
4f0f579028
docs(README): add build badge
2023-08-05 00:45:49 +02:00
Axel Cocat
f7be06074e
feat: arena ladder
2023-08-05 00:42:55 +02:00
Axel Cocat
ac6ca4c84e
v1.1.1
2022-06-27 23:52:56 +02:00
Axel Cocat
dc1af0802f
ci: fix npm ci ( #27 )
2022-06-27 23:43:46 +02:00
Axel Cocat
58ca06d1e0
feat: handle hidden transmog items ( #26 )
2022-06-27 23:25:28 +02:00
Axel Cocat
0e4fa65d3c
fix(character): fix mounts when wielding no weapons
2022-06-21 01:54:21 +02:00
Axel Cocat
e497ecb725
build: upgrade dependencies
2022-06-21 01:41:44 +02:00
Axel Cocat
6a847c8ccb
style: apply prettier
2022-06-21 01:28:22 +02:00
Axel Cocat
dda4aae6f6
fix(DbcReader): revert parsing
2022-06-21 01:28:04 +02:00
Axel Cocat
6116fea58e
fix(character/achievements): fix recent achievements sorting
2022-05-29 20:11:42 +02:00
Axel Cocat
a4c6586bd0
v1.1.0
2022-05-15 00:51:36 +02:00
Axel Cocat
980467f49f
fix(character): take tabard toggle into account when showing/hiding transmogs
2022-05-15 00:50:03 +02:00
Axel Cocat
0dd11a77f5
feat(character): list of transmog appearances
2022-05-15 00:46:43 +02:00
Axel Cocat
c95ad80e3f
Merge pull request #23 from r-o-b-o-t-o/fix/add-on-loads
2022-05-14 23:58:11 +02:00
Axel Cocat
11f13544c9
fix(character): fix setBackground error
2022-05-14 23:46:35 +02:00
Axel Cocat
f34edb0ea0
fix: run js scripts on window load
2022-05-14 23:14:33 +02:00
Axel Cocat
843d5f856c
chore(.dockerignore): fix logs ignore
2022-05-14 22:55:26 +02:00
Axel Cocat
905f1549fd
feat(character): add option to use the ZAM CDN for the model viewer assets ( #22 )
2022-05-14 22:19:21 +02:00
Axel Cocat
a98f9b4658
chore(package.json): update dependencies
2022-05-14 19:00:05 +02:00
Axel Cocat
72a1d3e402
chore(package.json): add missing eslint plugin
2022-05-14 18:48:47 +02:00
Axel Cocat
588b30c0ce
ci: add github workflows
2022-05-14 18:46:54 +02:00
Axel Cocat
bb6428955f
chore: add and apply eslint
2022-05-14 18:44:50 +02:00
Axel Cocat
7cd2748d33
feat(character): add transmog module compatibility ( #21 )
2022-05-14 16:39:31 +02:00
Axel Cocat
8b1d172690
feat(character): option to disable the 3d viewer ( #17 )
2022-05-07 17:50:41 +02:00
Axel Cocat
1156ceb17f
feat(character): colored item borders for quality ( #20 )
2022-05-07 17:33:42 +02:00
Axel Cocat
08009a575c
fix: character search duplicates because of account_access ( #19 )
2022-05-06 22:01:04 +02:00
Stefano Borzì
216904fd6e
chore: minor improvements in for cycle ( #18 )
2022-05-06 20:24:22 +02:00
Stefano Borzì
8331e4dd73
chore: apply prettier on all files ( #8 )
...
* chore: apply prettier on all files
* chore: add prettier npm script
* Update .prettierrc
Co-authored-by: Axel Cocat <ax.cocat@gmail.com>
* Update .prettierignore
Co-authored-by: Axel Cocat <ax.cocat@gmail.com>
* Update .prettierignore
Co-authored-by: Axel Cocat <ax.cocat@gmail.com>
* Update .prettierignore
Co-authored-by: Axel Cocat <ax.cocat@gmail.com>
* chore: apply prettier with new conf
* Revert "chore: apply prettier with new conf"
This reverts commit db2a04c03f .
* chore: apply prettier correctly
* chore: update .prettierignore
* chore: restore viewer.min.js minification
* chore: apply again prettier
Co-authored-by: Stefano Borzi <stefano.borzi@fedex.com>
Co-authored-by: Axel Cocat <ax.cocat@gmail.com>
2022-05-06 19:35:26 +02:00
Axel Cocat
fe21209817
fix(layout): add missing closing html tag
2022-05-06 14:25:51 +02:00
Axel Cocat
8906047a06
docs(README): fix typo
2022-04-14 11:44:47 +02:00
dependabot[bot]
43ccb61341
build(deps): bump moment from 2.29.1 to 2.29.2 ( #15 )
...
Bumps [moment](https://github.com/moment/moment ) from 2.29.1 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.2 )
---
updated-dependencies:
- dependency-name: moment
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-10 18:47:41 +02:00
dependabot[bot]
4062263e8d
build(deps): bump minimist from 1.2.5 to 1.2.6 ( #14 )
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-02 21:22:01 +02:00
Axel Cocat
6933e8ee86
feat: add FUNDING.yml
2022-03-21 00:33:27 +01:00
Axel Cocat
5b0ab5b118
v1.0.1
2022-03-21 00:30:53 +01:00
Axel Cocat
05f5cabf5c
docs(README): add demo link to top
2022-03-21 00:29:12 +01:00
Axel Cocat
91f3ec424a
fix(character): fix sheath type when mounted ( #5 )
2022-03-21 00:28:13 +01:00
Axel Cocat
af497b7ea6
fix(character): fix equipment slot icons size on mobile ( #4 )
2022-03-20 21:02:17 +01:00
Axel Cocat
2d672fd5ed
docs(README): fix issue links
2022-03-20 20:29:11 +01:00