09543b2dcd
refactor(replay): use Instant for timestamps
2025-03-11 17:33:22 -04:00
b2d8618bba
perf: slightly optimize Vec usage
2025-03-11 17:33:22 -04:00
2b2cf1d069
chore(lib): update examples
2025-03-11 17:33:22 -04:00
5c052de95d
feat!: allow executing code after loading script
2025-03-11 17:33:22 -04:00
31e962fb9f
chore(build): use .expect
2025-03-11 17:33:22 -04:00
18540aa223
refactor(http)!: get address from lua
2025-03-11 17:33:21 -04:00
caec5fa7f8
feat: add replaymod compatible recorder
2025-03-10 18:41:26 -04:00
1a2af8b7aa
fix(events): properly check encryption status
2025-03-10 17:13:38 -04:00
884081d414
refactor(nochatreports): simplify crypt macro
2025-03-09 14:10:25 -04:00
c1268a8970
refactor(events)!: pass messages as tables
2025-03-09 13:57:25 -04:00
7af59c3ba2
refactor(events): don't force exit on disconnect
2025-03-09 03:41:43 -04:00
85e1efd9c1
feat(item_stack): add custom food component
2025-03-08 20:17:14 -05:00
f8c9dab689
feat(events/chat): pass encryption status
2025-03-08 16:33:42 -05:00
97961b0a49
refactor(events): don't return when no Owners
2025-03-08 16:00:05 -05:00
74a810b956
refactor: ignore errors for unknown commands
2025-03-08 15:53:34 -05:00
137493320c
style: format files
2025-03-08 15:53:02 -05:00
a0fda6f285
refactor: print client error without formatting
2025-03-08 15:39:26 -05:00
9ce39ebb67
feat(client): add username field
2025-03-08 15:32:23 -05:00
225edd5529
feat!(events/chat): pass more message fields
2025-03-08 15:31:51 -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
73e7e17da4
refactor: clean up encryption/decryption
2025-03-07 17:45:03 -05:00
14e3781e05
refactor: remove finicky tick broadcasters from some methods
2025-03-07 17:35:21 -05:00
944f595841
feat(lib): update examples
2025-03-06 22:09:35 -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
1bd4e36676
feat(events): add keep_alive
2025-03-06 20:34:48 -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
b20beb6e88
refactor: slight log message tweaking
2025-03-06 19:02:46 -05:00
9001cd9701
feat: call event listeners in tasks
2025-03-06 18:30:25 -05:00
9ce4a7aa1f
refactor: minor tweaks
2025-03-06 18:06:56 -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
7278bfe62d
feat: add/remove entity events
2025-03-03 17:20:25 -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
59e0d597a1
feat: allow loading all (C) modules
2025-03-01 23:25:59 -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
89091a3fd5
feat: add level particles event
2025-03-01 16:02:06 -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
88141d74e7
fix: add back lua.gc_stop()
...
There seems to be a (more severe) deadlock again, due to commit
b55207a55936105549d2724c0723a78e9a12c45c. Need to investigate further.
This is possibly because of azalea's ContainerRef::close(), which
locks some mutex.
2025-02-28 22:49:17 -05:00
bf9891247f
refactor: style and micro performance improvements
2025-02-28 22:34:01 -05:00
3e74399e5b
refactor: rename tables to table
2025-02-28 22:04:59 -05:00