Commit graph

2511 commits

Author SHA1 Message Date
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
Griatch
b998c34c2a Updated script docs 2015-03-09 17:22:47 +01:00
tajmone
b4fb81f3b5 Docstrings : another Func documented
Another func to which I added Args, etc.
Plus typos cleanup.
2015-03-09 16:04:21 +01:00
tajmone
3afd9c2126 utils.py docstring completion
more bits and pieces
2015-03-09 16:04:21 +01:00
Griatch
7fdece962c Resolved merge conflict 2015-03-09 16:04:01 +01:00
Griatch
1fdd83f7a7 Removed debug messages 2015-03-09 15:47:29 +01:00
Griatch
950922d699 Fixed docstring. Resolves #694. 2015-03-09 14:04:12 +01:00
Griatch
6401e6182b Added package info for docs 2015-03-09 13:51:18 +01:00
tajmone
2ead033cdc more docstrings...
It's not always easy to decide when a given term should go between ` `
in order to show up as code-style. Wherever it seemed obvious and
convenient I've added them. Avoided to use it where I wasn't sure, and
always kept in mind some balance between readability in source-code and
on Wiki.
2015-03-09 13:13:09 +01:00
tajmone
90bef1a8d5 more docstrings
more docstrings
2015-03-09 13:13:09 +01:00
tajmone
da2f3e18a1 docstrings continued....
Just more docstring works
2015-03-09 13:13:09 +01:00
tajmone
2135ec05f2 docstrings and typos in "\utils\" and "\scripts\" 2015-03-09 13:13:09 +01:00
Griatch
ca230a7130 Some cleanup 2015-03-09 13:07:03 +01:00
Griatch
733f1c6147 Updated objects.objects docs 2015-03-09 12:44:28 +01:00
Griatch
60163184ad Some cleanups. 2015-03-09 11:42:01 +01:00
tajmone
972b5cd2e2 docstrings and typos in "\utils\" and "\scripts\" 2015-03-09 11:33:55 +01:00
Griatch
e13a9b2749 Made auto-field wrappers have docstrings for api2md 2015-03-09 11:30:49 +01:00
Griatch
66b0510771 Updated contrib example 2015-03-09 10:08:14 +01:00
Griatch
bd843ee2c4 Fixed minor regression in evtable. 2015-03-09 08:33:47 +01:00
Griatch
1680fe6b84 Removed a sectioning marker and updated the coding style file to be a little clearer on that. 2015-03-09 08:15:44 +01:00
tajmone
b34e8cb740 lockfuncs.py
I've updated the docstrings. It contained a kind of table which I
converted to a multi-line code block (easier and simpler approach in my
view), and I've made sure that it never exceeds 70 chars in code block
(reformatted it all to fit).
2015-03-09 08:08:20 +01:00
Tristano Ajmone
45ee8104ec TYPOS IN CODING_STYLE.md
Just fixed a few typos.
2015-03-09 08:05:03 +01:00
tajmone
057df2c51d TYPO
TYPO: horiZontally
2015-03-09 08:03:31 +01:00
Griatch
f81b756f78 Updated evtable docs 2015-03-08 22:08:44 +01:00
Griatch
244c142343 Fixed typo. 2015-03-08 19:30:43 +01:00
Griatch
32d58c7e8f Minor update to coding style doc 2015-03-08 19:27:51 +01:00
Griatch
3454beebc1 Updated evtable docs and the CODING_STYLE docs 2015-03-08 18:50:02 +01:00
Griatch
284a20cfd9 Minor updates 2015-03-08 13:51:53 +01:00
Griatch
c982f7bf80 Update CODING_STYLE.md 2015-03-08 13:23:32 +01:00