Commit graph

298 commits

Author SHA1 Message Date
Brenden Tuck
8a8528a1cb rework prompts to show up in input panes 2019-08-09 13:42:55 -04:00
Peter Finlayson
45dcb441b0 pre-populate the untagged types (fixes #1869) 2019-07-19 17:22:54 +02:00
Griatch
c95a3ec2d2 Some cleanup of ajax webclient fallback 2019-06-16 16:39:26 +02:00
Griatch
005b3f4530 Handle websocket autoconnect and remove session duplicates. Resolves #1851. Resolves #1562. 2019-06-15 22:24:32 +02:00
Griatch
be0cba2ac3 Make default django admin use Django 2.0 url format. Resolve #1842 2019-06-07 23:53:23 +02:00
Griatch
3ef51823d6 Use typeclass-family instead of location/destination for object stats. Resolve #1845 2019-06-03 21:47:29 +02:00
Griatch
ed187ad05f Various fixes from game jam 2019-05-14 10:33:31 +02:00
Griatch
cd5e38fe14 Fix minor typo 2019-04-07 00:34:01 +02:00
Griatch
8dfb6da4da Tweaking CSS styles/unicodes a little 2019-04-07 00:26:37 +02:00
Griatch
1b9efff99d Merge branch 'goldenlayout_develop' of https://github.com/friarzen/evennia into friarzen-goldenlayout_develop 2019-04-06 21:02:47 +02:00
Brenden Tuck
a845bbf63d Lint under_scores to CamelCase 2019-04-06 14:04:05 -04:00
Brenden Tuck
068217f2ec Clean up a use-before-load dependency error and lint 2019-04-05 21:34:51 -04:00
Brenden Tuck
cf746fe04b Lint fixes 2019-04-03 17:18:27 -04:00
Brenden Tuck
ea8ed1b903 fix assigning commands to hotbuttons for golden-layout 2019-04-01 23:43:12 -04:00
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
Griatch
a1f7fd3081 Support Django 2.1 2019-03-25 23:36:38 +01:00
Griatch
fbfb6da975 Resolve support for Django 2.0 2019-03-25 21:45:34 +01: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
Griatch
90b42ca6fb Fix merge conflicts 2019-03-04 22:32:51 +01:00
Brenden Tuck
8b08d41038 Add golden-layout as an alternative to splithandler 2019-03-04 08:30:43 -05:00
Griatch
a73868376d Merge branch 'master' into develop 2019-02-20 22:28:07 +01:00
Griatch
db4c33d539 Add website/ to more base.html imports 2019-02-20 22:24:52 +01:00
Griatch
c0986a8ec2 Make sure website extends website/base.html to avoid override collision 2019-02-19 20:21:45 +01:00
Griatch
bedcb7d5f4 Testing new unit tests 2019-02-19 20:18:36 +01: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
poisonbl
4852651780 Fix issue 1780 by switching card-block to card-body. 2019-02-11 21:27:12 -05:00
Brenden Tuck
b5887c2d95 Add a dual_input plugin 2019-02-07 21:28:43 -05:00
Griatch
aa48593a40 Made all unit tests pass 2019-01-09 22:08:48 +01:00
Griatch
585cca90ae Work to merge develop and resolve unit tests 2019-01-02 16:29:36 +01:00
Griatch
981119b640 Fix merge conflicts 2019-01-01 15:19:20 +01:00
Griatch
daa9c55653 Merge branch 'master' into develop 2018-12-30 11:15:10 +01:00
Brenden Tuck
8f15256dff adjust so splithandler dialogs dont get trumped by default_in 2018-11-27 20:35:53 -05:00
friarzen
b91504110f open help popup when the option is set. 2018-11-27 08:29:49 -05:00
friarzen
303fc584c9 Modal dialogs should capture all keystrokes but not interfere with other onKeydowns 2018-11-27 04:20:22 +00:00
friarzen
ad05ca1515 fix hotbuttons css/layout issues 2018-11-27 03:43:20 +00:00
friarzen
69ef732caf whitespace cleanup 2018-11-27 03:42:37 +00:00
Griatch
fc8abd8589 Merge branch 'master' into develop 2018-11-07 18:59:06 +01:00
Nicholas
88a8f89d6d split.min.js path update 2018-11-06 18:24:24 -05:00
Griatch
612c672ff6 Merge pull request #1724 from strikaco/charlist
Adds CharacterListView
2018-10-30 22:19:39 +01:00
Griatch
ec2a5507fe Merge pull request #1730 from strikaco/safehelp
Removes 'safe' template tag from help detail page (vulnerability).
2018-10-30 22:18:38 +01:00
Johnny
09d982eb48 Returns 404 if webclient is supposed to be disabled. 2018-10-30 20:14:58 +00:00