Griatch
|
86e7b57c07
|
Fix regression in menu_login contrib. Resolve #3460
|
2024-04-01 14:14:32 +02:00 |
|
Griatch
|
6f00c8cfc0
|
Named the rpsystem cmdset, trying to address #3452
|
2024-04-01 11:16:19 +02:00 |
|
Griatch
|
88a1412512
|
Merge pull request #3454 from InspectorCaracal/patch-18
Fix traceback in crafting system recipe.msg
|
2024-03-30 23:45:30 +01:00 |
|
Griatch
|
f1f1f6219a
|
Implemented EvAdventure quest code+tutorial lesson
|
2024-03-30 23:42:16 +01:00 |
|
InspectorCaracal
|
8f14cef6e6
|
missed another msg test
|
2024-03-30 14:36:01 -06:00 |
|
InspectorCaracal
|
a0754d9f1a
|
add missing paren
|
2024-03-30 14:14:30 -06:00 |
|
InspectorCaracal
|
540729e2b4
|
update crafting contrib tests
|
2024-03-30 13:38:13 -06:00 |
|
Griatch
|
a5a4d98093
|
Merge pull request #3453 from chiizujin/disambiguation
Fix aliases not being shown for disambiguation
|
2024-03-30 15:31:10 +01:00 |
|
Griatch
|
c05714d0d4
|
Continue with quest beginner tutorial
|
2024-03-30 09:47:07 +01:00 |
|
InspectorCaracal
|
334bfaefad
|
fix crafting msg traceback
|
2024-03-29 12:49:19 -06:00 |
|
Chiizujin
|
2ec97f102d
|
Fix aliases not being shown for disambiguation in utils.at_search_result()
Also correct misplaced 'if' used to avoid '[]' in the case of no aliases
and update unit tests.
|
2024-03-29 21:01:24 +11:00 |
|
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 |
|
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 |
|