SeanOMik
  • Joined on 2023-04-26
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-10-09 18:21:35 +00:00
81d7e60d0c Restructure endpoints to be more structured, bump major version
c6941f1336 Rename mime types to media types, change endpoints accordingly
9633239b69 Spacebar now also resumes automatic refreshing
Compare 3 commits »
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-10-09 02:01:35 +00:00
f36c0cc999 Spacebar now pauses automatic page refreshing
SeanOMik pushed to feature/gltf-loading at SeanOMik/lyra-engine 2023-10-08 04:04:03 +00:00
02a0eea7b3 Don't force loaded model indicies to U32
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-10-07 01:01:37 +00:00
cf5fa04432 Updated transitive dependencies
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-10-06 00:31:35 +00:00
9d789cb439 Rework filewalk function yet again
3e6ad89ea4 Updated transitive dependencies
Compare 2 commits »
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-10-05 16:21:36 +00:00
1c04c8291e Reword 'Selecting from' as 'Selected' when indexing files
SeanOMik pushed to feature/gltf-loading at SeanOMik/lyra-engine 2023-10-05 15:42:31 +00:00
8f7288339d Add default texture which fixes render error, fix cube rendering
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-10-05 08:11:35 +00:00
f0bcafb645 Update PGO profile
17abb25e74 Split scanPaths stat counter incrementing into separate goroutines
Compare 2 commits »
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-10-05 00:01:37 +00:00
9844f4a2e1 Add new --fun flag, add comments to Type interface
9ae0aa60d3 Use int returned from w.Write() instead of calculating length of []byte
84c25310da Replace single-value registered format struct with the map value itself
Compare 3 commits »
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-10-03 23:31:35 +00:00
5dc218c60e Remove timestamp from error output, allow min/max file count value of 0
97f5bddafa Update PGO profile
7d1ae04849 Possible fix for alt text flickering before image load in Firefox
5a37bf3beb Exit early from path validation if checks pass, instead of completing the loop
Compare 4 commits »
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-10-03 15:21:35 +00:00
e67752470d Add --fallback option to serve every file, even if no corresponding format is registered
13440f6a4e Apply normalization to paths before passing to list for index
900b59155b Replace filepath.WalkDir() with recursive function based on os.ReadDir(), to skip unnecessary Stat() calls
Compare 3 commits »
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-10-01 22:31:39 +00:00
64133afe33 Make entire canvas clickable link on not found/error pages
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-09-30 20:47:53 +00:00
10a3f0927d Add pagination button to both bottom and top of html info pages when enabled
8c4633f40f Load timezone before displaying first log output, to ensure consistent timestamps
Compare 2 commits »
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-09-29 20:17:54 +00:00
fa1e3d126f Simplify type registration system
71497198fa Remove -c shorthand for --index, update PGO profile
Compare 2 commits »
SeanOMik pushed to feature/gltf-loading at SeanOMik/lyra-engine 2023-09-29 18:57:30 +00:00
a5b145c9b3 Create a testbed example to make developing the engine easier
SeanOMik pushed to feature/gltf-loading at SeanOMik/lyra-engine 2023-09-29 18:46:18 +00:00
fdf1c4d338 Start implementing the new Model and Mesh types with the renderer
9d6d51af83 Load materials from gltf
Compare 2 commits »
SeanOMik pushed to feature/gltf-loading at SeanOMik/lyra-engine 2023-09-29 17:00:42 +00:00
792596078d Create a material type for loading materials
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-09-29 03:57:54 +00:00
c02ebc6d9c Remove -c shorthand for --index
7aeae50bf5 Update PGO profile
2a7d4e71cc Fix indexing running on start when --index is not passed
Compare 3 commits »
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-09-28 19:47:53 +00:00
495ebedc4d Move licenses into vendoring
a096b6fb77 Fix indexing running on start when --index is not passed
194847fba0 Replace filepath.WalkDir() with fastwalk.Walk()
09ccf91a39 Change /clear_cache endpoint to /rebuild_index
3c9f5095f9 Bump version to v2.0.0 due to breaking change with --cache -> -index
Compare 7 commits »
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-09-28 11:37:54 +00:00
0e8ac8cdc5 Preserve case of filter query params even without --case-sensitive, include filename in --verbose output for cache import/export
4d8b47a6e3 Remove trailing ellipsis after displaying bound socket
c8dcc58c1a Release first stable version!
602f344654 Split sorting types, methods, and functions into their own file
c57bb9c4c2 Sorting now supports arbitrary numbering length, so long as it is sequential
Compare 6 commits »