Commit graph

  • d229ff024c Convert master docs to use MyST Griatch 2021-10-26 21:14:33 +02:00
  • a51e4af609 Change to MyST parser Griatch 2021-10-21 21:04:14 +02:00
  • 0add031d59 Specify default_factory. henddher 2021-10-25 17:48:36 -05:00
  • 9cf744ba69 Merge pull request #2576 from Henddher/issue_2519 Griatch 2021-10-24 19:10:49 +02:00
  • b017627f8f Merge pull request #2574 from Henddher/broken_crafting_test Griatch 2021-10-24 19:08:20 +02:00
  • 405a9cef86 More experimentation henddher 2021-10-22 20:27:51 -05:00
  • dc91b4d3d6 Support defaultdict as db attribute (serialization/deserialization) WIP henddher 2021-10-22 20:02:17 -05:00
  • cd470e9707 Addition of test for persisted field of type dictionary. henddher 2021-10-22 17:31:32 -05:00
  • 6ddfa684a7 Fixes broken tests in crafting contrib. henddher 2021-10-22 16:43:16 -05:00
  • 53106e1dba Merge pull request #2563 from GulliblePsychologist/issue-2562 Griatch 2021-10-14 21:22:41 +02:00
  • 60f9acdcc7 Fixes #2562 GulliblePsychologist 2021-10-14 01:11:17 +01:00
  • 71817630f1 Merge pull request #2560 from dimitrilw/dev-docs-fstrings Griatch 2021-10-13 00:01:19 +02:00
  • a4ec9edde7 Merge branch 'develop' of github.com:evennia/evennia into develop Griatch 2021-10-12 23:55:00 +02:00
  • fd2c0d9fb7 Add magic-crafting example to crafting readme. Resolve #2554 Griatch 2021-10-12 23:52:52 +02:00
  • 4b92c585b3 Merge branch 'dev-docs-fstrings' of github.com:dimitrilw/evennia into dev-docs-fstrings Dimitri 2021-10-12 12:13:51 -06:00
  • 704bd1cdf1 correct typo "npt" -> "npc" Dimitri 2021-10-12 12:13:42 -06:00
  • 851ca30be5 issue #2243 -- prefer f-strings over %-interpolation Dimitri 2021-10-12 12:13:42 -06:00
  • 620de5c4a6 correct typo "npt" -> "npc" Dimitri 2021-10-12 12:11:14 -06:00
  • f45051050e Merge pull request #2559 from dimitrilw/dev-i2262-docstring-location Griatch 2021-10-12 19:20:32 +02:00
  • ae2369a17b Merge pull request #2558 from dimitrilw/dev-docs-no-reuse-BIFs Griatch 2021-10-12 19:17:39 +02:00
  • d568decca1 Merge branch 'dev-docs-no-reuse-BIFs' of github.com:dimitrilw/evennia into dev-docs-no-reuse-BIFs Dimitri 2021-10-12 07:14:42 -06:00
  • e98ea55d98 fix #2549 -- no reuse BIF names Dimitri 2021-10-12 07:14:38 -06:00
  • 06a9475672 Merge branch 'dev-docs-fstrings' of github.com:dimitrilw/evennia into dev-docs-fstrings Dimitri 2021-10-12 07:14:18 -06:00
  • bd8bc89f80 issue #2243 -- prefer f-strings over %-interpolation Dimitri 2021-10-12 07:14:04 -06:00
  • 95a8022b59 Merge branch 'dev-i2262-docstring-location' of github.com:dimitrilw/evennia into dev-i2262-docstring-location Dimitri 2021-10-12 07:13:00 -06:00
  • 9227dd3f78 issue #2262 -- add docstring for location arg Dimitri 2021-10-12 07:12:12 -06:00
  • 798fb7d92d Merge pull request #2557 from dimitrilw/dev-fix-md-fmt-in-Links-doc Griatch 2021-10-12 10:18:48 +02:00
  • 9de5a082ec Merge pull request #2556 from dimitrilw/dev-tweak-diku-users-helpfile Griatch 2021-10-12 10:15:43 +02:00
  • c374dc6e1e fixed broken links & nested bullets Dimitri 2021-10-11 09:45:59 -06:00
  • 2cc3125f2d small edits to the Evennia-for-Diku-Users.md file Dimitri 2021-10-10 15:03:40 -06:00
  • 93bf01c737 issue #2262 -- add docstring for location arg Dimitri 2021-10-10 13:28:27 -06:00
  • c12ab91555 issue #2243 -- prefer f-strings over %-interpolation Dimitri 2021-10-09 21:38:47 -06:00
  • f2bcd1949b fix #2549 -- no reuse BIF names Dimitri 2021-10-09 21:09:45 -06:00
  • ff61e014d7 Make EvMore auto-exit and change display text. Resolve #2361. Griatch 2021-10-09 18:44:18 +02:00
  • 73990e851c Refactor Permissions documentation Griatch 2021-10-09 17:21:37 +02:00
  • 2a8cc57bbe Add strip_unsafe_input/INPUT_CLEANUP_BYPASS_PERMISSIONS helpers to strip unsafe input on a per-command level. Resolves #1738. Griatch 2021-10-09 16:27:58 +02:00
  • 0556f527fe Add .permissions.check() to easily do straight perm-checks without lockstrings Griatch 2021-10-09 16:23:13 +02:00
  • 71092f17f7 Make @lazy_property handlers read/write protected to avoid common newbie mistakes, like assigning obj.locks = [] Griatch 2021-10-09 14:33:40 +02:00
  • a7b99a605b Add LOCALECHO client option for clients not supporting local echoing. Resolve #2258. Griatch 2021-10-09 00:36:17 +02:00
  • 49886dbff3 Add confirm to set/edit for non-string Attributes. Resolves #2222 Griatch 2021-10-09 00:11:30 +02:00
  • e4013dbdb8 Ask for confirm in default account creation. Resolves #1523 Griatch 2021-10-08 22:46:50 +02:00
  • 1a581162bc Change assign to use .key instead of .name. Resolve #2530. Griatch 2021-10-08 01:06:50 +02:00
  • bf2c4f151b Refactor return_apperance hook to make it easier to override. Resolves #2530, Resolves #2362. Griatch 2021-10-08 01:04:55 +02:00
  • 074f3bf068 Resolve merge conflict Griatch 2021-10-06 08:47:48 +02:00
  • 6e03216cd9 Merge pull request #2546 from shaunoakenfull/2249 Griatch 2021-10-06 08:46:40 +02:00
  • 8ade25d1ec Merge branch 'master' into develop Griatch 2021-10-06 08:45:22 +02:00
  • e4a7c14c75 Merge pull request #2545 from shaunoakenfull/master Griatch 2021-10-06 08:45:00 +02:00
  • c938b89cfe triple quotes Shaun Oakenfull 2021-10-06 08:52:09 +10:00
  • e594864373 Revert "add triple quotes for docstring" Shaun Oakenfull 2021-10-06 08:49:10 +10:00
  • 7b9fccd9e6 add triple quotes for docstring Shaun Oakenfull 2021-10-06 08:46:04 +10:00
  • d32d1eb6db Fix typo in comment Shaun Oakenfull 2021-10-06 08:24:21 +10:00
  • 0fcae38fb1 Merge branch 'master' into develop Griatch 2021-10-05 23:25:20 +02:00
  • 4136298695 Up min Django version to 3.2. Update recommended. Griatch 2021-10-05 23:22:50 +02:00
  • d84879cc43 Disable timekeeping test to work with slower CI build env Griatch 2021-10-05 22:20:14 +02:00
  • c3df322a70 Move scipy requirement to requirements_extra.txt Griatch 2021-10-05 22:04:55 +02:00
  • a290ec67fc Merge branch 'issue_2506' of https://github.com/Henddher/evennia into Henddher-issue_2506 Griatch 2021-10-05 21:59:01 +02:00
  • e77bf5ce25 Merge branch 'master' into develop Griatch 2021-10-05 21:56:43 +02:00
  • 7f1d4594ff Merge pull request #2542 from Henddher/issue_2261 Griatch 2021-10-05 21:56:27 +02:00
  • b945b69238 Resolve merge conflicts Griatch 2021-10-05 21:54:27 +02:00
  • 1cc939666d Merge pull request #2541 from Henddher/issue_2478 Griatch 2021-10-05 21:52:08 +02:00
  • 68265994fa Apply doc change from master branch Griatch 2021-10-05 21:51:19 +02:00
  • 6aaef1c392 Merge pull request #2539 from marado/master Griatch 2021-10-05 21:49:45 +02:00
  • cc7f870292 Merge pull request #2536 from jamesbeebop/doc-fix Griatch 2021-10-05 21:46:11 +02:00
  • 42feb07a08 Add missing dependency scipy. Contrib xyzroom needs it. henddher 2021-10-03 18:51:16 -05:00
  • bfd6ece47c Addition of BROADCAST_SERVER_RESTART_MESSAGES flag to notify all sessions that the server is restarting. henddher 2021-10-03 18:05:03 -05:00
  • 182a969290 Unit test henddher 2021-10-03 17:04:41 -05:00
  • 33b61a9484 Convert key to lowercase in search_prototype. henddher 2021-10-03 16:56:45 -05:00
  • b3679861f1 Typos fixed. henddher 2021-10-03 15:40:35 -05:00
  • 8e382d9383 Resolve merge conflicts Griatch 2021-10-02 19:20:58 +02:00
  • d6ddbd5704 Lower maxnum of channel lines for web display Griatch 2021-10-02 19:16:47 +02:00
  • a4d34358fe More log tweaks Griatch 2021-10-02 19:05:26 +02:00
  • e4bad8007f Test generator for log file return Griatch 2021-10-02 18:57:51 +02:00
  • 5d1ff40d75 Further fix of logger Griatch 2021-10-02 18:47:12 +02:00
  • c041425bca Catch unicode-decode error in logger display Griatch 2021-10-02 18:44:33 +02:00
  • 7f08ebf9dd Getting Started: more troubleshooting info Marcos Marado 2021-10-01 16:26:16 +01:00
  • 1ef4431ac1 small change to sync the doc example with imported name in game_template/commands/command.py james 2021-09-28 19:09:26 -04:00
  • 2430a4f536 Minor typo fixing Griatch 2021-09-17 23:17:32 +02:00
  • 4cf890b635 Change EvTable vertical rebalance algorithm to simply add empty rows at end. Produces more consistent visual result than old algorithm which could sometimes look like a bug. Griatch 2021-09-17 00:49:37 +02:00
  • 4db1a1e2e0 Fixes for $protkey protfunc implementation Griatch 2021-09-12 19:51:08 +02:00
  • cb5830bbc5 Expand RPSystem to respect case of references. Resolves #1620. Griatch 2021-09-08 23:41:33 +02:00
  • ff2733fd93 Merge pull request #2516 from Qaishin/multimatch_fix Griatch 2021-09-07 23:23:04 +02:00
  • b855f4fb20 Fix merge conflicts Griatch 2021-09-06 21:52:17 +02:00
  • 36ded8408d Up twisted requirement to 21.7.0 Griatch 2021-09-06 21:48:09 +02:00
  • 2f9c050580 Cleanup some doc strings Griatch 2021-09-05 15:59:32 +02:00
  • 8088f94e19 Fix TraitProperty to not need trait_key and fix __get__ issues pointed out in discussions. Griatch 2021-09-05 15:53:49 +02:00
  • af491d9f30 Fix multimatch error. Resolves #2514 David Reichard 2021-09-01 22:31:13 -04:00
  • f9d686c9a4 Merge branch 'develop' of github.com:evennia/evennia into develop Griatch 2021-09-05 00:28:55 +02:00
  • f73c175b0d Rework TraitProperty syntax to not need lazy_property, as mentioned e.g. in #2513 Griatch 2021-09-05 00:28:43 +02:00
  • c482ee3bc1 Merge pull request #2515 from ChrisLR/XYMap-Django-Exception Griatch 2021-09-01 17:15:26 +02:00
  • 120e2811cc Catch base django ObjectDoesNotExist to fix issue with custom XYRoom typeclasses leaking the base exception when creating ChrisLR 2021-08-31 07:32:34 -04:00
  • edbb13b981 Round Traits' current+rate if base is integer. Resolve #2451. Griatch 2021-08-30 23:03:51 +02:00
  • 78e063d9ca Add TraitProperties as alternative way to define Traits from the traits contrib. Also clean up docs to resolve #2450. Griatch 2021-08-30 22:33:21 +02:00
  • 6e975236eb Direct-reference typeclass in xyzgrid example, for simplicity Griatch 2021-08-22 20:33:37 +02:00
  • ddaf22ea58 Fix spawn issues in xyzgrid. Allow prototype_parent to be a dict itself. Resolve #2494. Griatch 2021-08-22 20:30:22 +02:00
  • fc323e1ca7 Merge pull request #2503 from CloudKeeper/patch-4 Griatch 2021-08-21 14:06:57 +02:00
  • f650533614 Keep GMCP case if outputfunc is capitalized. Resolve #2300. Griatch 2021-08-17 20:25:00 +02:00
  • fbb17585c1 Make prototype tags/attrs tuple-parsing more forgiving. Resolve #2369. Griatch 2021-08-17 20:09:16 +02:00
  • 7215bab388 Fix sorting prototyes with non-string attr/tag data. Resolve #2364. Griatch 2021-08-17 19:46:29 +02:00
  • 24d89f93d2 Fix prototype lock display when lock is str. Resolve #2323. Griatch 2021-08-17 19:37:28 +02:00
  • 0fb9c11490 Resolve merge conflicts Griatch 2021-08-16 21:40:02 +02:00