Commit graph

5780 commits

Author SHA1 Message Date
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
Griatch
9d98bb35ee Merge branch 'fix_prompt' of https://github.com/friarzen/evennia into friarzen-fix_prompt 2019-08-09 22:44:37 +02:00
Griatch
6743d4e4c9 Extend new unit tests in main cmdparser 2019-08-09 22:41:37 +02:00
Brenden Tuck
8a8528a1cb rework prompts to show up in input panes 2019-08-09 13:42:55 -04:00
Brenden Tuck
2155746034 Make single input window the default instead of dual inputs 2019-08-09 16:59:43 +00:00
Griatch
781e8310f5 Security update; Increase rec Django version to 2.2.4 2019-08-09 18:03:02 +02:00
Griatch
f64a44ce35 Fix unit tests for new py style 2019-08-09 08:44:39 +02:00
Brenden Tuck
f0651aa04c Add a multimedia plugin to respond to images/audio/video server commands 2019-08-08 20:30:16 -04:00
Griatch
4f98ac4596 Update Changelog 2019-08-09 01:12:55 +02:00
Griatch
435a33e216 Extend py command to return stdout inline 2019-08-09 01:01:45 +02:00
Griatch
7400b4af21 Merge branch 'pyint' of https://github.com/vincent-lg/evennia into vincent-lg-pyint 2019-08-09 00:07:58 +02:00
Griatch
0733ac2bdf Merge pull request #1870 from frnknstn/webclient
pre-populate the untagged types (fixes #1869)
2019-08-09 00:00:59 +02:00
Griatch
adfaa9b071 Merge pull request #1863 from frnknstn/master
correct the prototype parent keyword in the examples
2019-08-08 23:57:08 +02:00
Griatch
3c1a82ebd5 Merge pull request #1860 from volundmush/fixing_options
Fixing issues in options that prevented styled_footer and styled_sepa…
2019-08-08 23:56:10 +02:00
Vincent Le Goff
8e5ebc98b7 [clothing contrib] Allow to create new Clothing classes 2019-07-29 13:23:40 +02:00
Vincent Le Goff
45646dccdf Opens an interactive console when using the py command with no argument 2019-07-22 15:37:19 +02:00
Peter Finlayson
45dcb441b0 pre-populate the untagged types (fixes #1869) 2019-07-19 17:22:54 +02:00
Peter Finlayson
ee07b68361 correct the prototype parent keyword in the examples 2019-07-07 16:28:40 +02:00
Andrew Bastien
92bf4c8834 Fixing issues in options that prevented styled_footer and styled_separator from working. 2019-07-04 14:55:45 -04:00
Griatch
febe08c885 Fix signaling names, add .signals to flat API. 2019-07-02 15:46:14 +02:00
Griatch
71e23ed93d Update version to 0.9.0 2019-06-29 20:53:31 +02:00
Griatch
3a11382969 More plugin module loading checks 2019-06-29 20:27:42 +02:00
Griatch
6aef53bad6 Delay mod import until plugin service start 2019-06-29 20:21:28 +02:00