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 |
|
Griatch
|
9b3970f48f
|
Add commands missing from account.__all__. Resolves #1900.
|
2019-08-26 08:35:50 +02:00 |
|
Griatch
|
f75c1f2a9f
|
Merge pull request #1897 from aogier/python3
importing `range` no longer needed
|
2019-08-26 08:27:58 +02:00 |
|
Griatch
|
7f3c6dd918
|
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
|
5eb820206b
|
no longer needed
|
2019-08-22 19:20:25 +02:00 |
|
Alessandro Ogier
|
5bce6050ae
|
fix ssh import error message
|
2019-08-22 18:19:38 +02:00 |
|
Griatch
|
5755fbdb18
|
Merge pull request #1894 from aogier/double-whisper
do not duplicate whispers
|
2019-08-21 23:23:38 +02:00 |
|
Alessandro Ogier
|
8bd85409ff
|
do not duplicate whispers
|
2019-08-21 22:50:35 +02:00 |
|
Griatch
|
734f3beb33
|
Merge pull request #1893 from aogier/ssh-fix
fix ssh server
|
2019-08-21 22:36:32 +02:00 |
|
Alessandro Ogier
|
08206cb768
|
fix ssh server
|
2019-08-21 18:10:29 +02:00 |
|
Griatch
|
71052980d4
|
Update CHANGELOG with Spanish translation
|
2019-08-19 08:11:51 +02:00 |
|
Griatch
|
63c45683fb
|
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 |
|
Griatch
|
a0bbd81ca1
|
Merge pull request #1888 from fermuch/master
added translation to spanish
|
2019-08-19 08:03:56 +02:00 |
|
Griatch
|
b8e15b6a46
|
Merge pull request #1891 from friarzen/webclient_focus_fix
fix shift-up focus issue and enter-key always clearing focus
|
2019-08-19 08:02:37 +02:00 |
|
Brenden Tuck
|
e14b09c904
|
fix shift-up focus issue and enter-key always clearing focus
|
2019-08-18 19:49:58 -04:00 |
|
fermuch
|
e055dd7ca6
|
added translation to spanish
|
2019-08-16 16:15:27 -03:00 |
|
Timothy Carlisle
|
3e56de93e5
|
Fixed Issue #1789: Help popup in web client not clearing after close
I modified line 140: Replacing the .append with .prepend. This allows for a running log of previous help requests to be pushed to the bottom.
|
2019-08-15 02:19:31 -05:00 |
|
Griatch
|
792b52a77c
|
Add Sites/Pages listing to admin, as per #1744
|
2019-08-15 01:06:10 +02:00 |
|
Griatch
|
5716faa064
|
Make comm-commands act on the default Channel class. Resolves #1569
|
2019-08-14 21:05:44 +02:00 |
|
Griatch
|
ffc25dbd68
|
Make MXP links more visible in webclient
|
2019-08-10 12:15:26 +02:00 |
|
Griatch
|
7ea96d41e6
|
Updated CHANGELOG
|
2019-08-10 00:21:21 +02:00 |
|
Griatch
|
7c85c366bc
|
Merge branch 'multimedia' of https://github.com/friarzen/evennia into friarzen-multimedia
|
2019-08-09 23:47:16 +02:00 |
|
Griatch
|
4e5397f60f
|
Merge pull request #1885 from friarzen/no_dualinput_default
Make single input window the default instead of dual inputs
|
2019-08-09 23:42:07 +02:00 |
|
Griatch
|
811a259caf
|
Change prompt bg-color. Default client to no help-popup
|
2019-08-09 23:35:34 +02:00 |
|