Commit graph

2866 commits

Author SHA1 Message Date
Griatch
6e67374484 Changed some profiler settings 2015-04-02 00:48:45 +02:00
Griatch
5f4df1250a The alternative batch-send seems to work correctly. Needed to have a LoopingCall to make sure to empty the batch-queue now and then ... this is a little annoying but it doesn't take much resources (and creating the callback dynamically is death to performance at these time steps). See #620. 2015-04-02 00:48:12 +02:00
Griatch
4e4461b7fd Implemented a working batch-variation. Now for testing ... 2015-04-02 00:23:05 +02:00
Griatch
e63922ff19 Starting to rework the AMP handler to use batch-sending. This seems like a very promising optimization technique. 2015-04-02 00:14:28 +02:00
Griatch
938b7553e2 Implemented a batch-queuing system for AMP, this has worse effects than sending directly. 2015-04-01 21:36:02 +02:00
Griatch
56f158a9a0 Added the BatchServer2Portal AMP command for testing. 2015-04-01 21:17:12 +02:00
Griatch
ec05a47065 Fixed an edge case for oob. 2015-04-01 09:17:19 +02:00
Griatch
0cbb96bc82 Made addhelp/append us a single line break. Resolves #730. 2015-03-31 22:43:26 +02:00
Jonathan Piacenti
c6be8b4a66 Broke ExitCommand out for easier override. 2015-03-30 18:59:49 -05:00
Griatch
e35a42c9fd The script pause mechanism was not called at server shutdown. Resolves #729. 2015-03-28 12:42:00 +01:00
Griatch
349805c5ac Some minor cleanups of edit code 2015-03-27 07:12:32 +01:00
Griatch
3ebc55da82 Changed datetime setter to use utils.timezone instead of naive datetime stamps, as per #728. 2015-03-27 07:05:13 +01:00
Jonathan Piacenti
b0c71ee924 Added /edit switch to CmdDesc. 2015-03-26 18:18:17 -05:00
Jonathan Piacenti
89a39a8481 Pull line editor out of contrib and into main. 2015-03-26 17:10:42 -05:00
Jonathan Piacenti
eddb5dadf5 Add an exit to the base test case 2015-03-26 17:10:42 -05:00
Griatch
77183a857e Fixed typeclass command check that used to fail with an old .typeclass check. 2015-03-26 22:19:19 +01:00
Griatch
f77a650847 Fixed error in text2html, but webclient still doesn't support all color codes. 2015-03-25 14:29:06 +01:00
Griatch
c524e3f297 Added support bright highlighted backgrounds using xterm256 wrapper (will fallback to standard ANSI if not supported). Also made normal-color tags use the unhilight ANSI tag rather than the full normal-tag making them work better with backgrounds. Also added {H as the unhilight tag. See #725. 2015-03-24 12:31:19 +01:00
Griatch
5719423137 Clarified call signature for search_channel in utils.search 2015-03-23 08:39:12 +01:00
Griatch
5863ef29a8 Made cmdhandler respect an explicit True/False setting. 2015-03-22 17:22:59 +01:00
Griatch
3f1a887841 Made numberered lists with full numbers for clarity when reading sources. See #724. 2015-03-22 10:07:37 +01:00
Griatch
78ca2819b2 Fixed a bug in is_typeclass and cleaned up some other things in the player/object typeclass. Resolves #722. 2015-03-22 10:03:39 +01:00
Griatch
f007de3a5e Clarified batchcode docstring 2015-03-22 09:50:35 +01:00
tajmone
7146a7f643 Typos in menusystem.py 2015-03-22 09:50:35 +01:00
tajmone
ac3657465c Typos in example_batch_cmds.py 2015-03-22 09:50:35 +01:00
tajmone
aeee73e3ee Typos in example_batch_cmds.ev 2015-03-22 09:50:35 +01:00
tajmone
ec19f88c70 Typos in email_login.py 2015-03-22 09:50:35 +01:00
tajmone
568ebee17f Typos in extended_room.py 2015-03-22 09:50:35 +01:00
tajmone
99c03bcb66 Typos in Tutorial World rooms.py 2015-03-22 09:50:35 +01:00
tajmone
ab90d0fa7b Typos in Tutorial World REAME file. 2015-03-22 09:50:35 +01:00
tajmone
41bfba061c Typo in bodyfunctions. NOTE: instructions need checking also. 2015-03-22 09:50:35 +01:00
Griatch
17418befcd Fixed unittest for help entries 2015-03-22 09:42:51 +01:00
Griatch
22f220f58d Made cyan separators work. 2015-03-21 07:53:38 +01:00
tajmone
fc579ef0bb Color Cyan the comma in Cmd aliases and suggestions 2015-03-19 20:26:50 +01:00
tajmone
33fac1bb76 fixed a small typo in docstring 2015-03-19 19:23:34 +01:00
Griatch
c781160225 Made various parts of the core respect the CLIENT_DEFAULT_WIDTH setting. Resolves #710. 2015-03-19 19:21:05 +01:00
Griatch
a01493bfa0 Expanded doc-string for the tutorialworld's Obelisk object. Resolves 2015-03-19 19:03:44 +01:00
Griatch
5ec2030d83 Added swap alias to the type command. Resolves #718. 2015-03-19 19:01:41 +01:00
Griatch
ff9f385123 Re-added reference to settings in flat API. Resolves #719. 2015-03-19 18:58:22 +01:00
Griatch
ac277b1e5f Updated unittests for new options command. 2015-03-17 00:06:14 +01:00
Griatch
4f384dc514 Added support for screen readers via the new option command (which merges the ability to set the screenreader mode with the encoding command). The new setting.SCREENREADER_REGEX_STRIP allows to customize what the screenreader mode strips. 2015-03-16 23:30:37 +01:00
Griatch
10dbae9849 Update README.md 2015-03-16 15:52:17 +01:00
Griatch
666d2e6d17 Fixed a header update error in evtable. 2015-03-15 17:59:20 +01:00
Griatch
dac5ca99cd Minor tweak to evtable docstring example. 2015-03-15 17:51:53 +01:00
Griatch
a26ff80447 Updated static file location for web 2015-03-15 16:41:25 +01:00
Griatch
3a7ee291ba Removed spurious mentions of the various typeclass paths from the server. 2015-03-15 16:39:44 +01:00
Griatch
e778582dca removed the individual typeclass path prefixes from settings file, replacing it with the general TYPECLASS_PATH since typeclasses are now more likely to be grouped together anyway. 2015-03-15 16:36:25 +01:00
Griatch
de579df367 Updated the is_typeclass method to be more general. Fixed an inconsistency with typeclass path prefixes. 2015-03-15 16:24:20 +01:00
Griatch
e77d86a8f7 Moved default class import markers to base model. 2015-03-14 23:14:47 +01:00
Griatch
40421bcc76 Fixed a cyclic import error and a wrong call sign in the oobhandler as per #707. 2015-03-14 22:23:06 +01:00