Commit graph

5734 commits

Author SHA1 Message Date
Griatch
4fefbc0dcd Fix signaling names, add .signals to flat API. 2019-07-02 15:46:14 +02:00
Griatch
82a472ac78 Update version to 0.9.0 2019-06-29 20:53:31 +02:00
Griatch
68c0bf83c0 More plugin module loading checks 2019-06-29 20:27:42 +02:00
Griatch
f6c787a73c Delay mod import until plugin service start 2019-06-29 20:21:28 +02:00
Griatch
bdeec15198 Make plugin module error clearer 2019-06-29 19:23:18 +02:00
Griatch
dc6ac210f4 Merge branch 'develop' 2019-06-29 18:46:27 +02:00
Griatch
6389fbf81c Fix CHANGELOG, client fallback to SERVERNAME 2019-06-29 16:44:40 +02:00
Griatch
b945fa85dd Make returnValue available from utils 2019-06-28 23:53:56 +02:00
Griatch
403900be9b Some more info about the typeclass/list cmd in docstring 2019-06-28 22:22:29 +02:00
Griatch
445fba2107 Improve init info text 2019-06-27 23:33:50 +02:00
Griatch
aea874a0c5 Expand launcher with connections option and fixes 2019-06-27 23:26:56 +02:00
Griatch
12f001104e Limit connection wizard to game index only for now 2019-06-27 23:16:13 +02:00
Griatch
aef294e1c6 Add evennia connectsions wizard functionality 2019-06-27 23:07:35 +02:00
Griatch
beffaa4753 Start adding MSSP wizard info 2019-06-27 12:16:25 +02:00
Griatch
e2bd2b4c5a Move game index client into server/ 2019-06-24 23:16:53 +02:00
Griatch
8b2d846fc7 Some cleanup, typo-fixes 2019-06-23 23:53:56 +02:00
Griatch
b98b858c3a Add grapevine protocol 2019-06-23 19:08:00 +02:00
Griatch
ac155473f1 Update Changelog 2019-06-23 19:07:24 +02:00
Griatch
0135ff9628 Make grapevine connect and work 2019-06-23 18:59:45 +02:00
Griatch
77efbd134e Starting to implement grapewine support 2019-06-23 09:22:20 +02:00
Griatch
a00cc681d9 Add the full EvscapeRoom game engine as a contrib 2019-06-18 19:38:59 +02:00
Griatch
6c02b68278 Remove @ from default commands. Update docstrings 2019-06-17 22:04:59 +02:00
Griatch
92fecf73d0 Some cleanup of ajax webclient fallback 2019-06-16 16:39:26 +02:00
Griatch
c710f74052 Update changelog 2019-06-15 22:30:18 +02:00
Griatch
607d9b6e69 Handle websocket autoconnect and remove session duplicates. Resolves #1851. Resolves #1562. 2019-06-15 22:24:32 +02:00
Griatch
2038a94551 Move typeclass init later to reduce chance of misordered imports.
Resolve #1852.
2019-06-10 18:29:04 +02:00
Griatch
fa9400facb Correct reverse() calls for typeclassed entities. Resolve #1743 2019-06-10 07:46:09 +02:00
Griatch
640d56dba1 Handle spawned attrs with dict, as per #1787 2019-06-09 18:03:53 +02:00
Griatch
5eaf20c74a Correctly handle OLC save errors 2019-06-09 17:42:26 +02:00
Griatch
11502763c9 Escape, correct unicode/byte conversion in AJAX client 2019-06-09 14:41:30 +02:00
Griatch
ca946603e4 Resolve merge conflicts 2019-06-09 11:29:37 +02:00
Griatch
300261529b Escape AJAX session input to better protect against XSS attacks. Resolve #1846 2019-06-09 11:21:04 +02:00
Griatch
f67a68bd3b Fix attr search with non-string query. Resolve #1760 2019-06-08 17:40:29 +02:00
Griatch
c9b7f921bd Make sure to avoid double multi-matches from rpsystem. Resolve #1757 2019-06-08 17:34:30 +02:00
Griatch
6b80cc0aa8 Add makemigration exception for evennia_launcher. Resolve #1839 2019-06-08 00:00:50 +02:00
Griatch
9ec891efe3 Make default django admin use Django 2.0 url format. Resolve #1842 2019-06-07 23:53:23 +02:00
Griatch
82362930a8 Fix bug saving empty dicts/lists/False to admin. Resolve #1841 2019-06-07 22:14:44 +02:00
Griatch
2788fb7f5e Support datetime in admin pickle widgets/forms 2019-06-06 19:56:10 +02:00
Griatch
f8e5bca820 Use renderer kwarg for picklefield widget; related to #1843 2019-06-03 22:40:32 +02:00
Griatch
cdd9ca28f7 Use typeclass-family instead of location/destination for object stats. Resolve #1845 2019-06-03 21:47:29 +02:00
Griatch
c0aaa274e2 [fix] Fix unit tests 2019-06-03 18:28:11 +02:00
Griatch
eb30e39f1f Fix bug in multi-object alias targeting. Resolves #1823 2019-06-03 07:01:03 +02:00
Griatch
fb9c328c4b Handle AttributeError in webclient protocol 2019-05-31 08:42:33 +02:00
Griatch
9dac6280c1 Fix MSSP byte error when mixing with unicode 2019-05-30 17:20:52 +02:00
Griatch
190b499e05 Fix TTYPE error on malformed TTYPE from client
Resolves #1848.
2019-05-28 23:13:54 +02:00
Griatch
36a5b35374
Merge pull request #1844 from DarkSir23/master
Fix header and footer to use DEFAULT_CLIENT_WIDTH
2019-05-20 22:10:37 +02:00
DarkSir23
cac00d33d2 Cleaned up extra debugging lines. 2019-05-20 10:50:37 -04:00
Griatch
a81a8fd58e Minor cleanup 2019-05-18 13:20:45 +02:00
DarkSir23
513dbe7329 Testing a width fix. 2019-05-17 21:16:25 -04:00
DarkSir23
df85ef1a4b Testing a width fix. 2019-05-17 21:02:22 -04:00