Commit graph

247 commits

Author SHA1 Message Date
Henry Hsiao
1029b8ec64
Update utils.py
Fixed two regex that wasn't properly escaped
2024-07-19 16:20:13 +08:00
Cal
675236bb96 group search multimatches by displayed name 2024-06-28 18:57:10 -06:00
InspectorCaracal
3684edb172
fix int2str docstring 2024-04-06 19:38:35 -06:00
Griatch
c5a4a34bac Apply black to codes 2024-04-01 17:51:05 +02:00
Chiizujin
b7cbdd9433 Fix editor's range specification 2024-03-31 17:12:59 +11:00
Griatch
af5cfb83df
Merge pull request #3456 from chiizujin/weighted_rows
Fix weighted_rows() sometimes 'losing' items
2024-03-30 15:44:00 +01:00
Chiizujin
03e6f6811c Fix weighted_rows() sometimes 'losing' items 2024-03-30 13:59:17 +11:00
Chiizujin
2ec97f102d Fix aliases not being shown for disambiguation in utils.at_search_result()
Also correct misplaced 'if' used to avoid '[]' in the case of no aliases
and update unit tests.
2024-03-29 21:01:24 +11:00
Griatch
191b2a4aef
Merge pull request #3421 from InspectorCaracal/refactor-object-display
Removes need for hardcoding line breaks into display hooks
2024-03-21 17:57:44 +01:00
Cal
054724cc97 preserve indentation levels 2024-03-20 16:06:42 -06: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
InspectorCaracal
2e1f87c0e6 remove hardcoded newline req in appearance 2024-02-04 14:49:44 -07:00
Griatch
42aba18ada Add OnDemandHandler to support on-demand timers easier 2024-02-04 00:38:47 +01:00
Andrew Bastien
44ebefe561 Overhauled IP matching feature. 2023-11-24 22:00:40 -05:00
Griatch
f6b43b0416 Ran black on sources 2023-11-02 20:58:03 +01:00
Andrew Bastien
3c4a3f1088 Removing more erroneous code that snuck in. 2023-10-29 13:02:18 -04:00
Griatch
edc91787c0 Update CHANGELOG 2023-09-20 22:59:22 +02: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
55822654fe Fix wrong log error in interactive decorator 2023-03-25 17:41:49 +01:00
InspectorCaracal
7b2cb92b60 fix behavior with two items 2022-12-26 10:48:17 -07:00
Griatch
cd07c78240 Ran formatter 2022-12-07 19:35:06 +01:00
Griatch
045a83c6cc Fix justify m_len call. Fixes #3019 2022-12-07 19:34:27 +01:00
Griatch
89d1336cda Apply black 2022-11-28 19:55:02 +01:00
Griatch
da03b22e1c Make utils.justify handle ANSIString properly. Resolve #2986 2022-11-27 18:29:25 +01:00
Griatch
a461a97576 Format code imports 2022-11-10 22:21:12 +01:00
Griatch
9438e5856a Support direct EvColumn adds to EvTable. Resolves #2762 2022-11-06 10:23:20 +01:00
Griatch
020854f697 Fix EvTable issues. 2022-11-05 23:30:11 +01:00
Griatch
9709ecbc57 Support 'a' (absolute) justification. Let EvForm accept EvCells as mappings. Resolve #2762 2022-11-05 17:59:32 +01:00
InspectorCaracal
078dc12377 check for .category attribute 2022-11-01 18:50:12 -06:00
Griatch
d1fc7b3cfd Fix multimatch aliasing. Resolve #2960. 2022-10-27 16:54:56 +02:00
InspectorCaracal
b06e8cefde fix edge cases, add tests 2022-10-14 11:59:42 -06:00
Griatch
0f70f51724 Fix $choice funcparser; improve safe_eval parsing of containers. Resolve #2910. 2022-10-13 23:22:05 +02:00
InspectorCaracal
734f0dd20e strip ands, correct test 2022-10-09 22:11:20 -06:00
InspectorCaracal
18c3996020 do single-number check AFTER conversion from ordinal 2022-10-09 21:33:11 -06:00
InspectorCaracal
0ff4097a47 typos 2022-10-09 21:30:28 -06:00
InspectorCaracal
00fe0a2d9d add ordinal case 2022-10-09 21:12:47 -06:00
InspectorCaracal
3970e82434 add str2int 2022-10-09 20:42:34 -06:00
Griatch
377d366d3e Make help pagination not mess up colors. Resolve #2646 2022-09-22 23:30:25 +02:00
Griatch
6fa68745ba Correct funcparser tests 2022-09-18 01:26:04 +02:00
Griatch
705d47fe47 Resolve unit tests 2022-09-18 00:06:34 +02:00
Griatch
07ff42b77c Fixes to return_appearance helpers and iter_to_str 2022-07-24 13:00:30 +02:00
Griatch
091a13674d Debugging of tutorial 2022-07-18 17:38:37 +02:00
Griatch
83395211cc Merge branch 'develop' into contrib/evadventure 2022-07-11 11:24:46 +02:00
InspectorCaracal
f55959336b update docs/tests 2022-07-03 20:31:08 -06:00
Griatch
f4c3db1151 Fix merge conflicts 2022-07-03 11:13:12 +02:00
InspectorCaracal
aeaff1d663 update docstring 2022-06-28 15:57:33 -06:00
InspectorCaracal
a957417c79 add separator param 2022-06-28 15:52:23 -06:00
InspectorCaracal
2e3ce55fce remove blank-to-comma assumption 2022-06-28 15:43:05 -06:00
Cory F. Cohen
a05ec09f51 Fix various typos in several files.
All are in comments and docstrings, and none should be controversial
in any way (e.g. British versus American spelling).
2022-06-21 21:12:45 -04:00