1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 23:44:38 +00:00
Commit graph

12 commits

Author SHA1 Message Date
mat
6b0fe5bf63 group imports with rustfmt 2024-10-26 05:29:26 +00:00
2539f948c7 have docs for all crates 2023-01-30 22:05:18 +00:00
Shayne Hartford
fc88dabd95
Fix binary compilation (#53)
* Fix binary compilation

* Unnecessary reference
2023-01-05 14:31:25 -06:00
mat
70e2dfed16 wrap_comments = true 2022-12-08 18:39:35 -06:00
mat
619984fa33
Replace lazy_static with once_cell::sync::Lazy (#43)
* 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-19 15:21:54 -06:00
mat
6eee543a33
Pathfinder (#25)
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-12 23:54:05 -06:00
mat
981105b2c0 fix docs 2022-11-11 20:01:54 -06:00
mat
7c194fb245 remove some printlns 2022-05-14 11:20:33 -05:00
mat
122693a654 actually actually fix 2022-05-08 19:19:20 -05:00
mat
718bea8696 fix the fix 2022-05-08 19:02:01 -05:00
mat
a3e26b38bd fix saving being slow 2022-05-08 19:00:51 -05:00
mat
7c742347a7 azalea-chat now checks language files 2022-05-08 18:38:22 -05:00