Commit graph

33 commits

Author SHA1 Message Date
c48e5cdb3a add setting for flashlight strength 2024-09-22 03:42:27 +02:00
9769658bfd fix "Could not determine Jupiter's position" warning 2024-09-15 02:13:25 +02:00
e350697125 remove rocket.ogg 2024-09-13 22:44:23 +02:00
a6c88e1344 add Luna's workshop with a couple of shipping containers 2024-07-31 04:49:11 +02:00
f2ed30a5b6 brighter flashlight 2024-07-14 21:09:00 +02:00
5e9441dd5e abstract out orbit calculation into nature::pos_offset_for_orbiting_body() 2024-07-12 15:32:45 +02:00
90c89fc3f3 add comments 2024-07-12 14:58:50 +02:00
4f787c33e8 cleanup (remove unnecessary scope block, unindenting by 1)
(I had this scope block before in order to release ownership of some
variable so that it can be used again after the scope block, but seems
like this is not necessary anymore by now)
2024-07-12 14:23:54 +02:00
82ff5491a6 bevy14: Fix error with multiplying color by float 2024-07-09 02:42:10 +02:00
b038468cfc bevy14: upgrade Color::hex usage 2024-07-09 02:38:28 +02:00
18760e43c8 bevy14: fix warnings about deprecated Color::rgb(a) usage 2024-07-09 02:32:56 +02:00
9d54a9d412 add scene's coordinates to scene object's coordinates 2024-06-11 05:59:10 +02:00
f2246a247f implement scene loader (transformations are still a bit wonky) 2024-06-11 05:50:15 +02:00
a3661cc43f add cruiser template 2024-06-11 05:50:13 +02:00
3d26b0915d add Id2V resource, "wants matchvelocitywith" command 2024-06-11 02:46:31 +02:00
d9af542d54 give objects orbiting jupiter an orbital velocity on startup 2024-06-10 23:19:33 +02:00
e16a650b22 apply gravity towards Jupiter for objects orbiting Jupiter 2024-06-10 23:19:33 +02:00
9f936989f3 fix player erroneously slowing down automatically 2024-06-07 00:43:27 +02:00
3f1dc27684 add command "template clippy" 2024-06-02 21:35:40 +02:00
0bbca303cb add "template person" command 2024-06-02 21:29:08 +02:00
28cf269907 keep avatar on death/respawn 2024-05-23 05:42:25 +02:00
efbb44a9fc implement player avatars 2024-05-23 05:02:59 +02:00
e9afeefb7d fix "want to look at player" for when player rides a vehicle 2024-05-23 00:56:12 +02:00
91d19e94a0 implement preferred looking direction for NPCs 2024-05-23 00:31:31 +02:00
87199f41db apply cargo fmt 2024-05-22 05:00:45 +02:00
hut
fce2cfdce1 add "Find Earth" achievement 2024-05-14 05:33:35 +02:00
hut
aa7734947c implement achievements 2024-05-14 01:24:57 +02:00
hut
e7c533d728 format 2024-05-14 00:57:56 +02:00
hut
7f3770cf49 add bevy::math::{DVec3,DQuat} import to common 2024-05-13 00:55:49 +02:00
hut
c292c66900 add PI/PI32 to common.rs 2024-05-13 00:52:34 +02:00
hut
33876bac73 add game.rs 2024-05-12 23:57:21 +02:00
hut
94d732d9f0 simplify crate module imports 2024-05-12 23:42:56 +02:00
hut
d37b90be15 rename commands.rs to cmd.rs (in preparation for the next commit) 2024-05-12 23:37:13 +02:00
Renamed from src/commands.rs (Browse further)