blastmud/blastmud_game/src
Condorra b3cbc9f544 Add a bookshop, and add getting things from containers
The book doesn't yet contain recipes, but when it does, we will be
able to get things out of it to use in the non-improv crafting system
(to be implemented).
2023-07-14 23:15:30 +10:00
..
message_handler Add a bookshop, and add getting things from containers 2023-07-14 23:15:30 +10:00
models Apply limits on carrying capacity, and make roboporter strong. 2023-07-11 21:23:34 +10:00
regular_tasks Add a bookshop, and add getting things from containers 2023-07-14 23:15:30 +10:00
services Add a bookshop, and add getting things from containers 2023-07-14 23:15:30 +10:00
static_content Add a bookshop, and add getting things from containers 2023-07-14 23:15:30 +10:00
av.rs Add gear command. 2023-06-03 23:47:29 +10:00
db.rs Allow hiring NPCs (roboporters) to carry heavy stuff! 2023-07-06 22:34:01 +10:00
language.rs Add an improvise command to craft things without tools. 2023-06-12 00:36:55 +10:00
listener.rs Allow disconnections and implement quit. 2022-12-25 12:42:03 +11:00
main.rs Change parameters to reduce CPU usage growth and reduce message spam 2023-01-28 18:34:32 +11:00
message_handler.rs Support mocking DB to increase testability. 2023-02-19 14:03:15 +11:00
models.rs Add journal system 2023-05-16 22:02:42 +10:00
regular_tasks.rs Allow hiring NPCs (roboporters) to carry heavy stuff! 2023-07-06 22:34:01 +10:00
services.rs Apply limits on carrying capacity, and make roboporter strong. 2023-07-11 21:23:34 +10:00
static_content.rs Add journal system 2023-05-16 22:02:42 +10:00
version_cutover.rs Don't kill process if pidfile has own pid. 2023-02-13 22:05:23 +11:00