Ernest Wong

Results 16 issues of Ernest Wong

Originally noted in issue #286 **To reproduce:** On the Windows 98 demo, play a wave sound file, and as it is playing, hover the cursor over the play button. **Expected:**...

bug

I saw this interesting bug a while ago but I didn't know how to reproduce it reliably until now. Open DOS prompt on Windows 98/95. If you give your keystrokes...

See: https://github.com/HouraiTeahouse/backroll-rs/blob/3c6bdc08a17d2f4e87524595a935d7f28de8e7a4/backroll/src/protocol/mod.rs#L38 which is used for estimating the remote player's frame for timesyncing purposes: https://github.com/HouraiTeahouse/backroll-rs/blob/3c6bdc08a17d2f4e87524595a935d7f28de8e7a4/backroll/src/protocol/mod.rs#L740-L753 On an unrelated note, it that calculation correct? The comment seems to suggest `round_trip_time.as_secs() /...

enhancement
good first issue

Fixes #26 Remaining tasks: Add an in-tree example that uses `crystalorb-bevy-networking-turbulence` crate to test that it still works.

As a game developer using the bevy engine, I want to continue using crystalorb with bevy 0.7, so I can have access to new bevy 0.7 features. Out of scope:...

Right now, if we were to use the provided bevy plugin, we would need to write most of the game logic outside of bevy's ECS. It would be good to...

enhancement
help wanted

Low priority: code coverage is indicative only.

Detect when the library could be broken on someone else's local rust nightly. Possible options: - Run like a dependabot update, but instead of making a PR that tries updating...

For example, to reduce jerking movement and teleportation so that shooter games can be somewhat playable, it might be nice to display other players *in the past* (i.e. only render...

enhancement

See #7 for rationale. This would allow us to get rid of `TypeId` uses in `crystalorb-mock-network`, for example.