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
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
05b859c0b7
Fix pager output for spawn/list with a very long list. Resolve #1829
2019-09-08 00:46:02 +02:00
Griatch
007c8fce92
Some more info about the typeclass/list cmd in docstring
2019-06-28 22:22:29 +02:00
Griatch
aa6b403cd1
Remove @ from default commands. Update docstrings
2019-06-17 22:04:59 +02:00
Andrew Bastien
3adc908ca2
Fixed the rest of @examine. Attribute checks should work now.
2019-04-03 02:53:19 -04:00
Andrew Bastien
4fd99201b0
Changed @examine to list Attribute categories.
2019-04-03 02:05:10 -04:00
Griatch
83c6bb69d1
Allow \f to mark EvMore pagebreaks for cmds. Resolves #1585 .
2019-03-31 21:10:37 +02:00
Griatch
3504d95402
Merge branch 'develop' into develop-py3
2019-03-21 16:45:50 +01:00
Griatch
1c9ca4b11c
Resolve merge conflicts
2019-03-17 13:43:06 +01:00
David Reichard
9868d2f18b
Fix lockcmd bug not ignoring superuser when using switches. Resolves #1796 .
2019-03-10 15:58:39 -04:00
Griatch
90b42ca6fb
Fix merge conflicts
2019-03-04 22:32:51 +01:00
Griatch
d94566ef20
Merge from master
2019-02-12 11:47:38 +01:00
Griatch
0dfea46d5c
Change save/search_prototype, extend unittests
2019-02-09 16:52:02 +01:00
CloudKeeper
23337a61d7
Correcting typo - "prot" to "proto"
...
Caught by LilCasper
2019-02-09 14:19:50 +11:00
Griatch
a3809ae877
Complete extending building unit tests
2019-02-07 00:23:35 +01:00
Griatch
9a60ce6353
Update unittest for open command
2019-02-06 21:34:36 +01:00
Griatch
bc223a2e92
Add more unit tests to build commands
2019-02-05 23:51:30 +01:00
Griatch
c3ebd8d251
Use to_str/to_bytes, replacing old versions
2019-01-16 23:26:46 +01:00
Griatch
981119b640
Fix merge conflicts
2019-01-01 15:19:20 +01:00
Griatch
daa9c55653
Merge branch 'master' into develop
2018-12-30 11:15:10 +01:00
Antrare
e102782ab0
BugFix - Delete Prototypes using spawn command
...
Spawn/delete <prototypekey> was not actually deleting anything. This enables the command to work as expected.
2018-12-18 20:31:14 +11:00
Griatch
1867bed6d2
Merge branch 'master' into develop
2018-10-26 20:52:44 +02:00
Griatch
0a5701d627
Give default permissions to spawn/edit prototypes.
...
Resolves #1687 .
2018-10-26 20:07:13 +02:00
Griatch
e01fc751d8
Merge branch 'master' into develop
2018-10-23 15:18:49 +02:00
Henddher Pedroza
e956bcf3be
Add 'examine' as valid switch alias for 'show' with its corresponding tests
2018-10-21 14:15:34 -05:00
Henddher Pedroza
931290a7a0
Handle '@spawn/edit ' (no prototype key given) brings OLC menu. Handle '@spawn/edit testball' brings OLC menu. Handle '@spawn/edit NO_EXISTS' that returns error
2018-10-20 20:11:41 -05:00
Henddher Pedroza
414f72c3b0
Merge branch 'master' of https://github.com/Henddher/evennia into bug_1684
2018-10-20 18:18:59 -05:00
Griatch
87abbbcd2e
Merge branch 'master' into develop
2018-10-21 00:19:34 +02:00
Griatch
03b6621b99
Merge pull request #1691 from Henddher/bug_1499
...
Bug 1499: [READY FOR REVIEW AND MERGE] No way to clear object descs without resulting to `@py`
2018-10-20 23:38:35 +02:00
Henddher Pedroza
d3ddeda7c9
@spawn/edit is equivalent to @spawn/olc and @olc
2018-10-19 19:01:27 -05:00
Tehom
7dadc86693
Implement local-first search for @link command
2018-10-17 23:41:19 -04:00
Henddher Pedroza
dc44dc0176
In @desc command, validate rhs based on = sign present in orig args. Default MUX parsing assigns None to rhs if there is nothing on the right of the = sign.
2018-10-16 19:49:19 -05:00
Griatch
58116ff900
Remove basestring mentions remnants of 2.7
2018-10-13 19:30:24 +02:00
Griatch
54e351f296
Merge develop branch, resolve conflicts
2018-10-13 17:19:38 +02:00
Griatch
3bd34087ce
Add confirmation question to new accounts/delete switch
2018-10-13 11:26:31 +02:00
Griatch
7133492630
Be more lenient with spawning old, more free-form prototypes
2018-10-06 19:00:54 +02:00
Griatch
72f4fedcbe
Merge with develop and fix merge conflicts
2018-10-01 20:58:16 +02:00