Robert Garrett robert
  • Joined on 2022-06-25
robert pushed tag v0.1.0 to robert/another-asteroids 2025-10-30 09:51:33 -07:00
robert pushed to trunk at robert/pong-rs 2025-10-21 12:11:22 -07:00
7837ab49b0 Start button triggers connection & state change
62c84aceaf Remove stale TODO note
7ac3882e9e Marker components for the ball & paddles
Compare 3 commits »
robert pushed to trunk at robert/pong-rs 2025-10-21 10:24:20 -07:00
129e9ccc5e Spawn the gameplay elements
robert pushed to trunk at robert/pong-rs 2025-10-20 06:18:11 -07:00
8b290fdd0d Implement menu despawner
robert pushed to trunk at robert/pong-rs 2025-10-19 07:59:24 -07:00
845765513d Sort derive macro items
857aefda03 Wire the 'Start' button to a state changer
7f651481f6 Quiet some lints, remove some dev logging
Compare 3 commits »
robert pushed to trunk at robert/pong-rs 2025-10-18 13:05:27 -07:00
9b71fff4eb Begin work on a main menu & UI systems
robert pushed to trunk at robert/pong-rs 2025-10-18 09:00:10 -07:00
09e05c9f8e autofmt
7128377924 Dummy client to learn the other half of WebSockets
Compare 2 commits »
robert renamed repository from pong-rg to robert/pong-rs 2025-10-18 08:17:34 -07:00
robert pushed to trunk at robert/pong-rs 2025-10-17 07:23:29 -07:00
0ebc137369 Dummy server to support proof-of-concept client
88e6a8db5d Begin project, basic README & placeholder crates
robert created branch trunk in robert/pong-rs 2025-10-17 07:23:29 -07:00
robert created repository robert/pong-rs 2025-10-17 07:23:10 -07:00
robert pushed to trunk at robert/qoicodec 2025-10-14 11:25:14 -07:00
5b3c58fad5 Create a readme, incl. instructions for test exec
robert pushed to trunk at robert/qoicodec 2025-10-13 09:03:52 -07:00
e2ba02f4d1 Make test-case magic ctor's image size-aware.
8ccf6bd475 Track decode progress and stop at W*H pixels
Compare 2 commits »
robert pushed to trunk at robert/qoicodec 2025-10-13 08:16:18 -07:00
04f83a55d2 Add "full" image decode test to decoder.rs
robert pushed to trunk at robert/qoicodec 2025-10-13 06:36:17 -07:00
0b2408bda1 Fix test: panic when decoded data is wrong size
a6f18e5ea9 Rename codec.rs test function, use new err enum
7ba2e7760b Add an error enum to test/codec.rs
e31aa5decb Move main.rs to a test, drop dep on png crate
5ae4aa5823 Drop hack to fix byte count.
Compare 10 commits »
robert created branch trunk in robert/qoicodec 2025-10-13 06:36:17 -07:00
robert created repository robert/qoicodec 2025-10-13 06:36:03 -07:00
robert pushed to bevy-0.17-upgrade at robert/another-asteroids 2025-10-04 09:58:50 -07:00
789da0d708 WIP on engine upgrade
robert pushed to bevy-0.17-upgrade at robert/another-asteroids 2025-10-04 09:58:22 -07:00
7b0e5a06bc Replace event derives with message derives
robert pushed to bevy-0.17-upgrade at robert/another-asteroids 2025-10-02 15:14:38 -07:00
cd8bbb9879 Rename crate::events to crate::messages