Commit graph

130 commits

Author SHA1 Message Date
Griatch
90a1a0cba8 Resolve merge conflicts 2020-10-08 23:35:31 +02:00
Griatch
32a13b63e7 More nodes to menu-tutorial contrib 2020-10-04 15:53:37 +02:00
Griatch
443310b1c4 [Resolve merge conflicts 2020-09-19 14:19:40 +02:00
Griatch
a3c34f5f39 Run black on sources 2020-09-19 14:02:03 +02:00
Griatch
9cdc37355c Resolve merge conflicts 2020-09-16 23:49:05 +02:00
Griatch
478b2eed14 Fix bug in module-prototype loading. Resolve #2195. 2020-09-16 23:37:55 +02:00
Griatch
4284e5be1e Implement new EvMore functionality. Resolves #2126 2020-09-14 23:35:21 +02:00
Griatch
7307887185 Fix optimized prototype search mechanism. Still no dual db/mod search 2020-09-14 23:35:21 +02:00
Griatch
f61c80caf7 Add width logic for prototype display. Still no mix of module and db prototypes in list 2020-09-14 23:35:21 +02:00
Griatch
d607bbb0fc Optimize EvMore for prototypes, as per #2126 2020-09-14 23:35:21 +02:00
Griatch
e7efffd629 Use assertCountEqual for better handling db variations 2020-09-06 20:02:21 +02:00
Griatch
c051d15f5c Update prototype example module 2020-09-06 13:09:43 +02:00
Griatch
b086e95e19 Fix unittest for postgres ordering 2020-09-06 10:48:50 +02:00
Griatch
98bb8f6f79 Optimize queries for prototype lookup, as part of #2126. 2020-09-05 23:30:08 +02:00
Griatch
7fed14d233 Rename docstring Kwargs to Keyword Args 2020-07-10 15:57:57 +02:00
Griatch
ca341278e9 Ran black on sources 2020-04-12 12:17:06 +02:00
Griatch
21f76560b8 Fix unit tests 2020-03-29 00:12:16 +01:00
Griatch
15f1eaaac0 Hide prototypes from CmdScripts output. Resolves #2067 2020-03-28 20:56:01 +01:00
Griatch
8c44766c0a Handle going from location=None to unset and back in prototype, as per #2005 2020-03-28 20:34:56 +01:00
Griatch
bea61b289e Extensive cleanup and refactoring of the spawn command and obj-update functionality, as per #1879 2020-03-28 17:59:13 +01:00
Griatch
fb4931e85b Fixing protoype spawning 2020-03-23 23:19:46 +01:00
Griatch
69d85bd184 Make scripts/objects lists use EvMore. Change EvMore to not justify by default. 2020-01-11 15:49:12 +01:00
Griatch
4ea6209123 Ran black on branc 2019-12-16 20:31:42 +01:00
Griatch
c2c7fa311a Format code with black. Add makefile to run fmt/tests 2019-09-28 18:18:11 +02:00
Griatch
96490386a1 Fix prototype_tag issue in olc. Resolve #1918 2019-09-14 20:45:58 +02:00
Griatch
47b362738d Fix unit tests 2019-09-08 21:17:55 +02:00
Griatch
5f8e08ecaf Handle spawned attrs with dict, as per #1787 2019-06-09 18:03:53 +02:00
Griatch
e9df197385 Correctly handle OLC save errors 2019-06-09 17:42:26 +02:00
Griatch
8cb162342c Streamline batch-spawn mechanism 2019-04-07 23:13:38 +02:00
Griatch
690a11754d Fix permission level to edit object. Resolve #1801 2019-03-31 22:06:06 +02:00
Griatch
f4a1bf9bae Mention in OLC that you can just write to enter a new value 2019-03-31 19:31:06 +02:00
Griatch
814bb2e8f8 Resolve further unit test issue with postgres 2019-03-23 23:34:34 +01:00
Griatch
1d0d6bc7cf Update unit tests for better postgres support 2019-03-21 22:35:58 +01:00
Griatch
b3dc85a4dc Start converting latest develop unittests to py3 2019-03-04 23:20:07 +01:00
Griatch
90b42ca6fb Fix merge conflicts 2019-03-04 22:32:51 +01:00
Griatch
0dfea46d5c Change save/search_prototype, extend unittests 2019-02-09 16:52:02 +01:00
Griatch
95604616a3 Correct docstring for $dbref protfunc 2019-02-07 09:52:58 +01:00
Griatch
c121f4915e Update spawn doc to better explain protparents kwarg (see #1775) 2019-02-07 09:12:52 +01:00
Griatch
74f22791d8 Resolve merge conflicts 2019-02-03 15:45:17 +01:00
Griatch
1412da1b0a Fix prototype inheritance of attrs/tags. Resolves #1773. 2019-02-03 15:17:32 +01:00
Griatch
690ed6ecd1 Fix merge conflicts 2019-01-17 23:08:19 +01:00
Griatch
a9fd49474d Correct use of callable in prototype creation 2019-01-17 23:03:11 +01:00
Griatch
c3ebd8d251 Use to_str/to_bytes, replacing old versions 2019-01-16 23:26:46 +01:00
Griatch
aa48593a40 Made all unit tests pass 2019-01-09 22:08:48 +01:00
Griatch
981119b640 Fix merge conflicts 2019-01-01 15:19:20 +01:00
Henddher Pedroza
6014d5eba4 Move regex out of protofunc to prevent recompilation on each call. 2018-11-05 18:44:12 -06:00
Henddher Pedroza
cd9a91c377 Update test 2018-10-30 20:10:36 -05:00
Henddher Pedroza
979d24a12f Remove prototypes._RE_DBREF and add new dbref() to protfuncs 2018-10-30 19:50:40 -05:00
Henddher Pedroza
f6d62e2f69 Harden mocked _obj_search() calls with passed in when applicable 2018-10-28 20:52:19 -05:00
Henddher Pedroza
bfeebc47ba Assert protfuncs._obj_search is called ONLY when (), () and () are called.
Group tests according to protfuncs._obj_search() calls
2018-10-28 20:43:14 -05:00