172fc38f18
Replace copied-in tzinfo database with -tags timetzdata
e394824ae5
Changed --case-sensitive to --case-insensitive
993be0bb7a
Changed --case-sensitive to --case-insensitive
db77ca4388
scripting: lua script auto-reloading
a9705b3f81
scripting, game: make fixes for changes to resource crate
47451a0571
resource: reloading of resources
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
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
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
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
4e85621335
Round all durations to microseconds
e3e6aca2fa
Set default concurrency back to 10240, as values above inode limits(?) cause panics currently
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
9b6d9464e6
Replace microsecond delay with another sync.WaitGroup
6074b7e546
Re-add microsecond delay to walkPath() invocations
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
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