Vincent Le Goff
0fdcf89c32
Update the generator module with new method names
2017-08-13 14:56:37 +02:00
Vincent Le Goff
8c7acba151
Add a test for the generator contrib
2017-08-13 14:56:37 +02:00
Vincent Le Goff
b74cc7a82f
Update the documentation for the generator contrib
2017-08-13 14:56:37 +02:00
Vincent Le Goff
d1dfc1062d
Add the generator contrib to generate pseudo-random strings
2017-08-13 14:56:37 +02:00
Jonathan Piacenti
89165b444f
Force ANSIString into bytestring before sessions send it over the wire.
2017-08-13 07:35:40 -05: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
8ef50f3706
Fix a minor mistake in the task handler
2017-08-10 11:40:57 +02: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
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
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
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
Griatch
2f2d9e308a
Merge pull request #1350 from vlegoff/ingame_python
...
Rename the event system into in-game Python system
2017-06-27 21:11:25 +02:00
Vincent Le Goff
080cc8a7eb
Clean up UnixCommand to take into account suggestions
2017-06-27 11:59:45 -07:00
Griatch
173d5a94df
Merge pull request #1351 from TehomCD/db_model_lag_fix
...
Fix weird lag issue with db_model (Resolves #1173 )
2017-06-25 10:03:43 +02:00
Griatch
14a7e12002
Merge pull request #1349 from TehomCD/move_to_args
...
Add kwargs for hooks to move_to
2017-06-25 08:47:38 +02:00
Tehom
20a576a6d9
Convert to kwargs as suggested.
2017-06-25 02:40:53 -04:00
Vincent Le Goff
848b4c588c
Bring fixes suggested by the review on UnixCommand
2017-06-22 16:08:10 -07:00
Tehom
f6626e1bf8
Fix extremely bizarre issue in which the query using db_model in conjunction with other fields behaved as if it was unindexed if it did not include __iexact keyword. I have absolutely no idea why it acted this way. But __iexact added resolves it.
2017-06-21 00:42:04 -04:00
Vincent Le Goff
ca6b1f828a
Rename the event system in in-game Python system
2017-06-19 18:31:50 -07:00
Vincent Le Goff
916d7933aa
Fix minor errors in displaying the UnixCommand
2017-06-18 20:29:46 -07:00
Tehom
9dc9df4227
Pass kwargs needed to overriding announce_move_to and announce_move_from in move_to
2017-06-18 17:21:33 -04:00