Commit Graph

70 Commits

Author SHA1 Message Date
50f23e1c56 Implement corporate HQs 2023-10-01 16:34:25 +11:00
6dc4a870fc Implement computer museum puzzle. 2023-09-20 23:56:28 +10:00
2beaf0d2af Slow down when urges are high.
Also fix a few issues with concurrency errors from the DB.
2023-09-14 22:52:24 +10:00
e42bb6b4a9 Implement blades (partially), + fix some attack bugs. 2023-09-11 21:40:41 +10:00
fab18d604e Implement hunger, eating, and drinking. 2023-08-05 01:51:42 +10:00
a1495e6731 Implement "report abuse" command. 2023-07-27 21:38:29 +10:00
590d4640dd Implement craft on benches
Initially just a stove
Also update Rust.
2023-07-24 22:46:50 +10:00
e83cc19698 Allow hiring NPCs (roboporters) to carry heavy stuff!
Note that I still have to implement carrying weight calculation, so it
isn't yet as useful as it will be eventually!
2023-07-06 22:34:01 +10:00
4b524fda96 Support following other players. 2023-06-30 23:46:38 +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
d8b0b6bed5 Allow cutting parts from corpses. 2023-04-24 00:56:42 +10:00
ed3d77dcbe Allow (un)installation of scanlocks. 2023-04-21 23:33:23 +10:00
131512fbf6 Allow doors to open. 2023-04-16 01:54:03 +10:00
0ccf9a3adc Allow renting apartments at CoK building. 2023-04-08 23:51:18 +10:00
ff5e80398a Let people list their current consents. 2023-04-02 12:30:50 +10:00
a9693803ef Write help for corp commands. 2023-04-01 23:31:42 +11:00
1cf13413e8 Allow corp leaders to authorise corp v corp warfare. 2023-03-28 22:31:59 +11:00
7d1d6675b7 Allow corps to consent to fight each other.
Note it doesn't actually do anything yet - that's coming!
2023-03-27 22:41:39 +11:00
d35bbbad53 Implement messaging to corps. 2023-03-26 22:29:39 +11:00
6c86599103 Add corp management commands. 2023-03-26 16:51:10 +11:00
3bd0412e4a Allow people to join, leave, and fire from corps. 2023-03-25 00:58:19 +11:00
cb05843ee9 Add ability to invite people to corps. 2023-03-19 22:59:35 +11:00
8084b020c3 Show someones primary corp in who. 2023-03-19 15:41:48 +11:00
929a64f93e Allow creation of new corps. 2023-03-19 00:04:59 +11:00
158b590c35 Revoke 'until death' consent on death. 2023-03-13 22:38:54 +11:00
b96fc2e772 Enable PvP fighting. 2023-03-13 15:23:07 +11:00
369b07474a Support paging. 2023-02-26 17:01:05 +11:00
8085689490 Fix edge cases + use up charges when using "use" 2023-02-26 00:56:22 +11:00
8e1d15bade Allow partial matches on alias. 2023-02-23 21:33:26 +11:00
d4fd71d839 Improve get targeting with 'all' option. 2023-02-20 22:27:43 +11:00
b28ea26d8a Use correct indefinite article in possession descriptions. 2023-02-20 00:02:29 +11:00
4652fa52cf Support mocking DB to increase testability. 2023-02-19 14:03:15 +11:00
2850b66bee Support wielding weapons. 2023-02-19 01:18:08 +11:00
f21f574ebb Implement capacity limit system. 2023-02-03 23:26:24 +11:00
2053c9cbb3 Add who command. 2023-01-28 23:00:53 +11:00
2d9fcf9850 Bugfixes + don't get to keep items when you die. 2023-01-25 23:59:19 +11:00
e6e712e255 Make dead NPCs auto-respawn. 2023-01-23 22:52:01 +11:00
165f5671ac Implement health and death. 2023-01-22 22:43:44 +11:00
c26a4768c5 Add alias system. 2023-01-20 23:38:57 +11:00
5d3c8bc0aa Allow attacks to be started. 2023-01-15 17:30:23 +11:00
2efc309d78 Implement homeless shelter. 2023-01-08 00:18:56 +11:00
4207ab8f4d Create 60 NPCs and let them spontaneously talk. 2023-01-07 23:06:02 +11:00
82dfac1cf5 Add more roads content. 2023-01-02 15:39:55 +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
92814a4175 Add player-to-player whispering. 2022-12-31 19:33:31 +11:00
d15558a728 Implement most of statbots character generation. 2022-12-31 18:42:13 +11:00
3ad4de8f5f Make statbot start to reply to whispers. 2022-12-31 00:59:14 +11:00