Griatch
|
2165487dfe
|
Start unit tests for turn based combat
|
2022-06-01 22:03:56 +02:00 |
|
Griatch
|
cf8710724f
|
Make more unit tests
|
2022-05-30 11:26:10 +02:00 |
|
Griatch
|
ca294f8acc
|
Make more unit tests
|
2022-05-29 13:40:42 +02:00 |
|
Griatch
|
ec5d27e145
|
More testing
|
2022-05-27 10:47:51 +02:00 |
|
Griatch
|
9361dff184
|
Made unit tests for evadventure rules
|
2022-05-26 16:23:11 +02:00 |
|
Griatch
|
d19eac8ac9
|
Start adding quest module
|
2022-05-24 23:45:08 +02:00 |
|
Griatch
|
e7bc8d9836
|
Merge branch 'develop' into contrib/evadventure
|
2022-04-23 15:47:32 +02:00 |
|
Griatch
|
0c62046224
|
Merge pull request #2727 from InspectorCaracal/tickerhandler-clear
Fix `tickerhandler.clear`
|
2022-04-23 14:39:12 +02:00 |
|
Griatch
|
f67f55387d
|
Merge pull request #2726 from owllex/attributeproperty
Only initialize AttributeProperty and TagProperty in init_evennia_properties
|
2022-04-23 14:30:55 +02:00 |
|
Griatch
|
82bb35e333
|
Merge pull request #2725 from ChrisLR/component-signals
[Components Contrib] Component signals
|
2022-04-23 14:28:53 +02:00 |
|
Owllex
|
667b12830c
|
Revert back to using isinstance.
|
2022-04-15 13:56:37 -07:00 |
|
InspectorCaracal
|
00578a6c5d
|
fix index and iteration for clear
|
2022-04-15 10:14:54 -06:00 |
|
Owllex
|
014ae2e6e1
|
Update to support subclasses.
|
2022-04-15 08:34:20 -07:00 |
|
Owllex
|
d5c916ecc3
|
Fix issue with init_evennia_properties.
|
2022-04-15 00:02:58 -07:00 |
|
Griatch
|
b3b87a5a1c
|
Merge pull request #2720 from InspectorCaracal/sdesc_key_parse
`rpsystem` contrib: cache regex tuples by ID instead of key+aliases
|
2022-04-15 08:24:30 +02:00 |
|
Christopher League
|
c0fe6af2e7
|
Add tests to cover all 3 cases of CmdHome
|
2022-04-15 08:04:23 +02:00 |
|
Christopher League
|
05d77a4a18
|
Improve coverage of commands "look" and "nick"
|
2022-04-15 08:04:01 +02:00 |
|
Griatch
|
2bbda066dd
|
Merge branch 'fix-webclient-whitespace' of https://github.com/InspectorCaracal/evennia into InspectorCaracal-fix-webclient-whitespace
|
2022-04-15 07:42:02 +02:00 |
|
Griatch
|
f5ea1844df
|
Merge pull request #2708 from InspectorCaracal/global_script_start
Auto-start global scripts
|
2022-04-15 07:38:29 +02:00 |
|
Griatch
|
ca06dd7c7b
|
Merge pull request #2704 from ChrisLR/components-delimiter-change
[Components Contrib] Changed DBField and NDBField delimiters from __ to ::
|
2022-04-15 07:37:16 +02:00 |
|
ChrisLR
|
326b32a587
|
Added docstrings for signals
|
2022-04-12 18:51:09 -04:00 |
|
ChrisLR
|
c22a08851f
|
Added basic signal system with corresponding tests
|
2022-04-12 18:32:55 -04:00 |
|
Griatch
|
6e993feb88
|
Update rules
|
2022-04-12 20:02:22 +02:00 |
|
Griatch
|
df5ae68a3c
|
Refactor equipmenthandler
|
2022-04-09 23:51:48 +02:00 |
|
Griatch
|
b2e41c2ddc
|
Fix merge conflicts
|
2022-04-09 20:19:24 +02:00 |
|
Griatch
|
ef7280f55a
|
Add TagProperty, AliasProperty, PermissionProperty. Default autocreate=True for AttributeProperty.
|
2022-04-09 15:56:24 +02:00 |
|
Griatch
|
fa4b4b01b1
|
More evadventure fixes
|
2022-04-09 10:42:01 +02:00 |
|
InspectorCaracal
|
60ee5e01e8
|
key formatting
|
2022-04-07 17:05:34 -06:00 |
|
InspectorCaracal
|
3d94fab1f5
|
combine id and key+alias string for key
|
2022-04-07 14:30:15 -06:00 |
|
InspectorCaracal
|
76940fd72f
|
missed a reference
|
2022-04-07 13:42:05 -06:00 |
|
InspectorCaracal
|
cd611199b1
|
cache regex tuples by id
|
2022-04-07 13:17:22 -06:00 |
|
InspectorCaracal
|
ba93745724
|
removing missed regex groups
|
2022-04-03 17:12:11 -06:00 |
|
InspectorCaracal
|
23938cb8ed
|
update tests
|
2022-04-03 16:47:56 -06:00 |
|
InspectorCaracal
|
e3feffa989
|
clean out unnecessary whitespace regex
|
2022-04-03 16:43:27 -06:00 |
|
InspectorCaracal
|
f2accc353f
|
remove server-side white-space parsing
|
2022-04-03 16:22:39 -06:00 |
|
InspectorCaracal
|
4224feb25d
|
preserve output whitespace
|
2022-04-03 16:18:09 -06:00 |
|
InspectorCaracal
|
3a3dbeed3c
|
start script regardless of whether newly created
|
2022-04-01 14:39:23 -06:00 |
|
Griatch
|
39bf20c8f2
|
More fixes to evadventure
|
2022-04-01 21:38:53 +02:00 |
|
ChrisLR
|
f77593994e
|
Changed DBField and NDBField delimiters from __ to ::
|
2022-03-31 12:00:47 -04:00 |
|
Griatch
|
ab2e84a40f
|
More work on evadventure combathandler
|
2022-03-28 15:11:14 +02:00 |
|
Griatch
|
a7ced1dbfc
|
More work on combat
|
2022-03-27 23:36:38 +02:00 |
|
Griatch
|
8f1f604708
|
Missing f-string marker in channel error msg
|
2022-03-27 18:56:37 +02:00 |
|
Griatch
|
04200f8bfc
|
Working on evadventure combat
|
2022-03-27 18:55:11 +02:00 |
|
Griatch
|
9859764906
|
Fix component docs
|
2022-03-27 18:35:21 +02:00 |
|
Griatch
|
8e7f2befa5
|
Merge pull request #2693 from ChrisLR/fix-prototype-loading-xyzgrid
Fix Prototype Loading when using injected prototypes
|
2022-03-27 18:24:35 +02:00 |
|
Griatch
|
5a6d19111b
|
Merge pull request #2692 from ChrisLR/components-tagfield
Add TagField to Contrib Components
|
2022-03-27 18:15:54 +02:00 |
|
Griatch
|
5af84817b5
|
Update doc strings for DefaultChannel
|
2022-03-27 18:04:40 +02:00 |
|
Griatch
|
73743e8b6c
|
Merge pull request #2690 from toktoktheeo/develop
Develop Updated fr po translation files
|
2022-03-27 17:32:28 +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 |
|