Chiizujin
|
c21c5667c9
|
Merge branch 'main' of https://github.com/evennia/evennia into editor_search_traceback
|
2024-04-07 22:06:14 +10:00 |
|
Chiizujin
|
256c517ece
|
Fix traceback if invalid regex is passed into editor :s command
|
2024-04-07 13:59:08 +10:00 |
|
Griatch
|
387533d1f0
|
Fix at_server_reload_start not firing. Resolve #3477. Add Server-Lifecycle.md docpage
|
2024-04-06 14:08:36 +02:00 |
|
Griatch
|
50d8ae2f54
|
Do not skip wrongly capitalized EvEditor commands. Resolve #3476
|
2024-04-05 23:01:09 +02:00 |
|
Griatch
|
c5a4a34bac
|
Apply black to codes
|
2024-04-01 17:51:05 +02:00 |
|
Griatch
|
763699ea14
|
Fix :UU and :UU usage in EvEditor. Resolve #3262
|
2024-04-01 14:05:45 +02:00 |
|
Griatch
|
371fd15b78
|
Merge pull request #3464 from chiizujin/editor_range
Fix editor's range specification
|
2024-04-01 10:58:32 +02:00 |
|
Griatch
|
6431b5c6c4
|
Merge pull request #3463 from chiizujin/editor_paste
Correct help for editor's paste command
|
2024-04-01 10:48:13 +02:00 |
|
Chiizujin
|
b7cbdd9433
|
Fix editor's range specification
|
2024-03-31 17:12:59 +11:00 |
|
Chiizujin
|
505310cf25
|
Correct help for editor's paste command
|
2024-03-31 15:42:37 +11:00 |
|
Chiizujin
|
4a1ff3deeb
|
Merge branch 'main' of https://github.com/evennia/evennia into editor_echo
|
2024-03-31 15:26:18 +11:00 |
|
Chiizujin
|
22ea87b805
|
Add unit test for editor echo with lines containing whitespace
|
2024-03-31 12:04:04 +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
|
aed4c70583
|
Fix editor echo not displaying correctly for lines with whitespace
|
2024-03-31 01:25:50 +11: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
|
11834dfe49
|
Support Python 3.12. Update optional scipy req to 1.12.0
|
2024-03-17 00:53:28 +01:00 |
|
Griatch
|
abb83fc4d8
|
Improve doc string for EvForm with EvCel inserts
|
2024-03-12 09:39:07 +01:00 |
|
Griatch
|
cbe3d4c738
|
Make numbered_names use get_display_name; make dbref display separate method
|
2024-03-09 20:03:57 +01:00 |
|
Griatch
|
04f6eff234
|
Make clothing inventory command align with default inventory
|
2024-03-08 10:06:07 +01:00 |
|
Griatch
|
e5d07603ca
|
Run black. Resolve circular import issues in components contrib.
|
2024-02-25 19:03:11 +01:00 |
|
InspectorCaracal
|
77ce84a0b1
|
add unit test
|
2024-02-04 15:04:59 -07: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 |
|
Griatch
|
c2c2a581a9
|
Add unit test for right-aligned evtable
|
2024-01-14 18:24:48 +01:00 |
|
InspectorCaracal
|
6726663a46
|
fix session check
|
2024-01-05 15:49:23 -07:00 |
|
InspectorCaracal
|
0afe81873c
|
Update evmenu.py
|
2024-01-05 15:14:31 -07:00 |
|
Griatch
|
51f994a832
|
More tests with default homes in CI unit tests
|
2023-12-19 21:46:33 +01:00 |
|
Griatch
|
b6d9282594
|
Further tests with non-sqlite unit tests
|
2023-12-10 23:56:50 +01:00 |
|
Griatch
|
3e70507730
|
More tests for non-sqlite unit tests
|
2023-12-10 21:43:59 +01:00 |
|
Griatch
|
28a85368d6
|
Fix path in rpsystem contrib readme. Try to address unit test build issues for non-sqlite dbs
|
2023-12-10 21:03:09 +01:00 |
|
Griatch
|
c37dde248e
|
Update CHANGELOG, some refining of docs
|
2023-12-10 19:59:24 +01:00 |
|
Griatch
|
0f39677b46
|
More work with cleanup of unit tests
|
2023-12-02 21:46:04 +01:00 |
|
Griatch
|
d26a88dff3
|
Merge pull request #3344 from volundmush/ip_from_request
Overhaul IP Matching
|
2023-12-02 20:30:56 +01:00 |
|
Griatch
|
ed7b1634a2
|
Fix missing unit test flag
|
2023-12-02 20:07:00 +01:00 |
|
Griatch
|
26ff5d4206
|
Remove weird auto-replace strings here and there
|
2023-11-30 12:29:01 +01:00 |
|
Griatch
|
89d159cc96
|
Fix verb conjugation with unknown verbs. Resolve #3330
|
2023-11-26 17:00:13 +01:00 |
|
Griatch
|
8914e7b0b6
|
Change settings._TEST_ENVIRONMENT to settings.TEST_ENVIRONMENT to address not-found issues during initialization
|
2023-11-26 14:25:12 +01:00 |
|
Andrew Bastien
|
44ebefe561
|
Overhauled IP matching feature.
|
2023-11-24 22:00:40 -05:00 |
|
Andrew Bastien
|
26643a71a7
|
Adjusting checks to use utils.inherits_from()
|
2023-11-23 13:15:42 -05:00 |
|
Andrew Bastien
|
30bfc36beb
|
Adjusted checks for Object/Account to prevent conflicts.
|
2023-11-23 13:15:42 -05:00 |
|
Andrew Bastien
|
fb28ee54a5
|
Fixing output of BaseOption.display to always be str
|
2023-11-04 16:42:39 -04:00 |
|
Griatch
|
f6b43b0416
|
Ran black on sources
|
2023-11-02 20:58:03 +01:00 |
|
Andrew Bastien
|
b975d0fabd
|
Cleaned up KeyErrors and added a funcparser test.
|
2023-11-01 11:13:59 -04:00 |
|
Andrew Bastien
|
5fa11cddb6
|
Adds $you() and $your() to the ACTOR_STANCE callables.
|
2023-11-01 11:02:04 -04:00 |
|
Griatch
|
cffeabcd7c
|
Merge pull request #3313 from volundmush/option_set_improve
Improve OptionHandler.set()
|
2023-10-31 20:44:02 +01:00 |
|
Griatch
|
4986888db9
|
Merge pull request #3197 from volundmush/fix_global_scripts
Alter Global Scripts handling
|
2023-10-31 20:36:33 +01:00 |
|
Andrew Bastien
|
aa57dd9b50
|
Minor tweak to the OptionHandler.set to return objects instead of values for better integration with other systems.
|
2023-10-29 16:44:13 -04:00 |
|