83 Commits

Author SHA1 Message Date
88b5355054
build(deps)!: update azalea and fix ecs changes 2025-05-10 11:04:35 -04:00
505b1a26af
build(deps)!: update azalea and refactor go_to 2025-04-16 02:14:19 -04:00
f9495a36f2
refactor: cargo clippy improvements 2025-04-15 12:37:44 -04:00
33838e5aed
refactor(client): remove redundant mut's 2025-04-12 12:34:05 -04:00
709b4a1d0d
feat(lua/matrix): allow sending html messages 2025-03-24 20:20:56 -04:00
4da563ae0e
style: set group_imports rustfmt option 2025-03-24 16:55:06 -04:00
228b3e3e54
refactor: expand a few variable names 2025-03-20 18:32:07 -04:00
c9a5640436
feat(item_stack): add custom consumable component 2025-03-19 18:22:32 -04:00
417a234cd2
feat!: display newlines properly 2025-03-18 20:18:08 -04:00
e3cdf4260e
refactor: bring azalea-hax crate in-tree 2025-03-18 17:53:50 -04:00
f367fce138
refactor: minor changes 2025-03-18 17:53:50 -04:00
c0a63bd756
refactor(lua): pass set client information error 2025-03-17 07:20:45 -04:00
8150e5c09c
refactor(lua/client/world): split finders into module 2025-03-15 16:59:18 -04:00
0f2a5a0dc5
feat(lua/matrix): add more fields and methods 2025-03-15 16:59:18 -04:00
638dc75cb7
style: minor changes 2025-03-15 16:59:17 -04:00
9886f251b8
ci: check and build with features 2025-03-15 16:20:41 -04:00
41b3375749
refactor: clean up import paths 2025-03-15 15:59:49 -04:00
e70b8eca84
feat: add matrix support 2025-03-15 15:08:54 -04:00
571581767e
feat(lua): add timeout function 2025-03-14 18:04:04 -04:00
a957aaeaec
refactor: minor changes 2025-03-13 21:34:43 -04:00
3400541a79
feat(client): add AntiKnockback component from azalea-hax 2025-03-13 20:54:16 -04:00
5ec14d979d
feat(client): add set_component method 2025-03-13 20:54:15 -04:00
10946ea7a4
refactor: clean up clippy lints 2025-03-13 16:38:31 -04:00
85729401e5
refactor: directly wrap structs 2025-03-12 18:32:38 -04:00
dda43999fe
fix(nochatreports): remove extra $ from key 2025-03-11 17:33:23 -04:00
b2d8618bba
perf: slightly optimize Vec usage 2025-03-11 17:33:22 -04:00
5c052de95d
feat!: allow executing code after loading script 2025-03-11 17:33:22 -04:00
884081d414
refactor(nochatreports): simplify crypt macro 2025-03-09 14:10:25 -04:00
85e1efd9c1
feat(item_stack): add custom food component 2025-03-08 20:17:14 -05:00
137493320c
style: format files 2025-03-08 15:53:02 -05:00
9ce39ebb67
feat(client): add username field 2025-03-08 15:32:23 -05:00
8ae882a56a
refactor(state): clean up client information tables 2025-03-07 18:20:39 -05:00
0ea2c81d2a
refactor(movement): clean up goto matching with macro 2025-03-07 18:14:07 -05:00
14e3781e05
refactor: remove finicky tick broadcasters from some methods 2025-03-07 17:35:21 -05:00
492fecc32c
refactor(world)!: create find_all variants of entity filters 2025-03-06 22:07:50 -05:00
1ebe7dd0b9
feat(container): add more menu types 2025-03-06 20:35:30 -05:00
cce75bd8b9
refactor: clean up a few things 2025-03-06 20:34:29 -05:00
4d3947c4ef
feat: expose build information 2025-03-06 19:31:13 -05:00
c4454fe217
feat: add support for NoChatReports encryption 2025-03-06 13:17:01 -05:00
426c19304d
refactor(container/item_stack): use map on Option 2025-03-05 16:51:21 -05:00
e8ff6664c9
feat(client): add id field 2025-03-03 18:11:36 -05:00
387e43e312
refactor: minor variable name changes 2025-03-03 16:47:56 -05:00
67ebdfac72
refactor(block): clean up variables 2025-03-03 07:41:43 -05:00
8162995e78
refactor!: remove_listener -> remove_listener 2025-03-01 17:00:39 -05:00
5b8e2280e3
fix(client/movemnet): allow missing goal types 2025-03-01 16:52:39 -05:00
04f5e0e8c2
fix(client/world): wrap Owneruuid in Option 2025-03-01 16:33:55 -05:00
cbdca4b7c1
feat(client/movement): support inverse goal 2025-03-01 03:33:51 -05:00
663873ba59
feat(client): pass owner uuid to find_entities 2025-03-01 01:02:29 -05:00
29a8c9fcf2
feat(client): add specialized find_players method as an optimization 2025-03-01 00:22:06 -05:00
2fee108f62
fix: properly prevent deadlock on container cleanup
`ecs` was being locked once in find_entities, and another time when
`ContainerRef::close()` called by the garbage collector from table.set.
2025-02-28 23:20:48 -05:00