aboutsummaryrefslogtreecommitdiff
path: root/azalea-language/src/lib.rs
AgeCommit message (Collapse)Author
2025-12-15write/update docs for several itemsmat
2025-09-29azalea_language::STORAGE shouldn't have been publicmat
2025-04-04remove executable bit from filesmat
2025-02-23azalea-language now does a binary search instead of a hashmap lookupmat
2025-02-23minor memory usage optimizationsmat
2024-11-27replace once_cell with std:;sync::LazyLockmat
2024-10-26group imports with rustfmtmat
2023-01-30have docs for all cratesUbuntu
2023-01-05Fix binary compilation (#53)Shayne Hartford
* Fix binary compilation * Unnecessary reference
2022-12-08wrap_comments = truemat
2022-11-19Replace lazy_static with once_cell::sync::Lazy (#43)mat
* Remove lazy_static in azalea-chat * replace lazy_static with once_cell everywhere * fix * fix import * ignore a clippy warning in shape codegen
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-11-11fix docsmat
2022-05-14remove some printlnsmat
2022-05-08actually actually fixmat
2022-05-08fix the fixmat
2022-05-08fix saving being slowmat
2022-05-08azalea-chat now checks language filesmat