Commit graph

9689 commits

Author SHA1 Message Date
Griatch
c03114a19d
Merge pull request #3566 from InspectorCaracal/patch-basetemplate
Update web templates to use correct base.html
2024-06-27 13:54:43 +02:00
Cal
a2e4591ac2 specify website base template 2024-06-24 14:41:51 -06:00
Griatch
381d34522b Fix many py3.12 SyntaxWarnings as per #3561 2024-06-15 11:50:03 +02:00
Griatch
7b299f2cad Make all model .created_date properties resolve to TIME_ZONE time zone. Resolve #3522. 2024-06-14 23:44:41 +02:00
Griatch
be8c024465 Update CHANGELOG, update all auto-generated docs 2024-06-14 12:43:30 +02:00
Griatch
74b754fab7
Merge pull request #3523 from Moonchasered/pl-translation-v0.2
Polish translation (Moonchasered)
2024-06-14 12:39:56 +02:00
Griatch
29f6121ef2
Merge pull request #3549 from InspectorCaracal/patch-29
Update static files from the git integration command when code updates
2024-06-14 12:34:30 +02:00
Griatch
56f431e5fe
Merge pull request #3557 from iLPdev/patch-13
(docs): Update extended_room.py
2024-06-14 12:33:42 +02:00
Griatch
9a92c20204
Merge pull request #3554 from InspectorCaracal/chargen-bugfix
Fix character creator contrib commands
2024-06-14 12:31:50 +02:00
Moony
f9064e0165 Unnecessary dependency removed 2024-06-14 12:31:04 +02:00
Griatch
d1f43a85f9
Merge pull request #3544 from iLPdev/patch-12
fix(docs): 📝 fix path to test
2024-06-14 12:21:05 +02:00
Griatch
2f3a882984
Merge pull request #3545 from InspectorCaracal/patch-28
Fix cmdhandler error-handling issues
2024-06-14 12:19:24 +02:00
Griatch
7551f09fcb
Merge pull request #3542 from InspectorCaracal/update-charcreator
Update contrib account for character creator
2024-06-14 12:06:53 +02:00
Griatch
15c4888f53
Merge pull request #3537 from ChrisLR/fix-component-fields-rm
[Components] Fix components improperly setting _fields
2024-06-14 11:41:46 +02:00
Griatch
fb77849d29
Merge pull request #3530 from chiizujin/editor_priority
Fix EvEditor responding to valid direction commands in the current location
2024-06-14 10:11:13 +02:00
Griatch
12051afe0c
Merge pull request #3529 from chiizujin/page_list
Fix page/list command not showing received pages
2024-06-14 10:08:46 +02:00
Griatch
628bc5bcde
Merge pull request #3527 from InspectorCaracal/patch-27
Update Contribs-Guidelines.md
2024-06-14 10:06:47 +02:00
Griatch
451b2bfcf8
Merge pull request #3526 from InspectorCaracal/patch-26
Update host provider info
2024-06-14 10:05:47 +02:00
Griatch
4ce456b46f
Merge pull request #3497 from chiizujin/editor_justify
Add width argument to editor's :j and :f commands
2024-06-14 09:37:34 +02:00
Griatch
7c2ac4a655
Merge pull request #3494 from michaelfaith84/hex_colors
Hex colors
2024-06-14 09:33:18 +02:00
Griatch
70b57174dd
Merge pull request #3447 from InspectorCaracal/achievements-contrib
Achievements contrib
2024-06-14 09:26:44 +02:00
iLPdev
abcd2221b7
(docs): Update extended_room.py 2024-06-11 11:33:29 -07:00
Moony
aff765ce32 unidecode added to depedencies 2024-06-11 08:54:12 +02:00
Cal
ee92c3fd86 catch WIP characters in IC command 2024-06-02 17:06:09 -06:00
InspectorCaracal
ff3ae5ccfc
add session to account execute_cmd 2024-06-02 16:31:20 -06:00
InspectorCaracal
4773ee6ac8
add "collectstatic" to git command 2024-05-25 21:31:15 -06:00
InspectorCaracal
379b856e2a don't attempt to msg unset report_to 2024-05-20 14:34:09 -06:00
InspectorCaracal
a38291f1b1
remove invalid None cmdset value 2024-05-20 14:25:21 -06:00
iLPdev
51a741c714
fix(docs): 📝 fix path to test 2024-05-19 06:15:14 -07:00
Cal
421ae46bcd update character creator 2024-05-18 00:17:39 -06:00
ChrisLR
8ded9e7914 Include parents 2024-05-13 17:34:50 -04:00
ChrisLR
bda6bbe80b Inject fields by metaclass and add test 2024-05-13 17:19:54 -04:00
Griatch
3b84ec1b42 Update evscaperoom contrib readme 2024-05-02 17:01:28 +02:00
Chiizujin
bb0a2d3513 Fix EvEditor responding to valid direction commands in the current location 2024-05-02 16:41:46 +10:00
Chiizujin
0674486e2b Fix page/list command not showing received pages 2024-05-01 16:48:11 +10:00
InspectorCaracal
ded62f6f8b
Update Contribs-Guidelines.md 2024-04-29 11:34:02 -06:00
InspectorCaracal
4d72fd0ce4
update akami/linode info 2024-04-29 10:42:18 -06:00
Griatch
29e9e4df98 Update i18n doc page 2024-04-29 09:10:10 +02:00
mike
dff3c3f82c Extended the colortest command for truecolor. Changed its output style because of the number of colors it supports (style borrowed from the termstandard repo's test) 2024-04-28 12:04:00 -07:00
Griatch
246d6d00b9 Update Changelog 2024-04-28 08:59:56 +02:00
Griatch
c55d04c21a Update changelog 2024-04-28 08:42:21 +02:00
Moonchasered
266366b6e1 Add Polish translation (Moonchasered) 2024-04-28 08:18:47 +02:00
Moonchasered
737d98c640 initial 2024-04-28 08:10:55 +02:00
Chiizujin
09884c44af Update editor help to clarify optional nature of '= <w>' for :j and :f 2024-04-28 12:14:42 +10:00
mike
5bec1a29d6 Changes per Griatch:
-Reordered methods in HexColors
-Separated truecolor tests
-Clarified comment re: classes and styles in text2html.py
-Changed ansi.py to only instatiate HexColors once 🤦‍♂️
-Fixed missing docsctring in parse_ansi re: truecolor
2024-04-27 14:01:44 -07:00
Griatch
fd39935d19 Ran black on sources 2024-04-27 22:26:18 +02:00
Cal
7a83a2951a fix stray tabs 2024-04-27 14:05:09 -06:00
Cal
fa17412687 revise achievements docs 2024-04-27 13:46:10 -06:00
Griatch
49330826f3 Updated changelog 2024-04-27 20:56:38 +02:00
Griatch
a9d77d0446
Merge pull request #3521 from InspectorCaracal/patch-25
Support full capitalization in GMCP commands
2024-04-27 20:56:13 +02:00