SeanOMik
  • Joined on 2023-04-26
SeanOMik deleted branch feature/plugins from SeanOMik/lyra-engine 2024-01-20 16:48:43 +00:00
SeanOMik deleted branch feature/assets from SeanOMik/lyra-engine 2024-01-20 16:48:40 +00:00
SeanOMik pushed to feature/early-scripting at SeanOMik/lyra-engine 2024-01-20 16:47:15 +00:00
6465ed2e0b scripting: support 'overloaded' like methods in wrapper macro
SeanOMik pushed to feature/early-scripting at SeanOMik/lyra-engine 2024-01-20 05:54:41 +00:00
e88758f59d scripting: expose resources to the world
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2024-01-19 22:34:25 +00: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-17 04:04:31 +00:00
94abf2ddf0 scripting: override lua's print method
SeanOMik pushed to feature/early-scripting at SeanOMik/lyra-engine 2024-01-16 04:22:22 +00: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-16 02:42:25 +00:00
54225d4074 Fix USER comment in debug Dockerfile
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2024-01-15 18:22:14 +00: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-15 01:52:14 +00:00
06c6b70b2c Update release year
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2024-01-14 17:22:15 +00: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 16:52:39 +00: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 19:20:04 +00: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 13:42:14 +00: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 20:42:12 +00: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-10 04:12:16 +00: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 20:02:25 +00:00
431de92bbb Remove snappy, lz4, lzw, deflate, and gzip compression options
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2024-01-09 03:22:15 +00:00
656c74b883 Change lzw from LSB-first to MSB-first. This should probably be a major version bump, but who's using lzw, really
37436377cf Updated transitive dependencies
e13c141c5c Move compression format slice variable from root.go => index.go
Compare 3 commits »
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2024-01-08 10:52:15 +00:00
56c6565cb1 Add error handling to all functions that can possibly return non-nil errors
09bff1ed18 Skip calling IOReadCloser() method on zstd decoder for getReader()
de94c5eb49 Redact admin prefix when registering profiling handlers, too
Compare 3 commits »
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2024-01-08 02:43:15 +00:00
adaa7378ff Updated transitive dependencies