Commit graph

5745 commits

Author SHA1 Message Date
Griatch
f64a44ce35 Fix unit tests for new py style 2019-08-09 08:44:39 +02:00
Griatch
4f98ac4596 Update Changelog 2019-08-09 01:12:55 +02:00
Griatch
435a33e216 Extend py command to return stdout inline 2019-08-09 01:01:45 +02:00
Griatch
7400b4af21 Merge branch 'pyint' of https://github.com/vincent-lg/evennia into vincent-lg-pyint 2019-08-09 00:07:58 +02:00
Griatch
0733ac2bdf Merge pull request #1870 from frnknstn/webclient
pre-populate the untagged types (fixes #1869)
2019-08-09 00:00:59 +02:00
Griatch
adfaa9b071 Merge pull request #1863 from frnknstn/master
correct the prototype parent keyword in the examples
2019-08-08 23:57:08 +02:00
Griatch
3c1a82ebd5 Merge pull request #1860 from volundmush/fixing_options
Fixing issues in options that prevented styled_footer and styled_sepa…
2019-08-08 23:56:10 +02:00
Vincent Le Goff
45646dccdf Opens an interactive console when using the py command with no argument 2019-07-22 15:37:19 +02:00
Peter Finlayson
45dcb441b0 pre-populate the untagged types (fixes #1869) 2019-07-19 17:22:54 +02:00
Peter Finlayson
ee07b68361 correct the prototype parent keyword in the examples 2019-07-07 16:28:40 +02:00
Andrew Bastien
92bf4c8834 Fixing issues in options that prevented styled_footer and styled_separator from working. 2019-07-04 14:55:45 -04:00
Griatch
febe08c885 Fix signaling names, add .signals to flat API. 2019-07-02 15:46:14 +02:00
Griatch
71e23ed93d Update version to 0.9.0 2019-06-29 20:53:31 +02:00
Griatch
3a11382969 More plugin module loading checks 2019-06-29 20:27:42 +02:00
Griatch
6aef53bad6 Delay mod import until plugin service start 2019-06-29 20:21:28 +02:00
Griatch
f7089cdfa5 Make plugin module error clearer 2019-06-29 19:23:18 +02:00
Griatch
79717f6963 Merge branch 'develop' 2019-06-29 18:46:27 +02:00
Griatch
4f352d6e46 Fix CHANGELOG, client fallback to SERVERNAME 2019-06-29 16:44:40 +02:00
Griatch
ec3b9949ea Make returnValue available from utils 2019-06-28 23:53:56 +02:00
Griatch
007c8fce92 Some more info about the typeclass/list cmd in docstring 2019-06-28 22:22:29 +02:00
Griatch
838c57e63b Improve init info text 2019-06-27 23:33:50 +02:00
Griatch
3c7b3938ed Expand launcher with connections option and fixes 2019-06-27 23:26:56 +02:00
Griatch
670bfe3641 Limit connection wizard to game index only for now 2019-06-27 23:16:13 +02:00
Griatch
1172067afc Add evennia connectsions wizard functionality 2019-06-27 23:07:35 +02:00
Griatch
c9893c6e65 Start adding MSSP wizard info 2019-06-27 12:16:25 +02:00
Griatch
0006b8d40f Move game index client into server/ 2019-06-24 23:16:53 +02:00
Griatch
050a665243 Some cleanup, typo-fixes 2019-06-23 23:53:56 +02:00
Griatch
ceb7d7bd26 Add grapevine protocol 2019-06-23 19:08:00 +02:00
Griatch
2c607b5bb3 Update Changelog 2019-06-23 19:07:24 +02:00
Griatch
8a6ec779da Make grapevine connect and work 2019-06-23 18:59:45 +02:00
Griatch
59bc475708 Starting to implement grapewine support 2019-06-23 09:22:20 +02:00
Griatch
addaacf5d0 Add the full EvscapeRoom game engine as a contrib 2019-06-18 19:38:59 +02:00
Griatch
aa6b403cd1 Remove @ from default commands. Update docstrings 2019-06-17 22:04:59 +02:00
Griatch
c95a3ec2d2 Some cleanup of ajax webclient fallback 2019-06-16 16:39:26 +02:00
Griatch
67ef17b3c9 Update changelog 2019-06-15 22:30:18 +02:00
Griatch
005b3f4530 Handle websocket autoconnect and remove session duplicates. Resolves #1851. Resolves #1562. 2019-06-15 22:24:32 +02:00
Griatch
993113b2b7 Move typeclass init later to reduce chance of misordered imports.
Resolve #1852.
2019-06-10 18:29:04 +02:00
Griatch
e742227a2c Correct reverse() calls for typeclassed entities. Resolve #1743 2019-06-10 07:46:09 +02:00
Griatch
5f8e08ecaf Handle spawned attrs with dict, as per #1787 2019-06-09 18:03:53 +02:00
Griatch
e9df197385 Correctly handle OLC save errors 2019-06-09 17:42:26 +02:00
Griatch
5999dc1c3c Escape, correct unicode/byte conversion in AJAX client 2019-06-09 14:41:30 +02:00
Griatch
4bcadc96a0 Resolve merge conflicts 2019-06-09 11:29:37 +02:00
Griatch
78c93b6678 Escape AJAX session input to better protect against XSS attacks. Resolve #1846 2019-06-09 11:21:04 +02:00
Griatch
f4f43158a8 Fix attr search with non-string query. Resolve #1760 2019-06-08 17:40:29 +02:00
Griatch
21a5285954 Make sure to avoid double multi-matches from rpsystem. Resolve #1757 2019-06-08 17:34:30 +02:00
Griatch
c083f767d8 Add makemigration exception for evennia_launcher. Resolve #1839 2019-06-08 00:00:50 +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
432674ac7c Fix bug saving empty dicts/lists/False to admin. Resolve #1841 2019-06-07 22:14:44 +02:00
Griatch
3416db98d7 Support datetime in admin pickle widgets/forms 2019-06-06 19:56:10 +02:00
Griatch
5064242ef8 Use renderer kwarg for picklefield widget; related to #1843 2019-06-03 22:40:32 +02:00