Commit graph

641 commits

Author SHA1 Message Date
hut
2402fe7b03 add "mesh handcrafted" command 2024-04-16 04:10:43 +02:00
hut
23a85807a5 get colliders from scene mesh with name "Collider", hide it in render 2024-04-16 04:04:22 +02:00
hut
efd85e1433 fix mesh colliders breaking due to CENTER_WORLD_ON_PLAYER 2024-04-16 02:44:01 +02:00
hut
830d371e36 set density/inertia for computed mesh 2024-04-16 02:31:25 +02:00
hut
cf34ab5a63 Revert "ok this is hilarious, you can fly the pizzeria now"
This reverts commit c7a050e2aa.
2024-04-16 01:55:53 +02:00
hut
c7a050e2aa ok this is hilarious, you can fly the pizzeria now 2024-04-16 01:55:23 +02:00
hut
6002688bb4 determine closeness based on distance to surface, not center 2024-04-16 01:54:34 +02:00
hut
a66660cb44 fix path 2024-04-16 01:40:57 +02:00
hut
390e7917ad add wayland feature to linux build, remove x11 from windows build 2024-04-16 01:22:06 +02:00
hut
0b162de00f explicitly declare target for linux build 2024-04-16 01:21:19 +02:00
hut
f815e3d62e late console lines fade out completely when they expire 2024-04-15 23:45:46 +02:00
hut
02dab4b4b7 tweak hud colors 2024-04-15 23:40:36 +02:00
hut
b8a122904a cleanup 2024-04-15 23:23:46 +02:00
hut
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
hut
35d6937793 fade out text through color, not alpha, for performance reasons 2024-04-15 23:21:15 +02:00
hut
45fbd4e2b5 add F1 key to show key bindings 2024-04-15 23:17:44 +02:00
hut
a26a8c79f7 bump to v0.7.1 2024-04-15 22:25:49 +02:00
hut
03cebb3f88 bump to bevy 0.13.2 2024-04-15 22:07:13 +02:00
hut
a1c4fbb821 smooth out engine volume, fixing audio glitches 2024-04-15 21:56:01 +02:00
hut
65f57cbccb smaller text in HUD 2024-04-15 21:29:06 +02:00
hut
594b05f638 always show "absolute" speed, even if targeting 2024-04-15 21:28:52 +02:00
hut
76548d86a4 rename SpacePizza™ to Nox 2024-04-15 21:22:41 +02:00
hut
f01fd06bac different colors for different console log levels 2024-04-15 21:18:02 +02:00
hut
8533b689b2 overhaul HUD 2024-04-15 21:00:13 +02:00
hut
f85e01c6f6 typo 2024-04-15 18:22:50 +02:00
hut
fd741ae905 tweak mouseless camera control sensitivity 2024-04-15 13:17:10 +02:00
hut
6c8cdf9af8 bump to v0.7.0 2024-04-15 04:13:52 +02:00
hut
32537315d0 fix rotation of selectagon, especially when targeting jupiter 2024-04-15 04:07:56 +02:00
hut
2d5348956e move chatbox to the top left, implement fading of old messages 2024-04-15 03:57:21 +02:00
hut
2a7714661f fix chat 2024-04-15 03:32:00 +02:00
hut
a46d29715e move status display to the top right 2024-04-15 02:42:23 +02:00
hut
e47e175fc5 how only the 3 most recent log entries 2024-04-15 02:35:12 +02:00
hut
51089049ae fix choice/text colors 2024-04-15 02:34:43 +02:00
hut
eb3353bb07 color vitals/suit integrity red if low 2024-04-15 02:32:30 +02:00
hut
b857d46119 clean up HUD creation 2024-04-15 02:29:49 +02:00
hut
73beb451dd tweak conversation 2024-04-15 02:08:25 +02:00
hut
ba1269627d fix choice order 2024-04-15 02:06:10 +02:00
hut
97141ed73a write cozier dialog at pizza store 2024-04-15 01:45:40 +02:00
hut
05769c988c implement "if: ~value:" to negate it. ("!" doesnt work for YAML reasons) 2024-04-14 23:57:58 +02:00
hut
27ada34377 add teleport key (x) 2024-04-14 23:39:30 +02:00
hut
d1aaefb490 typo 2024-04-14 22:34:12 +02:00
hut
3c317111d3 cut off star magnitude above 6.0 for brightness/size calculations 2024-04-14 22:31:10 +02:00
hut
69fb360229 move stars.rs to an included array in src/data/ 2024-04-14 22:30:49 +02:00
hut
49f9900469 cleanup 2024-04-14 22:00:10 +02:00
hut
ad9f6dbd39 render stars as circles instead of spheres 2024-04-14 21:52:29 +02:00
hut
a2b348fc59 cleanup 2024-04-14 21:52:18 +02:00
hut
ac1d1d9bca boost interaction distance 2024-04-14 21:51:59 +02:00
hut
2c28394705 cleanup 2024-04-14 21:16:06 +02:00
hut
03d2809295 fix regression that caused inlined ifs to be displayed as choices 2024-04-14 21:14:26 +02:00
hut
d28e56a1aa accelerate chat speed in dev mode 2024-04-14 21:07:59 +02:00