Commit Graph

51 Commits

Author SHA1 Message Date
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
e5e6c45e81 Support help that is hidden in less explicit mode. 2022-12-25 01:42:51 +11:00
887b69340f Make commands run in DB transaction 2022-12-25 01:14:04 +11:00
4ce39f9421 Start work on command parsing. 2022-12-24 21:16:23 +11:00
729a218b36 Modularise and cleanup handlers 2022-12-24 13:43:28 +11:00
8aa4d59ba6 Implement DB based sendqueue 2022-12-23 23:31:49 +11:00
a81bd9c52b Refactor db.rs and start saving sessions 2022-12-23 21:37:28 +11:00
6d05573fad Fix bug in listener, plus get some basic functionality going. 2022-12-23 18:30:38 +11:00
b090d701aa Refactor dynamic Result type + add session cleanup 2022-12-18 23:44:04 +11:00
7dd8b05855 Ensure this isn't a computer game by itself.
Require a signed age-verification.yml to complete the server part
of the game, so it can't be used by anyone underage.
2022-12-18 02:30:30 +11:00