Commit graph

5052 commits

Author SHA1 Message Date
Griatch
f0bb6b91ef Merge pull request #1749 from vincent-lg/fix-translation
Allow the 'makemessages' and 'compilemessages' commands
2018-12-02 16:08:06 +01:00
Griatch
941ac1db45 Merge pull request #1748 from vincent-lg/frozen
Fix slight bugs that prevent a frozen version
2018-12-02 16:05:15 +01:00
Griatch
8ba00beef1 Merge pull request #1716 from Henddher/bug_1704
#1704: traceback when prototype key contains `#Number` [READY FOR REVIEW/MERGE]
2018-12-02 14:53:12 +01:00
Vincent Le Goff
1788cc8e19 Allow the 'makemessages' and 'compilemessages' commands 2018-11-22 08:46:54 +01:00
Vincent Le Goff
ddbd39fce5 Fix slight bugs that prevent a frozen version 2018-11-21 16:11:44 +01:00
Griatch
b529072d0b Merge pull request #1740 from chainsol/fix_1737
Update split.min.js CDN URL - fixes #1737
2018-11-07 15:41:50 +01:00
Nicholas
88a8f89d6d split.min.js path update 2018-11-06 18:24:24 -05: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
Henddher Pedroza
c2ccc5d297 #1704: Update _RE_DBREF to match '(#Number)' so that it aliases to '(#Number)' 2018-10-28 09:43:01 -05:00
Henddher Pedroza
290a6155e5 Merge branch 'master' of https://github.com/evennia/evennia into bug_1704 2018-10-27 21:22:55 -05:00
Henddher Pedroza
5a8858aab9 Tests for protfunc parser and _RE_DBREF 2018-10-27 18:20:54 -05:00
Griatch
5a3bd8e1d8 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
fb32521d5b Minor adjustments to text 2018-10-27 21:19:41 +02:00
Jerry Aldrich
139174ada5 Correct a few spelling errors in tutorial build.ev 2018-10-27 12:18:12 -07:00
Griatch
a9b5efb4d3 Merge pull request #1718 from jerryaldrichiii/correct-loose
Change loose to lose where appropriate
2018-10-27 21:14:28 +02:00
Griatch
510d0c5df8 Merge pull request #1717 from jerryaldrichiii/add-contributing-md
Add a CONTRIBUTING.md
2018-10-27 21:13:57 +02:00
Jerry Aldrich
4681025ef5 Change loose to lose where appropriate 2018-10-27 11:59:03 -07:00
Jerry Aldrich
873ac96fcb Add a CONTRIBUTING.md 2018-10-27 11:23:02 -07:00
Henddher Pedroza
a2b79a2ff1 Demonstrate potential problem with 2018-10-27 13:16:28 -05: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
Griatch
e18b1aaea6 Merge branch 'bug_1663' of https://github.com/Henddher/evennia into Henddher-bug_1663 2018-10-27 13:08:58 +02:00
Griatch
8504d89890 Merge branch 'master' of github.com:evennia/evennia 2018-10-26 20:47:47 +02:00
Griatch
21119cbc9b Merge pull request #1705 from Packetdancer/master
Add an "--initmissing" switch to the Evennia launcher
2018-10-26 20:47:30 +02:00
Griatch
58976f8fa7 Remove default server.log from game template 2018-10-26 20:39:28 +02:00
Griatch
7f10e5583a Add default README to logs directory to make it possible to keep in git 2018-10-26 20:38:33 +02:00
Griatch
0a5701d627 Give default permissions to spawn/edit prototypes.
Resolves #1687.
2018-10-26 20:07:13 +02:00
Rachel Blackman
2348bc1be1 Add new --initmissing switch to prepare game images checked out of git 2018-10-24 10:41:58 -07:00
Rachel Blackman
1d2982ef89 Merge branch 'master' of github.com:evennia/evennia 2018-10-24 10:16:38 -07:00
Griatch
06588f6695 Merge branch 'master' of github.com:evennia/evennia 2018-10-23 15:18:12 +02:00
Griatch
3954586f07 Fix lagging pillow requirement for Windows. Resolves #1702. 2018-10-23 15:17:59 +02:00
Griatch
553691d6cc 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
99c798e834 Test create_script() repeats=1 and persisted=True 2018-10-21 20:13:31 -05: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
1cbbdf5410 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
68e93bbe9a Add Script test with repeats=1 and start_delay=True 2018-10-21 09:21:58 -05:00
Griatch
395a92165a Merge pull request #1700 from friarzen/master-historyjs-fix
Fix #1686 cursor placement issues
2018-10-21 16:17:46 +02:00
Brenden Tuck
1ccada6e71 Fix #1686 cursor placement issues 2018-10-21 10:03:54 -04: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
f70fa467f5 Test @spawn/edit BALL (synonym) 2018-10-20 20:22:11 -05:00
Henddher Pedroza
9f26d4b728 code cleanup 2018-10-20 20:12:55 -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
ed001ff4fb Merge pull request #1693 from TehomCD/test_memplot
Add tests for memplot
2018-10-20 23:42:35 +02:00
Griatch
a89028a2ba Merge pull request #1692 from TehomCD/test_telnet
Add unit test for ttype/telnet
2018-10-20 23:42:16 +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