SeanOMik
  • Joined on 2023-04-26
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-09-28 03:27:54 +00:00
c11ddae546 Fix capitalization of Serve->SERVE, fix double cache export
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-09-27 02:57:54 +00:00
1b84606232 Remove debug statements, update PGO profile
64e756f6a3 Make multiple filters actually function, instead of only applying the last filter
9a2bf05790 Ensure listen port log entry displays before cache import
88a8aff135 Return to pass-by-value instead of globals, to make Sean happy
Compare 4 commits »
SeanOMik pushed to feature/gltf-loading at SeanOMik/lyra-engine 2023-09-26 21:15:11 +00:00
dabc051b58 Add ModelComponent, add model loader to resource manager's default loaders
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-09-26 18:47:52 +00:00
2f2d7f90d3 Ensure listen port log entry displays before cache import
f782846f02 Log import/export of cache, and hopefully fix cache rebuild functionality
926962048e Move values often passed between functions to global package variables
Compare 3 commits »
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-09-26 10:37:53 +00:00
5e1a957541 Update readme
81b2d4a7b4 Capitalize logging prefixes, limit values to math.MaxInt32
f7376e89b9 Add basic validation for max/min file count and scan values
935021e464 Replace uint/uint16/uint32 values with int, declare errors as variables
a1d041dedc Add flags to modify max concurrency directory and file scans
Compare 5 commits »
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-09-26 02:27:53 +00:00
974a4c79fc Fix inverted functionality of --case-sensitive flag, but actually apply the change when filtering
271714f1de Fix inverted functionality of --case-sensitive flag
55953c649b Updated readme
Compare 3 commits »
SeanOMik synced commits to master at SeanOMik/roulette from mirror 2023-09-25 18:17:54 +00:00
5d866a74e3 Add option for case-sensitive filters
SeanOMik pushed to feature/gltf-loading at SeanOMik/lyra-engine 2023-09-22 16:42:46 +00:00
64817b6142 Add MeshVertexAttribute instead of directly storing positions
SeanOMik pushed to feature/gltf-loading at SeanOMik/lyra-engine 2023-09-22 03:11:14 +00:00
e76ca1ec50 Write a very experimental gltf loader
SeanOMik pushed to feature/gltf-loading at SeanOMik/lyra-engine 2023-09-21 21:28:05 +00:00
dddf6123c4 Continue working on gltf loader
SeanOMik created branch feature/gltf-loading in SeanOMik/lyra-engine 2023-09-21 18:22:57 +00:00
SeanOMik pushed to feature/gltf-loading at SeanOMik/lyra-engine 2023-09-21 18:22:57 +00:00
38e7b543c0 Start working on gltf
SeanOMik pushed to main at SeanOMik/lyra-engine 2023-09-21 13:36:52 +00:00
b5079a659a Add tests to lyra-resource
SeanOMik pushed to main at SeanOMik/lyra-engine 2023-09-20 03:05:54 +00: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 07:26:55 +00:00
e4ade4532b Updated transitive dependencies
SeanOMik pushed to main at SeanOMik/lyra-engine 2023-09-19 04:16:27 +00: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 16:08:13 +00:00
fef032351e Add WindowOptions for changing window behavior
SeanOMik synced commits to master at SeanOMik/prometheus-esp8266-dht-exporter from mirror 2023-09-17 08:07:08 +00: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 06:26:56 +00: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 15:52:25 +00:00
461b41695b Add a change tracker type