SeanOMik
  • Joined on 2023-04-25
SeanOMik pushed to main at SeanOMik/tautulli-exporter 2024-01-21 10:22:34 -05:00
bea2054709 Initial commit
SeanOMik created repository SeanOMik/tautulli-exporter 2024-01-21 10:21:26 -05:00
SeanOMik deleted branch feature/gltf-loading from SeanOMik/lyra-engine 2024-01-20 11:49:04 -05:00
SeanOMik deleted branch feature/plugins from SeanOMik/lyra-engine 2024-01-20 11:48:43 -05:00
SeanOMik deleted branch feature/assets from SeanOMik/lyra-engine 2024-01-20 11:48:40 -05:00
SeanOMik pushed to feature/early-scripting at SeanOMik/lyra-engine 2024-01-20 11:47:15 -05:00
6465ed2e0b scripting: support 'overloaded' like methods in wrapper macro
SeanOMik pushed to feature/early-scripting at SeanOMik/lyra-engine 2024-01-20 00:54:41 -05:00
e88758f59d scripting: expose resources to the world
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2024-01-19 17:34:25 -05:00
172fc38f18 Replace copied-in tzinfo database with -tags timetzdata
e394824ae5 Changed --case-sensitive to --case-insensitive
993be0bb7a Changed --case-sensitive to --case-insensitive
Compare 3 commits »
SeanOMik pushed to feature/early-scripting at SeanOMik/lyra-engine 2024-01-16 23:04:31 -05:00
94abf2ddf0 scripting: override lua's print method
SeanOMik pushed to feature/early-scripting at SeanOMik/lyra-engine 2024-01-15 23:22:22 -05:00
db77ca4388 scripting: lua script auto-reloading
a9705b3f81 scripting, game: make fixes for changes to resource crate
47451a0571 resource: reloading of resources
Compare 3 commits »
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2024-01-15 21:42:25 -05:00
54225d4074 Fix USER comment in debug Dockerfile
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2024-01-15 13:22:14 -05:00
7cfc1f7a47 Run as root user in debug image
e08335168c Add debug Docker image
98c730e824 Set default concurrency to 1024, simplify setting Content-Length header
76456f586d Remove --handlers, remove all logging unless --verbose is passed
61060f7895 Remove --page-length and HTML index dump, fix media type identification
Compare 5 commits »
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2024-01-14 20:52:14 -05:00
06c6b70b2c Update release year
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2024-01-14 12:22:15 -05:00
7546c6257f Add garbage collection after every index rebuild, to test something
ee09812376 Remove unused CompressionFormats variable
6bd97f30c2 Re-use zstd encoder
2f06ae3605 Remove non-zstd compression options
7868f0d7ad Register all pprof endpoints
Compare 5 commits »
SeanOMik pushed to feature/early-scripting at SeanOMik/lyra-engine 2024-01-13 11:52:39 -05:00
e5599e1d27 scripting, ecs: expose Transform to lua, update component ticks on changes from lua
189d05e323 split the math module into a lyra-math crate, implement Reflect and Component for Transform
Compare 2 commits »
SeanOMik pushed to feature/early-scripting at SeanOMik/lyra-engine 2024-01-12 14:20:04 -05:00
d14abcc3e5 Get some math types and some ecs stuff exposed to lua
acfd238274 ecs: implement component for some glam types
544aee4a31 reflect: Implement reflect for glam types
eb44aba3dc reflect: Fix weird panics for rust-analyzer
29467faf55 reflect: Expect doctests to fail compile
Compare 5 commits »
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2024-01-11 08:42:14 -05:00
4e85621335 Round all durations to microseconds
e3e6aca2fa Set default concurrency back to 10240, as values above inode limits(?) cause panics currently
Compare 2 commits »
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2024-01-10 15:42:12 -05:00
ebb5e48d9a Move regex compilation to global variable
9e458aa0bb Move regex compilation to global variable
d568d10e78 Move walkPath() defers out to calling function, for more intuitive readability
Compare 3 commits »
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2024-01-09 23:12:16 -05:00
9b6d9464e6 Replace microsecond delay with another sync.WaitGroup
6074b7e546 Re-add microsecond delay to walkPath() invocations
Compare 2 commits »
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2024-01-09 15:02:25 -05:00
431de92bbb Remove snappy, lz4, lzw, deflate, and gzip compression options