Commit graph

243 commits

Author SHA1 Message Date
InspectorCaracal
86701f5d2c add stack tests 2024-04-01 11:27:59 -06:00
Griatch
c5a4a34bac Apply black to codes 2024-04-01 17:51:05 +02:00
Griatch
b51f3b5a5e Tag pages with page, category comms, add lock:read check (backwards compatible) 2024-04-01 12:23:11 +02:00
Chiizujin
5427817112 Add alias/delete switch 2024-04-01 18:51:29 +11:00
Chiizujin
9f9d58bedc Add unit test for sethelp/category 2024-03-31 02:27:30 +11:00
Griatch
cbe3d4c738 Make numbered_names use get_display_name; make dbref display separate method 2024-03-09 20:03:57 +01:00
Griatch
e5d07603ca Run black. Resolve circular import issues in components contrib. 2024-02-25 19:03:11 +01:00
Griatch
015698d06f Break up Object.search into multiple methods for easier overloading. Resolve #3417 2024-02-25 16:37:17 +01:00
Cal
e143f47edd fix CmdCreate bugs 2023-12-21 13:07:27 -07:00
Andrew Bastien
5b1139cf11 Fixing the tests. 2023-11-19 13:55:42 -05:00
Griatch
f6b43b0416 Ran black on sources 2023-11-02 20:58:03 +01:00
Andrew Bastien
2bf96f7c7f Added CharactersHandler to account and altered all calls of add/remove characters to use it. 2023-10-29 13:02:18 -04:00
Andrew Bastien
4b80b200d8 Cleaned up tests to use newly-renamed Account hooks for add/remove characters. 2023-10-29 13:02:18 -04:00
Andrew Bastien
53d963e14c Changed importing of SESSION_HANDLER to avoid circular imports when extending Portal or Server SessionHandler. 2023-05-11 20:39:30 -04:00
Griatch
328ddf9936 Make script obj= required for targeting obj-based scripts. Resolve #3096 2023-02-26 00:10:03 +01:00
Owllex
5d53e8002e Fix issue with channel nick aliases. 2023-02-25 13:19:00 -08:00
Griatch
b8012b7e92 Fix tutorial typo. Extend unit test for command 2023-01-07 20:58:12 +01:00
InspectorCaracal
07af134027 update setting name, tests 2023-01-06 11:37:24 -07:00
Chiizujin
c1e9b5ecbe Update unit tests for get_numbered_name() change 2022-12-10 14:48:54 +11:00
InspectorCaracal
049e40910b update for removal of /name 2022-11-30 15:39:22 -07:00
InspectorCaracal
e8d0754d7d addressing requested changes 2022-11-29 16:33:12 -07:00
InspectorCaracal
9a225c7ad4 add tests for new command 2022-11-28 18:29:58 -07:00
Griatch
eafe390db4 Use isort, run format on code 2022-11-18 12:02:46 +01:00
Griatch
a461a97576 Format code imports 2022-11-10 22:21:12 +01:00
Griatch
00757677b7 Fix access bug using page/last. 2022-11-06 17:05:20 +01:00
Griatch
7d8c6f2a26 Ran black on code 2022-11-05 23:35:25 +01:00
Griatch
020854f697 Fix EvTable issues. 2022-11-05 23:30:11 +01:00
Griatch
43378b4c41 Ran black on sources 2022-09-18 23:58:32 +02:00
Griatch
a0a0a248a0 Break up/extend MULTISESSION_MODE into several new settings 2022-09-17 11:58:22 +02:00
Alessandro Ogier
07ebb4a60b case sensitive set dict keys 2022-08-02 17:54:19 +02:00
Griatch
a83f21ef2f Apply black to cleanup code 2022-06-12 09:46:48 +02:00
Christopher League
c0fe6af2e7 Add tests to cover all 3 cases of CmdHome 2022-04-15 08:04:23 +02:00
Christopher League
05d77a4a18 Improve coverage of commands "look" and "nick" 2022-04-15 08:04:01 +02:00
Griatch
4e2962fef8 Further improvement of log conditional 2022-02-14 00:34:13 +01:00
Griatch
bd3e31bf3c Run black reformatter on code 2022-02-08 13:03:52 +01:00
Griatch
bbf45af2dd Refactor all test classes into evennia.utils.test_resources. Update docs. 2022-01-21 00:17:24 +01:00
Griatch
9403d9f6d0 Add fix for varying ids in postgres unittests 2022-01-19 22:08:39 +01:00
ChrisLR
cd77ec0342 Enforce default_home again 2022-01-19 13:01:30 -05:00
Griatch
7b014f0fa0 Allow scripts command to operate on range dbrefs. Resolve #2397. 2022-01-09 00:49:57 +01:00
Griatch
19f920b6d4 Clean up all test suites 2022-01-07 16:12:12 +01:00
Griatch
1593a92d46 Remove prototype init from evennia init 2022-01-03 22:22:19 +01:00
Griatch
498a031662 Isolate EvenniaTestCase/EvenniaCommandTest for pristine settings 2021-12-22 01:23:03 +01:00
Griatch
541e5a116a Fix all unit tests for contribs 2021-12-19 20:39:46 +01:00
Griatch
8139fd79c7 Update links/paths to new contrib locations 2021-12-19 17:46:17 +01:00
Griatch
7f2b8c81d7 Fixing contrib test issues 2021-12-19 15:33:41 +01:00
Griatch
72ad633071 Make set aware of Attribute categories 2021-12-16 00:22:24 +01:00
Griatch
09f51a644a Make examine command more modular; show attr-categories and value types.
See #1805.
2021-11-21 03:37:55 +01:00
Griatch
7cfb9e3b42 Co-exist @-prefixes for management commands. Resolve 2353. 2021-11-13 02:15:30 +01:00
Griatch
c2a3c789d3 Change settings.COMMAND_ARG_REGEX default to require a space or '/' between cmdname and argument. This better matches common expectations. Resolves #1541. 2021-10-31 23:08:33 +01:00
Griatch
1196196ed8 Merged script/scripts commands. Resolve #1502 2021-08-07 23:11:21 +02:00