Commit graph

535 commits

Author SHA1 Message Date
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
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
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
Griatch
2eaae6ac48 Work on resolving inlinefunc errors #1498 2018-06-15 23:45:55 +02:00
Griatch
e144672e74 Resolve merge conflicts 2018-06-12 20:13:22 +02:00
Griatch
7f250cdec4 Move spawner tests into prototypes folder 2018-06-09 12:10:32 +02:00
Griatch
054cba42bf Refactor prototype-functionality into its own package 2018-06-06 19:15:20 +02:00
Tehom
315977c285 Fix __add__ in SaverList 2018-05-29 23:05:34 -04:00
Griatch
01acdccd6d Update-objs with prototype, first version, no testing yet 2018-05-22 22:28:03 +02:00
Griatch
571f68ae99 Start work on prototype updating 2018-05-15 15:42:04 +02:00
Griatch
45578d0106 Unittests pass 2018-05-13 14:50:48 +02:00
Griatch
7adb4c7da4 Fix unit tests 2018-05-12 12:19:47 +02:00
Griatch
b5a1e8ddea Work to test functionality 2018-05-10 22:28:16 +02:00