Commit graph

2889 commits

Author SHA1 Message Date
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
Jonathan Piacenti
461545fe58 Removed redundant NDBHolder class, consolidated with DBHolder. 2015-03-14 20:51:34 +01:00
Jonathan Piacenti
47170a6ffa Broke DbHolder into a reusable object 2015-03-14 20:51:34 +01:00
Jonathan Piacenti
3d7ac9e365 Added raw_queryset keyword to returns_typeclass_list decorated funcs 2015-03-14 20:51:34 +01:00
Griatch
5a811a2d89 Made @script command without giving an object warning about global scripts. 2015-03-14 19:58:43 +01:00
Griatch
e449c3391f Made the open command require exact exit names. 2015-03-14 16:21:27 +01:00
Griatch
3c2e44346a The portalsessionhandler was storing the latest command time on itself rather than on the session. Should fix getting logged on despite being active. 2015-03-14 16:00:55 +01:00
Griatch
b30e766047 Fixed the lingering offset problem with mxp. This should fix the last part of #625. 2015-03-13 20:00:11 +01:00
Griatch
58d380fe7d Fixed another case of wrong-placed strvalue as mentioned in #699. 2015-03-12 20:35:28 +01:00
Griatch
c20a23a3d4 Fixed a lingering traceback pointing to a defunct method in guest code. THIS resolves #703. 2015-03-12 20:33:40 +01:00
Griatch
94778f1c44 Run migrations! Made Channel model also accept ObjectDB subscriptions. 2015-03-12 20:28:17 +01:00
Griatch
d63db77eb4 Added m_len to evtable, got it mostly to work with mxp, except for a strange offset of one character (so not yet fully functional) 2015-03-12 08:31:26 +01:00
Jonathan Piacenti
b50dbdc651 Fix bug with ANSI concatination. 2015-03-12 08:31:26 +01:00
Jonathan Piacenti
571b1d5fad Added m_len and made ANSIString ignore MXP. 2015-03-12 08:31:25 +01:00
Griatch
b9e560660e Updated the javascript code to handle the right mode for making prompt work for webclient again. Resolves #702. 2015-03-12 07:32:09 +01:00
Griatch
ae493a754d The guest account creator used the wrong number of arguments to create the bot account. Resolves #703. 2015-03-12 07:32:09 +01:00
Kelketek
50d2ebf4c7 Update README.md
Added build check image to README.md
2015-03-11 19:30:12 -05:00
Griatch
1526924b93 Changed sessionhandler.all_connected_players() to return a list of Player objects rather than a list if uids (pointed out by Volund). Also changed sessionhandler.player_count() only return the count without any extra kwarg and doing so a little more efficiently. 2015-03-11 23:54:44 +01:00
Griatch
edf6c535a0 Removed duplicates in get_all_puppets(), to manage multisession_modes better. 2015-03-11 22:05:15 +01:00
Griatch
ab50becfed Removed bug in Attribute recaching. Resolves #700. 2015-03-11 22:00:34 +01:00
Griatch
2085d728a4 Removed superfluous get_dbobj kwarg for player.get_all_puppets() 2015-03-11 21:55:54 +01:00
Griatch
ee6fa2a2a0 Put the right strvalue use in manager method. Resolves #699. 2015-03-11 21:51:09 +01:00
Griatch
d752106906 Made typeclass loading a little more forgiving, adding a multitude of try-levels to fall back to in case of errors. Default is now to fallback to first settings-set default, then to the library default and only as a last resort fall back to the model. Every fallback step is logged. This should make the missing-hook error of #698 go away and report missing typeclasses in a better way. 2015-03-11 00:41:06 +01:00
Griatch
c9ed8b5ec5 Added migration to remove post-devel-merger default script paths as well as new ones. 2015-03-10 22:57:51 +01:00
tajmone
a25ead9626 More docstring
8 more files docstringed. A bit from everywere...
2015-03-09 18:45:17 +01:00
tajmone
5256f4b7ad docstrings: \typeclasses\attributes.py
docstring again...
2015-03-09 18:45:16 +01:00
tajmone
779ddbbbba docstrings and typos in "\utils\" and "\scripts\" 2015-03-09 18:44:22 +01:00
Griatch
fea3e92573 Cleaned up scripts module. 2015-03-09 18:13:25 +01:00