Sei Satzparad

Results 60 issues of Sei Satzparad

Add an NPC object to the game. NPCs are listed in a room when looking, and have their own names and descriptions. Using the `talk` command on an NPC switches...

enhancement
major feature

In rare cases, for example if you have a command named `sit` **and** an alias named `sit down` which both work on items, as well as an item in the...

enhancement

Add the ability to navigate through command history on the websocket frontend by pressing the up and down arrows in the text box.

enhancement

When looking at a user who is present in a room despite being offline, there is an infinite recursion error. Investigate why users are not being removed when offline, and...

Likely related to #110. When the SSL cert expires, the server just keeps running, failing all new connections, until an admin manually intervenes to update the cert and restart the...

I am experiencing a segfault on exit again. It looks like it's been around for quite a few commits. Currently, Mix_CloseAudio() is commented out in our code as a workaround....

bug
investigate
help wanted

DAUX does not support generating API documentation. For this we should edit our comments to be compatible with a standalone API documentation generator project like [pydoctor](https://launchpad.net/pydoctor). Then link the API...

investigate
style

Remove the credits from CREDITS.md for data which only appears in submodules of Driftwood, and move the lines to a CREDITS.md in those submodules.

style

With pixel mode tile collision, do entities actually always collide with the center of the tile, or will a really wide or really tall entity collide in the wrong place?...

bug