SeanOMik
  • Joined on 2023-04-25
SeanOMik pushed to feature/gltf-loading at SeanOMik/lyra-engine 2023-09-21 14:22:57 -04:00
38e7b543c0 Start working on gltf
SeanOMik created branch feature/gltf-loading in SeanOMik/lyra-engine 2023-09-21 14:22:57 -04:00
SeanOMik pushed to main at SeanOMik/lyra-engine 2023-09-21 09:36:52 -04:00
b5079a659a Add tests to lyra-resource
SeanOMik pushed to main at SeanOMik/lyra-engine 2023-09-19 23:05:54 -04:00
5828d00b74 Fix the constant window updates, move the mouse centering code out of input.rs
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-09-19 03:26:55 -04:00
e4ade4532b Updated transitive dependencies
SeanOMik pushed to main at SeanOMik/lyra-engine 2023-09-19 00:16:27 -04:00
db84f03b57 Change the requested cursor grab depending on platform support, fix setting window size
SeanOMik pushed to main at SeanOMik/lyra-engine 2023-09-17 12:08:13 -04:00
fef032351e Add WindowOptions for changing window behavior
SeanOMik synced commits to master at SeanOMik/prometheus-esp8266-dht-exporter from mirror 2023-09-17 04:07:08 -04:00
9a028544bb Report status of sensors, dont just immediately return an internal error
5f47aff952 Update project url in http root response
Compare 2 commits »
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-09-17 02:26:56 -04:00
173e1528be Rewrite filewalk functions, add (incomplete) to logging when -v|--verbose is passed and a broken pipe error is received
823bc2095d Update PGO profile
280656993d Fix scan stats to be both consistent and actually accurate
Compare 3 commits »
SeanOMik pushed to main at SeanOMik/lyra-engine 2023-09-16 11:52:25 -04:00
461b41695b Add a change tracker type
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-09-15 17:46:56 -04:00
16d1428a52 Display bytes written to response instead of size of files being served in logs
7d49a86e70 Format inline file sizes with humanReadableSize()
d4cf9cfa4f Add Type() method to types.Type, to allow displaying served file size for both embedded and inline files
e67384caeb Remove test statement accidentally left in (oops)
1ed9df3932 Add log channel, add --exit-on-error option
Compare 7 commits »
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-09-15 09:36:56 -04:00
ba827430bb Change --theme to --code-theme
90a480fad4 Simplify caching, allow use of filters with cache
Compare 2 commits »
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-09-15 01:26:56 -04:00
76b4053240 Apply format validation even when caching is disabled
5ab6d1ee85 Add custom theme support
fb74fa36f1 Update PGO profile
0b62009fa3 Remove debug argument
bc268db233 Remove svg from image handler, remove line numbers from code handler
Compare 8 commits »
SeanOMik pushed to main at SeanOMik/lyra-engine 2023-09-14 22:38:23 -04:00
cc1cfdbc68 Merge branch 'feature/assets' into 'main'
2e08a5a784 Add 2d camera
bd21e62cba Use resources from the resource manager, implement startup systems
a1c3cd6d99 Write resource managers request function, needs testing
e21490cd6a Start working on assets
Compare 5 commits »
SeanOMik pushed to feature/assets at SeanOMik/lyra-engine 2023-09-14 12:59:47 -04:00
bd21e62cba Use resources from the resource manager, implement startup systems
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-09-14 09:06:56 -04:00
6b70741a68 Replace --refresh-interval flag with --refresh
0e7cb2bb36 Updated readme with new usage info for --refresh-interval
99ec1d7ebd Allow toggling of page refreshInterval
Compare 3 commits »
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-09-14 00:56:56 -04:00
a94b7e208d Remove html from text handler, add yaml/toml/sh/ps1
fdd33376ce Add --prefix flag for easy reverse proxying
d612144be1 Fix handling directories with only one or two files
bfb04cab66 Remove unneeded(?) prepareDirectory() function
ce99374a9f Removed statistics (sorry) pending full rewrite
Compare 5 commits »
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-09-13 16:46:55 -04:00
d2d9418b8b Replace user.Home() with os.HomeDir() to remove CGo dependency (hopefully)
65b77f33cc Attempt to rework stats handling, add support for '~' in paths
61f10a6f3c Split http handler registration into source files
64639a87a3 Changed all variables to non-exported by default
Compare 4 commits »
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-09-13 08:36:55 -04:00
3ea2227a9f Remove reference to supported files in readme, now available via HTTP endpoint
b5d08b5b6d Removed sample images
d7bc6e2451 Total restructure, just look at the diffs at this point
Compare 3 commits »
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-09-13 00:26:55 -04:00
cbf7218453 Added endpoints to view registered file formats
c77a151a24 Gonna be honest, guys, I don't think I know what an interface is
62a8bde8ea Disable line-wrapping for text files
a7daf81754 Replace []string with map[string]string for extensions, to allow setting default MIME type values
57bcd40c29 Enclose text content in readonly textarea to preserve formatting
Compare 9 commits »