Griatch
2fa04162c3
Merge branch 'cmdset_fallback' of git://github.com/TehomCD/evennia into TehomCD-cmdset_fallback
2017-08-13 15:58:34 +02:00
Griatch
8b63fd7564
Merge pull request #1377 from vlegoff/ingame_python
...
Allow contrib.ingame_python.scripts.EventHandler.get_events to work w…
2017-08-13 15:56:23 +02:00
Griatch
1030ac6c80
Minor text fix in contrib README
2017-08-13 14:39:14 +02:00
Griatch
3a0fe81217
Merge pull request #1373 from vlegoff/generator
...
Add the generator contrib
2017-08-13 12:30:22 +02:00
Vincent Le Goff
ee0974313c
Fix several issues in the contrib
2017-08-13 11:32:22 +02:00
Griatch
96c4b0c805
Add new TASK_HANDLER to Evennia flat API
2017-08-10 22:52:52 +02:00
Griatch
19bb66665b
Merge branch 'persistent_delay' of git://github.com/vlegoff/evennia into vlegoff-persistent_delay
2017-08-10 22:42:31 +02:00
Vincent Le Goff
32ad83d51c
Fix documentation in the new option of the event handler
2017-08-10 11:59:04 +02:00
Vincent Le Goff
8ef50f3706
Fix a minor mistake in the task handler
2017-08-10 11:40:57 +02:00
Tehom
72a91ebce6
Add logging for fallback.
2017-08-08 20:46:48 -04:00
Griatch
7a1ed06464
Merge pull request #1387 from BlauFeuer/help_more
...
Add setting for global CmdHelp's help_more flag
2017-08-08 21:28:33 +02:00
Griatch
6e6c54bcd4
Merge pull request #1384 from TehomCD/deleted_subscriber_fix
...
Add check to subscription handler for deleted objects. Fixes #1378
2017-08-08 20:40:35 +02:00
Vincent Le Goff
37c9d65a9d
Place the persistent task in a task handler
2017-08-08 19:47:22 +02:00
Griatch
0a76834b00
Merge pull request #1380 from datatypevoid/patch-2
...
docs: grammar
2017-08-08 19:40:41 +02:00
Griatch
1071a691ff
Merge pull request #1379 from CloudKeeper1/patch-6
...
Add EvMenu support for ending on start node.
2017-08-08 19:37:45 +02:00
Griatch
29fce64488
Merge pull request #1370 from BigJMoney/WildernessChanges2
...
Fix for #1364 - Wilderness.py contrib
2017-08-08 17:56:55 +02:00
Griatch
3e8f142fc0
Merge pull request #1368 from chainsol/irc_bright_fix
...
use bold for |h (highlight)
2017-08-07 20:02:55 +02:00
BlauFeuer
e3aa3ce7c6
(PEP8) Whitespace/indent, split lines in help.py
2017-08-02 16:14:55 -04:00
BlauFeuer
340ebb688d
(PEP8) Whitespace clean up tp settings_default.py
2017-08-02 15:49:59 -04:00
BlauFeuer
15d480bdf6
Comment update to CmdHelp
...
CmdHELP --> CmdHelp
2017-08-02 15:05:15 -04:00
BlauFeuer
fdc674e081
Use HELP_MORE setting flag by default
2017-08-02 14:41:53 -04:00
BlauFeuer
2b4fa2a467
Adds global HELP_MORE default to settings.py
2017-08-02 14:36:04 -04:00
Tehom
bc3f3ea586
Add check to subscription handler for deleted objects.
2017-07-30 18:34:06 -04:00
Tehom
bafd069d97
Create fallback for default cmdsets that fail to load
2017-07-28 01:26:00 -04:00
David Newman
9cbf7e2a58
docs: grammar
2017-07-26 18:24:03 -04:00
CloudKeeper1
c8131eab80
Add EvMenu support for ending on start node.
...
Currently, if the start node has options of None then any input causes a "Choose an option or try 'help'." message to display and then ending the menu. This supports ending the menu without eating input.
2017-07-26 23:53:53 +10:00
Vincent Le Goff
f6255caade
Allow contrib.ingame_python.scripts.EventHandler.get_events to work with typeclasses
2017-07-25 22:40:27 +02:00
Vincent Le Goff
2437ddccc1
Rename the generator contrib into random_string_generator
2017-07-25 22:25:29 +02:00
Vincent Le Goff
4845be13db
Fix a typo in the generator contrib
2017-07-25 15:25:55 +02:00
Vincent Le Goff
c324646055
Update the generator module with new method names
2017-07-25 14:28:54 +02:00
Vincent Le Goff
c17982e118
Add a test for the generator contrib
2017-07-22 11:36:38 +02:00
Vincent Le Goff
09aeb7d2e3
Update the documentation for the generator contrib
2017-07-22 11:25:55 +02:00
Vincent Le Goff
e0eb490814
Slightly optimize persistent tasks and serialization
2017-07-21 18:38:11 +02:00
Vincent Le Goff
87b6cee596
Add the persistent utils.delay
2017-07-20 21:37:34 +02:00
Nicholas Matlaga
6bd9d0b324
use bold for |h (highlight)
2017-07-18 14:29:47 -04:00
Vincent Le Goff
7d84ccccdb
Add the generator contrib to generate pseudo-random strings
2017-07-17 19:05:53 +02:00
Griatch
24c5ddecab
Merge pull request #1338 from BigJMoney/SimpleFixes
...
Docstring typo fixes in evennia_runner and evennia_launcher
2017-07-17 13:09:57 +02:00
Griatch
0b153f4398
Merge pull request #1363 from BigJMoney/WildernessChanges
...
Fix for #1362 -- contrib.wilderness
2017-07-17 13:04:37 +02:00
BigJMoney
109b262b49
Fix for #1364 - Wilderness.py exits created in wilderness aren't added to manifest
2017-07-16 17:48:15 -04:00
BigJMoney
fce5dc3af6
Fix for #1362 - Wilderness.py item manifest breaks when objects are deleted
...
Also some minor typo fixes
2017-07-16 16:55:05 -04:00
BigJMoney
7bf00850e6
Missed on line in last commit.
2017-07-15 11:44:44 -04:00
BigJMoney
8c07b74eff
Updating PR for doctext changes
2017-07-15 11:39:03 -04:00
Griatch
f7830a5c29
Merge pull request #1360 from datatypevoid/patch-1
...
docs: add missing word
2017-07-13 22:54:15 +02:00
Griatch
8813e60b06
Merge pull request #1359 from vlegoff/help
...
Allow to change suggestion_cutoff and suggestion_maxnum in help
2017-07-13 22:53:25 +02:00
Griatch
b4e5ce3878
Merge pull request #1358 from vlegoff/arg_regex
...
Let ChannelCommand.arg_regex override the value set by the CHANNEL_HA…
2017-07-13 22:52:34 +02:00
David Newman
a2c76f06cd
docs: add missing word
2017-07-12 08:16:48 -04:00
Vincent Le Goff
69c5f33c38
Allow to change suggestion_cutoff and suggestion_maxnum in help
2017-07-02 16:46:33 -07:00
Vincent Le Goff
7fb31d3160
Let ChannelCommand.arg_regex override the value set by the CHANNEL_HANDLER
2017-07-02 16:23:49 -07:00
Griatch
dc859eae57
Update some docs, update contrib README.
2017-06-27 21:31:31 +02:00
Griatch
248f20e8e5
Merge branch 'unixcommand' of https://github.com/vlegoff/evennia into vlegoff-unixcommand
2017-06-27 21:16:29 +02:00