aboutsummaryrefslogtreecommitdiff
path: root/azalea-brigadier/tests
AgeCommit message (Collapse)Author
10 daysazalea-brigadier now allows commands to return a Resultmat
2025-12-28Change Client::component to return a reference (#298)mat
* change Client::component to return a reference * write docs * merge main * remove unused parking_lot feature
2025-12-15sort derives with cargo sort-derivesmat
might add to ci later, unsure how to do it without adding significant friction for contributors though
2025-12-11enable str_to_string clippy lintmat
2025-06-27typosmat
2025-05-30fix clippy issues and improve formatting everywheremat
2025-05-30make fixedbitset require generic const exprs again :3mat
2025-05-30implement missing brigadier features and cleanup some moremat
2025-05-28add support for custom suggestions in azalea-brigadier and cleanup a bitmat
2025-04-25update to bevy 0.16mat
2025-04-04remove executable bit from filesmat
2025-02-22update to rust edition 2024mat
2024-12-04Update Bevy and migrate to workspace dependencies and package attributes (#181)EightFactorial
* Use workspace `Cargo.toml` for dependencies and package atributes * Fix a couple clippy warnings * Update bevy, update build script, move deps to workspace, and fix clippy warnings * Remove carrots from crate versions The default behavior is the same * Remove unused dependencies Compiles and all tests pass, so it should be fine * Update codegen to use `std::sync::LazyLock` instead of `once_cell::sync::Lazy` * Update Bevy to `0.15.0-rc.3` Surprisingly little needed to be changed * Update to bevy 0.15.0 * Fix leftover merge issues * Clarify the reason the swarm can't connect * Fix duplicate lint, remove `log` dependency
2024-05-09Add a brigadier example for use inside a bevy App (#146)EightFactorial
2023-10-12brigadier suggestionsmat
closes #109
2023-10-12less Arc<S> in brigadiermat
2023-10-12brigadier usagesmat
2023-10-01start adding brigadier suggestionsmat
2023-08-25add basic pathfinding testmat
2023-05-07more brigadier docsmat
2023-05-05CommandDispatcher is now Send+Syncmat
2023-05-05change some things to be Arc+RwLock in brigadiermat
2022-10-27use variables directly in format stringsmat
thanks clippy we love you
2022-04-22simplify error handlingmat
2022-04-18move tests into tests directorymat
2022-04-17Fix clippy issues and add a couple tests to dispatchermat
2022-01-13aUbuntu
2022-01-09string readermat
2022-01-03create all empty brigadier modulesmat