Griatch
5ae30b46d9
Merge pull request #3756 from JohniFi/update-german-translation
...
update german translation
2025-04-26 12:06:53 +02:00
Griatch
f533a2737a
Merge pull request #3751 from EliasWatson/commands-without-account
...
Handle missing account in Command
2025-04-26 12:04:06 +02:00
Griatch
b7e239e138
Merge pull request #3753 from JohniFi/fix-init_evennia_properties-include-parent
...
Let init_evennia_properties() also init properties of parent classes
2025-04-26 11:55:29 +02:00
Griatch
a89c8f68cd
Add unit test for TickerHandler store_key fix
2025-04-26 11:51:13 +02:00
Griatch
43d1a36203
Merge pull request #3765 from 0xDEADFED5/ticker2
...
rebuild TickerHandler store_key if it's been serialized
2025-04-26 11:39:05 +02:00
Griatch
a15bf66daf
Merge pull request #3767 from 0xDEADFED5/syntax
...
fix SyntaxWarnings
2025-04-14 22:52:47 +02:00
Griatch
c889cf66ff
Merge pull request #3771 from jaborsh/syntax_fixes
...
Resolving SyntaxWarnings for Py 3.13
2025-04-14 22:50:19 +02:00
Griatch
bfebb050da
Fix smart/force_text to _str required by latest Django
2025-04-14 21:42:51 +02:00
Jake
b66c006df2
Resolving SyntaxWarnings for Py 3.13
2025-03-31 22:41:07 -06:00
0xDEADFED5
688a940d73
fix SyntaxWarnings
2025-03-30 20:29:02 -07:00
0xDEADFED5
bad5817c44
rebuild TickerHandler store_key if it's been serialized
2025-03-30 02:50:36 -07:00
JohniFi
e147511938
fix typo
2025-03-29 14:15:03 +01:00
JohniFi
d787bcf19e
revert header changes
2025-03-28 10:47:53 +01:00
JohniFi
8d33c9b0c1
revert header changes
2025-03-28 10:46:55 +01:00
JohniFi
cf051393f0
update german translation
2025-03-28 10:32:34 +01:00
JohniFi
a38b179e51
Update init_evennia_properties() to also init properties of parent classes
2025-03-27 11:11:50 +01:00
Elias Watson
c3697b44e8
Check if account exists before accessing
2025-03-22 20:09:35 -04:00
Elias Watson
14501db8de
Handle missing account in Command
2025-03-22 19:19:23 -04: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
e96efb4f3d
Merge pull request #3747 from SpyrosRoum/patch-1
...
Fix tutorial bridge room
2025-03-21 22:32:13 +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
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
Wendy Wang
9db04616de
Improve logging errors on object creation
2025-03-13 16:56:13 +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
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
ae6d79e57c
Fix so one can set NOPROMPTGOAHEAD in options
2025-03-08 21:11:42 +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
604a1b6a66
Test reworking migration for mysql/postgresql
2025-03-02 12:29:13 +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
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
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
0xDEADFED5
24aed0098d
assume that _run_command doesn't return Deferred
2025-02-08 20:34:13 -08:00
0xDEADFED5
d929617b9b
stop yielding None, which is an error in Twisted 24
2025-02-07 22:27:30 -08:00
0xDEADFED5
96ddf39b5b
returnValue() deprecated
2025-02-07 14:35:11 -08:00
Griatch
d27130e138
Merge pull request #3723 from Machine-Garden-MUD/ingame_map_display
...
Fix bug that prevented exits with an ordinal alias from displaying
2025-02-02 20:00:45 +01:00
Griatch
10ca912d9d
Merge pull request #3721 from InspectorCaracal/optimize-cmd-load
...
Avoid loading cmdsets that don't need to be checked
2025-02-02 19:56:20 +01:00
Griatch
8949ed3f0e
Merge pull request #3719 from 0xDEADFED5/python313
...
add support for Python 3.13
2025-02-02 19:50:38 +01:00
Wendy Wang
50fb245856
Fixed test
2025-02-02 16:00:13 +01:00
Wendy Wang
e44f069eb9
Fix bug that prevented exits with a compass direction alias from displaying
2025-02-02 11:10:04 +01:00
Cal
2b028410c3
move call-lock check to building list of objects to check cmdset
2025-01-27 18:48:09 -07:00
0xDEADFED5
42f59dae63
remove pywin32 error msg
2025-01-25 21:38:45 -08:00
0xDEADFED5
0380c93b43
add support for Python 3.13
2025-01-25 08:29:34 -08:00