Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
20e9495
refactor: prepare to merge with folkbe
leaftail1880 Feb 18, 2026
00025b4
fix: migrate to direct imports instead of lib
leaftail1880 Feb 19, 2026
16c9352
fix: migrate to direct imports instead of lib
leaftail1880 Feb 19, 2026
463d742
fix: update to 1.21.124
leaftail1880 Feb 19, 2026
e61a886
frmat
leaftail1880 Feb 19, 2026
8a73d54
refactor: finish moving new code from folkbe
leaftail1880 Feb 19, 2026
aea278c
feat: new chat
leaftail1880 Feb 19, 2026
da5cba7
fix: enable disabled things in region
leaftail1880 Feb 19, 2026
8a6b26b
fix
leaftail1880 Feb 19, 2026
4fcd2a8
a
leaftail1880 Feb 19, 2026
a832c05
refactor: make it start
leaftail1880 Feb 20, 2026
5363616
refactor: make it start
leaftail1880 Feb 20, 2026
276afe0
fix: region loading
leaftail1880 Feb 20, 2026
ba18219
fix: chat close
leaftail1880 Feb 20, 2026
b5987f2
perf: optimize by 50x
leaftail1880 Feb 20, 2026
b0ce544
chore: delete leaderboard.ts
leaftail1880 Feb 21, 2026
87f9989
feat: more standartized lib
leaftail1880 Feb 22, 2026
b848519
rm
leaftail1880 Feb 22, 2026
ca9bd6c
chore: migrate to building from root repo
leaftail1880 Feb 23, 2026
9bf414a
update to 1.21.124
leaftail1880 Feb 23, 2026
544e044
нуы
leaftail1880 Feb 23, 2026
fd3fbb0
update 5 files
leaftail1880 Feb 23, 2026
17360ba
update src/index.ts
leaftail1880 Feb 24, 2026
6439148
uhh rm deps
leaftail1880 Feb 24, 2026
ec2f4e0
fix build
leaftail1880 Feb 24, 2026
6836f69
fff
leaftail1880 Feb 24, 2026
fcf4232
aaaa
leaftail1880 Feb 24, 2026
7edf92e
AAAAAAAAAAAAAA
leaftail1880 Feb 24, 2026
52ad184
delete 1 file and update 1 file
leaftail1880 Feb 25, 2026
35b3e27
aaaaa
leaftail1880 Feb 25, 2026
827077d
update loader.ts
leaftail1880 Feb 25, 2026
0faca29
update Dockerfile, minearea.ts and loader.ts
leaftail1880 Feb 25, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
73 changes: 0 additions & 73 deletions .github/workflows/cd-scripts.yml

This file was deleted.

12 changes: 1 addition & 11 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,4 @@ coverage
.env.sentry-build-plugin
manifest.json
scripts

# Yarn
node_modules
yarn-error.log
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
node_modules
7 changes: 0 additions & 7 deletions .qlty/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions .qlty/configs/.yamllint.yaml

This file was deleted.

109 changes: 0 additions & 109 deletions .qlty/qlty.toml

This file was deleted.

10 changes: 0 additions & 10 deletions .vscode/extensions.json

This file was deleted.

23 changes: 0 additions & 23 deletions .vscode/launch.json

This file was deleted.

13 changes: 0 additions & 13 deletions .vscode/settings.json

This file was deleted.

9 changes: 0 additions & 9 deletions .yarn/plugins/@yarnpkg/plugin-after-install.cjs

This file was deleted.

6 changes: 0 additions & 6 deletions .yarnrc.yml

This file was deleted.

12 changes: 12 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
FROM busybox

WORKDIR /build

COPY scripts scripts
COPY functions functions
COPY items items
COPY entities entities
COPY structures structures
COPY manifest.json manifest.json

CMD [ "cp", "-r", "/build/*", "/target/" ]
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export default ts.config(
'src/lib/lang/**',
'src/test/__mocks__/**',
'coverage/**',
'.yarn/**',
],
},
{ plugins: { tr }, rules: { 'tr/tr': I18N ? 'error' : 'off', 'tr/export-boundaries': 'error' } },
Expand All @@ -37,6 +36,7 @@ export default ts.config(
'no-empty': 'off',
'no-console': 'off',
'no-undef': 'off',
'no-var': 'off',
'prefer-const': 'warn',
'lines-between-class-members': 'off',
'@typescript-eslint/no-explicit-any': 'off',
Expand Down
Binary file removed pack_icon.png
Binary file not shown.
Loading