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 |
|
Griatch
|
e96878f538
|
Merge pull request #3761 from JohniFi/patch-1
Update Internationalization.md
|
2025-04-26 12:28:38 +02:00 |
|
Griatch
|
532ccea050
|
Merge pull request #3757 from JohniFi/add-internationalization
Add internationalization (i18n via gettext)
|
2025-04-26 12:11:55 +02:00 |
|
Griatch
|
5ae30b46d9
|
Merge pull request #3756 from JohniFi/update-german-translation
update german translation
|
2025-04-26 12:06:53 +02:00 |
|
Griatch
|
f98ee304aa
|
Update Changelog
|
2025-04-26 12:06:05 +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
|
e30073fea6
|
Update changelog
|
2025-04-14 21:43:38 +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 |
|
Jake
|
f0dbcbc461
|
Copied objects retain plural alias category.
|
2025-03-30 20:40:50 -07:00 |
|
0xDEADFED5
|
688a940d73
|
fix SyntaxWarnings
|
2025-03-30 20:29:02 -07:00 |
|
Jake
|
8d7a19136d
|
Resolving Syntax Error in Spawner/Prototypes Doc
|
2025-03-30 18:51:07 -07:00 |
|
0xDEADFED5
|
bad5817c44
|
rebuild TickerHandler store_key if it's been serialized
|
2025-03-30 02:50:36 -07:00 |
|
0xDEADFED5
|
27a25929e4
|
typo fixes
|
2025-03-30 01:18:11 -07:00 |
|
Elias Watson
|
491ece1a89
|
Merge branch 'evennia:main' into commands-without-account
|
2025-03-29 13:37:05 -04:00 |
|
JohniFi
|
c7981a7986
|
Update Internationalization.md
|
2025-03-29 15:03:55 +01:00 |
|
JohniFi
|
e147511938
|
fix typo
|
2025-03-29 14:15:03 +01:00 |
|
JohniFi
|
1f8e14fe7a
|
fix endsep
|
2025-03-28 13:43:58 +01:00 |
|
JohniFi
|
9f8a893ead
|
fix formatting
|
2025-03-28 12:37:07 +01:00 |
|
JohniFi
|
1aa6ff3562
|
add internationalization for typeclasses.models.py
|
2025-03-28 12:27:26 +01:00 |
|
JohniFi
|
6382727a6f
|
add internationalization for objects.objects.py
|
2025-03-28 12:27:04 +01:00 |
|
JohniFi
|
f49f80a8f3
|
add internationalization for objects.objects.py
|
2025-03-28 11:18:41 +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 |
|
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 |
|
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
|
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 |
|