Griatch
|
a623fa0ee3
|
Don't raise but instead return HttpResponseBadRequest object
|
2020-03-29 10:06:07 +02:00 |
|
Griatch
|
05f2264eb1
|
Ran black on sources, some minor tweaks
|
2020-02-12 23:07:56 +01:00 |
|
trhr
|
a3169b50c2
|
new django.urls.path() function allows a simpler, more readable URL routing syntax.
|
2020-02-09 20:36:30 -06:00 |
|
trhr
|
308818bd5d
|
{% load staticfiles %} and {% load admin_static %} are deprecated in favor of {% load static %}, which works the same.
|
2020-02-09 20:14:47 -06:00 |
|
Griatch
|
ed92f9a177
|
Ran black on sources
|
2020-01-28 20:18:19 +01:00 |
|
Griatch
|
de6ef73949
|
Merge pull request #2008 from friarzen/webclient_options2
Extend the Webclient Options handling
|
2020-01-28 19:26:11 +01:00 |
|
Brenden Tuck
|
d6835f030c
|
usability tweaks and add available_server_tags
|
2020-01-21 21:05:54 -05:00 |
|
Griatch
|
87ba748998
|
Merge branch 'websocketrefresh' of https://github.com/GulliblePsychologist/evennia into GulliblePsychologist-websocketrefresh
|
2020-01-21 20:39:13 +01:00 |
|
Brenden Tuck
|
e429481f4a
|
fix blank/changing regex/tag strings causing duplicates and undefined behavior
|
2020-01-19 22:12:08 -05:00 |
|
Brenden Tuck
|
1f94555c1a
|
fix bug with adding duplicate knowntypes
|
2020-01-19 16:54:37 -05:00 |
|
Brenden Tuck
|
f82f3fdccc
|
fix up the prompt/notify checkboxes to work as expected
|
2020-01-19 16:33:46 -05:00 |
|
Brenden Tuck
|
d1438c9086
|
update message_routing to ignore blank entries, added a delete button
|
2020-01-19 12:28:10 -05:00 |
|
Brenden Tuck
|
6c49ebfc4d
|
Resize/Reword headings and open/close for the options cog
|
2020-01-19 00:01:11 -05:00 |
|
GulliblePsychologist
|
312656c368
|
Fix for WebSocket failing when the page is refreshed
|
2020-01-19 00:48:35 +00:00 |
|
Griatch
|
69d85bd184
|
Make scripts/objects lists use EvMore. Change EvMore to not justify by default.
|
2020-01-11 15:49:12 +01:00 |
|
Brenden Tuck
|
04e89bba37
|
Initial work for webclient Options UI extensions
|
2019-12-29 10:06:22 -05:00 |
|
Griatch
|
4ea6209123
|
Ran black on branc
|
2019-12-16 20:31:42 +01:00 |
|
Ashutosh Chauhan
|
a84e93e4b1
|
Fixing typo in django template block name
|
2019-10-01 14:42:17 +05:30 |
|
Griatch
|
c2c7fa311a
|
Format code with black. Add makefile to run fmt/tests
|
2019-09-28 18:18:11 +02:00 |
|
Griatch
|
dafec2e720
|
Don't trim input whitespace from webclient, to better support python code input, as per #1935
|
2019-09-22 19:22:15 +02:00 |
|
Greg Taylor
|
f55b16a500
|
Remove a couple of lingering u strings
These are not needed in Python 3.
|
2019-09-15 20:41:42 -07:00 |
|
Griatch
|
56bfc10828
|
Fix line breaks from fixed-width lines in webclient. Resolve #1837.
|
2019-09-11 08:42:34 +02:00 |
|
Griatch
|
ea07a81696
|
Fix ANSI->HTML conversion in webclient; Resolve #1792
|
2019-09-08 18:26:23 +02:00 |
|
Griatch
|
e7c6ed9ff0
|
Avoid next-confusion when logging out from website. Resolve #1745.
|
2019-08-28 20:49:11 +02:00 |
|
Griatch
|
63c45683fb
|
Merge pull request #1887 from gwa2100/Issue#1789fix
Fixed Issue #1789: Help popup in web client not clearing after close
|
2019-08-19 08:05:36 +02:00 |
|
Brenden Tuck
|
e14b09c904
|
fix shift-up focus issue and enter-key always clearing focus
|
2019-08-18 19:49:58 -04:00 |
|
Timothy Carlisle
|
3e56de93e5
|
Fixed Issue #1789: Help popup in web client not clearing after close
I modified line 140: Replacing the .append with .prepend. This allows for a running log of previous help requests to be pushed to the bottom.
|
2019-08-15 02:19:31 -05:00 |
|
Griatch
|
792b52a77c
|
Add Sites/Pages listing to admin, as per #1744
|
2019-08-15 01:06:10 +02:00 |
|
Griatch
|
ffc25dbd68
|
Make MXP links more visible in webclient
|
2019-08-10 12:15:26 +02:00 |
|
Griatch
|
7c85c366bc
|
Merge branch 'multimedia' of https://github.com/friarzen/evennia into friarzen-multimedia
|
2019-08-09 23:47:16 +02:00 |
|
Griatch
|
4e5397f60f
|
Merge pull request #1885 from friarzen/no_dualinput_default
Make single input window the default instead of dual inputs
|
2019-08-09 23:42:07 +02:00 |
|
Griatch
|
811a259caf
|
Change prompt bg-color. Default client to no help-popup
|
2019-08-09 23:35:34 +02:00 |
|
Brenden Tuck
|
8a8528a1cb
|
rework prompts to show up in input panes
|
2019-08-09 13:42:55 -04:00 |
|
Brenden Tuck
|
2155746034
|
Make single input window the default instead of dual inputs
|
2019-08-09 16:59:43 +00:00 |
|
Brenden Tuck
|
f0651aa04c
|
Add a multimedia plugin to respond to images/audio/video server commands
|
2019-08-08 20:30:16 -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 |
|