Griatch
d0035b83fb
Typo in CmdTeleport help text
2020-02-16 20:12:13 +01:00
Griatch
ff16eb1bfe
Make log rotation also limited by size and controllable from settings. Resolves #2041
2020-01-29 23:16:53 +01:00
Griatch
55a3022032
Further update to test suite for different dbs
2020-01-28 22:47:44 +01:00
Griatch
944cf31538
Let tests handle higher dbrefs from other dbs
2020-01-28 22:08:20 +01:00
Griatch
e50e54182d
Fix py display of raw tuple. Resolves #2040
2020-01-28 19:12:09 +01:00
Griatch
bec5c16bf7
Merge branch 'command_info' of https://github.com/volundmush/evennia into volundmush-command_info
2020-01-21 20:46:54 +01:00
Griatch
7f7dd3bbf2
Fixed various Script issues. Resolves #2010 . Might affect #2006 .
2020-01-18 20:50:26 +01:00
Griatch
bdd5d7f6ca
Make exit() work in py Cmd, make it more instructive
2020-01-18 12:20:36 +01:00
Griatch
db17ece61b
Ran black on sources
2020-01-18 00:15:02 +01:00
Andrew Bastien
0a54067407
Merge remote-tracking branch 'origin/command_info' into command_info
2020-01-17 18:07:13 -05:00
Andrew Bastien
532c509a9e
Doing requested changes. Moving func() and get_command_info(), updating CHANGELOG.md
2020-01-17 18:06:43 -05:00
Andrew Bastien
597a0dbee2
Segmenting the Command methods better.
2020-01-17 17:59:00 -05:00
Griatch
08621cca7f
Resolve merge conflicts
2020-01-17 23:35:00 +01:00
Griatch
de936b60c0
Merge conflicts
2020-01-17 22:29:07 +01:00
Johnny
b848d321f9
Refactors object_totals to crunch more of the data db-side instead of app-side.
2020-01-14 22:05:02 +00:00
Andrew Bastien
77bf8f4eb7
Segmenting the Command methods better.
2020-01-14 09:25:45 -05:00
Johnny
69c6f3b443
Resolves trailing whitespace.
2020-01-13 20:46:42 +00:00
Johnny
0b38de0057
Uses utils.dbref() for dbref validation.
2020-01-13 20:40:46 +00:00
Johnny
39fa8dacdf
Improves existing and implements additional tests for multitype filtering.
2020-01-13 20:12:09 +00:00
Johnny
e03d4ccaf7
Cleans up some verbiage and syntax for fallback idrange.
2020-01-13 20:10:51 +00:00
Johnny
3725d94e88
Removes extraneous codeblock, fixes generator reuse, and addresses an unbound local error with rendering.
2020-01-13 19:01:33 +00:00
Griatch
69d85bd184
Make scripts/objects lists use EvMore. Change EvMore to not justify by default.
2020-01-11 15:49:12 +01:00
Johnny
54b2572538
Adds checks for null search terms and dbref range.
2020-01-10 21:32:21 +00:00
Johnny
5339b80743
Makes CmdFind querying use iterators to minimize memory ballooning. Refactors some redundant rendering code.
2020-01-10 20:56:44 +00:00
Griatch
4ea6209123
Ran black on branc
2019-12-16 20:31:42 +01:00
Griatch
7ea96eaa29
Fix formatting quirk
2019-10-21 08:32:14 +02:00
Griatch
f79db55a1d
Ran black on the source
2019-10-21 08:31:19 +02:00
Griatch
908dff6217
Don't accept random input for 'yes' in CmdDestroy. Resolves #1968 .
2019-10-20 00:55:59 +02:00
Griatch
88a49334f2
Fix session retrieve in examine, update changelog
2019-10-17 00:24:52 +02:00
Griatch
bc5210eb9c
Fix examine using wrong cmdset target for accounts. Resolve #1886
2019-10-17 00:15:09 +02:00
Griatch
040bf50703
Fix typo, run black
2019-09-30 19:05:09 +02:00
Aaron McMillin
ba3db1731d
[ #1928 ] PR feedback, documentation, error handling
2019-09-29 21:45:33 -04:00
Aaron McMillin
186bc09b4d
[ #1928 ] change to plus for append/insert
2019-09-29 21:01:04 -04:00
Aaron McMillin
ed58502246
[ #1928 ] Special handling for lists and tuples
2019-09-29 21:01:04 -04:00
Aaron McMillin
cb04a71a23
[ #1928 ] Fix deleting non-existent items
2019-09-29 21:01:04 -04:00
Aaron McMillin
772cfda693
[ #1928 ] Edit existing nested
2019-09-29 21:01:04 -04:00
Aaron McMillin
2dfb327f88
[ #1928 ] fix nested delete bug
2019-09-29 21:01:04 -04:00
Aaron McMillin
1a1203fcb6
[ #1928 ] Delete nested
2019-09-29 21:01:04 -04:00
Aaron McMillin
d83e3d471e
[ #1928 ] Create and access data structures
2019-09-29 21:01:04 -04:00
Aaron McMillin
f9bd07c3ed
[ #1928 ] Helper functions and tests
2019-09-29 20:58:48 -04:00
Griatch
c2c7fa311a
Format code with black. Add makefile to run fmt/tests
2019-09-28 18:18:11 +02:00
Griatch
f7ed56dc64
Catch tracebacks when leaving the py console with exit/exit()
2019-09-22 19:54:23 +02:00
Griatch
bb370c89fe
Enforce LINEMODE state for vanilla telnet. Resolve #1942
2019-09-22 19:22:48 +02:00
Griatch
88e8e88594
Change about command to put relevant version info first, as per #1945
2019-09-22 13:32:12 +02:00
Griatch
96b3cd049c
Clarify command-help for set command. Resolve #1944 .
2019-09-22 13:25:27 +02:00
Greg Taylor
5e1a672fc2
Remove builtins imports
...
This module is not intended to be used directly in most cases, per:
https://docs.python.org/3/library/builtins.html
None of our usages warrant the explicit import. We also avoid some
confusion as folks dig to see what we are doing to require
importing builtins directly.
2019-09-15 20:29:59 -07:00
Griatch
607004f2eb
Fix mismatching help query in OOC mode. Resolve #1914 .
2019-09-10 19:57:22 +02:00
Griatch
bb5324ba52
Fix AttributeHandler.get with no Attributes. Also make return_list=True return [] rather than [None]. Resolves #1866
2019-09-08 19:18:19 +02:00
Griatch
05b859c0b7
Fix pager output for spawn/list with a very long list. Resolve #1829
2019-09-08 00:46:02 +02:00
Griatch
f83532bf30
Fix typo in objects command. Resolve #1892 .
2019-08-26 20:12:18 +02:00