Commit graph

8378 commits

Author SHA1 Message Date
Griatch
2ebc2ec8c8
Merge pull request #2978 from InspectorCaracal/cmd-docfix
Update Command docstring
2022-11-10 22:24:27 +01:00
Griatch
7d2d8aaa49 Format code imports 2022-11-10 22:21:12 +01:00
Griatch
1165532260 Update docs links 2022-11-09 21:46:06 +01:00
Griatch
f2c672204c Doc linking changes 2022-11-09 21:46:06 +01:00
Griatch
acdf1043cb Update api docs 2022-11-09 21:46:06 +01:00
Griatch
60340eb092
Merge pull request #2976 from Antrare/patch-2
Update README.md
2022-11-09 19:03:10 +01:00
InspectorCaracal
26519a67a8
update Command docstring 2022-11-08 20:56:33 -07:00
Antrare
1432dfbd1c
Update README.md
CONNECTION_SCREEN_MODULE was invalidly referenced.
2022-11-09 10:22:31 +11:00
Griatch
4b6ee288c1 Previous two commits dealt with cmdset duplication issue. Resolve #2938 2022-11-07 23:55:24 +01:00
Griatch
fddd9b3de7 Fix bug if red button demo losing cmdset after reload 2022-11-07 23:37:23 +01:00
Griatch
47274afcd0 Testing for command duplication bug] 2022-11-07 23:13:49 +01:00
Griatch
babe63d60d Fix missing f-strings for dig 2022-11-07 22:08:22 +01:00
Griatch
c23e551218 Fix destroy not being informative about moved content. Resolve #2971 2022-11-07 18:31:26 +01:00
Griatch
db18e91e89 Fix tests related to changing TraitHandler.all to TraitHandler.all() 2022-11-07 18:13:56 +01:00
Griatch
e9917c11a9 Make TraitHandler.all a method to match other handlers 2022-11-07 18:11:04 +01:00
Griatch
2ac589dbc4 Remove chance of cmdset evmenu overlap. Resolve #2855 2022-11-07 00:42:01 +01:00
Griatch
44534153dc Another fix for CmdPage 2022-11-06 17:17:40 +01:00
Griatch
3bd8649463 Fix access bug using page/last. 2022-11-06 17:05:20 +01:00
Griatch
85ea86cbd5 Honor whitespace in funcparser unparsed strings. Resolve #2927 2022-11-06 16:38:35 +01:00
Griatch
88c9481a6d Add ServerSession.get_display_name as alias to puppet/account versions. Resolve #2839 2022-11-06 11:17:07 +01:00
Griatch
0c2ff6914b Verified and added unit test for Resolving #2760 2022-11-06 10:59:51 +01:00
Griatch
652e83c234 Fix issue with EvTable crop. Resolve #2761 2022-11-06 10:52:24 +01:00
Griatch
c16e909704 Support direct EvColumn adds to EvTable. Resolves #2762 2022-11-06 10:23:20 +01:00
Griatch
73b1ee8f48 Ran black on code 2022-11-05 23:35:25 +01:00
Griatch
be258cca8c Fix EvTable issues. 2022-11-05 23:30:11 +01:00
Griatch
13d68d4ee7 Add more unit tests for Evtable; start docs for several components 2022-11-05 20:40:39 +01:00
Griatch
79426fa354 Fix some typos; skipping test awaiting later refactorings 2022-11-05 19:11:19 +01:00
Griatch
9d7954ab5c Support 'a' (absolute) justification. Let EvForm accept EvCells as mappings. Resolve #2762 2022-11-05 17:59:32 +01:00
Griatch
7e38b62b43 Add literals-mappings to EvForm for custom remaps 2022-11-05 14:13:29 +01:00
Griatch
52e9c1df08 Refactor EvForm code for readability and style 2022-11-05 13:25:53 +01:00
Griatch
26ca019a3e
Merge pull request #2970 from InspectorCaracal/InspectorCaracal-patch-3
Fix traceback in `at_search_result` with tags
2022-11-02 08:22:07 +01:00
InspectorCaracal
f480df7191
check for .category attribute 2022-11-01 18:50:12 -06:00
Griatch
0eda75187a Update cooldown tutorial. Resolve #2648. 2022-11-02 00:30:47 +01:00
Griatch
22f6348eb7 Update docs to reference _evmenu rather than old _menutree NAttribute. Resolve #2731 2022-11-01 23:40:36 +01:00
Griatch
1c13c8d6f0 Run migrations! Update changelog for BigAutoField change 2022-11-01 23:30:19 +01:00
Griatch
0c16554c9e
Merge pull request #2966 from owllex/develop
Change default ID field to be BigAutoField.
2022-11-01 23:29:07 +01:00
Griatch
5f7c6edef9 Apply formatter 2022-11-01 23:27:33 +01:00
Griatch
76ba3d58af
Merge pull request #2968 from InspectorCaracal/rpsystem-emote-fallback
Add optional fallback sdesc to rpsystem emote
2022-11-01 23:25:40 +01:00
InspectorCaracal
c9b172438e better test case 2022-11-01 11:03:08 -06:00
InspectorCaracal
6235aeda5b add optional fallback string to emotes 2022-11-01 10:54:47 -06:00
Griatch
c1f94ff379 Expand some of the exceptions 2022-11-01 17:26:05 +01:00
Griatch
c9eae6eb80
Merge pull request #2963 from mikejgray/2911__feat-proper-exceptions
chore: convert try/except on TypeError to ValueError
2022-11-01 17:22:31 +01:00
Mike Gray
1510fc1d17
fix: allow for corner case 2022-10-31 20:55:37 -05:00
Mike Gray
cc6868ffa4
chore: revert to try/except and replace TypeError 2022-10-31 20:35:22 -05:00
owllex
237c4860b1
Merge branch 'evennia:develop' into develop 2022-10-31 16:37:41 -07:00
Griatch
1023093ba8 Another fix to import in server 2022-10-31 22:07:13 +01:00
owllex
9532d08506
Merge branch 'evennia:develop' into develop 2022-10-31 13:40:40 -07:00
Griatch
be0cc57988 Make sure delayed import actually imports 2022-10-31 21:39:43 +01:00
Owllex
ba1749b204 Change default ID field to be BigAutoField.
* Add relevant migration files for all apps.
2022-10-31 13:13:02 -07:00
Griatch
0ed34f5149 Ran formatting on code 2022-10-31 20:43:27 +01:00