Commit graph

555 commits

Author SHA1 Message Date
Griatch
981119b640 Fix merge conflicts 2019-01-01 15:19:20 +01:00
Griatch
ae658f0b62 Merge branch 'master' into develop 2018-10-27 21:20:55 +02:00
Griatch
cc6c12b8be Make create_script return None if script set up to immediately fire/stop. Resolves #1663. 2018-10-27 19:08:31 +02:00
Henddher Pedroza
99c798e834 Test create_script() repeats=1 and persisted=True 2018-10-21 20:13:31 -05:00
Henddher Pedroza
68e93bbe9a Add Script test with repeats=1 and start_delay=True 2018-10-21 09:21:58 -05:00
Henddher Pedroza
7e7ffbe3ab Another control-group test (repeats = 2) - it passes 2018-10-20 22:39:53 -05:00
Henddher Pedroza
74b1d2415d Merge branch 'master' of https://github.com/Henddher/evennia into bug_1663 2018-10-20 20:32:10 -05:00
Tehom
040cc2aa9f Add portal uptime to @time command. 2018-10-18 04:24:03 -04:00
Henddher Pedroza
9871aa6156 Use unittest.expectFailure decoration 2018-10-14 19:09:38 -05:00
Henddher Pedroza
b510bc12f4 Must use different classes for each test so the django RuntimeWarning doesn't occur 2018-10-14 19:07:46 -05:00
Henddher Pedroza
1625a8f7d1 Refactoring. Test to reproduce #1663 2018-10-14 17:09:01 -05:00
Henddher Pedroza
143a0daf63 test evennia.utils.create.create_script 2018-10-14 16:42:28 -05:00
Griatch
48f334d959 Exploring strange ansi string error 2018-10-14 18:18:59 +02:00
Griatch
a1f169f8bc Work on fixing evform test case bug 2018-10-14 11:49:34 +02:00
Griatch
0b7100c3cb Correctly mock session.protocol flags 2018-10-14 09:33:52 +02:00
Griatch
57280d5bef Handle missing ModuleNotFoundError in py3.5 2018-10-13 20:47:25 +02:00
Griatch
ebb2fb6c1c Clean up with 2to3 2018-10-13 19:43:17 +02:00
Griatch
f9369f2784 Converting the AMP, not working yet 2018-10-04 21:46:16 +02:00
Griatch
72f4fedcbe Merge with develop and fix merge conflicts 2018-10-01 20:58:16 +02:00
Griatch
399cc91412 Merge branch 'master' into develop 2018-09-30 14:55:31 +02:00
Griatch
fedc08c043 Cleanup of changelog 2018-09-30 13:06:36 +02:00
Griatch
be5f289a8a Resolve all django deprecation warnings 2018-09-27 21:20:54 +02:00
Johnny
156dbd8d2d Adds a logger for security-related events. 2018-09-21 18:29:44 +00:00
Griatch
bed96328a9 Lots of bug fixes, still issues in prototype-update from menu 2018-09-21 00:05:23 +02:00
Griatch
8a52a76d8c Correct olc update options, add local display to menudebug command 2018-08-25 23:46:05 +02:00
Henddher Pedroza
e72f0c832d Code review: succint and pythonic statements 2018-08-23 20:44:31 -05:00
Griatch
b96f1a5c86 Add menudebug command for debugging EvMenu 2018-08-23 20:46:13 +02:00
Henddher Pedroza
f855c9078f #1459: force evform.raw_form to have all lines of the same length - effectively a rectangle 2018-08-21 19:54:26 -05:00
Griatch
6ec7c7a63f Improve docstring 2018-08-20 20:39:04 +02:00
Griatch
b6675b854e Resolve unittests 2018-08-12 13:37:19 +02:00
Griatch
298b2c23c6 Cleanup/refactoring of olc menus 2018-08-11 11:49:10 +02:00
Griatch
e49993fbb5 Create columnize (no ansi support at this point) 2018-08-10 10:13:05 +02:00
Griatch
696cb3942b Further cleanup and debugging of olc menu 2018-07-29 20:58:56 +02:00
Griatch
6126391406 Refactor spawn, update remaining in olc 2018-07-29 16:53:54 +02:00
Griatch
e1cc36e4d4 Complete refactoring of main nodes. Remain spawn/load/save 2018-07-28 19:58:20 +02:00
Griatch
e5f63f8431 Add search-object functionality to olc menu 2018-07-28 18:26:00 +02:00
Griatch
50c54501f1 Refactor menu up until attrs 2018-07-26 23:41:00 +02:00
Griatch
6aef654cf1 Fix unit tests 2018-07-24 20:54:21 +02:00
Griatch
e4016e435e Start improve OLC menu docs and help texts 2018-07-21 19:06:15 +02:00
Griatch
a954f9c723 Merge and fix conflicts with develop 2018-07-21 14:34:26 +02:00
Griatch
9c68b84ad3 Remove old olc/ folder 2018-07-21 13:51:13 +02:00
Griatch
194eb8e42f Unit testing/debugging olc menu 2018-06-24 16:03:48 +02:00
Griatch
9360dc71f1 Rename prototype to prototype_parent, fixing olc menu 2018-06-24 09:50:03 +02:00
Griatch
e601e03884 Unittests pass for all protfuncs 2018-06-21 22:42:50 +02:00
Griatch
721cdb5ae0 Many more tests, debugging of protfuncs/inlinefuncs 2018-06-17 23:42:53 +02:00
Griatch
646b73e872 Handle lone left-parents within inlinefunc 2018-06-17 08:37:29 +02:00
Griatch
5db3b2194f Merge branch 'master' into develop 2018-06-17 01:30:08 +02:00
Griatch
925529837e Backport inlinefunc regex update from develop olc branch. Resolves #1498. 2018-06-17 01:26:18 +02:00
Griatch
c5f1ea5781 Much improved inlinefunc regex; resolving #1498 2018-06-17 01:22:24 +02:00
Griatch
d047f2b919 Handle missing characters in inlinefunc as per #1498 2018-06-16 22:14:28 +02:00