Griatch
|
1f506de12c
|
Make CmdGet/Drop/Give give error if obj.move_to returns False. Resolves #2168.
|
2020-07-18 19:37:49 +02:00 |
|
Griatch
|
862d2a5d06
|
Resolve merge conflicts
|
2020-07-18 15:56:47 +02:00 |
|
Griatch
|
7aa6883b94
|
Cleanup of examine, escape inlinefuncs. Resolve #2172
|
2020-07-18 15:51:29 +02:00 |
|
Griatch
|
f7b4193c84
|
Add $random default inlinefunc because I expected it to be there
|
2020-07-17 14:25:24 +02:00 |
|
Griatch
|
98b040634b
|
Update twisted dependency as per released CVEs
|
2020-07-17 11:47:23 +02:00 |
|
Griatch
|
750922a613
|
Have EvTable width correctly handle asian alphabets as per #2166.
|
2020-07-15 23:18:53 +02:00 |
|
Griatch
|
28bff4ddde
|
Resolve merge conflicts
|
2020-07-15 23:18:38 +02:00 |
|
Griatch
|
101152abde
|
Have EvTable width correctly handle asian alphabets
|
2020-07-15 23:16:57 +02:00 |
|
Griatch
|
a0dd7e0da4
|
Update changelog with missing line
|
2020-07-15 19:51:32 +02:00 |
|
Griatch
|
94cf728081
|
Merge changes from master
|
2020-07-15 18:07:45 +02:00 |
|
Griatch
|
a848960819
|
Update list_to_string to handle generators. Resolve #2120
|
2020-06-28 11:09:59 +02:00 |
|
trhr
|
8873f1f313
|
Updated Changelog
|
2020-05-18 17:58:40 +02:00 |
|
Griatch
|
bc1f134026
|
Add requirements_extra.txt to easily get optinal dependencies
|
2020-05-16 17:47:13 +02:00 |
|
Griatch
|
4bfaa154d9
|
Resolve merge conflicts
|
2020-05-16 15:38:09 +02:00 |
|
Griatch
|
39c7889336
|
Updated CHANGELOG
|
2020-04-20 01:10:50 +02:00 |
|
Andrew Bastien
|
109627090e
|
Made initial_setup.py replaceable in settings.py
|
2020-04-13 14:16:22 -07:00 |
|
Griatch
|
c3140a0bbf
|
Resolve merge conflicts
|
2020-04-13 12:17:39 +02:00 |
|
Griatch
|
74b73c69f9
|
Resolve merge conflicts
|
2020-04-13 11:22:19 +02:00 |
|
Andrew Bastien
|
948d14a0fb
|
Made almost the entire networking guts replaceable.
|
2020-04-12 10:24:31 -07:00 |
|
Andrew Bastien
|
2d8b93a5b1
|
Merge remote-tracking branch 'origin/contents_indexer' into contents_indexer
# Conflicts:
# CHANGELOG.md
|
2020-04-11 12:47:32 -07:00 |
|
Andrew Bastien
|
c031072287
|
Add a contents indexer to optimize inventory lookups.
|
2020-04-11 12:40:58 -07:00 |
|
Griatch
|
88ea3c7db0
|
Update the CHANGELOG
|
2020-04-11 20:42:19 +02:00 |
|
Andrew Bastien
|
bd6958d68f
|
Add a contents indexer to optimize inventory lookups.
|
2020-04-10 15:31:55 -07:00 |
|
Griatch
|
a8a5453a97
|
Update CHANGELOG
|
2020-04-10 09:03:44 +02:00 |
|
Griatch
|
ae98526a7f
|
Merge branch 'master' into develop
|
2020-04-09 23:40:32 +02:00 |
|
Griatch
|
f41034e6a7
|
Refactor EvMore to handle queryset pagination. Resolves #1994.
|
2020-03-29 14:50:01 +02:00 |
|
Griatch
|
8c44766c0a
|
Handle going from location=None to unset and back in prototype, as per #2005
|
2020-03-28 20:34:56 +01:00 |
|
Griatch
|
bea61b289e
|
Extensive cleanup and refactoring of the spawn command and obj-update functionality, as per #1879
|
2020-03-28 17:59:13 +01:00 |
|
Griatch
|
20cac53518
|
Update changelog with REST API mention
|
2020-03-21 18:55:24 +01:00 |
|
Griatch
|
5d15010dde
|
Remove dummy@example.com as email fallback since django no longer requires an email to be set
|
2020-03-20 21:56:30 +01:00 |
|
Griatch
|
1024cb6f52
|
Merge pull request #2074 from trhr/bugfixes
Defaulting is_typeclass to exact=False
|
2020-03-17 10:27:47 +01:00 |
|
trhr
|
e552663eea
|
#1904 is_typeclass to default exact=False
|
2020-03-07 21:24:15 -06:00 |
|
Griatch
|
0aa38eddab
|
Make RPSystem CmdRecog list recogs if given no args. Resolve #2059.
|
2020-02-29 14:00:04 +01:00 |
|
Griatch
|
27babf4469
|
Add inside_rec lockfunc. Resolves #1618
|
2020-02-17 01:11:31 +01:00 |
|
Griatch
|
ff16eb1bfe
|
Make log rotation also limited by size and controllable from settings. Resolves #2041
|
2020-01-29 23:16:53 +01:00 |
|
Griatch
|
51d11b3bdc
|
Minor tweak to CHANGELOG
|
2020-01-21 20:52:23 +01:00 |
|
Griatch
|
bec5c16bf7
|
Merge branch 'command_info' of https://github.com/volundmush/evennia into volundmush-command_info
|
2020-01-21 20:46:54 +01:00 |
|
Griatch
|
bfe533441e
|
Make options accept default kwarg, add new raise_exception. Fix datetime validatorfunc accoring to spec. Resolves #1967.
|
2020-01-20 23:20:05 +01:00 |
|
Griatch
|
bdd5d7f6ca
|
Make exit() work in py Cmd, make it more instructive
|
2020-01-18 12:20:36 +01:00 |
|
Griatch
|
5e5f3efc24
|
Add CHANNEL_HANDLER_CLASS setting to replace ChannelHandler.
|
2020-01-18 00:14:29 +01:00 |
|
Andrew Bastien
|
532c509a9e
|
Doing requested changes. Moving func() and get_command_info(), updating CHANGELOG.md
|
2020-01-17 18:06:43 -05:00 |
|
Griatch
|
e09be824ca
|
Update CHANGELOG
|
2020-01-17 23:50:08 +01:00 |
|
Griatch
|
917b1913f2
|
Update CHANGELOG
|
2020-01-17 22:44:10 +01:00 |
|
Griatch
|
69d85bd184
|
Make scripts/objects lists use EvMore. Change EvMore to not justify by default.
|
2020-01-11 15:49:12 +01:00 |
|
Griatch
|
b5aee2c41e
|
Allow EvMore text argument to be a list
|
2020-01-10 17:56:45 +01:00 |
|
Griatch
|
fa29885ce0
|
Return store_key from TickerHandler.add and accept store_key kwarg to TickerHandler.add, for easier management.
|
2019-10-31 19:59:01 +01:00 |
|
Griatch
|
88a49334f2
|
Fix session retrieve in examine, update changelog
|
2019-10-17 00:24:52 +02:00 |
|
Griatch
|
0778ba1aac
|
Update CHANGELOG
|
2019-09-30 19:06:55 +02:00 |
|
Griatch
|
c2c7fa311a
|
Format code with black. Add makefile to run fmt/tests
|
2019-09-28 18:18:11 +02:00 |
|
Griatch
|
37452e2a43
|
Show warnings on start -l if settings contains production-unsafe values. Resolves #1732
|
2019-09-23 23:22:56 +02:00 |
|