Commit graph

617 commits

Author SHA1 Message Date
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
hut
2e57f911ed implement conditions on choices 2024-04-14 20:44:29 +02:00
hut
d21f8b4b09 implement "inlined" conditions (like - if $x > 4:) 2024-04-14 20:02:23 +02:00
hut
011938cadf implement "if" statements with 2 operands + 1 operator 2024-04-14 19:48:11 +02:00
hut
00df7bc711 implement "if" statements with 2 operands (comparing for equality) 2024-04-14 19:23:43 +02:00
hut
d51333274b implement "if" statements with one boolean condition 2024-04-14 18:56:40 +02:00
hut
d6901bef00 split off and document GameVars::normalize_varname 2024-04-14 18:23:38 +02:00
hut
a13264a404 prefix the actor id as scope for variables like "$foo" (-> "icarus$foo") 2024-04-14 18:09:14 +02:00
hut
b4ff95c3be WIP if-branches in chats 2024-04-14 17:29:35 +02:00
hut
5df3f66ea6 implement "set" token for chats 2024-04-14 16:20:51 +02:00
hut
07be89162c add GameVars struct 2024-04-14 15:37:36 +02:00
hut
7b6b14a992 avoid crash when chat "include" label doesn't exist 2024-04-14 15:37:23 +02:00
hut
600f9d5e3e cleanup 2024-04-14 14:58:53 +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
a670778fb0 WIP new pizza dialogue 2024-04-14 05:09:34 +02:00
hut
8c12d96774 cleanup 2024-04-14 04:56:34 +02:00
hut
f5c397dfe1 typos 2024-04-14 04:56:28 +02:00
hut
c44c22e658 update cheat teleport destinations 2024-04-14 04:40:42 +02:00
hut
a9ebaf0a5f fix delay with showing responses for Bus Stop Clippy 2024-04-14 04:14:04 +02:00
hut
69fce751d9 move Oscillation Station to a more scenic place for now 2024-04-14 04:13:51 +02:00
hut
dad7fc8fc4 add safety check 2024-04-14 03:37:33 +02:00
hut
86217d121e Merge branch 'yamlchat' 2024-04-14 03:32:56 +02:00
hut
01453e46f8 implement "include" token for chats 2024-04-14 03:24:06 +02:00
hut
43f67877a2 delete src/chat_old.rs (\o/) 2024-04-14 01:20:22 +02:00
hut
0b22494751 fix conversation timings, seek past choices when dropping out of branches 2024-04-14 01:16:37 +02:00