|
|
78a80212d2
|
setup: use display handle tech
|
2026-03-19 11:08:10 -07:00 |
|
|
|
cd91cca93f
|
update to wgpu 29.0.0
|
2026-03-19 07:58:07 -07:00 |
|
|
|
78d89ed3d9
|
graphics: dynamic wgpu Limits
|
2026-03-19 07:35:04 -07:00 |
|
|
|
44f988ea4a
|
graphics: common surface code
|
2026-03-10 07:48:43 -07:00 |
|
|
|
98421ed24a
|
graphics: use existing encoder
|
2026-03-09 09:31:10 -07:00 |
|
|
|
05534a4863
|
graphics: remove SurfaceConfiguration from interfaces
|
2026-03-09 08:45:29 -07:00 |
|
|
|
d32dcc5a58
|
graphics: surface all errors in setup
|
2026-02-28 17:52:08 -08:00 |
|
|
|
424c7ce9a6
|
refactor setup
|
2026-02-18 09:19:14 -08:00 |
|
|
|
51e7703933
|
graphics: move images and shader
|
2026-02-10 08:54:51 -08:00 |
|
|
|
e46f54efe0
|
graphics: remove settings dep
|
2026-02-10 08:51:21 -08:00 |
|
|
|
b2993995bb
|
graphics: remove session dep
|
2026-02-10 08:44:26 -08:00 |
|
|
|
23a6655bb0
|
specify crate versions in workspace
|
2026-02-05 07:23:27 -08:00 |
|
|
|
5db2ce076d
|
update glam
|
2026-02-05 06:51:07 -08:00 |
|
|
|
b7e8fb6e18
|
simplify adapter selection with iterators
|
2026-02-03 10:13:46 -08:00 |
|
|
|
7220506fd5
|
plumb sprint
|
2026-01-27 07:46:17 -08:00 |
|
|
|
087e95b1f7
|
delete TogglePaused
|
2025-12-22 13:54:35 -08:00 |
|
|
|
e46a51319f
|
delete unused models
|
2025-12-20 16:31:05 -08:00 |
|
|
|
4059cfa527
|
update wgpu
|
2025-12-18 10:57:19 -08:00 |
|
|
|
4e7d580918
|
add lints to workspace
|
2025-11-16 14:53:23 -08:00 |
|
|
|
5a320b514e
|
fix style
|
2025-11-07 16:52:50 -08:00 |
|
|
|
f3bb8dd067
|
update deps
|
2025-10-01 23:37:07 -07:00 |
|
|
|
602b63e953
|
fix lifetime lints
|
2025-08-26 15:55:55 -07:00 |
|
|
|
0ab23dde2b
|
move dev config to strafe-client only
|
2025-08-26 13:26:14 -07:00 |
|
|
|
657a2530dc
|
update deps
|
2025-08-19 21:59:25 -07:00 |
|
|
|
38b3f3d7a3
|
use expect instead of allow
|
2025-07-19 02:25:55 -07:00 |
|
|
|
92878a4ae8
|
strafe-client: print error report
|
2025-05-16 15:08:48 -07:00 |
|
|
|
615372aad5
|
rbx_loader: stronger Place & Model types
|
2025-04-22 14:55:20 -07:00 |
|
|
|
f579370841
|
update deps
|
2025-04-14 21:23:23 -07:00 |
|
|
|
2a542e0026
|
remove pointless PhantomData
|
2025-04-13 21:23:21 -07:00 |
|
|
|
d638e633ba
|
update deps
|
2025-02-20 19:02:03 -08:00 |
|
|
|
61e44f2aba
|
upgrade rust edition to 2024
|
2025-02-20 18:58:01 -08:00 |
|
|
|
b3a6d08656
|
silence millions of lints in unused module
|
2025-02-06 12:26:56 -08:00 |
|
|
|
5409548348
|
common: don't use TimeInner as Instruction generics
|
2025-02-06 12:26:17 -08:00 |
|
|
|
1ba7b0591b
|
refactor loading and implement unions
|
2025-02-04 09:19:05 -08:00 |
|
|
|
eb0365217d
|
move conversion code into loader libs
|
2025-01-29 16:26:38 -08:00 |
|
|
|
8e867449f0
|
implement new bsp_loader
|
2025-01-29 14:41:59 -08:00 |
|
|
|
f028dc6c85
|
implement new rbx_loader
|
2025-01-29 14:41:59 -08:00 |
|
|
|
23ee771c22
|
refactor deferred_loader
|
2025-01-29 14:38:12 -08:00 |
|
|
|
be9eb30a5c
|
minimize lints
|
2025-01-24 05:20:22 -08:00 |
|
|
|
42310c5d2b
|
convert to app
|
2025-01-23 06:07:46 -08:00 |
|
|
|
6f739dba8d
|
add integration testing
|
2025-01-22 09:36:35 -08:00 |
|
|
|
2eaddd493d
|
session: use replay directory
|
2025-01-22 08:57:15 -08:00 |
|
|
|
d5a6f8e1bc
|
compute UserSettings from directories
|
2025-01-22 08:54:05 -08:00 |
|
|
|
affbada62e
|
move replay tests into test module
|
2025-01-22 05:48:08 -08:00 |
|
|
|
8d2ba28700
|
move engine components into modules
|
2025-01-22 05:48:08 -08:00 |
|
|
|
3eb4e76ab2
|
replace .map_or(None, with .and_then(
|
2025-01-22 05:47:32 -08:00 |
|
|
|
5d31419370
|
use Range to express time range
|
2025-01-22 05:47:32 -08:00 |
|
|
|
83ac776b78
|
Revert "bodge surfs"
This reverts commit 65b49d2726.
|
2025-01-22 05:47:32 -08:00 |
|
|
|
871aadb78a
|
physics version
|
2025-01-21 09:43:29 -08:00 |
|
|
|
65b49d2726
|
bodge surfs
|
2025-01-21 09:42:07 -08:00 |
|