Commit graph

970 commits

Author SHA1 Message Date
yuni 8cd970a930 fix selectagon orientation in map mode 2024-04-18 23:05:29 +02:00
yuni 321fccb9c4 update .gitignore 2024-04-18 22:48:54 +02:00
yuni 336527c4c0 fix AR flicker when moving 2024-04-18 22:48:30 +02:00
yuni a14e295007 tweak map parameters 2024-04-18 22:48:21 +02:00
yuni 463745eabb add map mode 🥰 2024-04-18 21:25:41 +02:00
yuni f169ceac8f show the game version in the HUD 2024-04-18 03:56:32 +02:00
yuni 5d89043ef2 bump version to v0.7.2 2024-04-17 15:25:20 +02:00
yuni 81b09d183a boost interaction distance 2024-04-17 15:24:00 +02:00
yuni a6e6dac3d8 reposition Lum 2024-04-17 15:15:24 +02:00
yuni 919b801832 fix dying from entering vehicles 2024-04-17 13:55:39 +02:00
yuni c9e271184c update mouse sensitivity after the recent collider/mass change 2024-04-17 13:55:30 +02:00
yuni 1b0209f38b toggle skybox off. don't like the result 2024-04-17 04:08:44 +02:00
yuni 6d12033e23 add starry sky box with shader 2024-04-17 04:02:40 +02:00
yuni f95a69c095 fix jupiter's rotational axis 2024-04-16 23:31:08 +02:00
yuni 7475b104ba cleanup: simplify position_to_transform 2024-04-16 19:51:04 +02:00
yuni 24edac27e5 add "The Whale", hollowed-out asteroid to scoop up debris 2024-04-16 19:44:46 +02:00
yuni 5373edb02f cleanup 2024-04-16 19:44:05 +02:00
yuni c880a8fb97 add basic grainy texture to material_asteroid 2024-04-16 18:28:15 +02:00
yuni 8afd150223 fix collider hiding 2024-04-16 17:12:39 +02:00
yuni f56521e49f add dummy material_asteroid.wgsl and shading::AsteroidSurface 2024-04-16 16:41:15 +02:00
yuni babbef279a implement better scene collider removal 2024-04-16 16:40:20 +02:00
yuni b186b37ffb add debug function that applies JupitersRing shader to all scenes 2024-04-16 16:28:19 +02:00
yuni fc01b68086 add shading.rs 2024-04-16 16:27:17 +02:00
yuni 8248d43463 add textured asteroid "Lum" with cave system and light orb 2024-04-16 16:04:53 +02:00
yuni 3079b17a1b better error handling with target acquisition 2024-04-16 15:56:12 +02:00
yuni fd16d6931e add "targeted yes" command 2024-04-16 15:55:37 +02:00
yuni 4d4ccb9d9f give moonlet mesh collider 2024-04-16 05:53:04 +02:00
yuni 9d9482dd4a give pizzaria mesh collider 2024-04-16 05:50:58 +02:00
yuni 4ac1d020e2 update meshes in defs.txt 2024-04-16 04:11:52 +02:00
yuni 2402fe7b03 add "mesh handcrafted" command 2024-04-16 04:10:43 +02:00
yuni 23a85807a5 get colliders from scene mesh with name "Collider", hide it in render 2024-04-16 04:04:22 +02:00
yuni efd85e1433 fix mesh colliders breaking due to CENTER_WORLD_ON_PLAYER 2024-04-16 02:44:01 +02:00
yuni 830d371e36 set density/inertia for computed mesh 2024-04-16 02:31:25 +02:00
yuni cf34ab5a63 Revert "ok this is hilarious, you can fly the pizzeria now"
This reverts commit c7a050e2aa.
2024-04-16 01:55:53 +02:00
yuni c7a050e2aa ok this is hilarious, you can fly the pizzeria now 2024-04-16 01:55:23 +02:00
yuni 6002688bb4 determine closeness based on distance to surface, not center 2024-04-16 01:54:34 +02:00
yuni a66660cb44 fix path 2024-04-16 01:40:57 +02:00
yuni 390e7917ad add wayland feature to linux build, remove x11 from windows build 2024-04-16 01:22:06 +02:00
yuni 0b162de00f explicitly declare target for linux build 2024-04-16 01:21:19 +02:00
yuni f815e3d62e late console lines fade out completely when they expire 2024-04-15 23:45:46 +02:00
yuni 02dab4b4b7 tweak hud colors 2024-04-15 23:40:36 +02:00
yuni b8a122904a cleanup 2024-04-15 23:23:46 +02:00
yuni 22bfc62acc Revert "fade out text through color, not alpha, for performance reasons"
I don't actually think there's any performance reasons....

This reverts commit 35d6937793.
2024-04-15 23:23:16 +02:00
yuni 35d6937793 fade out text through color, not alpha, for performance reasons 2024-04-15 23:21:15 +02:00
yuni 45fbd4e2b5 add F1 key to show key bindings 2024-04-15 23:17:44 +02:00
yuni a26a8c79f7 bump to v0.7.1 2024-04-15 22:25:49 +02:00
yuni 03cebb3f88 bump to bevy 0.13.2 2024-04-15 22:07:13 +02:00
yuni a1c4fbb821 smooth out engine volume, fixing audio glitches 2024-04-15 21:56:01 +02:00
yuni 65f57cbccb smaller text in HUD 2024-04-15 21:29:06 +02:00
yuni 594b05f638 always show "absolute" speed, even if targeting 2024-04-15 21:28:52 +02:00