owllex

Results 14 issues of owllex

#### Describe the bug Color markup gets lost in HELP output when run through `EvMore`. Only occurs if help output is long enough to require paging. ![color_bleed_bug](https://user-images.githubusercontent.com/15664651/153295203-9c7c2efe-6d64-406f-b8a3-4627c8efc86c.png) #### To Reproduce...

bug
branch-develop

#### Existing page / new https://www.evennia.com/docs/1.0-dev/Howtos/Web-Character-Generation.html https://www.evennia.com/docs/1.0-dev/Howtos/Web-Character-View-Tutorial.html #### Documentation issue Replace `django.conf.urls.url` with `django.urls.path` in `urls.py` example files, and update arguments. Django 4.0 has deprecated the old `url`. #### Suggested...

documentation

#### Describe the bug A couple related bugs in `TypedObjectManager.typeclass_search` A) Difference in results depending on whether you pass a typeclass object or its path. B) Passing a class with...

bug
branch-develop

#### Describe the bug If a tag x:y (tagname x, category y) already exists and you attempt to add a tag x:None, evennia will instead add tag x:y. #### To...

bug

#### Describe the bug Repeated called to `add_row()` on an EvTable with an uneven number of columns causes the table to start doubling its column count with subsequent calls. Eventually...

bug
branch-develop

#### Is your feature request related to a problem? Please describe. This FR is a request to upgrade evennia's default auto field to use `BigAutoField`. As of Django 3.2, the...

feature-request

#### Describe the bug I've encountered several situations where a script that stops and deletes itself somehow manages to get automatically restarted and have its `at_start()` and `is_valid()` methods called....

bug
branch-develop
more info needed

#### Is your feature request related to a problem? Please describe. If IDLE_TIMEOUT is set to > 0, users are eligible to be disconnected for being idle (in `_server_maintenance()`. Right...

feature-request
Hacktoberfest
good first issue

#### Describe the bug When rendering a help file that contains the special `# subtopics` tag, no formatting is done to handle it when viewing through the help page in...

feature-request
Hacktoberfest
help wanted

#### Is your feature request related to a problem? Please describe. I would like to propose a new to way to think about game help files: as part of a...

feature-request