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
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