Commit Graph

176 Commits

Author SHA1 Message Date
936fcc6dde Refactor to make death more than a boolean (what organs left) 2023-04-23 22:31:31 +10:00
8102f2f7b0 Document install and uninstall. 2023-04-23 00:34:05 +10:00
10351fdf18 Add consent check on accessing private property. 2023-04-23 00:28:15 +10:00
ed3d77dcbe Allow (un)installation of scanlocks. 2023-04-21 23:33:23 +10:00
3d3f792fdc Support closing doors. 2023-04-16 22:39:34 +10:00
62f5457d3a Open doors automatically on movement. 2023-04-16 22:12:19 +10:00
131512fbf6 Allow doors to open. 2023-04-16 01:54:03 +10:00
284c49b4a1 Add gmap (giant map) command. 2023-04-09 23:51:10 +10:00
b6ed5ea487 Implement lmap command for dynzones. 2023-04-09 23:12:51 +10:00
a78b3b4892 Add vacate command. 2023-04-09 00:36:45 +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
cd0f9661d1 Add corp promote and corp info commands. 2023-03-26 00:51:21 +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
3f6419e5f8 Enforce consent check on use command. 2023-03-13 18:28:03 +11:00
b000f9830b Split possessions out into separate files per type. 2023-03-13 17:53:41 +11:00
e0187bd2c8 Add documentation on allow. 2023-03-13 17:21:53 +11:00
b96fc2e772 Enable PvP fighting. 2023-03-13 15:23:07 +11:00
73d92e3074 Let items become something else on exhaustion. 2023-03-02 23:25:08 +11:00
caa3d84081 Allow checking score and status. 2023-02-26 22:34:26 +11:00
369b07474a Support paging. 2023-02-26 17:01:05 +11:00
863ba692f4 Possessions eventually expire if dropped in a public place. 2023-02-26 02:01:48 +11:00
8085689490 Fix edge cases + use up charges when using "use" 2023-02-26 00:56:22 +11:00
385d2d1fd8 Implement use command for trauma kits. 2023-02-25 23:49:46 +11:00
70dae5b853 Look shows health and charges. 2023-02-23 22:55:02 +11:00
8e1d15bade Allow partial matches on alias. 2023-02-23 21:33:26 +11:00
a9df230a08 Make inventory show total weight if you have multiple of an item. 2023-02-23 21:12:32 +11:00
9e754881e5 Implement Healthtech Melbs to sell trauma kits etc... 2023-02-22 22:27:29 +11:00
b878f8f95c Sorry NPCs, no last words from beyond the grave. 2023-02-22 21:43:18 +11:00
ed3dcdcb64 Give drop the same enhancements as get, + write help 2023-02-22 21:36:57 +11:00
ea5b5ef70d Display legally required classification notices. 2023-02-20 22:42:51 +11:00
d4fd71d839 Improve get targeting with 'all' option. 2023-02-20 22:27:43 +11:00
ddd0f33cb5 Don't merge wielded items with others. 2023-02-20 17:42:44 +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
9046218155 Fixups for attack after attacker leaves. 2023-02-20 15:23:36 +11:00
b28ea26d8a Use correct indefinite article in possession descriptions. 2023-02-20 00:02:29 +11:00
7d8c236f3f Add link to privacy policy. 2023-02-20 00:02:08 +11:00
51b4c5847f Write more tests for capacity. 2023-02-19 14:07:02 +11:00
4652fa52cf Support mocking DB to increase testability. 2023-02-19 14:03:15 +11:00
8d12c88904 Fix bug that stopped counterattack working. 2023-02-19 11:17:05 +11:00
2850b66bee Support wielding weapons. 2023-02-19 01:18:08 +11:00
1d04369ef2 Supply staff contact email in place of under development message 2023-02-18 00:24:28 +11:00
1401292b23 Don't kill process if pidfile has own pid. 2023-02-13 22:05:23 +11:00
a985279db3 Expose git version for use from deployment pipeline. 2023-02-11 00:36:09 +11:00
28f4e38e4c Pay out for kill bonuses. 2023-02-10 22:33:50 +11:00
f930d67562 Start of Concourse setup + early start on reward system 2023-02-08 22:35:05 +11:00
f21f574ebb Implement capacity limit system. 2023-02-03 23:26:24 +11:00
99ffe45479 Implement inventory command. 2023-02-02 22:58:20 +11:00
985f93ca08 Implement buying possessions. 2023-01-30 22:28:43 +11:00
722757468f Start work on shops. 2023-01-29 00:26:06 +11:00
2053c9cbb3 Add who command. 2023-01-28 23:00:53 +11:00
29b02407fa Add more help. 2023-01-28 20:58:04 +11:00
737fe3a86f Change parameters to reduce CPU usage growth and reduce message spam 2023-01-28 18:34:32 +11:00
a3ea381438 Support player recloning + NPCs can wander and aggro. 2023-01-27 00:36:49 +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
618d88bb06 Adjust parameters to make probability distributions looser
(i.e. outcomes depend more on chance).
2023-01-23 21:40:36 +11:00
165f5671ac Implement health and death. 2023-01-22 22:43:44 +11:00
09db1a6ed9 Implement more combat capability. 2023-01-22 01:16:00 +11:00
c26a4768c5 Add alias system. 2023-01-20 23:38:57 +11:00
0a5b9cc94e Implement grinding. 2023-01-20 23:09:41 +11:00
8efe2dc87a Implement skillcheck to escape combat. 2023-01-15 23:16:02 +11:00
5d3c8bc0aa Allow attacks to be started. 2023-01-15 17:30:23 +11:00
8b0a1490db Fix error message. 2023-01-15 13:53:40 +11:00
cf8ceb1351 Add more NPCs + announce moves to room. 2023-01-12 23:13:11 +11:00
c5c78763a2 Add dogs 2023-01-11 22:51:17 +11:00
70e8867360 Start work on apartment and commercial suite building. 2023-01-08 21:58:30 +11:00
2efc309d78 Implement homeless shelter. 2023-01-08 00:18:56 +11:00
1f3fbd28bf Make NPCs talk more. 2023-01-07 23:20:06 +11:00
4207ab8f4d Create 60 NPCs and let them spontaneously talk. 2023-01-07 23:06:02 +11:00
d93a1fc3ca Complete the grid. 2023-01-04 23:05:06 +11:00
dc24b51bcf Add unit test to make sure grid coords aren't duplicated. 2023-01-03 22:37:58 +11:00
2697f78bb6 Add another E-W street to the Melbs grid. 2023-01-03 22:13:23 +11:00
384952a39a Add another N-S street. 2023-01-03 21:47:35 +11:00
f7816334cc Add more roads. 2023-01-02 22:04:38 +11:00
3863356e98 Implement lmap and add more content for the road grid. 2023-01-02 21:29:48 +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
8f66177f43 Show exit from reprolabs on map. 2023-01-01 00:16:29 +11:00
1c3d2456a4 Add more content + concept of fixed items. 2023-01-01 00:09:25 +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
2ffc3e4f2e Fix summary calculation for statbot. 2022-12-31 01:01:57 +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
dc71999591 Add "standing" to character descriptions. 2022-12-29 23:20:07 +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
562c5c34f6 Support looking at exits. 2022-12-29 18:44:50 +11:00