Commit graph

7521 commits

Author SHA1 Message Date
Griatch
9c0b44e13a Homogenize manager search methods to return querysets. Resolve #2384. 2022-01-09 17:13:24 +01:00
Griatch
01af303457 Examine-cmd support for script/channels. Resolve #2375. 2022-01-09 14:13:22 +01:00
Griatch
97009037a5 Allow $dbref/$search in set command to assign objects to Attributes. Resolve #2379. 2022-01-09 01:49:58 +01:00
Griatch
7b014f0fa0 Allow scripts command to operate on range dbrefs. Resolve #2397. 2022-01-09 00:49:57 +01:00
Griatch
e70337b6d2 Move create methods into managers, leave utils.create as wrappers.
Resolve #2118.
2022-01-09 00:30:32 +01:00
Griatch
cc22a776ee Make monitorhandler support Attribute categories. Resolve 1807. 2022-01-08 22:14:56 +01:00
Griatch
a8b52b76b3 Fix unit test base 2022-01-08 17:40:40 +01:00
Griatch
038c71213a Fix tag homogenzation. Resolve #2524. 2022-01-08 16:57:18 +01:00
Griatch
3b5e20c4c2 Update contrib doc pages 2022-01-08 16:30:31 +01:00
Griatch
e96bbb4b86 Clean up contrib docs, autogeneration 2022-01-08 15:04:07 +01:00
Griatch
b922cf9b3c Auto-convert contrib readmes to doc pages 2022-01-08 00:58:56 +01:00
Griatch
bc5ba46851 Add additional script migration 2022-01-07 22:27:06 +01:00
Griatch
a4a658616e Run migrations. Update contrib paths stored in db 2022-01-07 18:11:51 +01:00
Griatch
4d6db5b5b6 Update contrib README 2022-01-07 17:00:37 +01:00
Griatch
19f920b6d4 Clean up all test suites 2022-01-07 16:12:12 +01:00
Griatch
0f3b96886c Merge branch 'develop' into refactor-contrib 2022-01-06 22:30:56 +01:00
Griatch
0ed22d4119 Merge pull request #2605 from The-Archemist/Py3.10
dbserialize fix to support Python 3.10
2022-01-06 22:29:46 +01:00
Griatch
1593a92d46 Remove prototype init from evennia init 2022-01-03 22:22:19 +01:00
Griatch
498a031662 Isolate EvenniaTestCase/EvenniaCommandTest for pristine settings 2021-12-22 01:23:03 +01:00
Jake
07dd36cd71 Fixed dbserialize. Supports Py 3.7 - 3.10 2021-12-19 19:14:31 -07:00
Griatch
541e5a116a Fix all unit tests for contribs 2021-12-19 20:39:46 +01:00
Griatch
8139fd79c7 Update links/paths to new contrib locations 2021-12-19 17:46:17 +01:00
Griatch
7f2b8c81d7 Fixing contrib test issues 2021-12-19 15:33:41 +01:00
Griatch
04a95297b5 First version of moved contrib tests 2021-12-18 23:49:51 +01:00
Griatch
a6cb94056c Complete reshuffling of contribs. Not moved tests 2021-12-18 21:48:08 +01:00
Griatch
0ab1c30716 Refactoring contribs 2021-12-18 18:02:37 +01:00
Griatch
f5f75bd04d Start refactor contrib folder 2021-12-18 11:32:34 +01:00
Griatch
7f0d314e7f Update changelog with merged PR 2021-12-17 08:49:04 +01:00
Griatch
9eb92f0c7c Merge branch 'master' into develop 2021-12-16 19:31:01 +01:00
Griatch
ac9c0be6e0 Update silvren contact info 2021-12-16 19:30:16 +01:00
Griatch
40f1023a89 Update silvren contact info 2021-12-16 19:29:18 +01:00
Griatch
72ad633071 Make set aware of Attribute categories 2021-12-16 00:22:24 +01:00
Griatch
5b85ec128e Update the contrib README to include new cooldown contrib 2021-12-15 22:35:08 +01:00
Griatch
8e8f497d9f Merge pull request #2594 from owllex/cooldown
Add new cooldowns contrib.
2021-12-15 22:33:38 +01:00
Owllex
f872c038fc Minor adjustment to cleanup(). 2021-12-13 11:48:51 -08:00
Owllex
c796161e55 Address PR comments. 2021-12-13 11:34:19 -08:00
Griatch
0083e23c7e Cleanup of doc 2021-12-13 19:02:56 +01:00
Griatch
2891febc12 Update online setup with new entries from master 2021-12-13 18:59:27 +01:00
Griatch
5dcebc8a84 Merge branch 'master' into develop 2021-12-13 18:55:21 +01:00
Griatch
eb7fc8e9a3 Merge pull request #2601 from Jaykingamez/master
Add Azure App Services and Huawei Cloud to docs
2021-12-13 18:54:25 +01:00
Griatch
f10c0a6fa2 Merge pull request #2597 from The-Archemist/patch-1
Fixed unnecessary string break in CmdDesc
2021-12-13 18:53:09 +01:00
Griatch
affa3b8cf7 Tweak iter_to_string to be a little more flexible about limiters 2021-12-11 10:48:18 +01:00
Jaykingamez
db43f80e4f Add Azure App Services and Huawei Cloud
embedded links to back listed information
2021-12-03 22:22:05 +08:00
Jake
a306323c3d Fixed unnecessary string break in CmdDesc 2021-11-27 00:06:50 -07:00
Griatch
1400436c11 Merge pull request #2591 from The-Archemist/sethelp_fix
Fix sethelp help file typo.
2021-11-26 09:39:34 +01:00
Griatch
850d12d4dd Merge pull request #2596 from The-Archemist/UnbanFix
Fixed bug with unban command. Resolves #2595
2021-11-25 10:16:55 +01:00
Jake
0828b0fb35 Fixed bug with unban command. Resolves #2595 2021-11-25 01:16:12 -07:00
Owllex
189124c751 Add an example to documentation. 2021-11-24 13:39:58 -08:00
Owllex
53f307e8e3 Add new cooldowns contrib. 2021-11-23 18:03:37 -08:00
Jake
afa670a293 Fix sethelp help file typo. 2021-11-21 04:02:16 -07:00