Griatch
ceb643070e
Merge pull request #3040 from kenneaal/contrib_doc_updates
...
Contrib doc updates
2022-12-23 16:36:34 +01:00
Kenneth Aalberg
371adfe33e
Update README.md for contrib.grid.ingame_map_display:
...
* Correct Character_CmdSet to CharacterCmdSet.
2022-12-21 21:04:21 +01:00
Kenneth Aalberg
0cee06bfbf
Update README.md:
...
* contrib has been moved to evennia.contrib.grid.
* default_cmds.Character_CmdSet has been renamed to default_cmds.CharacterCmdSet
* Clarify that order in relation to super() is important due to overriding look and desc.
2022-12-20 19:12:58 +01:00
Griatch
89d1336cda
Apply black
2022-11-28 19:55:02 +01:00
Griatch
ce6c085fbc
Merge pull request #2990 from InspectorCaracal/wilderness-update
...
Update wilderness contrib for 1.0
2022-11-25 11:53:06 +01:00
Griatch
da341af663
Refactored Contrib docs, renamed many files
2022-11-23 21:15:23 +01:00
InspectorCaracal
eda361d7d6
minor docs change, add preserve_items to create method
2022-11-21 20:40:26 -07:00
InspectorCaracal
de24d2646d
add test for preserve_items opt and fix
2022-11-21 20:31:57 -07:00
InspectorCaracal
ab317a691e
some more updates and cleanup
2022-11-21 18:25:53 -07:00
InspectorCaracal
a69f416162
update wilderness contrib
2022-11-21 17:34:40 -07:00
Griatch
eafe390db4
Use isort, run format on code
2022-11-18 12:02:46 +01:00
Griatch
a461a97576
Format code imports
2022-11-10 22:21:12 +01:00
Griatch
353e4c0aa7
Ran formatting on code
2022-10-31 20:43:27 +01:00
Griatch
70bceed8c1
Fix bug when spawning non-player controlled entities in xyzroom. Resolve #2522 .
2022-10-23 10:22:50 +02:00
henddher
1efa25a55d
Remove fallback from node's typeclass load.
2022-10-17 08:01:45 -05:00
henddher
10dea3ebd6
Remove commented out @override_settings.
2022-10-14 22:55:02 -05:00
henddher
34c8cf9793
Review comments.
2022-10-14 22:51:11 -05:00
henddher
06c6d68634
Cleanup.
2022-10-12 19:39:53 -05:00
henddher
1b1145c1e6
Replace ExitTypeclass (XYZExit) with specified Typeclass in prototype.
2022-10-12 19:28:22 -05:00
henddher
cca49d30a5
TODO: use Typeclass for exits also.
2022-10-09 23:14:21 -05:00
henddher
7944ed833e
Use global mocks to assert called callbacks.
2022-10-09 23:10:03 -05:00
henddher
f6e6621463
Replace NodeTypeclass (XYZRoom) with specified Typeclass in prototype.
2022-10-09 22:34:28 -05:00
henddher
18138ea3d8
Allow changing the typeclass of xyzroom and xyzexit during test prep.
2022-10-08 08:54:41 -05:00
henddher
38768d137d
Test for XYZRoom and XYZExit subclasses with callbacks.
2022-10-07 22:23:55 -05:00
henddher
fe5faa45c4
Fix installation instructions. However, all hyperlins appear to be broken.
2022-10-05 21:12:52 -05:00
Wendy Wang
7d2cae328b
Fixing tests
2022-09-18 16:20:32 +02:00
Wendy Wang
0fb078c5ab
Fixing docstrings, adding _MAX_MAP_SIZE, adding import into init
2022-09-18 16:03:07 +02:00
Wendy Wang
ae9355e3d2
Updating the ingame map display contrib with docstrings and tests@
2022-09-18 00:21:11 +02:00
Wendy Wang
60959e4247
Adding basic map contrib
2022-09-14 15:09:42 +02:00
Wendy Wang
f9866ed9b5
Adding basic map contrib
2022-09-14 15:04:07 +02:00
homeofpoe
f370b596dc
Update README.md
...
fixed a typo from 'bew' to 'new'
2022-08-22 12:48:28 -07:00
Griatch
7c1d11f474
Fix bug in xyzgrid search parser
2022-08-03 23:01:09 +02:00
Griatch
1ab14d33e4
Fix typo in xyzgrid error message
2022-08-03 22:31:10 +02:00
Andrew Bastien
e0dc224d08
Fixed remaining issues. All tests pass.
2022-07-14 22:53:37 -04:00
Andrew Bastien
c99cd45f93
Added move_type to obj.move_to and its many hooks and what calls it.
2022-07-11 22:03:07 -04:00
Griatch
bd3e31bf3c
Run black reformatter on code
2022-02-08 13:03:52 +01:00
Griatch
628afe9367
Refactor 1.0 docs with new toctree structure and inheritance
2022-02-06 19:27:15 +01:00
Griatch
09ef71c97e
Fix error when running evennia xyzgrid cmdline
2022-01-31 22:11:28 +01:00
Griatch
5859de7054
Change to use super() instead of the old py2 style everywhere
2022-01-26 21:51:55 +01:00
Griatch
bbf45af2dd
Refactor all test classes into evennia.utils.test_resources. Update docs.
2022-01-21 00:17:24 +01:00
Griatch
e96bbb4b86
Clean up contrib docs, autogeneration
2022-01-08 15:04:07 +01:00
Griatch
19f920b6d4
Clean up all test suites
2022-01-07 16:12:12 +01:00
Griatch
498a031662
Isolate EvenniaTestCase/EvenniaCommandTest for pristine settings
2021-12-22 01:23:03 +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
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