Commit graph

5361 commits

Author SHA1 Message Date
Brenden Tuck
40b77b2eb8 fix a couple of subtle backwards compatibility bugs 2019-04-01 22:09:18 -04:00
Brenden Tuck
0ca3bdae9f Add the ability to create more input windows 2019-04-01 16:22:53 -04:00
Brenden Tuck
b25d84c989 fix the ordering of plugins to properly work with goldenlayout 2019-03-26 23:50:11 -04:00
Brenden Tuck
e15370c93a Add a way for plugins to specify new known_types and fix up hotbuttons for goldenlayout. 2019-03-26 23:47:22 -04:00
Brenden Tuck
484fc12524 fix tab-key handling 2019-03-25 22:39:58 -04:00
Brenden Tuck
024c9fd850 Autoclose Dropdowns on certain UI events 2019-03-22 07:54:05 -04:00
Brenden Tuck
0b2fd9f4bf Add more detailed tooltips 2019-03-21 10:23:59 -04:00
Brenden Tuck
85d1b78da1 remove the dual_input.js from this branch 2019-03-21 10:16:02 -04:00
Brenden Tuck
43244b53b3 Fix the popup close bugs and expand functionality to allow dual inputs 2019-03-21 08:44:46 -04:00
Brenden Tuck
2d1e9768ff merge in dual_input plugin 2019-03-07 00:24:16 -05:00
Brenden Tuck
8b08d41038 Add golden-layout as an alternative to splithandler 2019-03-04 08:30:43 -05:00
Brenden Tuck
5905be9179 add dual_inputs.js 2019-02-18 23:27:23 -05:00
Griatch
d94566ef20 Merge from master 2019-02-12 11:47:38 +01:00
Griatch
be40993f7b Merge pull request #1781 from poisonbl/card-block-issue-1780-fix
Switching card-block to card-body.
2019-02-12 11:43:55 +01:00
poisonbl
4852651780 Fix issue 1780 by switching card-block to card-body. 2019-02-11 21:27:12 -05:00
Griatch
9dcef1ac48 Activate pip caching in Travis 2019-02-11 16:09:40 +01:00
Griatch
17c92925cf Remove codecov again 2019-02-11 13:49:48 +01:00
Griatch
a67751715d Move codecov to travis setup 2019-02-11 13:39:28 +01:00
Griatch
52cae5d015 Test adding codecov analysis 2019-02-11 11:46:12 +01:00
Griatch
aba5dd5a61 Fix unittest error 2019-02-10 21:47:43 +01:00
Griatch
efb3cf3705 Further server.py unittests 2019-02-10 21:38:56 +01:00
Griatch
471bced78b Correct handling of migrations 2019-02-10 19:27:31 +01:00
Griatch
a0b6c0fa1a Add unittests for server.py 2019-02-10 19:01:27 +01:00
Griatch
81ab542d76 Make evennia-launcher hand all django-admin options correctly 2019-02-10 03:17:47 +01:00
Griatch
c4faa6879b Add tag/attr to create_account. More unit tests 2019-02-10 02:08:21 +01:00
Griatch
0dfea46d5c Change save/search_prototype, extend unittests 2019-02-09 16:52:02 +01:00
Griatch
9f48499d74 Merge pull request #1778 from CloudKeeper/patch-3
Correcting typo - "prot" to "proto"
2019-02-09 09:17:01 +01:00
CloudKeeper
23337a61d7 Correcting typo - "prot" to "proto"
Caught by LilCasper
2019-02-09 14:19:50 +11:00
Griatch
dac10eef2b Fix unittest query compare 2019-02-08 20:34:01 +01:00
Griatch
181a3e04e7 Unittest object.get_obj_with_attr 2019-02-08 19:49:02 +01:00
Brenden Tuck
b5887c2d95 Add a dual_input plugin 2019-02-07 21:28:43 -05:00
Griatch
f3fa6bad07 Unittest manager get_object_with_account 2019-02-07 23:23:51 +01:00
Griatch
0f7d29783e Merge branch 'master' into develop 2019-02-07 22:04:47 +01:00
Griatch
c5a73174ab Fix bug in deleting capitalized attributes. Resolves #1776. 2019-02-07 22:04:12 +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
415f0c4b4d Correct spawn unittest 2019-02-07 00:36:39 +01:00
Griatch
a3809ae877 Complete extending building unit tests 2019-02-07 00:23:35 +01:00
Griatch
9a60ce6353 Update unittest for open command 2019-02-06 21:34:36 +01:00
Griatch
7ea1a2f28d Another small fix 2019-02-06 00:15:18 +01:00
Griatch
3188f66436 Fix test typo 2019-02-06 00:10:26 +01:00
Griatch
bc223a2e92 Add more unit tests to build commands 2019-02-05 23:51:30 +01:00
Griatch
fe376795ec Add partial unittests for EvEditor 2019-02-05 01:14:32 +01:00
Griatch
5df842a9f3 Merge branch 'master' into develop 2019-02-04 21:48:07 +01:00
Griatch
992c993350 Check arg forwarding to django-admin as per #1774 - not supported in django version? 2019-02-04 21:28:16 +01:00
Griatch
84ccc899bc Merge branch 'master' into develop 2019-02-03 15:40:40 +01:00
Griatch
1412da1b0a Fix prototype inheritance of attrs/tags. Resolves #1773. 2019-02-03 15:17:32 +01:00
Griatch
cd5979eea0 Refactor unit test runner and one new unit test 2019-02-02 01:17:36 +01:00
Griatch
11d39a57b5 Add unit tests for syscmds, refactor cmdparser 2019-02-01 23:23:41 +01:00
Griatch
55eb026e95 Merge branch 'master' into develop 2019-01-29 18:27:46 +01:00