Commit graph

2137 commits

Author SHA1 Message Date
Griatch
16ce5afb96 Update CONTRIBUTING.md 2015-02-10 11:47:36 +01:00
Griatch
f7385973a3 Update CONTRIBUTING.md 2015-02-10 11:40:18 +01:00
Griatch
2f13673922 Update CONTRIBUTING.md 2015-02-10 11:39:18 +01:00
Griatch
c6c9f81bec Update CONTRIBUTING.md 2015-02-09 16:55:13 +01:00
Griatch
480d76ae11 Update CONTRIBUTING.md 2015-02-09 16:54:47 +01:00
Griatch
68c79a2610 Capitalizing a title correctly 2015-02-09 16:53:29 +01:00
Griatch
56ce08446e Some text cleanup 2015-02-09 16:52:21 +01:00
Kelketek
ca08efa9c8 Update CONTRIBUTING.md 2015-02-09 09:42:27 -06:00
Griatch
f9538a4831 Seems refreshing browser cache fixed issues with the templates. 2015-02-09 16:40:30 +01:00
Griatch
5ff4f8fd71 Update CONTRIBUTING.md 2015-02-09 16:32:12 +01:00
Griatch
0a34b0071a Some more elaborate info in contribution.md. 2015-02-09 16:21:04 +01:00
Griatch
03ad401657 More testing of markers, again. 2015-02-09 15:01:48 +01:00
Griatch
c29823fdcc More testing of markers. Weird behavior on github. 2015-02-09 14:58:55 +01:00
Griatch
45c0306495 Test with another title marker 2015-02-09 14:55:32 +01:00
Griatch
1f4e39ca47 Weirdness in docs header 2015-02-09 14:53:27 +01:00
Griatch
3750a4a711 Weirdness in docs header 2015-02-09 14:51:56 +01:00
Griatch
f7c6efe0cc More updates to contributing.md 2015-02-09 14:49:28 +01:00
Griatch
fb6c112459 More updates to contributing.md 2015-02-09 14:46:59 +01:00
Griatch
c6351104d8 Fixes to contributing file. 2015-02-09 14:39:33 +01:00
Griatch
0ca1b7ecfb Added a CONTRIBUTING.md file. 2015-02-09 14:35:58 +01:00
Andrew Bastien
938873ab23 Fixing default permissions in create_player 2014-12-28 15:48:01 -05:00
Griatch
ac9c68b877 Some rewordings in docstring. 2014-12-17 00:53:31 +01:00
Griatch
34dce9d175 Merge branch 'luyijun-contrib' 2014-12-17 00:50:34 +01:00
Griatch
192d12d905 Some minor cleanups. 2014-12-17 00:50:05 +01:00
Griatch
e48b5dd1d2 Merge branch 'contrib' of https://github.com/luyijun/evennia into luyijun-contrib 2014-12-17 00:44:52 +01:00
Griatch
417e8255af Just a small range->xrange addition. 2014-12-17 00:41:18 +01:00
Griatch
140a9f69f0 Fixed a column-border related issue with EvTable. 2014-12-16 23:33:48 +01:00
Griatch
0772341823 Optimizing EvTable for one-time presentation rather than re-use of a once-created table - this leads to optimization possibilities. 2014-12-16 22:01:10 +01:00
luyijun
cf1b75862e Merge remote-tracking branch 'upstream/master' into contrib 2014-12-16 23:49:55 +08:00
luyijun
ad4426d55d edit prompt_choice's documentation 2014-12-16 23:48:10 +08:00
Griatch
2bf3a5ce52 Fixed bug that added too many empty rows when adding columns to EvTable using .add_column() 2014-12-15 22:30:02 +01:00
luyijun
fe6763a33f Adds links in prompt_yesno. Adds prompt_choice. 2014-12-14 12:01:34 +08:00
Jonathan Piacenti
07aba24f4d Improve ANSIString performance. 2014-12-13 20:57:26 -06:00
Griatch
ef6fffbca7 Fixed case when some parts of an evtable wouldn't color correctly. Resolves #623. 2014-12-02 09:45:15 +01:00
Griatch
94cb5f9527 Some tweaks for testing. 2014-11-24 20:03:20 +01:00
Griatch
0077408d02 Some doc cleanup. 2014-11-02 10:42:29 +01:00
Griatch
edc25824f7 Changed so the dynamic channel command must be followed by a space and then text when sending to a channel. This avoid overriding conflicts with other commands starting with common channel-names (like pub). Resolves #608. 2014-11-02 10:42:22 +01:00
Griatch
4e0bbf4827 Fixed a typo in menu_login contrib 2014-10-26 17:59:31 +01:00
Griatch
12285f9fd2 Made it so that inlinefunc also accepts single function calls (no end tag) - in this case the ingoing text string will be the empty string. This is useful for functions like {time() that makes no use of the text input - you can now use just {time() instead of having to use {time(){/time. 2014-10-26 16:23:55 +01:00
Griatch
6ef4467203 Added session object to kwarg of inlinefuncs. This means that the new call signature for inlinefuncs is funcname(text, *args, **kwargs), where **kwargs are only used for engine-related things (currently only session=session). 2014-10-26 10:46:22 +01:00
Griatch
5b42b31240 API change. Removed managers for Attributes and Tags - these are instead incoorporated into the TypedObjectManager which all Typeclassed object handlers inherit from. This concludes the refactor started in #529. This means that access to Attributes/Permissions/Aliases and Tags/nicks are done directly through e.g. ObjectDB.objects.get_by_tag() (or ev.managers.objects.get_by_tag) rather than using Tag.get_obj_with_tag and specifying the model type manually. The create_tag() method was also moved into the TypedObjectManager as part of removing the Tagmanager. As part of this change, Tag and Attribute was also removed from the ev interface. 2014-10-25 22:40:38 +02:00
Griatch
08b18524fd Some minor documentation fixes and tests. 2014-10-25 16:04:00 +02:00
Griatch
498e3f5064 Added some more inlinefunc docs. 2014-10-25 13:59:22 +02:00
Griatch
3b9d49ef35 Merge branch 'evformat' 2014-10-25 13:51:27 +02:00
Griatch
f7c1fa4a18 Defaulting INLINEFUNC_ENABLED=False. 2014-10-25 13:39:25 +02:00
Griatch
46edc6eef6 Added inlinefunc, an inline text parser for custom dynamic functions,
as per #520.
2014-10-25 13:37:25 +02:00
Griatch
573847d80a Better handles very slow mud clients not sending line breaks together with their data input; this avoids a race condition where Evennia is much faster than the client. See #606. 2014-10-24 10:26:59 +02:00
Griatch
0cd4e2188a Corrected the session count when dropping connections. 2014-10-23 10:01:43 +02:00
Griatch
60931c26a7 Deprecated the code= keyword of contrib/menusystem - this is replaced with a callback keyword where a function object is supplied rather than a code string. Code still works, but will give a deprecation warning in log. Cleaned up the code and fixed dynamic yes/no allocation. Should handle the remaining issues of #596. 2014-10-23 01:27:31 +02:00
Griatch
671c541a1c Added more verbose error logging to cmdset loading. 2014-10-22 23:47:59 +02:00