Robert Garrett robert
  • Joined on 2022-06-25
robert opened issue robert/another-asteroids#14 2025-07-29 11:50:36 -07:00
Mark Asteroids and Bullets with a lifetime component so they despawn
robert opened issue robert/another-asteroids#13 2025-07-29 11:40:41 -07:00
Create a component & system to despawn entities after an elapsed time.
robert closed issue robert/another-asteroids#4 2025-07-29 11:27:52 -07:00
Convert asteroid spawning system into an event listener
robert pushed to trunk at robert/another-asteroids 2025-07-29 11:27:52 -07:00
eee039339e Asteroid spawner now uses info from event message
04f192b62a Drop never-used import
Compare 2 commits »
robert opened issue robert/another-asteroids#12 2025-07-29 11:23:57 -07:00
Create a physics module for physics and physics-adjacent things
robert opened issue robert/another-asteroids#11 2025-07-29 11:18:29 -07:00
Add angular velocity to my physics components
robert closed issue robert/another-asteroids#9 2025-07-29 11:16:25 -07:00
Fix case on AsteroidSize enum variants
robert pushed to trunk at robert/another-asteroids 2025-07-29 11:16:25 -07:00
2dd3b2ff61 Fix case on AsteroidSize enum variants
2c43bc699e Begin work on event-based asteroid spawning
Compare 2 commits »
robert pushed to trunk at robert/another-asteroids 2025-07-29 10:55:13 -07:00
911b6c5fe7 Fix visibility & add constructors, program builds
71ec77f5b1 Move asteroid bits to another module
Compare 2 commits »
robert commented on issue robert/another-asteroids#10 2025-07-29 10:54:59 -07:00
Move asteroid bits into their own module

Completed in 911b6c5fe741f7a02305ac2f3db54799d62518d0

robert closed issue robert/another-asteroids#10 2025-07-29 10:54:59 -07:00
Move asteroid bits into their own module
robert opened issue robert/another-asteroids#10 2025-07-29 10:41:30 -07:00
Move asteroid bits into their own module
robert opened issue robert/another-asteroids#9 2025-07-29 10:21:38 -07:00
Fix case on AsteroidSize enum variants
robert pushed to trunk at robert/another-asteroids 2025-07-29 10:05:51 -07:00
5dfe11d31f Remove unused color import
robert pushed to trunk at robert/another-asteroids 2025-07-29 09:58:34 -07:00
40102bf46b Drop ThrusterColors component
robert pushed to trunk at robert/another-asteroids 2025-07-29 09:54:54 -07:00
0eac337c00 Update spawn_player to use new GameAssets
3d4e0afc58 Swap asteroid-spawning to use new GameAssets
f62ab2c95d New GameAssets resource to hold all my assets
Compare 3 commits »
robert opened issue robert/another-asteroids#8 2025-07-29 09:53:02 -07:00
Make the GameAssets editable in the EGUI debug view
robert commented on issue robert/another-asteroids#1 2025-07-29 09:42:23 -07:00
Configurables in AsteroidSpawner Resource

The line-wrapping (on my display. oop) made it look like the title was "Configurables in Resource", followed by an unrelated tag/marker/other garbage. Ordering the words this way conveys the same…

robert opened issue robert/another-asteroids#7 2025-07-29 09:40:16 -07:00
Do a WASM build
robert opened issue robert/another-asteroids#6 2025-07-29 09:38:32 -07:00
Combine movement update systems