Commit graph

5044 commits

Author SHA1 Message Date
Henddher Pedroza
419045fef4 Update test 2018-10-30 20:10:36 -05:00
Henddher Pedroza
0736485298 Remove prototypes._RE_DBREF and add new dbref() to protfuncs 2018-10-30 19:50:40 -05:00
Henddher Pedroza
dab2e3c577 Harden mocked _obj_search() calls with passed in when applicable 2018-10-28 20:52:19 -05:00
Henddher Pedroza
d70246d22f 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
Henddher Pedroza
4f4df628b7 #1704: Update _RE_DBREF to match '(#Number)' so that it aliases to '(#Number)' 2018-10-28 09:43:01 -05:00
Henddher Pedroza
59cdb450c1 Merge branch 'master' of https://github.com/evennia/evennia into bug_1704 2018-10-27 21:22:55 -05:00
Henddher Pedroza
22b16d2814 Tests for protfunc parser and _RE_DBREF 2018-10-27 18:20:54 -05:00
Griatch
175af07159
Merge pull request #1720 from jerryaldrichiii/correct-spelling-in-tutorial-build
Correct a few spelling errors in tutorial build.ev
2018-10-27 21:32:42 +02:00
Griatch
672d02a048 Minor adjustments to text 2018-10-27 21:19:41 +02:00
Jerry Aldrich
9d31ed6190 Correct a few spelling errors in tutorial build.ev 2018-10-27 12:18:12 -07:00
Griatch
b9ef923cd0
Merge pull request #1718 from jerryaldrichiii/correct-loose
Change loose to lose where appropriate
2018-10-27 21:14:28 +02:00
Griatch
fb806a6fab
Merge pull request #1717 from jerryaldrichiii/add-contributing-md
Add a CONTRIBUTING.md
2018-10-27 21:13:57 +02:00
Jerry Aldrich
1fedea563b Change loose to lose where appropriate 2018-10-27 11:59:03 -07:00
Jerry Aldrich
de52251d28 Add a CONTRIBUTING.md 2018-10-27 11:23:02 -07:00
Henddher Pedroza
881b02c988 Demonstrate potential problem with 2018-10-27 13:16:28 -05:00
Griatch
6ca5b83802 Make create_script return None if script set up to immediately fire/stop. Resolves #1663. 2018-10-27 19:08:31 +02:00
Griatch
d2010594ee Merge branch 'bug_1663' of https://github.com/Henddher/evennia into Henddher-bug_1663 2018-10-27 13:08:58 +02:00
Griatch
b9bb5e9249 Merge branch 'master' of github.com:evennia/evennia 2018-10-26 20:47:47 +02:00
Griatch
f424725b42
Merge pull request #1705 from Packetdancer/master
Add an "--initmissing" switch to the Evennia launcher
2018-10-26 20:47:30 +02:00
Griatch
e64950190f Remove default server.log from game template 2018-10-26 20:39:28 +02:00
Griatch
8709237e7d Add default README to logs directory to make it possible to keep in git 2018-10-26 20:38:33 +02:00
Griatch
afb5af8c6d Give default permissions to spawn/edit prototypes.
Resolves #1687.
2018-10-26 20:07:13 +02:00
Rachel Blackman
4bacab7b95 Add new --initmissing switch to prepare game images checked out of git 2018-10-24 10:41:58 -07:00
Rachel Blackman
c52cafad1c Merge branch 'master' of github.com:evennia/evennia 2018-10-24 10:16:38 -07:00
Griatch
06deb3ba96 Merge branch 'master' of github.com:evennia/evennia 2018-10-23 15:18:12 +02:00
Griatch
ed66563bdc Fix lagging pillow requirement for Windows. Resolves #1702. 2018-10-23 15:17:59 +02:00
Griatch
0fef52bcd8
Merge pull request #1699 from Henddher/bug_1684
Resolve Bug 1684 - Spawn not all switches work
2018-10-22 07:38:17 +02:00
Henddher Pedroza
0a7bb5b926 Test create_script() repeats=1 and persisted=True 2018-10-21 20:13:31 -05:00
Henddher Pedroza
79a64ce3d2 Add 'examine' as valid switch alias for 'show' with its corresponding tests 2018-10-21 14:15:34 -05:00
Henddher Pedroza
9d800aae7c Harden test '@spawn/edit <valid-prototype>' by asserting that olc_menu has been loaded with valid-prototype.UX Enhancement to OLC menu. Underneath the title, display 'Editing: key(prototype_key)' of the prototype being edited. If none, show blank line 2018-10-21 13:43:36 -05:00
Henddher Pedroza
d408a7e8ad Add Script test with repeats=1 and start_delay=True 2018-10-21 09:21:58 -05:00
Griatch
649a6db3a0
Merge pull request #1700 from friarzen/master-historyjs-fix
Fix #1686 cursor placement issues
2018-10-21 16:17:46 +02:00
Brenden Tuck
de9546b70a Fix #1686 cursor placement issues 2018-10-21 10:03:54 -04:00
Henddher Pedroza
7c11d5a64c Another control-group test (repeats = 2) - it passes 2018-10-20 22:39:53 -05:00
Henddher Pedroza
a47edfcc03 Merge branch 'master' of https://github.com/Henddher/evennia into bug_1663 2018-10-20 20:32:10 -05:00
Henddher Pedroza
4c6205259b Test @spawn/edit BALL (synonym) 2018-10-20 20:22:11 -05:00
Henddher Pedroza
3893cfca09 code cleanup 2018-10-20 20:12:55 -05:00
Henddher Pedroza
15c940fba4 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
4268e3e142 Merge branch 'master' of https://github.com/Henddher/evennia into bug_1684 2018-10-20 18:18:59 -05:00
Griatch
0017547a8b
Merge pull request #1693 from TehomCD/test_memplot
Add tests for memplot
2018-10-20 23:42:35 +02:00
Griatch
9abf0df231
Merge pull request #1692 from TehomCD/test_telnet
Add unit test for ttype/telnet
2018-10-20 23:42:16 +02:00
Griatch
17c0c0b08c
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
387a2444a7 Modify tests so they pass. Some new tests throw exceptions 2018-10-19 19:16:02 -05:00
Henddher Pedroza
1a6d7a22ad @spawn/edit is equivalent to @spawn/olc and @olc 2018-10-19 19:01:27 -05:00
Henddher Pedroza
b82e18e794 Baseline tests: assert current behavior (disregarding requirements) 2018-10-19 18:44:45 -05:00
Henddher Pedroza
d39a8c01a0 Merge branch 'master' of https://github.com/Henddher/evennia into bug_1684 2018-10-18 17:54:08 -05:00
Henddher Pedroza
d4b375d9cc Tests for @spawn/edit and @spawn/examine 2018-10-18 17:52:25 -05:00
Griatch
dc787dae89 Some clarification in the launcher 2018-10-18 17:15:54 +02:00
Tehom
78213ea160 Add tests for memplot 2018-10-17 22:43:33 -04:00
Tehom
b69e0f8dbc Add various simple tests for different handshakes 2018-10-17 12:49:48 -04:00