Commit graph

110 commits

Author SHA1 Message Date
0397992d6d cargo fmt 2024-10-05 04:27:00 +02:00
b5105ff4c5 tweak default values for preferences 2024-10-05 04:23:47 +02:00
a2423fa642 implement sfx volume controls 2024-10-03 23:59:15 +02:00
5104f2bbcf add extra-bright flash light mode 2024-09-22 06:39:21 +02:00
bb539c00cc implement reactor overload and shutdown 2024-09-22 06:38:44 +02:00
ebe028d567 add thruster boost feature 2024-09-22 04:47:27 +02:00
c48e5cdb3a add setting for flashlight strength 2024-09-22 03:42:27 +02:00
93293092ce add setting for light amplification strengh, incl. power drain 2024-09-22 03:11:08 +02:00
904f7927eb renamed "Radio: Space Wave" to "Speakers: Space Wave Radio" 2024-09-15 23:50:04 +02:00
06a0bf3984 var: fix radio station 2024-09-15 21:12:58 +02:00
0dd0474bb0 cargo fmt 2024-09-15 04:53:33 +02:00
69972f9f8e Add new free background music: Takeoff (remastered) by Serat 2024-09-15 02:39:50 +02:00
cb2ff574ed remove nonfree "Aleksey Chistilin - Cinematic Cello.ogg" 2024-09-14 23:47:13 +02:00
8309e32f85 simplified noise cancellation, add "Amplify outside recordings" to radio 2024-09-14 23:43:21 +02:00
fbf5581ea5 don't accelerate chat speed in dev mode, since you can now fast forward 2024-08-19 00:12:46 +02:00
e49c7e052f add ` key to fast forward conversation 2024-08-19 00:11:24 +02:00
e54aea5b46 revert saving state about luna introduction 2024-08-02 04:09:01 +02:00
2337da40ae save game state about Luna's introduction 2024-08-02 02:09:35 +02:00
20b2ae049a cleanup (cargo fmt) 2024-07-14 21:16:19 +02:00
441efcabef rename "Eclipse the Sun with Jupiter" achievement to "Enter Jupiter's Shadow" 2024-07-14 20:24:39 +02:00
b038468cfc bevy14: upgrade Color::hex usage 2024-07-09 02:38:28 +02:00
877e664df9 cleanup 2024-06-17 02:03:19 +02:00
c5d744b280 less debug output when saving config file 2024-06-17 01:49:37 +02:00
377c2a4f0b save/load avatar setting from config file 2024-06-17 01:43:23 +02:00
c273217f65 implement noise cancellation modes 2024-06-13 04:06:15 +02:00
4e8794338a fix wrong radio playing on startup 2024-06-13 03:41:15 +02:00
8c7a856717 implement radio stations 2024-06-13 03:26:19 +02:00
f1512e01c9 create config file/directory if it doesn't exist yet 2024-06-13 02:18:58 +02:00
eedc379c8d save/load many of the game settings to/from config file 2024-06-13 02:18:22 +02:00
2eb68e94f7 cleanup 2024-06-13 00:43:01 +02:00
43756fc09c platform-independent configuration file path 2024-06-13 00:42:23 +02:00
0f0d1aa1a9 cleanup 2024-06-13 00:39:11 +02:00
4ed006c548 fix console output in var::load_prefs (bevy macros dont work here) 2024-06-13 00:05:45 +02:00
9e121cf633 fix off-by-one error in GameVars::normalize_varname() 2024-06-12 00:59:07 +02:00
0c622f28ab add debugging code to GameVar::evaluate_condition() 2024-06-12 00:58:38 +02:00
8636b08b5f add unit test for GameVars::normalize_varname() 2024-06-12 00:54:26 +02:00
727d28089f don't reset third person setting on death 2024-06-07 03:52:24 +02:00
f7002fd064 reset chat variables (GameVars) on death 2024-06-02 21:04:03 +02:00
efbb44a9fc implement player avatars 2024-05-23 05:02:59 +02:00
87199f41db apply cargo fmt 2024-05-22 05:00:45 +02:00
hut
e76043ca97 reset cruise control on death 2024-05-15 05:28:41 +02:00
hut
f94c46cce2 implement cruise control 2024-05-15 05:00:59 +02:00
hut
e07ad4d236 add dashboard indicator light for rotation stabiliser 2024-05-15 04:43:33 +02:00
hut
d1a906b487 remove more redundancy (add "color scheme") 2024-05-14 23:00:55 +02:00
hut
1abb5e91e6 typo 2024-05-14 19:25:25 +02:00
hut
8f76a31cfa show version in menu 2024-05-14 19:08:18 +02:00
hut
ac416411a8 tweak wording of achievements 2024-05-14 18:45:35 +02:00
hut
122a1e49ec make key bindings look more like the achievement list 2024-05-14 18:43:38 +02:00
hut
31705586cd show key bindings in menu instead of with F1 key 2024-05-14 18:32:23 +02:00
hut
f1725fcab5 show achievements in golden color in the log 2024-05-14 07:27:43 +02:00