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
9102a168c8
Merge pull request #1374 from chainsol/devel
...
Fix Player -> Account in Website Templates
2017-08-08 19:18:04 +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
Nicholas
4885d66b08
changes for player -> account migrations
2017-07-22 23:43:00 -04: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
Griatch
8cad0dc02e
Change default ports and add clearer default to gamedir template, as per #1365 .
2017-07-21 13:40:48 +02:00
Nicholas
6c8101355d
cleaned up all pages, made sure each page has header
2017-07-21 12:27:24 +02:00
Nicholas
645fcc100b
used new card styling on admin info page
2017-07-21 12:27:24 +02:00
Nicholas
2d40a525fd
removed padding for cleaner look
2017-07-21 12:27:24 +02:00
Nicholas
185cd9fb87
added style to footer
2017-07-21 12:27:24 +02:00
Nicholas
6977609b4b
fixed misplaced <p> tag and added style to footer
2017-07-21 12:27:24 +02:00
Nicholas
df88f4f7ad
Clean default styling
2017-07-21 12:27:24 +02:00
Nicholas
60e7691d15
Cleaned up HTML code tabspacing
2017-07-21 12:27:24 +02:00
Nicholas
46a77f7e43
Style changes to site
2017-07-21 12:27:24 +02:00
Nicholas Matlaga
1ee8fcb495
added margin
2017-07-21 12:27:24 +02:00
Nicholas Matlaga
01a340b818
all pages changed to use Bootstrap
2017-07-21 12:27:24 +02:00
Nicholas Matlaga
0a4102fa54
added addclass filter
2017-07-21 12:27:24 +02:00
Nicholas Matlaga
570762f1fd
completed index.html changes
2017-07-21 12:27:24 +02:00
Nicholas Matlaga
eb8d8c8b6f
base.html redone with bootstrap
2017-07-21 12:27:24 +02:00
Griatch
c43059c75f
Rework at_before_say/at_say to handle whispers and using kwargs.
2017-07-21 12:17:47 +02:00
Griatch
8600e8c546
Fix merge conflicts with say-branch
2017-07-21 11:06:38 +02:00
Griatch
85d0db6dd6
Add missing color-markup module to git
2017-07-21 00:07:43 +02:00
Griatch
7b3af2a89b
Update contrib.README file with the color-markup contrib.
2017-07-20 22:14:55 +02:00
Griatch
70aea3db56
Fix correct unittests for new color-markup contrib
2017-07-20 22:09:44 +02:00
Griatch
9f03e4a3f4
Fix isolated unittests for color markup. Issues with module reloading.
2017-07-20 22:09:44 +02:00