Skip to content
#

engine

Here are 1,905 public repositories matching this topic...

amethyst
evennia
strikaco
strikaco commented Dec 28, 2020

Describe the bug

Minor bug involving passing a set as a kwarg to the msg method-- the set is correctly identified as an iterable, but is then presumed to be subscriptable in subsequent operations.

https://github.com/evennia/evennia/blob/574d7fbd4f65cae60c534fe592803057d452ed7b/evennia/server/sessionhandler.py#L252-L262

This does not work on set objects.

self.msg(locks=se
soloud
brightening-eyes
brightening-eyes commented Feb 20, 2018

hi,
as you know, in SoLoud, the number of filters are limited
we should implement more like different reverbs, fir and irr filters, (these could be used to implement HRTF support), Chorus, One Poll, One Zero, Pole Zero, Two Pole, Two Zero, etc
a library exists called stk under zlib license which already implemented these maybe we can implement some of these out

marta-platoniq
marta-platoniq commented Dec 16, 2020

Describe the bug
When I enable "Enable rich text editor for participants" option, proposal template is displayed without formatting.

To Reproduce
Steps to reproduce the behavior:
As administrator > Settings > Configuration > select Enable rich text editor for participants
Create a proposal component and define a template for new proposals. Unfortunately, there is no HTML editor here

Improve this page

Add a description, image, and links to the engine topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the engine topic, visit your repo's landing page and select "manage topics."

Learn more