Konicai
19bbfb1e24
Log cause of CommandExecutionException in fabric's default exception handler ( #466 )
2023-09-09 00:17:56 -07:00
Jason Penilla
897eafba79
fix(fabric): avoid pottery pattern registry overriding default string parser for annotations
2023-09-09 00:17:56 -07:00
zml
53cab95e48
fabric: 1.19.4 ( #430 )
2023-03-16 10:07:27 -07:00
Jason Penilla
4e02686a1f
Update loom to 1.1 & move fabric-permissions-api to modApi to match pre-loom 1.1 behavior of it being on the compile classpath for consumers
2023-02-21 21:10:24 -07:00
Jason
99d388b708
Deprecate argument newBuilder methods and add builder methods to align with newer arguments ( #419 )
2022-12-13 11:13:00 -07:00
zml
59c5a8310c
build: update build-time dependencies, address new warnings ( #413 )
...
* build: update build-time dependencies, address new warnings
* build: switch to central repo declaration, remove redundant repositories
* build: use spotless predeclaration, more task avoidance on kotlin modules
2022-12-13 11:13:00 -07:00
Jason Penilla
86b76b91c7
Remove fabric gradle.properties
...
Issue should be patched in quiet-loom now
2022-12-13 11:13:00 -07:00
Jason Penilla
acc34d338e
caching=false
2022-12-13 11:13:00 -07:00
Jason Penilla
5bb102a721
Attempt to work around loom bug with shadow fields
2022-12-13 11:13:00 -07:00
Jason
7777a85d41
cloud-fabric: Update for Minecraft 1.19.3 ( #411 )
...
This also removes support for older versions (1.19-1.19.2)
Co-authored-by: zml <zml@stellardrift.ca>
2022-12-13 11:13:00 -07:00
Jason
eca81f7372
Improve FilteringCommandSuggestionProcessor and adjust default filters ( #410 )
2022-12-13 11:13:00 -07:00
Pablo Herrera
6c026f994b
Add option to allow flags anywhere after last literal argument ( #395 )
2022-12-13 11:13:00 -07:00
Jason Penilla
c9d0040596
Update license
2022-12-13 11:13:00 -07:00
Jason Penilla
2f46b0c71d
build: update loom
2022-12-13 11:13:00 -07:00
Alexander Söderberg
296539d56c
chore(core): deprecate prefixed accessors/mutators in CommandManager ( #377 )
...
chore(core): deprecate prefixed accessors/mutators in CommandManager.java
All prefixed (actual) getters/setters in CommandManager have been deprecated, and non-prefixed alternatives have been introduced. I've also put some effort into improving the JavaDocs of these methods.
2022-06-18 22:52:58 -07:00
Citymonstret
89ec3fbf29
chore: make code style consistent
2022-06-18 22:52:58 -07:00
zml
63f2c9299f
fabric: Support 1.19 ( #356 )
...
Co-authored-by: Jason Penilla <11360596+jpenilla@users.noreply.github.com>
2022-06-18 22:52:58 -07:00
Jason Penilla
21aa30eab7
Switch plugin application order on fabric module
...
Fixes natives download on macOS by allowing loom to put mojang's repo first
2022-06-18 22:52:58 -07:00
zml
ed7b7569a8
build: switch to spotless ( #355 )
...
* build: switch to spotless
add in some other basic formatting steps that allow for easy
auto-correction
* build: lint text files as well
* chore: remove license headers from package-info files
spotless can't verify these
2022-06-18 22:52:58 -07:00
Jason Penilla
eae247954f
build and publishing updates
2022-06-18 22:52:58 -07:00
Jason Penilla
e30d79d342
update gradle plugins
2022-02-28 13:57:35 -07:00
Jason Penilla
708d11854e
Fix import order
2021-12-02 02:04:43 -08:00
Jason Penilla
9dc4e87fa8
Use typesafe dependency accessors
2021-12-02 02:04:43 -08:00
Jason Penilla
2bf8d0f709
fabric: Update loom
2021-12-02 02:04:43 -08:00
Jason Penilla
1b52e8c3bd
Update errorprone
2021-12-02 02:04:43 -08:00
Jason Penilla
ed6cbf3bbf
build/fabric: Publish Javadoc jar
2021-07-05 03:23:21 -07:00
Jason Penilla
cd6fe0e120
build/fabric: Use Quiet Fabric Loom
2021-07-05 02:56:06 -07:00
Jason Penilla
e22b75fe86
build/fabric: Update loom to 0.8-SNAPSHOT
2021-07-05 02:56:06 -07:00
zml
1d2d5d373d
fix loom being broken
2021-07-05 02:56:06 -07:00
Jason Penilla
f7b7b93251
Various minor cleanup
2021-07-05 02:56:06 -07:00
Jason Penilla
8460284ea0
fabric: Remove get prefixes from new methods
2021-07-05 02:56:06 -07:00
Jason Penilla
9692593095
fabric: Fix line length violations
2021-07-05 02:56:06 -07:00
Jason Penilla
28821b5ff1
fabric: Remap to Mojang names
2021-07-05 02:56:06 -07:00
jmp
ab86332990
fabric: General cleanup and javadoc improvements
2021-07-05 02:56:06 -07:00
broccolai
4957a23e5d
Fix todo
2021-07-05 02:56:06 -07:00
broccolai
950d69ac5c
Initial work
2021-07-05 02:56:06 -07:00
Jason
c9ac39ed26
Update build scripts for Gradle 7 ( #247 )
...
* fabric: Update Loom to 0.7-SNAPSHOT
* Update to Gradle 7
Switch to CadixDev/licenser
The plugin we were using before does not support Gradle 7, and hasn't been updated in over a year.
* Remove `jcenter()` references
* Move to new JDA repo and bump version
* Use setup-java v2 and Adopt JDK 16 in gh actions
* build: Temporarily add Incendo repo for plugin resolution
Allows building until licenser has a new release
* Import indra plugin classes instead of string applies
* remove space
Co-authored-by: broccolai <me@broccol.ai>
2021-07-05 02:56:06 -07:00
broccolai
2a4c29267c
Use default descriptions and others
2021-07-05 02:56:06 -07:00
jmp
05bf533419
fabric: Use lockRegistration instead of calling transitionOrThrow to lock registration
2021-07-05 02:56:06 -07:00
jmp
fd9a819e30
fabric: Update Loom to 0.7-SNAPSHOT
2021-07-05 02:56:06 -07:00
jmp
dbb293017a
fabric: Add missing dependency to fabric.mod.json
2021-07-05 02:56:06 -07:00
zml
900335df8b
fabric: Catch late command manager instantiation ( #245 )
...
This would previously result in command registration silently failing,
since commands are registered before the server starts.
2021-07-05 02:56:06 -07:00
jmp
ab615127b9
Remove todos
2021-07-05 02:56:06 -07:00
jmp
e98ae06594
fabric: remove redundant @Unique
2021-07-05 02:56:06 -07:00
jmp
0d5c2b0b65
fabric: fix checkstyle issues
2021-07-05 02:56:06 -07:00
jmp
246fa8bc1c
fabric: add missing since tags
2021-07-05 02:56:06 -07:00
jmp
1409b91db0
fabric: add some pre-built predicate permissions for the client command manager
2021-07-05 02:56:06 -07:00
jmp
9e9a9d79d8
fabric: use interfaces for entity selectors
2021-07-05 02:56:06 -07:00
jmp
69b2e52e49
fabric: fix javadoc on @Center annotation, add myself to fabric.mod.json
2021-07-05 02:56:06 -07:00
jmp
427842cade
fabric: implement location argument types
2021-07-05 02:56:06 -07:00