Griatch
|
a7ced1dbfc
|
More work on combat
|
2022-03-27 23:36:38 +02:00 |
|
Griatch
|
04200f8bfc
|
Working on evadventure combat
|
2022-03-27 18:55:11 +02:00 |
|
Griatch
|
7c1b59d6a8
|
Merge branch 'develop' into contrib/tutorial-game
|
2022-03-27 17:23:38 +02:00 |
|
Griatch
|
0d2d5e5b4b
|
Merge pull request #2680 from InspectorCaracal/pron_callable_typos
fix $pron syntax error and docstring typos
|
2022-03-27 17:22:01 +02:00 |
|
Griatch
|
a553f1ab2f
|
Continue with evadventure implementation
|
2022-03-21 15:35:07 +01:00 |
|
Griatch
|
fdff5f6cd2
|
Merge pull request #2686 from Thrag-Zan/component-contrib-tag
component-contrib:add component name as tag on host
|
2022-03-16 23:15:31 +01:00 |
|
Griatch
|
a07ef8e3c4
|
First layout of evadventure
|
2022-03-16 00:12:21 +01:00 |
|
Narvath
|
f6e20f980c
|
Forgot some typo
|
2022-03-13 03:21:26 +01:00 |
|
Narvath
|
89f6909aff
|
Applying a few corrections
|
2022-03-13 03:02:19 +01:00 |
|
Narvath
|
69a8ed2378
|
component-contrib:add component name as tag on host
|
2022-03-12 17:09:13 +01:00 |
|
Cal
|
338d7c81b9
|
fix syntax error and docstring typos
|
2022-03-09 09:53:39 -07:00 |
|
Griatch
|
b413e0f7f2
|
Minor fix to rebuild docs
|
2022-03-07 19:49:44 +01:00 |
|
Griatch
|
841f6dac35
|
Merge pull request #2667 from ChrisLR/components-contrib-sq
Components Contrib (Pt1)
|
2022-03-07 19:46:04 +01:00 |
|
ChrisLR
|
8b5d978094
|
Components Squash (#1)
Adds the first part of Components Contrib and related docs
|
2022-03-06 10:34:04 -05:00 |
|
Griatch
|
fdc0ad2c88
|
Update Attribute docs
|
2022-03-05 17:12:05 +01:00 |
|
Griatch
|
efb5682449
|
Fix bug in parentobject class inheritance. Update objects docs
|
2022-03-05 00:44:32 +01:00 |
|
Griatch
|
919bf1a907
|
Add ObjectParent mixin to default gamedir template
|
2022-03-04 23:15:54 +01:00 |
|
Griatch
|
0cd57ad0ed
|
Merge pull request #2628 from Tegiminis/develop
Adding "mult" to traits contrib
|
2022-03-04 19:52:02 +01:00 |
|
Griatch
|
a53dd4bfd1
|
Fix typo in default lockstring
|
2022-03-02 23:12:41 +01:00 |
|
Griatch
|
cdb363d687
|
Handle None input to ansi parser. Resolve #2580
|
2022-03-01 23:56:32 +01:00 |
|
Griatch
|
14d9bc835c
|
Add default edit-perms for chars. Resolve #2575.
|
2022-03-01 23:49:39 +01:00 |
|
Griatch
|
e4c1583705
|
Make text2html properly handle lone initial space. Resolve #2485
|
2022-03-01 21:47:21 +01:00 |
|
Griatch
|
669f17f3bb
|
Fix strattr regression. Resolve #2660.
|
2022-03-01 20:46:51 +01:00 |
|
Griatch
|
31b09754a1
|
Tests for is_ooc lockfunc
|
2022-03-01 20:20:44 +01:00 |
|
Griatch
|
d69589ec99
|
Better handle partial search matches. Resolve #2579
|
2022-03-01 18:51:24 +01:00 |
|
Griatch
|
6028844901
|
Fix typo in cooldown contrib README
|
2022-02-24 10:12:36 +01:00 |
|
Griatch
|
c3e8b7b23d
|
Tweak of coding style doc
|
2022-02-22 23:24:30 +01:00 |
|
Griatch
|
bb1102d181
|
Merge branch 'develop' of https://github.com/telimektar3/evennia into telimektar3-develop
|
2022-02-22 23:16:08 +01:00 |
|
Griatch
|
34cb2af388
|
Add is_ooc lockfunc, because why not
|
2022-02-22 23:01:53 +01:00 |
|
Griatch
|
c1f196bc59
|
Fix web client invisible-double space error. Resolve #2532
|
2022-02-15 23:23:26 +01:00 |
|
Tegiminis
|
fc941a8713
|
gauge trait unit tests
|
2022-02-14 21:23:35 -08:00 |
|
telimektar3
|
1aae246401
|
Grammar changes in docs
|
2022-02-14 10:25:16 -05:00 |
|
telimektar3
|
f0f80a39a0
|
Made spelling and grammar corrections.
|
2022-02-14 10:13:57 -05:00 |
|
Griatch
|
1b2c777fc4
|
Fix remaining bug in defaultdict Attribute support
|
2022-02-14 09:17:24 +01:00 |
|
Griatch
|
4e2962fef8
|
Further improvement of log conditional
|
2022-02-14 00:34:13 +01:00 |
|
Griatch
|
39368bc9ae
|
Make type/force update rather than reset. Resolve #2504
|
2022-02-14 00:04:58 +01:00 |
|
Griatch
|
2e94e1b67d
|
Fix of server/portal log upstart condition
|
2022-02-13 23:26:39 +01:00 |
|
Griatch
|
42ee0db1da
|
Update logger.py to use new Twisted log api. No change in evennia-side usage
|
2022-02-13 22:52:11 +01:00 |
|
Griatch
|
e9212ff898
|
Better handle error on webserver startup. Resolve #2057
|
2022-02-13 12:35:33 +01:00 |
|
Griatch
|
0e401017ab
|
Handle AMP issue. Resolve #2053.
|
2022-02-13 11:57:28 +01:00 |
|
Tegiminis
|
d3c8de822d
|
counter trait unit tests
|
2022-02-13 00:15:55 -08:00 |
|
Tegiminis
|
8d9bd15ab8
|
tweak to static unit tests
|
2022-02-13 00:14:42 -08:00 |
|
Tegiminis
|
7e88ce8234
|
static trait unit tests
|
2022-02-12 16:51:27 -08:00 |
|
Tegiminis
|
73022b775b
|
more removal of mult from base/mod setter
|
2022-02-12 15:06:38 -08:00 |
|
Tegiminis
|
d86108b276
|
added deleters for mult (resets to 1.0), fixed more docstring stuff
|
2022-02-12 15:02:28 -08:00 |
|
Tegiminis
|
6246e72a79
|
removed mult from checks on setting base/mod in counter/gauge traits; very unintuitive behavior
|
2022-02-12 15:01:59 -08:00 |
|
Tegiminis
|
4dcba2f234
|
Fixed documentation
|
2022-02-12 13:28:45 -08:00 |
|
Griatch
|
99255bcf07
|
Remove spurious init file. Resolve #2612
|
2022-02-12 20:54:48 +01:00 |
|
Griatch
|
29430d8d0f
|
Avoid inf recursion when deleting script from at_stop. Resolve #2642
|
2022-02-12 20:19:35 +01:00 |
|
Griatch
|
a19211f3fd
|
Protect against standing in the wrong folder when running makemessages or compilemessages i18n commands. Resolve #2582
|
2022-02-12 18:59:00 +01:00 |
|