aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2025-12-15generate docs for metadata componentsmat
2025-08-21add more profiling-related files to gitignoremat
2025-04-04remove executable bit from filesmat
2025-01-29change some warns to debugsmat
2024-12-11fix for latest nightly by changing the FixedBitSet generic to take bytes ↵mat
instead of bits
2024-11-23Update and merge the dependencies (#187)Shayne Hartford
* Add rust rover to .gitignore * Fold dependency feature lists * Sort dependencies alphabetically * Update dependencies * Upgrade dependencies * Comment out unused dependencies * Nightly is broken right now :) * Fix conflict with derive_more * cargo autoinherit to merge dependencies * Fix clippy lints
2023-12-17move config.toml to config_fast_buildsmat
2023-11-18simplify some codemat
2023-08-19Removed .vscode settings (#104)TheDudeFromCI
Signed-off-by: TheDudeFromCI <thedudefromci@gmail.com>
2022-11-12Pathfinder (#25)mat
Pathfinding is very much not done, but it works enough and I want to get this merged. TODO: fast replanning, goals that aren't a single node, falling moves (it should be able to play the dropper), parkour moves
2022-10-16Microsoft Authentication (#29)mat
* a * try to do more work on auth signing (untested) * well auth works when i remove the d= so * auth stuff * sessionserver stuff * add auth in azalea-protocol/client * caching* refreshing microsoft auth tokens isn't implemented yet, also i haven't tested it * how did i not notice that i had the code duplicated * fix cache * add refreshing msa token * replace some printlns with log::trace * auth works! * Update main.rs * fix clippy warnings
2022-05-24code-generator/libmat
2022-05-08add more stuffmat
2022-05-08Merge branch 'main' into chunk-decodingmat
2022-05-07fix gitignoremat
2022-05-07improve data generator and add packetmat
2022-05-07basic code generatormat
2022-05-03start adding bit storagemat
2022-04-30gitignore flamegraph stuffmat
2022-04-22simplify error handlingmat
2022-04-16Add doc to gitignoremat
2021-12-06Initial commitmat