Commit graph

269 commits

Author SHA1 Message Date
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
Johnny
a5779f5a30 Update. 2018-10-29 00:19:57 +00:00
Johnny
b6c0ae8585 Fixes mispelling of my name :) / updates changelog to reflect recent web development efforts. 2018-10-29 00:09:10 +00:00
Griatch
431a3f743c Update changelog 2018-10-28 09:28:32 +01:00
Griatch
ba43f44a2b Update changelog 2018-10-26 20:37:48 +02:00
Griatch
b6b07ccdb5 Update CHANGELOG, pep8 fixes 2018-10-23 01:04:25 +02:00
Griatch
b5e87409de Update devel changelog with latest mergers 2018-10-21 15:45:17 +02:00
Griatch
087c18e8c6 Merge branch 'master' into develop 2018-10-20 23:18:38 +02:00
Griatch
b083a44545 Some clarification in the launcher 2018-10-18 17:15:54 +02:00
Griatch
9f8c1a4f64 Add requirement changes to 0.8 changelog, for clarity 2018-10-16 10:13:05 +02:00
Griatch
54e351f296 Merge develop branch, resolve conflicts 2018-10-13 17:19:38 +02:00
Griatch
bedebdd524 Update changelog. 2018-10-13 11:28:41 +02:00
Griatch
bd2a2356b6 More unworking testing 2018-10-06 05:19:06 +02:00
Griatch
94b2677f4c Start updating CHANGELOG for new version 2018-10-02 00:00:40 +02:00
Griatch
fedc08c043 Cleanup of changelog 2018-09-30 13:06:36 +02:00
Griatch
c0bab475d6 Remove MAX_NR_CHARACTERS=1 enforcement for MULTISESSION_MODEs 0 and 1. 2018-09-29 11:11:41 +02:00