Commit graph

79 commits

Author SHA1 Message Date
Griatch
e5e8addd09 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
497be8ecf7 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
f0e5347683 Make DEFAULT_CHANNELS auto-recreate missing channels. Add new CHANNEL_MUDINFO setting. 2019-09-08 00:09:00 +02:00
Griatch
e4fc073164 Use lists in settings. Resolve #1912 2019-09-07 22:51:23 +02:00
Griatch
705592e753 Update CHANGELOG with Spanish translation 2019-08-19 08:11:51 +02:00
Griatch
472de0ece8 Updated CHANGELOG 2019-08-10 00:21:21 +02:00
Griatch
c3da214a68 Update Changelog 2019-08-09 01:12:55 +02:00
Griatch
6389fbf81c Fix CHANGELOG, client fallback to SERVERNAME 2019-06-29 16:44:40 +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
8b2d846fc7 Some cleanup, typo-fixes 2019-06-23 23:53:56 +02:00
Griatch
ac155473f1 Update Changelog 2019-06-23 19:07:24 +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
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
82362930a8 Fix bug saving empty dicts/lists/False to admin. Resolve #1841 2019-06-07 22:14:44 +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
a45142a1e5 Add i18n for simplified chinese, courtesy of MaxAlex 2019-05-03 12:31:49 +02:00
Griatch
87e280bc4d Add @interactive decorator to use yield to pause in a method 2019-04-21 14:25:39 +02:00
Griatch
3326bfd71e Update CHANGELOG 2019-04-18 22:27:09 +02:00
Griatch
b024c17f8a Resolve merge conflicts, some cleanup 2019-04-14 12:18:15 +02:00
Andrew Bastien
36aba73a32 Refactored with more consistent naming and placement. Fixed the table style wrapper. 2019-04-13 21:47:09 -04:00
Griatch
a398cc2a37 Refactor mail contrib with CmdMail, CmdMailCharacter etc. Resolves #1802 2019-04-07 21:50:27 +02:00
Griatch
e3af3f148b Update CHANGELOG with latest changes 2019-04-07 10:23:57 +02:00
Griatch
994b72f1be Fix-length log file date format, retain unix sort. Resolves #1721. 2019-03-31 22:45:19 +02:00
Griatch
3441216e44 Allow \f to mark EvMore pagebreaks for cmds. Resolves #1585. 2019-03-31 21:10:37 +02:00
Griatch
460434b435 Fix py3 regression in ansi filler divisor. Resolves #1804. 2019-03-31 18:56:30 +02:00
Griatch
0bad929c79 Add support for MSDP LIST/REPORT/UNREPORT. Resolves #1507. 2019-03-31 13:37:08 +02:00
Griatch
462cbdf127 Escape html tag output from @py. Add /clientraw switch. Resolves #1369. 2019-03-30 23:01:28 +01:00
Griatch
aa23f32e76 Reworked Menu-login contrib to latest EvMenu style. 2019-03-30 21:47:40 +01:00
Griatch
35424bc499 Optionally read connection screen from connection_screen() callable 2019-03-22 08:04:25 +01:00
Griatch
f49c77d770 Merge branch 'develop' into develop-py3 2019-03-21 16:45:50 +01:00
Griatch
a6ee445f93 Resolve merge conflicts 2019-03-17 13:43:06 +01:00
Griatch
86bcc8b37b Update CHANGELOG 2019-03-17 13:38:31 +01:00
Griatch
5bde7a5ac1 Some fixes and cleanups 2019-03-17 13:36:03 +01:00
Griatch
aa8429c535 Fix merge conflicts 2019-03-04 22:32:51 +01:00
Griatch
48e78e1eb7 Update changelog 2019-02-20 22:37:31 +01:00
Griatch
93e0e15061 Make evennia-launcher hand all django-admin options correctly 2019-02-10 03:17:47 +01:00
Griatch
698fe050b6 Add tag/attr to create_account. More unit tests 2019-02-10 02:08:21 +01:00
Griatch
55ad6ee325 Change save/search_prototype, extend unittests 2019-02-09 16:52:02 +01:00
Griatch
868ecb9109 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
d2f41bfff0 Use to_str/to_bytes, replacing old versions 2019-01-16 23:26:46 +01:00
Griatch
56ce402f97 Fix merge conflicts 2019-01-01 15:19:20 +01:00
Johnny
e884ba7209 Update. 2018-10-29 00:19:57 +00:00
Johnny
aa0af2e5cc Fixes mispelling of my name :) / updates changelog to reflect recent web development efforts. 2018-10-29 00:09:10 +00:00
Griatch
9d8a5c5392 Update changelog 2018-10-28 09:28:32 +01:00
Griatch
7b761d54f1 Update changelog 2018-10-26 20:37:48 +02:00
Griatch
c03c077d73 Update CHANGELOG, pep8 fixes 2018-10-23 01:04:25 +02:00