aboutsummaryrefslogtreecommitdiff
path: root/azalea-brigadier
AgeCommit message (Expand)Author
2023-05-17chore: Releasemat
2023-05-16chore: Releasemat
2023-05-16chore: Releasemat
2023-05-16format some Cargo.tomlsmat
2023-05-12fix warningsmat
2023-05-07more brigadier docsmat
2023-05-07more brigadier argument typesmat
2023-05-05fix CommandDispatcher::defaultmat
2023-05-05CommandDispatcher is now Send+Syncmat
2023-05-05change some things to be Arc+RwLock in brigadiermat
2023-05-05remove more unnecessary brigadier cloning!mat
2023-05-04remove unnecessary clones in brigadiermat
2023-05-04export brigadier from azaleamat
2023-02-09chore: Releasemat
2023-02-04Use an ECS (#52)mat
2023-01-30have docs for all cratesUbuntu
2023-01-25replace some string ranges with function equivalentsUbuntu
2023-01-21clippymat
2022-12-09(cargo-release) version 0.5.0Ubuntu
2022-12-09(cargo-release) version 0.5.0Ubuntu
2022-12-09(cargo-release) version 0.5.0Ubuntu
2022-12-08wrap_comments = truemat
2022-12-06Complete ClientboundCommand{Suggestion}sPacket, Serde support for NBT Tags (#49)EightFactorial
2022-11-19chore: Releasemat
2022-11-12Pathfinder (#25)mat
2022-10-30chore: Releasemat
2022-10-30add "repository" field to all cratesmat
2022-10-27use variables directly in format stringsmat
2022-10-17refactor: remove println statements (#31)Sculas
2022-10-17(cargo-release) version 0.2.0Ubuntu
2022-10-02All block shapes & collisions (#22)mat
2022-09-05Publish everything* to crates.iomat
2022-08-29Physics (#11)mat
2022-08-22add suggestions in azalea-brigadierUbuntu
2022-07-31clippo the sequelmat
2022-04-22simplify error handlingmat
2022-04-18move tests into tests directorymat
2022-04-18move `parsers` into `arguments`mat
2022-04-18change a BTreeMap to a HashMapmat
2022-04-18split stuff into more modulesmat
2022-04-18general cleanupmat
2022-04-18fix issues with clippymat
2022-04-18remove temporary commentsmat
2022-04-18add find_nodemat
2022-04-18add get_pathmat
2022-04-18add more testsmat
2022-04-17forking stuffmat
2022-04-17simplify the <S> generic so it's not an Rcmat
2022-04-17Implement working redirectsmat
2022-04-17Change ArgumentBuilder to have a CommandNodemat