Griatch
|
a1023ebc7e
|
Add buff-contrib's exportable resources to outer package for import direct from the buff package.
|
2024-03-24 17:23:04 +01:00 |
|
Griatch
|
1f5fe9f1c3
|
Fix unit tests
|
2024-03-24 15:41:16 +01:00 |
|
Griatch
|
b5571fb5fd
|
Finished the procedural dungon tutorial
|
2024-03-24 15:17:37 +01:00 |
|
Griatch
|
8085aa30db
|
Wrote the AI beginner tutorial lesson. Started procedural dungeon lesson
|
2024-03-24 01:38:19 +01:00 |
|
Cal
|
be9ad0278a
|
minor fixes
|
2024-03-21 00:14:17 -06:00 |
|
Cal
|
e1f289b08f
|
achievements contrib
|
2024-03-20 19:50:34 -06:00 |
|
Griatch
|
138e21a94c
|
More regex improvements
|
2024-03-17 09:39:57 +01:00 |
|
Griatch
|
3a0b434e42
|
Fix rpsystem inefficient regex
|
2024-03-17 09:25:04 +01:00 |
|
Griatch
|
11834dfe49
|
Support Python 3.12. Update optional scipy req to 1.12.0
|
2024-03-17 00:53:28 +01:00 |
|
Griatch
|
6e6ab208a6
|
Start implementing ai-states for beginner tutorial
|
2024-03-10 23:18:22 +01:00 |
|
Griatch
|
cbe3d4c738
|
Make numbered_names use get_display_name; make dbref display separate method
|
2024-03-09 20:03:57 +01:00 |
|
InspectorCaracal
|
24f247180c
|
fix rpsystem search
|
2024-03-08 11:34:19 -07:00 |
|
Griatch
|
04f6eff234
|
Make clothing inventory command align with default inventory
|
2024-03-08 10:06:07 +01:00 |
|
Griatch
|
3ec3e63f4f
|
Merge branch 'inventory_quantity' of https://github.com/michaelfaith84/evennia into michaelfaith84-inventory_quantity
|
2024-03-08 09:09:23 +01:00 |
|
Griatch
|
e5d07603ca
|
Run black. Resolve circular import issues in components contrib.
|
2024-02-25 19:03:11 +01:00 |
|
Griatch
|
43e31abc8d
|
Update login contribs to honor ACCOUNT_REGISTRATION_ENABLED. Resolve #3428
|
2024-02-25 17:54:11 +01:00 |
|
Griatch
|
015698d06f
|
Break up Object.search into multiple methods for easier overloading. Resolve #3417
|
2024-02-25 16:37:17 +01:00 |
|
Griatch
|
0edcebea0f
|
Merge pull request #3367 from ChrisLR/components-refactoring
[Components] Refactor Component registering with cherry-picked additions
|
2024-02-25 10:32:48 +01:00 |
|
ChrisLR
|
bdeedf8c03
|
Remove todo
|
2024-02-24 14:38:41 -05:00 |
|
ChrisLR
|
cca93b032f
|
Revert "Refactor _get_class_components"
This reverts commit c4ec977b9c.
|
2024-02-24 14:35:46 -05:00 |
|
ChrisLR
|
5f9064c738
|
Add tests
|
2024-02-24 14:31:07 -05:00 |
|
ChrisLR
|
c4ec977b9c
|
Refactor _get_class_components
|
2024-02-24 14:31:01 -05:00 |
|
ChrisLR
|
0729de1b91
|
Use get_component_slot
|
2024-02-24 11:12:49 -05:00 |
|
ChrisLR
|
8bda7c10f7
|
Remove cmd_set from component
|
2024-02-24 11:09:44 -05:00 |
|
ChrisLR
|
1bfb3643ad
|
Merge remote-tracking branch 'fork/components-refactoring' into components-refactoring
|
2024-02-24 10:55:25 -05:00 |
|
ChrisLR
|
8ff8234f46
|
Fix inherited component registration with different names but identical slots
|
2024-02-24 10:54:58 -05:00 |
|
ChrisLR
|
47be47c009
|
Add get_component_slot helper method
|
2024-02-24 10:54:53 -05:00 |
|
ChrisLR
|
191be0365c
|
Fix Signals registration
|
2024-02-24 10:54:50 -05:00 |
|
Griatch
|
772d4c21b5
|
Merge pull request #3425 from InspectorCaracal/patch-10
Override example crafting recipes
|
2024-02-24 09:54:25 +01:00 |
|
InspectorCaracal
|
9ce3232b4c
|
partial match bugfix
|
2024-02-11 22:11:54 -07:00 |
|
InspectorCaracal
|
6d5140cebd
|
don't override if setting is empty
this is just so it can pass the test contrivance
|
2024-02-11 21:54:21 -07:00 |
|
InspectorCaracal
|
d1f0988d80
|
override example crafting recipes
|
2024-02-10 18:07:42 -07:00 |
|
InspectorCaracal
|
8e15928e7b
|
fix wilderness.move_obj logic
|
2024-02-08 18:49:00 -07:00 |
|
mike
|
496d6f4353
|
Re-added description and changed formatting per Griatch's request.
|
2024-02-04 14:27:33 -08:00 |
|
mike
|
8b37bd7acf
|
Added stacking to clothing contrib's inventory command.
|
2024-02-04 09:27:40 -08:00 |
|
InspectorCaracal
|
a2ae90d1ce
|
update traits contrib readme
|
2024-01-26 15:17:52 -07:00 |
|
ChrisLR
|
2875674baf
|
Update docs
|
2024-01-14 13:33:23 -05:00 |
|
ChrisLR
|
6ad6522fa4
|
Add docstrings
|
2024-01-14 12:58:26 -05:00 |
|
Griatch
|
958649c416
|
Merge pull request #3405 from ChrisLR/godot-fix-portal-docs
[Godot] Fix Godot Contrib
|
2024-01-14 18:06:20 +01:00 |
|
ChrisLR
|
c0fbbd42b1
|
Remove unused var in doc
|
2024-01-13 10:50:31 -05:00 |
|
ChrisLR
|
3d0c3f1cc6
|
Rewrote doc
|
2024-01-12 20:33:46 -05:00 |
|
ChrisLR
|
aafc9f4c6c
|
Rename test
|
2024-01-12 17:00:21 -05:00 |
|
ChrisLR
|
70aa1517db
|
Fix Godot Contrib addService call and add basic portal test
|
2024-01-12 16:56:09 -05:00 |
|
InspectorCaracal
|
d1cad9a134
|
fix code to be consistent with docs
|
2024-01-09 14:30:11 -07:00 |
|
Griatch
|
014696b80a
|
Merge pull request #3394 from jaborsh/main
Fixing Replace Legacy Time of Day Markup
|
2024-01-08 20:52:25 +01:00 |
|
Griatch
|
aff6cd6637
|
Update CHANGELOG, chargen beginner tutorial
|
2024-01-08 20:34:15 +01:00 |
|
Jake
|
b6220ab748
|
Fixing Replace Legacy Time of Day Markup
|
2024-01-06 01:59:15 -07:00 |
|
ChrisLR
|
37e70cc7fa
|
Rewrote test assertions to django style
|
2024-01-02 11:35:39 -05:00 |
|
ChrisLR
|
5f60075fdf
|
Add new tests
|
2024-01-02 11:35:39 -05:00 |
|
ChrisLR
|
4071ae7b86
|
Use __get__ instead when autocreating to avoid overriding initial values
|
2024-01-02 11:35:39 -05:00 |
|