Commit Graph

25 Commits

Author SHA1 Message Date
e144771018 Rust version upgrade 2024-03-11 20:42:52 +11:00
d1a5a4d2fa Add a required quest to gain access to the sewers 2024-01-29 00:48:41 +11:00
3c302136d5 Remove most references to less_explicit_mode
Instead add one basic illegality filter for everyone.
2023-12-29 23:48:31 +11:00
925deba57e Implement scavenge command 2023-10-06 22:32:15 +11:00
94fc4656f8 Implement stand and recline commands. 2023-09-05 20:55:25 +10:00
3e4e448404 Implement sit command. 2023-09-02 23:48:43 +10:00
3023b5317a Add a fill command to fill bottles etc... 2023-08-12 01:36:46 +10:00
fab18d604e Implement hunger, eating, and drinking. 2023-08-05 01:51:42 +10:00
590d4640dd Implement craft on benches
Initially just a stove
Also update Rust.
2023-07-24 22:46:50 +10:00
bfc1d4d4b5 Allow putting things in containers.
Includes rules on what you can place, and weight / capacity limits.
2023-07-16 13:37:29 +10:00
b3cbc9f544 Add a bookshop, and add getting things from containers
The book doesn't yet contain recipes, but when it does, we will be
able to get things out of it to use in the non-improv crafting system
(to be implemented).
2023-07-14 23:15:30 +10:00
4b524fda96 Support following other players. 2023-06-30 23:46:38 +10:00
261151881d Refactor to move command queue to item.
This is the start of being able to implement following in a way that
works for NPCs, but it isn't finished yet. It does mean NPCs can do
things like climb immediately, and will make it far simpler for NPCs
to do other player-like actions in the future.
2023-06-20 22:53:46 +10:00
cd40573345 Add an improvise command to craft things without tools. 2023-06-12 00:36:55 +10:00
3292dcc13b Implement delete command to reset or destroy a character. 2023-06-07 22:38:46 +10:00
2747dddd90 Allow buying, wearing and removing clothes.
Step 2 will be to make clothes serve a functional purpose as armour.
2023-05-23 20:37:27 +10:00
26cc053480 Improve cut command to be queued, and always corpsify first. 2023-04-24 16:47:08 +10:00
3d3f792fdc Support closing doors. 2023-04-16 22:39:34 +10:00
131512fbf6 Allow doors to open. 2023-04-16 01:54:03 +10:00
385d2d1fd8 Implement use command for trauma kits. 2023-02-25 23:49:46 +11:00
d5314c981e Add drop command, and show inventory on look. 2023-02-20 17:38:35 +11:00
25cfda033b Implement get command to pick things up. 2023-02-20 16:33:53 +11:00
2850b66bee Support wielding weapons. 2023-02-19 01:18:08 +11:00
6d155c3e68 Add queue system. 2023-01-02 13:25:05 +11:00
7edf9b7b9d Add start of task runner framework (in progress). 2023-01-01 19:24:13 +11:00