Commit graph

87 commits

Author SHA1 Message Date
7412eb082f reduce power usage when window is defocused 2024-10-10 01:23:04 +02:00
93293092ce add setting for light amplification strengh, incl. power drain 2024-09-22 03:11:08 +02:00
548386ef54 cleanup 2024-06-17 01:40:14 +02:00
8c7a856717 implement radio stations 2024-06-13 03:26:19 +02:00
2eb68e94f7 cleanup 2024-06-13 00:43:01 +02:00
f7002fd064 reset chat variables (GameVars) on death 2024-06-02 21:04:03 +02:00
87199f41db apply cargo fmt 2024-05-22 05:00:45 +02:00
hut
ff610d4000 remove redundancy 2024-05-14 22:41:02 +02:00
hut
ac9451ea4a send GameEvents instead of running redundand code 2024-05-13 20:26:00 +02:00
hut
eb681999f8 implement game menu 2024-05-13 20:21:56 +02:00
hut
2d42edb69c move some of var's constants into common 2024-05-13 00:59:43 +02:00
hut
78eeef6201 add common.rs 2024-05-13 00:45:16 +02:00
hut
db083e0638 cleanup 2024-05-13 00:10:13 +02:00
hut
33876bac73 add game.rs 2024-05-12 23:57:21 +02:00
hut
2f3190eb1a cleanup 2024-05-12 23:44:10 +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
hut
182659eff0 add death screen 2024-05-12 22:31:14 +02:00
hut
7aa6885509 add crate prelude 2024-05-12 22:31:13 +02:00
hut
83f43ee06c rename effects.rs to visual.rs 2024-05-10 12:24:57 +02:00
hut
932a54b460 merge shading.rs into load.rs 2024-05-10 12:24:56 +02:00
hut
3c52a10a6d rename skeleton.rs to load.rs 2024-05-10 12:24:55 +02:00
hut
3a0b3dc1c3 actually apply the preferences from the .toml file 2024-04-30 23:41:37 +02:00
hut
d65d3b2aec read preferences from outfly.toml 2024-04-30 22:38:54 +02:00
hut
1f3f0eec7a add various sound effects to key presses 2024-04-25 03:52:32 +02:00
hut
729e6be59d add command line options for help, and for setting window mode 2024-04-25 03:23:43 +02:00
hut
178f6f5d45 add "--gl" option to set WGPU_BACKEND=gl 2024-04-25 02:37:45 +02:00
hut
8fa7859568 document module purposes 2024-04-23 17:33:36 +02:00
hut
29f0850874 embed assets only in release builds 2024-04-23 15:39:46 +02:00
hut
a1910c4075 move model loading code into skeleton 2024-04-22 21:10:59 +02:00
hut
7b21c2b820 tweak ASCII art 2024-04-21 19:34:00 +02:00
hut
1adb56c0e2 add ASCII art header to most files 2024-04-21 18:25:30 +02:00
hut
c880a8fb97 add basic grainy texture to material_asteroid 2024-04-16 18:28:15 +02:00
hut
f56521e49f add dummy material_asteroid.wgsl and shading::AsteroidSurface 2024-04-16 16:41:15 +02:00
hut
b186b37ffb add debug function that applies JupitersRing shader to all scenes 2024-04-16 16:28:19 +02:00
hut
fc01b68086 add shading.rs 2024-04-16 16:27:17 +02:00
hut
69fb360229 move stars.rs to an included array in src/data/ 2024-04-14 22:30:49 +02:00
hut
5df3f66ea6 implement "set" token for chats 2024-04-14 16:20:51 +02:00
hut
86cd3b049e rename settings.rs to var.rs, planning to add more than settings to it 2024-04-14 14:55:00 +02:00
hut
053f2827dd handle god mode properly when restarting/cheat-dying 2024-04-11 21:17:34 +02:00
hut
cb698cc3b2 Revert "reset settings on death/restart"
This reverts commit 3676fd444c.
2024-04-11 21:12:56 +02:00
hut
3676fd444c reset settings on death/restart 2024-04-11 21:07:01 +02:00
hut
9f15e78e07 show actual names of stars when targeting them 2024-04-08 01:08:32 +02:00
hut
36859f6bb6 start in BorderlessFullscreen instead of Fullscreen by default
this fixes a crash on some windows machines
2024-04-08 00:24:03 +02:00
hut
17f44664e5 implement fullscreen toggle key F11 2024-04-08 00:23:55 +02:00
hut
ca7d2facd9 split off chat logic from actor.rs into new chat.rs 2024-04-04 13:34:13 +02:00
hut
5edc05df89 cleanup 2024-03-31 22:08:26 +02:00
hut
d12585b28b split off command parser into commands.rs 2024-03-31 22:00:34 +02:00
hut
97640c383c add a cozy fade-in from black on start 2024-03-30 21:14:04 +01:00
hut
25db91f39e implement controls and basic collisions 2024-03-29 16:33:12 +01:00