Michael Bradley MichaelBradley · he/him
MichaelBradley pushed to main at MichaelBradley/distributed_physics_test 2025-06-03 00:34:24 -04:00
293ccf9370 Always derive Debug
cb64878186 Rename types to queues
3c0590b273 Set write timeout
Compare 3 commits »
MichaelBradley pushed to main at MichaelBradley/distributed_physics_test 2025-05-31 00:15:24 -04:00
cfa763ffc4 Update to Bevy 0.16.1
MichaelBradley pushed to main at MichaelBradley/distributed_physics_test 2025-05-25 22:43:11 -04:00
1461dd11ec Update log dependency
73ea0d6fd8 Move game logic plugin configuration to game-specific plugin
d6c4741582 Add README
Compare 3 commits »
MichaelBradley pushed to main at MichaelBradley/distributed_physics_test 2025-05-25 20:49:23 -04:00
9ac45e9249 Move netcode to module
c005a4dbb9 Handle all available messages
ba7737671e Use Vec<u8>s for sending data between threads
Compare 3 commits »
MichaelBradley pushed to main at MichaelBradley/distributed_physics_test 2025-05-25 13:26:20 -04:00
dd57bc30e1 Add launch configuration for connecting from framework
MichaelBradley pushed to main at MichaelBradley/distributed_physics_test 2025-05-25 13:19:27 -04:00
3f83ee275a Expose UDP port to network
MichaelBradley pushed to main at MichaelBradley/distributed_physics_test 2025-05-25 12:57:41 -04:00
e81b6fa1fa Redo netcode error handling
MichaelBradley pushed to main at MichaelBradley/distributed_physics_test 2025-05-25 00:54:47 -04:00
dad37262a5 Implement very basic and bad and specific netcode
50ef78f7aa Move seed check to FixedUpdate
4a097e7ed8 Scope GameObjects for automatic cleanup
Compare 3 commits »
MichaelBradley pushed to main at MichaelBradley/distributed_physics_test 2025-05-24 18:44:30 -04:00
f0d690a9f8 Add basic loading state
85ca3af12d Add release build task
4dac7c5366 Add dev tools
8fc7817154 Add AGPL license
5047931d17 Add CLI argument documentation
Compare 5 commits »
MichaelBradley pushed to main at MichaelBradley/distributed_physics_test 2025-05-24 13:23:56 -04:00
aa07b193b6 Launch game through VSCodium debugger
b7804bd547 Add CLI for networking
62da4093ea Make VSCodium Rust experience more robust
Compare 3 commits »
MichaelBradley pushed to main at MichaelBradley/distributed_physics_test 2025-05-24 00:46:08 -04:00
0896ccf691 Fix faster diagonal acceleration for the player
10b525e4c7 Make only playable area seeded
Compare 2 commits »
MichaelBradley pushed to main at MichaelBradley/distributed_physics_test 2025-05-23 17:06:27 -04:00
10a6bad336 Fix balls showing up in the wrong place
MichaelBradley pushed to main at MichaelBradley/distributed_physics_test 2025-05-22 23:18:25 -04:00
d73683359a Fix apparent jitter in player movement
b42563a94d Update scroll sensitivity for discrete mouse wheels
bef0b66ee1 Add names to entities
2df3f0262b Add Bevy remote protocol setup
Compare 4 commits »
MichaelBradley pushed to main at MichaelBradley/distributed_physics_test 2025-05-19 22:20:45 -04:00
6a151397de Add function documentation
fc95857824 Make more random
Compare 2 commits »
MichaelBradley pushed to main at MichaelBradley/distributed_physics_test 2025-05-19 18:10:44 -04:00
245dfde91e Add zoom function
214e0ceedc Extract systems
cef21f4a00 Extract entities
b7780b8862 Extract Seed and AppSettings to utils
9be7b102d7 Extract main.rs
Compare 6 commits »
MichaelBradley created branch google-chrome in MichaelBradley/docker-chromium 2025-05-18 14:19:29 -04:00
MichaelBradley pushed to google-chrome at MichaelBradley/docker-chromium 2025-05-18 14:19:29 -04:00
e1d168cb7e Attempt to modify for use with Google Chrome
MichaelBradley pushed to master at MichaelBradley/docker-chromium 2025-05-18 00:58:47 -04:00
8b19e3e5c3 Try to mitigate restart breakage
MichaelBradley pushed to master at MichaelBradley/docker-chromium 2025-05-18 00:38:07 -04:00
36db42f89b Add Docker compose file example
d9fc5df080 Switch to Chromium
e9df645b49 Update metadata
Compare 3 commits »
MichaelBradley pushed to main at MichaelBradley/distributed_physics_test 2025-05-17 19:18:45 -04:00
763acd0ad8 Minor comments