textual-engine icon indicating copy to clipboard operation
textual-engine copied to clipboard

an event-driven text adventure engine for both narrative story telling and procedural dungeon crawling

Results 38 textual-engine issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/ssube/textual-engine). ## Config Migration Needed - [ ]...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.io/nginx | final | minor | `1.24` -> `1.28` | --- > [!WARNING]...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@apextoaster/js-utils](https://togithub.com/ssube/js-utils) | [`0.3.0` -> `0.5.0`](https://renovatebot.com/diffs/npm/@apextoaster%2fjs-utils/0.3.0/0.5.0) | [![age](https://badges.renovateapi.com/packages/npm/@apextoaster%2fjs-utils/0.5.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

when loading a game/world, using the world's absolute file path will return an error: ``` {"name":"textual-engine","kind":"main","hostname":"medusa","pid":11587,"level":50,"err":{"message":"ENOENT: no such file or directory, open '/home/bzlibby/documents/textual-enginge/data/samples/hansel-and-gretel.yml'","name":"Error","stack":"Error: ENOENT: no such file or directory, open...

status/blocked
type/bug
scope/loader

a goblin NPC. he wears only one sock; he has lost the other. potentially friendly.

status/new
type/feature
scope/data

The `say` command currently only supports the `room` volume. For loud noises (or admin messages), if the second target is `world`, broadcast at that volume. If the second target is...

status/new
type/feature
scope/command

In the step-based state runner, actors who already have some commands queued should not be added to the command wait queue, since they may have already submitted their next command....

status/new
type/bug
scope/state

The loaders do not give any information when a path fails to load, which can lead to the interface hanging, or an uncaught error being printed over the game output....

status/new
type/bug
scope/loader
scope/event

Add some sample/example worlds from classic literature, or any source that is public domain and has available translations. Start with: - [ ] [Little Red Riding Hood](https://www.gutenberg.org/files/2591/2591-h/2591-h.htm#link2H_4_0023) - [ ]...

status/progress
type/feature
scope/data

When calculating the currently-available verbs for an actor, only consider equipped items, not their full inventory. Potentially make this a world option.

status/new
type/bug
scope/script