68 Commits

Author SHA1 Message Date
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
3e74399e5b
refactor: rename tables to table 2025-02-28 22:04:59 -05:00
6c7156f70d
refactor: make some more things async 2025-02-28 22:02:52 -05:00
c1e4530358
feat(client): add more client information fields 2025-02-27 20:22:53 -05:00
9b0f8ec406
feat(client): add menu field 2025-02-26 17:37:50 -05:00
543f0af741
refactor(lua/system): return command output as strings 2025-02-25 18:19:11 -05:00
e081813ba4
fix: flip direction table values 2025-02-25 18:12:33 -05:00
2b9bf1987b
refactor: minor improvements 2025-02-25 18:07:01 -05:00
247612fad0
refactor: use a RwLock for event listeners 2025-02-24 16:56:10 -05:00
36054ced03
refactor: random cleanups and efficiency improvements 2025-02-24 01:31:51 -05:00
2ea7ec9e7e
fix(events): manipulate listeners in a task to avoid deadlocks 2025-02-23 17:18:55 -05:00
168ac1bb46
feat: switch to luajit for more features 2025-02-23 15:32:34 -05:00
6e75c4e586
refactor(player): pass gamemode as u8 2025-02-23 02:49:09 -05:00
4e64bc6ac4
feat(client): pass entity pose in find_entities 2025-02-22 15:34:10 -05:00
3a93bb9e33
feat(client): pass entity direction in find_entities 2025-02-22 15:24:36 -05:00
3236c4c32e
feat(client): add set_position method 2025-02-22 14:51:48 -05:00