Commit Graph

60 Commits

Author SHA1 Message Date
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
79fea1f3b5 Implement resolving objects from player's perspective. 2022-12-30 00:41:46 +11:00
c39803898b Implement basic NPC creation, and improve item updating. 2022-12-29 23:16:52 +11:00
cf2798a418 Expose more about contents of room. 2022-12-29 22:17:55 +11:00
8b628eb831 Show current location on login. 2022-12-29 00:43:23 +11:00
86278e890d Implement basic map and some of the look functionality
Only covering current location look now.
2022-12-29 00:37:14 +11:00
c4f9577645 Start to implement a static item (rooms etc...) system. 2022-12-27 20:16:35 +11:00
672eb1ee75 Get login working correctly. 2022-12-27 16:08:27 +11:00
16bd49f160 Start system to accept required terms to continue. 2022-12-27 00:20:09 +11:00
d4bc71e26f Start user registration work 2022-12-26 01:31:06 +11:00
218ca0b953 Allow disconnections and implement quit. 2022-12-25 12:42:03 +11:00