Commit graph

5814 commits

Author SHA1 Message Date
Griatch
b9b23b7cdb
Merge pull request #1915 from kovitikus/myfixes
Updated various modules with f-strings.
2019-09-10 21:50:54 +02:00
Kovitikus
210325c794 Fixed string conversions. 2019-09-10 15:17:56 -04:00
Kovitikus
ee7e276315 Fixed string conversions. 2019-09-10 15:17:21 -04:00
Kovitikus
6b47c9a9e8 Converions to string types. 2019-09-10 14:42:01 -04:00
Griatch
8e03156ffe Fix mismatching help query in OOC mode. Resolve #1914. 2019-09-10 19:57:22 +02:00
Kovitikus
a7cc5c0c2d Updated tests.py with f-strings. 2019-09-10 13:29:21 -04:00
Kovitikus
11266f59c1 Updated models.py with f-strings. 2019-09-10 13:24:16 -04:00
Kovitikus
ef9653a04c Updated manager.py with f-strings. 2019-09-10 13:22:05 -04:00
Kovitikus
14401ae2f2 Updated bots.py to fstrings. 2019-09-10 12:47:03 -04:00
Kovitikus
80d09e1b6f Fixed a trailing whitespace. 2019-09-10 11:22:43 -04:00
Kovitikus
7b829a8d87 Updated to fstrings. 2019-09-10 10:31:49 -04:00
Griatch
fceb7a985d Properly encode FileLogger's readline output. Resolve #1875. 2019-09-09 07:18:28 +02:00
Griatch
7af0667122 Fix unit tests 2019-09-08 21:17:55 +02:00
Griatch
5d6b9bc226 Fix typo in lock defintion 2019-09-08 20:19:51 +02:00
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
20f59846c4 Fix traceback in rpsystem contrib. Resolve #1871 2019-09-08 19:41:14 +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
694399d31a Fix ANSI->HTML conversion in webclient; Resolve #1792 2019-09-08 18:26:23 +02:00
Griatch
1517bb654b Fix pager output for spawn/list with a very long list. Resolve #1829 2019-09-08 00:46:02 +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
9a0dcb2ae9 Make GLOBAL_SCRIPTS auto-start timed scripts; list all global scripts 2019-09-07 18:13:54 +02:00
Griatch
70cdac9cb0 Give better instructions in clothing contrib 2019-09-06 21:50:00 +02:00
Griatch
81d97c668c Resolve duplicate script execution for global script. Make paused script fire at_server_reload. Resolve #1911. 2019-09-05 23:54:07 +02:00
Griatch
a90cda1b36 Make search_account also search by account alias. Resolve #1910 2019-09-04 20:57:44 +02:00
Griatch
69aa28fc9a Better output for evennia --initmissing. Fix object copy with tags (Resolve #1909) 2019-09-04 20:35:08 +02:00
Griatch
740de269ff Fix leftover errors in game template object doctstring 2019-09-02 23:01:44 +02:00
Griatch
8036ba8bfb Remove typo. Resolve #1908. 2019-09-02 08:23:22 +02:00
Griatch
43d5815882 Fix time format Windows does not support. Resolve #1881. Resolve #1880 2019-08-29 00:10:46 +02:00
Griatch
878b387ced Make manual Script.pause state survive full shutdown. Resolve #1838. 2019-08-28 23:31:08 +02:00
Griatch
083459a6e6 Fix bug in DefaultObject.at_traverse. Resolve #1832. 2019-08-28 22:49:41 +02:00
Griatch
a34fb250dc Avoid next-confusion when logging out from website. Resolve #1745. 2019-08-28 20:49:11 +02:00
Griatch
c48b9d645a Another fix to cmdparser 2019-08-28 20:11:35 +02:00
Griatch
d319243195 Forbid /media and /static file browsing. Resolve #1746. 2019-08-28 20:07:03 +02:00
Griatch
ee9db581e7
Merge pull request #1877 from vincent-lg/fix_clothing
[clothing contrib] Allow to create new Clothing classes
2019-08-28 19:01:18 +02:00
Griatch
a748a579c8
Merge pull request #1895 from aogier/ssh-error
fix ssh import error message
2019-08-28 18:40:08 +02:00
Griatch
758c365c9c Fix typo in objects command. Resolve #1892. 2019-08-26 20:12:18 +02:00
Griatch
6f3949d67a Fix that caused whisper to never allow overriding text 2019-08-26 20:03:38 +02:00
Griatch
d5a09c5e65 Fix regression error on one-character input. Resolves #1901 2019-08-26 08:44:25 +02:00
Griatch
c7ccc847be Add commands missing from account.__all__. Resolves #1900. 2019-08-26 08:35:50 +02:00
Griatch
1beab2a863
Merge pull request #1897 from aogier/python3
importing `range` no longer needed
2019-08-26 08:27:58 +02:00
Griatch
3d842e8a92 Change tutorial typeclass to Tutorial Readable and TutorialClimbable. Improve error report for failed typeclass import. 2019-08-24 16:55:46 +02:00
Alessandro Ogier
7531c1217c no longer needed 2019-08-22 19:20:25 +02:00
Alessandro Ogier
1afc6e31c8 fix ssh import error message 2019-08-22 18:19:38 +02:00
Griatch
3abb2f3fc8
Merge pull request #1894 from aogier/double-whisper
do not duplicate whispers
2019-08-21 23:23:38 +02:00
Alessandro Ogier
5d54c6c54a do not duplicate whispers 2019-08-21 22:50:35 +02:00
Griatch
749ad221e1
Merge pull request #1893 from aogier/ssh-fix
fix ssh server
2019-08-21 22:36:32 +02:00
Alessandro Ogier
3da8ad6d28 fix ssh server 2019-08-21 18:10:29 +02:00
Griatch
705592e753 Update CHANGELOG with Spanish translation 2019-08-19 08:11:51 +02:00
Griatch
8026eec6b1
Merge pull request #1887 from gwa2100/Issue#1789fix
Fixed Issue #1789: Help popup in web client not clearing after close
2019-08-19 08:05:36 +02:00