Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/serialization #1802

Open
wants to merge 25 commits into
base: hikari
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
4fd9059
update translations manually to reset crowdin
creatorfromhell Jul 17, 2024
294b036
Merge branch 'hikari' of https://github.com/creatorfromhell/QuickShop…
creatorfromhell Jul 17, 2024
16670f4
Merge branch 'QuickShop-Community:hikari' into hikari
creatorfromhell Jul 18, 2024
38a735e
Merge branch 'QuickShop-Community:hikari' into hikari
creatorfromhell Jul 18, 2024
6a5b60f
Merge branch 'QuickShop-Community:hikari' into hikari
creatorfromhell Jul 21, 2024
c2a00f7
Merge branch 'QuickShop-Community:hikari' into hikari
creatorfromhell Aug 4, 2024
16aa240
Merge branch 'QuickShop-Community:hikari' into hikari
creatorfromhell Aug 11, 2024
842d48d
Merge branch 'QuickShop-Community:hikari' into hikari
creatorfromhell Aug 19, 2024
31887e3
Update typo in worldguard compatibility.
creatorfromhell Aug 24, 2024
2e28bb4
Merge branch 'QuickShop-Community:hikari' into hikari
creatorfromhell Aug 24, 2024
9cb344e
Merge branch 'QuickShop-Community:hikari' into hikari
creatorfromhell Aug 25, 2024
165ac08
Remove outdated platform spec.
creatorfromhell Aug 25, 2024
32ba26d
Merge branch 'QuickShop-Community:hikari' into hikari
creatorfromhell Aug 25, 2024
857a385
Merge branch 'QuickShop-Community:hikari' into hikari
creatorfromhell Aug 30, 2024
c2a0d28
Merge branch 'QuickShop-Community:hikari' into hikari
creatorfromhell Sep 29, 2024
cb3a3b8
Merge branch 'QuickShop-Community:hikari' into hikari
creatorfromhell Sep 29, 2024
994383a
Merge branch 'QuickShop-Community:hikari' into hikari
creatorfromhell Nov 2, 2024
4b3c1c3
Start fully implementing encoded column to overhaul serialization of …
creatorfromhell Nov 2, 2024
60f590f
Start fully implementing encoded column to overhaul serialization of …
creatorfromhell Nov 2, 2024
7d56d5c
Adjust grief protection to not go through all chunks.
creatorfromhell Nov 13, 2024
031b3d9
Adjust ARM compat.
creatorfromhell Nov 13, 2024
66886a3
Remove unused compat projects.
creatorfromhell Nov 13, 2024
cfcd544
Remove classes that are no longer used.
creatorfromhell Nov 13, 2024
57353a7
Update H2 Library in libraries.maven, fix /qs list page argument pars…
creatorfromhell Nov 22, 2024
7593ccf
Finish some updates to revamped serialization.
creatorfromhell Dec 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -118,3 +118,4 @@ run/
/${rootDir}/build-artifacts/quickshop-hikari-6.2.0.7-shaded.pom
/${rootDir}/build-artifacts/quickshop-hikari-6.2.0.7-shaded-sources.pom
/${rootDir}/build-artifacts/quickshop-hikari-6.2.0.7-shaded-test-sources.pom
.paper-nms/
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ public void onCommand(final Player sender, @NotNull final String commandLabel, @
quickshop.text().of(sender, "not-a-number", parser.getArgs().get(1)).send();
return;
}
page = Integer.parseInt(parser.getArgs().get(2));
page = Integer.parseInt(parser.getArgs().get(1));
}
lookupOther(sender, parser.getArgs().get(0), page);
} else {
85 changes: 0 additions & 85 deletions addon/webui/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions addon/webui/src/main/resources/config.yml

This file was deleted.

7 changes: 0 additions & 7 deletions addon/webui/src/main/resources/plugin.yml

This file was deleted.

113 changes: 0 additions & 113 deletions compatibility/advancedchests/.gitignore

This file was deleted.

Loading