Commit Graph

20 Commits

Author SHA1 Message Date
3292dcc13b Implement delete command to reset or destroy a character. 2023-06-07 22:38:46 +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
863ba692f4 Possessions eventually expire if dropped in a public place. 2023-02-26 02:01:48 +11:00
385d2d1fd8 Implement use command for trauma kits. 2023-02-25 23:49:46 +11:00
4652fa52cf Support mocking DB to increase testability. 2023-02-19 14:03:15 +11:00
a985279db3 Expose git version for use from deployment pipeline. 2023-02-11 00:36:09 +11:00
a3ea381438 Support player recloning + NPCs can wander and aggro. 2023-01-27 00:36:49 +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
09db1a6ed9 Implement more combat capability. 2023-01-22 01:16:00 +11:00
4207ab8f4d Create 60 NPCs and let them spontaneously talk. 2023-01-07 23:06:02 +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
cf2798a418 Expose more about contents of room. 2022-12-29 22:17:55 +11:00
218ca0b953 Allow disconnections and implement quit. 2022-12-25 12:42:03 +11:00
4ce39f9421 Start work on command parsing. 2022-12-24 21:16:23 +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