Commit Graph

289 Commits

Author SHA1 Message Date
aadc9a919e chore: merge branch v0.2.0 into main 2025-02-21 23:18:30 -05:00
6fa586829c fix: exit on server disconnect
azalea currently seems to just block forever.
2025-02-21 23:15:41 -05:00
70c1a83eb2 feat(client): bring a few commands from v0.1.0 2025-02-21 23:04:52 -05:00
08b9fbbc1e chore: add basic readme 2025-02-21 22:33:57 -05:00
a4606e68e4 feat(client): add dimension field 2025-02-21 22:20:51 -05:00
ea7a370715 refactor: impl From for Vec3 2025-02-21 22:20:51 -05:00
6f0f3938a7 feat: add last few wrapped events 2025-02-21 22:20:51 -05:00
2f9e4f50cf refactor: convert to Player struct 2025-02-21 21:52:05 -05:00
bd6698c4b4 feat: add event listeners 2025-02-21 21:52:04 -05:00
c2da997b71 refactor: a few small efficiency improvements 2025-02-21 21:29:20 -05:00
aa27d9fd36 feat(lib): add distance function 2025-02-18 23:08:22 -05:00
324cb2d6d8 refactor(client): make more methods async 2025-02-18 23:08:22 -05:00
75d4a9c183 refactor(client): simplify usage with deref 2025-02-18 23:08:22 -05:00
93a2dda8c6 feat: accept more lua types for Vec3 and Direction 2025-02-18 23:08:22 -05:00
0303244897 refactor: remove redundant lua type wrappers 2025-02-18 23:08:21 -05:00
2cba4d797f fix(client): split long replies into multiple chunks 2025-02-18 23:08:21 -05:00
dde489a8ed refactor: random fixes and usage improvements 2025-02-17 22:52:33 -05:00
8f2fbf11da feat(client): add last few fields and methods 2025-02-17 15:50:41 -05:00
21cc1a5488 feat(client): add inventory manipulation wrappers 2025-02-17 15:50:41 -05:00
2373d6500e refactor: rename a few things 2025-02-17 12:00:46 -05:00
93348835ac chore(lua): add basic functions 2025-02-17 01:25:34 -05:00
fc5ff582c6 fix(client): clone client in async mut functions 2025-02-17 01:04:28 -05:00
8547ea04ab refactor(client): move fields into modules 2025-02-16 22:51:50 -05:00
c65682d273 feat(client): add pathfinder field 2025-02-16 22:27:58 -05:00
54c6b8c88f refactor(client/movement): wrap common pathfinder goals 2025-02-16 22:23:25 -05:00
d6abd3fd06 feat(client): add looking_at field 2025-02-16 22:09:39 -05:00
083dd7f707 feat(client): add mining methods 2025-02-16 22:06:32 -05:00
04b0bdd756 feat(client): add world interaction methods 2025-02-16 22:06:32 -05:00
8e89f8e9ea feat(client): add remaining miscellaneous fields and methods 2025-02-16 22:06:32 -05:00
2e1736af25 refactor: clean up locking and convert to async 2025-02-16 15:43:27 -05:00
1c7a6fde09 feat: add more lua event hooks 2025-02-16 15:12:16 -05:00
645483c98f refactor: clean up and restructure 2025-02-16 15:12:16 -05:00
c4702a74f2 refactor: unify scripting commands 2025-02-16 01:08:50 -05:00
5752e94ad2 feat: run http server to receive commands 2025-02-16 01:08:50 -05:00
a937db0be6 feat: add basic logging 2025-02-16 01:08:50 -05:00
4fa508ec81 feat: start work on 0.2.0 2025-02-16 01:08:49 -05:00
abe7c633b6 Mention rewrite 2025-02-15 22:22:34 -05:00
ErrorNoInternet
771057925d Run Matrix commands in a task 2023-02-23 17:47:14 +08:00
ErrorNoInternet
04cd440c50 Oxidize code 2023-02-23 16:59:55 +08:00
ErrorNoInternet
280c23f3e3 Remove processing message 2023-02-23 16:58:09 +08:00
ErrorNoInternet
90b8ad142a Add interact ranges 2023-02-23 16:57:51 +08:00
ErrorNoInternet
43c9168330 Fix interact bug 2023-02-22 20:50:45 +08:00
ErrorNoInternet
05b67b8a0d Fix interact bug 2023-02-22 20:35:57 +08:00
ErrorNoInternet
7ebe1e1a51 Fix interact bug 2023-02-22 19:42:12 +08:00
ErrorNoInternet
360e869f11 Add StopScript command 2023-02-21 20:57:16 +08:00
ErrorNoInternet
cfd3f8562b Update examples 2023-02-21 19:19:26 +08:00
ErrorNoInternet
cfa323f3e9 Add place block command 2023-02-21 19:16:47 +08:00
ErrorNoInternet
c420af5fcd Add LICENSE 2023-02-19 15:35:06 +08:00
ErrorNoInternet
f7a5995a62 Faster compile times 2023-02-10 19:30:33 +08:00
ErrorNoInternet
eb803635ec Update dependencies 2023-02-04 18:32:46 +08:00