Commit graph

10131 commits

Author SHA1 Message Date
Peddn
990ba95f5e The tag “closed” or its translated version is now automatically added to
the tag tuple if it has not already been specified in “settings.py”.

Current behavior: If the tag 'closed' is not set in
INGAME_REPORT_STATUS_TAGS, reports can no longer be closed, which seems
like a bug to me.

An alternative solution would be another setting in ‘settings.py’, such
as ‘INGAME_REPORT_STATUS_CLOSED_TAG’. This would also eliminate the need
for internationalization, as the tag could be set in the desired
language.
2025-08-31 13:51:12 +02:00
Peddn
919930ed10 basic translation 2025-08-31 12:11:08 +02:00
Griatch
4b47f886bb Update changelog 2025-08-22 07:56:56 +02:00
Griatch
f18d5b6a82
Merge pull request #3806 from gas-public-wooden-clean/exit-pager-session
Exit pager session
2025-08-22 07:54:44 +02:00
gas-public-wooden-clean
cad3501a6c Fix a bug that caused the next command not to have a session assigned when exiting the pager. 2025-08-18 10:28:09 -05:00
Griatch
27f0ccec4a Update CHANGELOG to latest updates 2025-08-16 00:19:52 +02:00
Griatch
3ba2d49c4f More typos ... 2025-08-15 20:08:51 +02:00
Griatch
41e41320c2 Fixing typo in deploy 2025-08-15 19:47:11 +02:00
Griatch
6792bee11d Change to doc deploy script to account for not using sphinx-multiversion 2025-08-15 19:38:37 +02:00
Griatch
d26eaff652 Update doc build script 2025-08-15 18:47:44 +02:00
Griatch
524465eaa5 Apply md changes after sphinx version update 2025-08-15 18:37:58 +02:00
Griatch
3ef3cf3217 Merge branch 'docs-toolchain-upgrade' of github.com:PowershellNinja/evennia into PowershellNinja-docs-toolchain-upgrade 2025-08-15 18:10:17 +02:00
PowershellNinja
0031d820f2 Update to Sphinx 8.x. Update to myST 4.x. Fix conf.py. 2025-08-14 20:56:34 +02:00
Griatch
0fbfe028fc Update md files 2025-08-14 17:38:06 +02:00
Griatch
f1fc8343b7 Merge branch 'docs-toolchain-upgrade' of github.com:PowershellNinja/evennia into PowershellNinja-docs-toolchain-upgrade 2025-08-14 16:46:33 +02:00
Griatch
60bd57f2fc Update CHANGELOG 2025-08-14 16:44:09 +02:00
Griatch
1b793975d1
Merge pull request #3800 from holl0wstar/patch-1
Update HAProxy Config Docs
2025-08-14 16:42:04 +02:00
Griatch
d965fde3a4
Merge pull request #3799 from Tharic99/patch-1
Update tb_basic.py to resolve type in scripts caller
2025-08-14 16:38:22 +02:00
PowershellNinja
e90e568475 Upgrade Sphinx docs toolchain: modern CSS, version sidebar, and search fixes
- Remove legacy CSS and templates.
- Add custom.css ported from live nature theme for Sphinx 7.x.
- Update conf.py, drop sphinx-multiversion.
- Fix SearchBar and Doc Versions sidebar.
- Update requirements.txt to latest stable module versions.
2025-08-04 19:37:20 +02:00
holl0wstar
63305dbf69
Update HAProxy Config Docs
Add explanation / config example for HAProxy on how to proxy Telnet through it, so Secure Telnet can be used instead of just regular telnet.
2025-07-24 15:42:45 -03:00
Tharic99
53ad88e095
Update tb_basic.py to resolve type in scripts caller
Original scripts.add was (self.command_handler_class), which does not exist. It should be (self.combat_handler_class)

This fix updates that only.
2025-07-10 19:16:23 -04:00
Griatch
0bc77106fa Update Changelog 2025-07-02 15:30:29 +02:00
Griatch
9024f804f9 Evennia 5.0.1 patch release 2025-07-02 15:26:30 +02:00
Griatch
bd6962133d Fix django min version check being too stingy. Resolve #3796 2025-07-02 13:36:20 +02:00
Griatch
9ac061b109 Evennia 5.0.0 major release 2025-07-01 10:12:08 +02:00
Griatch
7aa3e996ed Update Changelog 2025-06-30 18:14:57 +02:00
Griatch
9774c8b770
Merge pull request #3795 from TehomCD/fix/uv-cli-support
Add evennia launcher to scripts for uv installation
2025-06-30 18:09:11 +02:00
Griatch
1e99ba4222 Increase Django version to 5.2 to address security reports in older Django 2025-06-30 17:46:39 +02:00
Griatch
da8df981cb Fix possible Xscript exploit 2025-06-30 17:20:37 +02:00
Griatch
867b8c68cf Update Changelog and contrib docs 2025-06-30 17:10:52 +02:00
Griatch
671cab5cfd Send move_type to at_pre_object_* hooks 2025-06-30 17:04:18 +02:00
Dave Brannigan
ca060ca19f Add evennia launcher to scripts for uv installation 2025-06-29 15:35:20 -04:00
Griatch
87c6c7d80a Made Evennia launcher give better error if running outside of mygame (fix regression) 2025-05-25 14:15:12 +02:00
Griatch
bb54ed75f7 Cleaned up the debugpy contrib metadata a little more 2025-05-25 11:09:51 +02:00
Griatch
3ea57fd901 Merge branch 'debugpy' of github.com:electroglyph/evennia into electroglyph-debugpy 2025-05-25 10:57:47 +02:00
Griatch
c8e3c4e9f0 Minor black apply 2025-05-25 09:37:02 +02:00
0xDEADFED5
5f2885f068 update README 2025-05-22 23:15:13 -07:00
Griatch
baf9a4068b Revert db checks in launcher that caused instability with imports. Resolve #3790 2025-05-22 23:10:53 +02:00
Griatch
4bc6abfdb9
Merge pull request #3787 from Problematic/feat/lazy_property-type-hints
Add type hint to lazy_property to return the underlying type
2025-04-27 10:04:21 +02:00
Derek Stobbe
f0be4b5af9 Add type hint to lazy_property to return the underlying type 2025-04-26 18:29:51 -06:00
Griatch
27931248ec GLOBAL_SCRIPTS.all() failed. Resolve #3788 2025-04-26 16:47:05 +02:00
Griatch
0779ec82b6 Apply black on code 2025-04-26 14:07:38 +02:00
Griatch
04ce4f6c5e Update changelog 2025-04-26 13:15:30 +02:00
Griatch
88550d086f
Merge pull request #3783 from jaborsh/ruff_request
Add exclusions and line-length for ruff lint support
2025-04-26 13:05:49 +02:00
Griatch
0460981e36
Merge pull request #3784 from BlaneWins/patch-1
Update Beginner-Tutorial-Creating-Things.md
2025-04-26 13:04:38 +02:00
Griatch
a00a7503fb
Merge pull request #3786 from Problematic/patch-1
Update Locks.md
2025-04-26 13:02:06 +02:00
Griatch
2d3a75702a
Merge pull request #3768 from jaborsh/copy_alias
Copied objects retain plural alias category.
2025-04-26 12:34:18 +02:00
Griatch
ea51a4d3ca
Merge pull request #3766 from jaborsh/typos
Resolving Syntax Error in Spawner/Prototypes Doc
2025-04-26 12:32:46 +02:00
Griatch
fd4ff02ddb
Merge pull request #3763 from 0xDEADFED5/typos
typo fixes
2025-04-26 12:31:45 +02:00
Griatch
bf06a41d36 Some minor rephrasing to i18n doc; also removing recommendation to use %s style 2025-04-26 12:30:56 +02:00