Commit graph

2501 commits

Author SHA1 Message Date
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
Griatch
b31fa905d6 Another clarification 2015-03-08 13:17:17 +01:00
Griatch
887d392931 Further update 2015-03-08 13:15:05 +01:00
Griatch
e6bc22969d More clarifications to coding style 2015-03-08 12:57:39 +01:00
Griatch
1433d5eae9 Updated the coding style guide to be mode comprehensible. 2015-03-08 12:39:21 +01:00
Griatch
19867ddfcd Fixed some formatting to make untittests pass again. 2015-03-08 11:20:05 +01:00
Griatch
b2505fe14c Updated some locale files. 2015-03-08 00:01:12 +01:00
Griatch
28158299b5 cleaned up some i18n strings in the code. Resolves #684. 2015-03-07 23:34:29 +01:00
Griatch
7f20631bfc Fixed a very silly bug in CmdUnloggedinCreate where the default location was set on the character even though the Player hadn't actually logged in yet. This meant that the Character (in MULTISESSION_MODEs < 2) would pop up in the start location and stay there also if the Player never actually connected to the game. This is most likely the reason for zombie player remnants that have been around for so long and should thus have an impact also on #498. 2015-03-07 22:55:01 +01:00
Griatch
686bc92888 Added the ability for Windows users to use a (very limited version of the service command. Resolves #570. 2015-03-07 22:20:26 +01:00
Griatch
5191ace2a1 fixed some formatting on windows @server command 2015-03-07 22:16:26 +01:00