1
Fork 0
Commit graph

24 commits

Author SHA1 Message Date
93e08d1159
mod compatibility 2023-12-27 22:09:04 -06:00
e52be9c428
more logs, fixed off by one error & added early exit to fell 2023-12-26 22:49:19 -06:00
9859f64d65
switched to a hashmap instead of an RTree
I haven't formally benchmarked it but I managed to mine half a chunk
with a total of 2s of cpu time
2023-12-26 00:09:25 -06:00
8adcfdea38
fix the fact that I barely use any memory (in progress) 2023-12-25 22:04:58 -06:00
48d7ea164d
disabled telemetry
made pathing a blocking task
2023-12-25 20:27:22 -06:00
36cdf9387f
logic error removal (partial) 2023-12-25 15:42:47 -06:00
1b60bd74d7
filtered out some log bloat 2023-12-25 13:34:34 -06:00
645744e08c
switched to tracing 2023-12-24 23:36:11 -06:00
4c9fab0ed7
task work
there is currently a bug where multiple tasks are getting scheduled on
the same turtle, to disastrous effect.
2023-12-23 18:51:22 -06:00
2378e9a846
automatic arbor 2023-12-22 22:31:16 -06:00
4c75d7e451
stop searching after a million checks 2023-12-22 20:12:26 -06:00
5b858f3d3b
path tuning (in the wrong direction perhaps) 2023-12-22 19:23:25 -06:00
058e12ef23
removed trait tasks 2023-12-22 09:51:14 -06:00
2e4e805ed4
mining tweaks 2023-12-21 22:38:48 -06:00
7d2d85169f
dfs on ore find & ignore fluids in pathfinding 2023-12-20 23:27:23 -06:00
69e7d20df1
averted turtle deadlock with liberal use of smart pointers 2023-12-20 00:18:05 -06:00
25322aab0e
fixed digging 2023-12-19 18:13:08 -06:00
7bfed6d8af
async fn pathing works 2023-12-19 17:16:50 -06:00
c4e1096588
route to facing 2023-12-19 12:00:39 -06:00
9be02c161d
world interior mutability 2023-12-19 09:59:08 -06:00
b7e33ae057
message passing 2023-12-18 09:10:25 -06:00
e01ef3d10d
factored out Vec3 2023-12-17 16:03:10 -06:00
93f7befa7a
cargo fmt 2023-12-17 15:46:42 -06:00
93dc487750
factored out turtle and safe_kill modules 2023-12-17 15:44:36 -06:00