Commit graph

74 commits

Author SHA1 Message Date
hut
4c26f2ef4f implement shadows, tweak world objects for better visibility 2024-04-24 19:54:37 +02:00
hut
8fa7859568 document module purposes 2024-04-23 17:33:36 +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
115cd1b46d tweak key bindings 2024-04-20 04:49:46 +02:00
hut
463745eabb add map mode 🥰 2024-04-18 21:25:41 +02:00
hut
f169ceac8f show the game version in the HUD 2024-04-18 03:56:32 +02:00
hut
c9e271184c update mouse sensitivity after the recent collider/mass change 2024-04-17 13:55:30 +02:00
hut
02dab4b4b7 tweak hud colors 2024-04-15 23:40:36 +02:00
hut
45fbd4e2b5 add F1 key to show key bindings 2024-04-15 23:17:44 +02:00
hut
65f57cbccb smaller text in HUD 2024-04-15 21:29:06 +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
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
d28e56a1aa accelerate chat speed in dev mode 2024-04-14 21:07:59 +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
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
86cd3b049e rename settings.rs to var.rs, planning to add more than settings to it 2024-04-14 14:55:00 +02:00
Renamed from src/settings.rs (Browse further)