Commit graph

5825 commits

Author SHA1 Message Date
Greg Taylor
0c5628759f Condense requirements files down to one
PEP 508 defines a way to specify platform-specific requirements.
Rather than having to manage two different requirements files, let's
crunch them down to one and use that facility.

For more details on how this works, see:
https://www.python.org/dev/peps/pep-0508/
2019-09-15 00:37:30 -07:00
Greg Taylor
0eef4bee6f Fix breaking typo in evennia.objects.objects
Noneo->Noneo
2019-09-15 00:15:21 -07:00
Griatch
b609c548f0 Make DefaultObject echo confirmation when being puppeted, as per #1923 2019-09-14 20:56:36 +02:00
Griatch
96490386a1 Fix prototype_tag issue in olc. Resolve #1918 2019-09-14 20:45:58 +02:00
Griatch
bc2777031d More fixes to text2ansi regexes. Resolve #1920. Resolve #1924. 2019-09-14 20:18:07 +02:00
Griatch
12ce59954e Merge pull request #1925 from evennia/contrib-egi-readme-removal
Remove EGI mention in contrib README.md
2019-09-14 14:44:38 +02:00
Greg Taylor
535d2d05f1 Remove EGI mention in contrib README.md
EGI was moved into core.
2019-09-13 22:14:06 -07:00
Griatch
25aa026b28 ... and another fix to handle line breaks in web client 2019-09-11 20:02:24 +02:00
Griatch
c1be45b18d Use literal space rather than \s in text2html parser. Resolve #1916. 2019-09-11 19:58:28 +02:00
Griatch
e7b4ba019a Merge branch 'master' of github.com:evennia/evennia 2019-09-11 08:42:47 +02:00
Griatch
56bfc10828 Fix line breaks from fixed-width lines in webclient. Resolve #1837. 2019-09-11 08:42:34 +02:00
Griatch
73ba06d5f8 Merge pull request #1915 from kovitikus/myfixes
Updated various modules with f-strings.
2019-09-10 21:50:54 +02:00
Kovitikus
4646da4135 Fixed string conversions. 2019-09-10 15:17:56 -04:00
Kovitikus
8dcd1bb286 Fixed string conversions. 2019-09-10 15:17:21 -04:00
Kovitikus
ced0bfea59 Converions to string types. 2019-09-10 14:42:01 -04:00
Griatch
607004f2eb Fix mismatching help query in OOC mode. Resolve #1914. 2019-09-10 19:57:22 +02:00
Kovitikus
c376fb5b57 Updated tests.py with f-strings. 2019-09-10 13:29:21 -04:00
Kovitikus
02397aca0b Updated models.py with f-strings. 2019-09-10 13:24:16 -04:00
Kovitikus
37912417dc Updated manager.py with f-strings. 2019-09-10 13:22:05 -04:00
Kovitikus
d70eb388f1 Updated bots.py to fstrings. 2019-09-10 12:47:03 -04:00
Kovitikus
e343576292 Fixed a trailing whitespace. 2019-09-10 11:22:43 -04:00
Kovitikus
c0a5156c70 Updated to fstrings. 2019-09-10 10:31:49 -04:00
Griatch
6b2c2ee6e3 Properly encode FileLogger's readline output. Resolve #1875. 2019-09-09 07:18:28 +02:00
Griatch
47b362738d Fix unit tests 2019-09-08 21:17:55 +02:00
Griatch
dc444bd2be Fix typo in lock defintion 2019-09-08 20:19:51 +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
d92efb6e67 Fix traceback in rpsystem contrib. Resolve #1871 2019-09-08 19:41:14 +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
ea07a81696 Fix ANSI->HTML conversion in webclient; Resolve #1792 2019-09-08 18:26:23 +02:00
Griatch
05b859c0b7 Fix pager output for spawn/list with a very long list. Resolve #1829 2019-09-08 00:46:02 +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
bbb1d40c2d Make GLOBAL_SCRIPTS auto-start timed scripts; list all global scripts 2019-09-07 18:13:54 +02:00
Griatch
e5072f7b39 Give better instructions in clothing contrib 2019-09-06 21:50:00 +02:00
Griatch
7d8d3216a9 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
ad2e0ce0be Make search_account also search by account alias. Resolve #1910 2019-09-04 20:57:44 +02:00
Griatch
a35dcedcc0 Better output for evennia --initmissing. Fix object copy with tags (Resolve #1909) 2019-09-04 20:35:08 +02:00
Griatch
6158f247bc Fix leftover errors in game template object doctstring 2019-09-02 23:01:44 +02:00
Griatch
0590847cae Remove typo. Resolve #1908. 2019-09-02 08:23:22 +02:00
Griatch
18a09e341c Fix time format Windows does not support. Resolve #1881. Resolve #1880 2019-08-29 00:10:46 +02:00
Griatch
71840a14d3 Make manual Script.pause state survive full shutdown. Resolve #1838. 2019-08-28 23:31:08 +02:00
Griatch
89af821978 Fix bug in DefaultObject.at_traverse. Resolve #1832. 2019-08-28 22:49:41 +02:00
Griatch
e7c6ed9ff0 Avoid next-confusion when logging out from website. Resolve #1745. 2019-08-28 20:49:11 +02:00
Griatch
57d2f3e15e Another fix to cmdparser 2019-08-28 20:11:35 +02:00
Griatch
0201208ec9 Forbid /media and /static file browsing. Resolve #1746. 2019-08-28 20:07:03 +02:00
Griatch
3af404960e 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
771cbf7090 Merge pull request #1895 from aogier/ssh-error
fix ssh import error message
2019-08-28 18:40:08 +02:00
Griatch
f83532bf30 Fix typo in objects command. Resolve #1892. 2019-08-26 20:12:18 +02:00
Griatch
01a24b8343 Fix that caused whisper to never allow overriding text 2019-08-26 20:03:38 +02:00
Griatch
db25c88e37 Fix regression error on one-character input. Resolves #1901 2019-08-26 08:44:25 +02:00