SeanOMik
  • Joined on 2023-04-26
SeanOMik pushed to main at SeanOMik/lyra-engine 2024-10-30 03:22:54 +00:00
7ae0eae6ac Merge pull request 'Improve Lua ECS' (#30) from feat/improve-lua-ecs-29 into main
fae2cdfadc lua: remove old implementation of world:view, replacing it with the new version
076676e486 lua: write lua annotations for all queries and view one
0e613bd216 lua: implement world:view_one for lua
964c4ec423 lua: create LuaOptionalQuery
Compare 16 commits »
SeanOMik merged pull request SeanOMik/lyra-engine#30 2024-10-30 03:22:51 +00:00
Improve Lua ECS
SeanOMik pushed to feat/improve-lua-ecs-29 at SeanOMik/lyra-engine 2024-10-30 03:21:08 +00:00
fae2cdfadc lua: remove old implementation of world:view, replacing it with the new version
SeanOMik created pull request SeanOMik/lyra-engine#30 2024-10-30 03:15:48 +00:00
Improve Lua ECS
SeanOMik commented on issue SeanOMik/lyra-engine#29 2024-10-30 03:14:29 +00:00
Improve Lua ECS

All the todo's I left in the previous comment have been completed! I also wrote lua annotations for everything that was added. Here's some code using most of the new features:

-- Get…
SeanOMik pushed to feat/improve-lua-ecs-29 at SeanOMik/lyra-engine 2024-10-30 03:04:18 +00:00
076676e486 lua: write lua annotations for all queries and view one
SeanOMik pushed to feat/improve-lua-ecs-29 at SeanOMik/lyra-engine 2024-10-30 01:56:33 +00:00
0e613bd216 lua: implement world:view_one for lua
SeanOMik pushed to feat/improve-lua-ecs-29 at SeanOMik/lyra-engine 2024-10-29 18:22:31 +00:00
964c4ec423 lua: create LuaOptionalQuery
23a215ba46 lua: create LuaTickOfQuery
Compare 2 commits »
SeanOMik deleted branch renovate/ghcr.io-advplyr-audiobookshelf-2.x from SeanOMik/k3s-cluster 2024-10-29 14:42:59 +00:00
SeanOMik pushed to main at SeanOMik/k3s-cluster 2024-10-29 14:42:54 +00:00
de31e20db4 Merge pull request 'feat(container): update image ghcr.io/advplyr/audiobookshelf to v2.16.1' (#442) from renovate/ghcr.io-advplyr-audiobookshelf-2.x into main
7899684712 feat(container): update image ghcr.io/advplyr/audiobookshelf to v2.16.1
Compare 2 commits »
SeanOMik merged pull request SeanOMik/k3s-cluster#442 2024-10-29 14:42:52 +00:00
feat(container): update image ghcr.io/advplyr/audiobookshelf to v2.16.1
SeanOMik pushed to feat/improve-lua-ecs-29 at SeanOMik/lyra-engine 2024-10-29 13:20:16 +00:00
42112c2cf1 lua: create LuaOrQuery
SeanOMik pushed to feat/improve-lua-ecs-29 at SeanOMik/lyra-engine 2024-10-29 13:10:30 +00:00
f2ff2a9855 lua: start using LuaQueryResult in all lua ecs queries
SeanOMik pushed to feat/improve-lua-ecs-29 at SeanOMik/lyra-engine 2024-10-29 12:48:58 +00:00
7c2efe3c6f lua: create LuaNotQuery
SeanOMik pushed to feat/improve-lua-ecs-29 at SeanOMik/lyra-engine 2024-10-23 20:47:58 +00:00
cb3c3a601f lua: create LuaQueryResult for simplying implementation of queries and filters
SeanOMik pushed to feat/improve-lua-ecs-29 at SeanOMik/lyra-engine 2024-10-23 20:32:09 +00:00
8072ec1c7e lua: create LuaHasQuery
SeanOMik pushed to feat/improve-lua-ecs-29 at SeanOMik/lyra-engine 2024-10-22 01:58:50 +00:00
4dbd96832f lua: add world:get_tick() to lua, write some missing type annotations
SeanOMik commented on issue SeanOMik/lyra-engine#29 2024-10-21 01:32:06 +00:00
Improve Lua ECS

I finished writing the ChangedQuery for Lua. In the process of writing it I had a difficult to diagnose issue where the query wouldn't detect changed like 50% of the time. I eventually figured…

SeanOMik pushed to feat/improve-lua-ecs-29 at SeanOMik/lyra-engine 2024-10-21 01:21:03 +00:00
2e33de5da2 lua: implement Changed query that supports components and resources
SeanOMik pushed to main at SeanOMik/k3s-cluster 2024-10-20 14:16:24 +00:00
aa30def5f5 fix: include external monitors