1229 Commits

Author SHA1 Message Date
dc35865eca load good 2025-01-29 13:55:14 -08:00
d51415af1b the errors went away but im not done 2025-01-29 13:55:14 -08:00
4439f1e8fe tweak get_texture_description 2025-01-29 13:55:14 -08:00
bd70712bae data thing 2025-01-29 13:55:14 -08:00
d4315c7df4 noice Directories idea 2025-01-29 13:55:14 -08:00
446aeec299 wip: convert unions 2025-01-29 13:55:14 -08:00
2be1ad0c65 wip: actually unions not fake 2025-01-29 13:55:14 -08:00
453e439849 get_texture_description function 2025-01-29 13:55:14 -08:00
926e57790e store typed id directly in hashmaps 2025-01-29 13:55:14 -08:00
012d2d1837 rbx_loader: load unions 2025-01-29 13:55:14 -08:00
93c462aa81 rbx_loader: update rbx_mesh 2025-01-29 13:55:14 -08:00
52172e94fd fix snf compile 2025-01-29 13:55:09 -08:00
720ab43f95 restore symbolic links for loading textures and meshes 2025-01-29 12:29:13 -08:00
2c729adf64 implement new bsp_loader 2025-01-29 12:20:24 -08:00
3467bc77b0 implement new rbx_loader 2025-01-29 12:20:24 -08:00
2cf5ff5059 impl deferred_loader::Loader for bsp_loader 2025-01-29 12:20:24 -08:00
b550778a60 impl deferred_loader::Loader for rbx_loader 2025-01-29 12:18:55 -08:00
69599b23be move rbxassetid into lib 2025-01-29 11:17:12 -08:00
2d9ad990c2 refactor deferred_loader 2025-01-29 11:17: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
988750a3c6 physics: typo 2025-01-22 14:52:47 -08:00
2f26662dda it: drop strafe-client::file dependency 2025-01-22 09:37:16 -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
95fb43b908 settings: implement directories 2025-01-22 08:52:27 -08:00
3e814cb41a settings: add directories dep 2025-01-22 07:47:41 -08:00
ea854a548f Update README.md 2025-01-22 07:10:04 -08:00
5f2cf8f32e physics: change body api 2025-01-22 07:00:42 -08:00
b6b090de78 physics: place version code into lib.rs 2025-01-22 06:45:56 -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
44a58044c7 readme: try it out 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 v0.11.0 2025-01-21 09:43:29 -08:00
65b49d2726 bodge surfs 2025-01-21 09:42:07 -08:00
ed70b7c484 tests: fix thread limit 2025-01-21 09:00:12 -08:00
c7575f2e21 deref bool 2025-01-21 08:49:44 -08:00
c2f78eab48 CrawlResult impls 2025-01-21 08:30:11 -08:00
195014400f apply setvelocity before teleport and jump 2025-01-21 07:47:39 -08:00
ee9585a4c2 accept slice in push_solve 2025-01-21 07:20:58 -08:00
77012d6caa remove unnecessary reference 2025-01-21 07:20:34 -08:00
f9509353dd change constrain_{velocity|acceleration} function signature 2025-01-21 07:20:22 -08:00
5bce4a84cf tweak ReachWalkTargetVelocity 2025-01-21 06:05:47 -08:00
4bbccd68ed tweak version plan 2025-01-21 05:47:39 -08:00
8be3be4002 write comment about handling identical timestamps implicitly 2025-01-21 05:39:12 -08:00
76bafa4d0a fix divide by zero crashes when mouse has not moved 2025-01-21 05:34:45 -08:00