Commit graph

10042 commits

Author SHA1 Message Date
Jake
f0dbcbc461 Copied objects retain plural alias category. 2025-03-30 20:40:50 -07:00
Griatch
5b2963fc46 Add warning for failures in the Quest tutorial lesson (not yet complete) 2025-03-23 21:36:45 +01:00
Griatch
d02e6d0f3c Update Changelog 2025-03-23 13:33:50 +01:00
Griatch
3d8e81e0b4 Fix to the echo inputfunc 2025-03-22 22:29:37 +01:00
Griatch
441470991a Fix regressions in the evennia launcher shell and folder detection. Resolve #3749 2025-03-21 23:27:38 +01:00
Griatch
a685ffe55e Update Changelog 2025-03-21 22:38:30 +01:00
Griatch
e96efb4f3d
Merge pull request #3747 from SpyrosRoum/patch-1
Fix tutorial bridge room
2025-03-21 22:32:13 +01:00
Griatch
595cd56ec2
Merge pull request #3744 from JohniFi/fix-format-string-for-i18n
fix format strings for i18n
2025-03-21 22:25:17 +01:00
Spyros Roum
e19c7b7f70
Fix tutorial bridge room
random.random() returns a float in the [0, 1) range, meaning `random.random() < 80` will always be true.
2025-03-20 22:18:58 +02:00
JohniFi
87676b7c68 fix format strings for i18n 2025-03-15 12:05:27 +01:00
Griatch
bf0c7bc5c9 Update sittable object tutorial to correct use of preposition. Resolve #734 2025-03-15 08:33:52 +01:00
Griatch
6800f02745 Update CHANGELOG 2025-03-15 08:01:59 +01:00
Griatch
752a99dc14
Merge pull request #3743 from Machine-Garden-MUD/improve_logging
Log stack trace when object creation fails
2025-03-15 08:00:29 +01:00
Griatch
f964806a47 Fix several i8n strings in account.py 2025-03-15 07:58:41 +01:00
Griatch
54a6a756ac Update changelog 2025-03-15 07:50:49 +01:00
Griatch
042f6c8b5c
Merge pull request #3739 from JohniFi/fix-dont-use-fstring-for-internationalization
Don't use f-string for i18n
2025-03-15 07:49:02 +01:00
Wendy Wang
7c0e2aa0a6 Simplify messaging 2025-03-13 16:58:29 +01:00
Wendy Wang
9db04616de Improve logging errors on object creation 2025-03-13 16:56:13 +01:00
Wendy Wang
bd593fc3a8 Improve logging errors on object creation 2025-03-13 16:53:04 +01:00
JohniFi
ce611a7c8c
Update accounts.py
Python f-strings don't work with internationalization (gettext).
Refactor to use `.format` instead.
2025-03-10 12:28:17 +01:00
Griatch
9af0dbb904 Update CHANGELOG 2025-03-08 21:17:39 +01:00
Griatch
b8ec33254d
Merge pull request #3737 from Russell-Jones/patch-1
--gamedir doesn't work as GAMEDIR gets overwritten
2025-03-08 21:16:11 +01:00
Griatch
f212fe3e0e Update CHANGELOG 2025-03-08 21:12:56 +01:00
Griatch
ae6d79e57c Fix so one can set NOPROMPTGOAHEAD in options 2025-03-08 21:11:42 +01:00
Griatch
dddee257a2 Disable postgres in CI builds, it keeps timing out 2025-03-08 21:02:31 +01:00
Russell-Jones
5de3299731
--gamedir doesn't work as GAMEDIR gets overwritten
Whether altgamedir from argparse has set GAMEDIR or not, the GAMEDIR is set based on the present working directory. This stops evennia --gamedir /some/path/not/the/pwd from having any effect (tested in podman with docker.io/evennia/evennia:latest
2025-03-08 17:47:44 +00:00
Griatch
6117e85ac9 Remove many uses of the short api from inside the library, to ease startup loops 2025-03-02 17:46:17 +01:00
Griatch
53b7ee8a90 Fix superuser-creation on fully fresh db. Resolve #3735. 2025-03-02 14:21:05 +01:00
Griatch
f234298077 Update CI postgres version 2025-03-02 13:19:55 +01:00
Griatch
604a1b6a66 Test reworking migration for mysql/postgresql 2025-03-02 12:29:13 +01:00
Griatch
fbbe4bd19b Testing postgresql with latest migrations 2025-03-02 12:08:19 +01:00
Griatch
0f28eb1ac3 Upgrade evennia dependencies and RUN MIGRATIONS. Update requirement to Django 5.3, which has some backwards-incompatible index changes 2025-03-02 11:05:17 +01:00
Griatch
4269745d3e More fixing to the tutorial 2025-02-20 09:05:35 +01:00
Griatch
c1794bb17e Update django queries tutorial 2025-02-19 20:09:07 +01:00
Griatch
d36c5d8fd5 Another typo fix on the Unit testing doc page 2025-02-15 18:23:07 +01:00
Griatch
dab0ec7b58 Clean up the Unit testing doc 2025-02-15 18:10:00 +01:00
Griatch
db20d74605 Fix skull->coin typo in search tutorial. Resolve #3675 2025-02-15 17:48:13 +01:00
Griatch
4af63a0b06 Better explain on utlity tutorial use of ABILITY_REVERSE_MAP. Resolve #3680 2025-02-15 17:36:25 +01:00
Griatch
e81d40d95e Flesh out the evadventure tutorial about the _OBJ_STATS, to be clearer for beginners. Resolve #3681 2025-02-15 17:27:27 +01:00
Griatch
1a61c20f06 Fix doc typo. Resolve #3708 2025-02-15 17:11:26 +01:00
Griatch
01d6eec036 Fix bare hands in npc example. Resolve #3709 2025-02-15 17:05:39 +01:00
Griatch
25185a6b2c Update changelog/docs 2025-02-15 11:26:01 +01:00
Griatch
eab3f014fc Fix Changelog 2025-02-15 11:22:11 +01:00
Griatch
9b13d73eac
Merge pull request #3729 from ChrisLR/patch-2
[Godot Contrib] Fix text2bbcode mxp links
2025-02-15 11:20:27 +01:00
Griatch
4921425883
Merge pull request #3728 from ChrisLR/patch-1
Update godot contrib README.md
2025-02-15 11:18:50 +01:00
Griatch
04153bbc9f Update changelog 2025-02-15 10:22:25 +01:00
Griatch
0e5840dc7e
Merge pull request #3726 from 0xDEADFED5/main
fix create/destroy bug that surfaced in Twisted 24, get rid of some uses of returnValue()
2025-02-15 10:15:31 +01:00
ChrisLR
a3df5754f9 Fix test 2025-02-11 12:38:59 -05:00
ChrisLR
27f5fd5a9d
Fix text2bbcode mxp links 2025-02-11 10:36:31 -05:00
ChrisLR
959655faac
Update godot README.md 2025-02-11 10:18:55 -05:00