Commit graph

84 commits

Author SHA1 Message Date
Griatch
0778ba1aac Update CHANGELOG 2019-09-30 19:06:55 +02:00
Griatch
c2c7fa311a Format code with black. Add makefile to run fmt/tests 2019-09-28 18:18:11 +02:00
Griatch
37452e2a43 Show warnings on start -l if settings contains production-unsafe values. Resolves #1732 2019-09-23 23:22:56 +02:00
Griatch
a315b3c7ec Add simplified Korean translation by aceamro in #1947 2019-09-22 19:41:24 +02:00
Griatch
bde0f26496 Update changelog with removal of pillow lib requirement 2019-09-19 19:26:42 +02:00
Griatch
9e3285a791 Handle drop with drop:holds() lock. Default to pass for backwards-compatibilty while on Evennia 0.9. See #1868 2019-09-08 20:17:04 +02:00
Griatch
bb5324ba52 Fix AttributeHandler.get with no Attributes. Also make return_list=True return [] rather than [None]. Resolves #1866 2019-09-08 19:18:19 +02:00
Griatch
c520ef86c9 Make DEFAULT_CHANNELS auto-recreate missing channels. Add new CHANNEL_MUDINFO setting. 2019-09-08 00:09:00 +02:00
Griatch
dd8b3c1ba2 Use lists in settings. Resolve #1912 2019-09-07 22:51:23 +02:00
Griatch
71052980d4 Update CHANGELOG with Spanish translation 2019-08-19 08:11:51 +02:00
Griatch
7ea96d41e6 Updated CHANGELOG 2019-08-10 00:21:21 +02:00
Griatch
4f98ac4596 Update Changelog 2019-08-09 01:12:55 +02:00
Griatch
4f352d6e46 Fix CHANGELOG, client fallback to SERVERNAME 2019-06-29 16:44:40 +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
050a665243 Some cleanup, typo-fixes 2019-06-23 23:53:56 +02:00
Griatch
2c607b5bb3 Update Changelog 2019-06-23 19:07:24 +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
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
432674ac7c Fix bug saving empty dicts/lists/False to admin. Resolve #1841 2019-06-07 22:14:44 +02:00
Griatch
e130ec2d6f Handle AttributeError in webclient protocol 2019-05-31 08:42:33 +02:00
Griatch
64acd33d85 Fix MSSP byte error when mixing with unicode 2019-05-30 17:20:52 +02:00
Griatch
e6aec78cce Add i18n for simplified chinese, courtesy of MaxAlex 2019-05-03 12:31:49 +02:00
Griatch
a2bc979503 Add @interactive decorator to use yield to pause in a method 2019-04-21 14:25:39 +02:00
Griatch
d4590ff600 Update CHANGELOG 2019-04-18 22:27:09 +02:00
Griatch
d1baab7c0b Resolve merge conflicts, some cleanup 2019-04-14 12:18:15 +02:00
Andrew Bastien
652186d829 Refactored with more consistent naming and placement. Fixed the table style wrapper. 2019-04-13 21:47:09 -04:00
Griatch
a5aec53a9e Refactor mail contrib with CmdMail, CmdMailCharacter etc. Resolves #1802 2019-04-07 21:50:27 +02:00
Griatch
e3a96426bc Update CHANGELOG with latest changes 2019-04-07 10:23:57 +02:00
Griatch
0a062517bd Fix-length log file date format, retain unix sort. Resolves #1721. 2019-03-31 22:45:19 +02:00
Griatch
83c6bb69d1 Allow \f to mark EvMore pagebreaks for cmds. Resolves #1585. 2019-03-31 21:10:37 +02:00
Griatch
f485099b7b Fix py3 regression in ansi filler divisor. Resolves #1804. 2019-03-31 18:56:30 +02:00
Griatch
fccb128952 Add support for MSDP LIST/REPORT/UNREPORT. Resolves #1507. 2019-03-31 13:37:08 +02:00
Griatch
6bd50543ff Escape html tag output from @py. Add /clientraw switch. Resolves #1369. 2019-03-30 23:01:28 +01:00
Griatch
db3071356c Reworked Menu-login contrib to latest EvMenu style. 2019-03-30 21:47:40 +01:00
Griatch
c4d178c6c7 Optionally read connection screen from connection_screen() callable 2019-03-22 08:04:25 +01:00
Griatch
3504d95402 Merge branch 'develop' into develop-py3 2019-03-21 16:45:50 +01:00
Griatch
1c9ca4b11c Resolve merge conflicts 2019-03-17 13:43:06 +01:00
Griatch
e64ede3267 Update CHANGELOG 2019-03-17 13:38:31 +01:00
Griatch
74dd57e85f Some fixes and cleanups 2019-03-17 13:36:03 +01:00
Griatch
90b42ca6fb Fix merge conflicts 2019-03-04 22:32:51 +01:00
Griatch
dca6b33b4c Update changelog 2019-02-20 22:37:31 +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
54e7376b31 Run migrations! Some first auto-migrations
Stepped back some more ambitious migrations since they caused all sorts
of issues with bytes/str conversions.
2019-01-29 00:15:18 +01:00
Griatch
c3ebd8d251 Use to_str/to_bytes, replacing old versions 2019-01-16 23:26:46 +01:00
Griatch
981119b640 Fix merge conflicts 2019-01-01 15:19:20 +01:00