Chiizujin
|
4a1ff3deeb
|
Merge branch 'main' of https://github.com/evennia/evennia into editor_echo
|
2024-03-31 15:26:18 +11:00 |
|
Chiizujin
|
22ea87b805
|
Add unit test for editor echo with lines containing whitespace
|
2024-03-31 12:04:04 +11:00 |
|
Griatch
|
a3066c9b59
|
Update Changelog
|
2024-03-30 23:46:47 +01: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
|
5fcccca7d1
|
Update changelog
|
2024-03-30 16:43:10 +01:00 |
|
Griatch
|
9e34e81818
|
Merge pull request #3458 from chiizujin/sethelp_category
Add sethelp/category switch for changing database help topic's category
|
2024-03-30 16:40:54 +01:00 |
|
Chiizujin
|
9f9d58bedc
|
Add unit test for sethelp/category
|
2024-03-31 02:27:30 +11:00 |
|
Griatch
|
f8b9ef2311
|
Update CHANGELOG
|
2024-03-30 15:56:36 +01:00 |
|
Griatch
|
13b36d2669
|
Merge pull request #3457 from chiizujin/help_category
Fix file help topic category casing differences appearing as duplicates
|
2024-03-30 15:47:29 +01:00 |
|
Griatch
|
af5cfb83df
|
Merge pull request #3456 from chiizujin/weighted_rows
Fix weighted_rows() sometimes 'losing' items
|
2024-03-30 15:44:00 +01:00 |
|
Griatch
|
c9313dd63e
|
Merge pull request #3455 from chiizujin/sethelp_edit
Fix traceback when using sethelp/edit to create a new topic
|
2024-03-30 15:37:52 +01: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 |
|
Chiizujin
|
aed4c70583
|
Fix editor echo not displaying correctly for lines with whitespace
|
2024-03-31 01:25:50 +11:00 |
|
Griatch
|
c05714d0d4
|
Continue with quest beginner tutorial
|
2024-03-30 09:47:07 +01:00 |
|
Chiizujin
|
f1220e7b02
|
Add sethelp/category switch for changing database help topic's category
|
2024-03-30 18:30:41 +11:00 |
|
Chiizujin
|
8357232dc0
|
Fix file help topic category casing differences appearing as duplicated categories
|
2024-03-30 17:34:55 +11:00 |
|
Cal
|
d8a0ebc226
|
typo fixes
|
2024-03-29 23:15:49 -06:00 |
|
Chiizujin
|
03e6f6811c
|
Fix weighted_rows() sometimes 'losing' items
|
2024-03-30 13:59:17 +11:00 |
|
Chiizujin
|
8f67f3934c
|
Fix traceback when using sethelp/edit to create a new topic
|
2024-03-30 12:48:38 +11:00 |
|
Cal
|
b480847582
|
fix achievement docs and code
|
2024-03-29 17:53:27 -06:00 |
|
Cal
|
758ffb80c8
|
update achieve tests
|
2024-03-29 17:02:54 -06:00 |
|
Cal
|
30151b7e1f
|
applying changes from feedback
|
2024-03-29 16:46:45 -06: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
|
05ab1c2a9b
|
Update links pages
|
2024-03-21 22:17:01 +01:00 |
|
Griatch
|
4fb7ca53ed
|
Update CHANGELOG
|
2024-03-21 18:54:00 +01:00 |
|
Griatch
|
55c23099e7
|
Merge pull request #3446 from InspectorCaracal/patch-17
Change comparison for singular vs plural
|
2024-03-21 18:04:15 +01:00 |
|
Griatch
|
802fea0149
|
Merge pull request #3445 from InspectorCaracal/patch-14
Update `get_display_name` docstring
|
2024-03-21 18:02:35 +01:00 |
|
Griatch
|
191b2a4aef
|
Merge pull request #3421 from InspectorCaracal/refactor-object-display
Removes need for hardcoding line breaks into display hooks
|
2024-03-21 17:57:44 +01:00 |
|
homeofpoe
|
21b164f699
|
Update Beginner-Tutorial-Adding-Commands.md
Resolves #3448
|
2024-03-21 09:12:16 -07: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 |
|
Cal
|
054724cc97
|
preserve indentation levels
|
2024-03-20 16:06:42 -06:00 |
|
InspectorCaracal
|
f85ef58795
|
correct singular vs plural choice
|
2024-03-18 14:01:19 -06:00 |
|
InspectorCaracal
|
5972dc909e
|
update get_display_name docstring
|
2024-03-18 12:53:38 -06:00 |
|
Griatch
|
a1e5b356a9
|
More doc updates
|
2024-03-17 17:16:06 +01:00 |
|
Griatch
|
ffde2411dc
|
Update CHANGELOG
|
2024-03-17 17:13:31 +01:00 |
|
Griatch
|
a4812906a9
|
Update installation/tutorial docs
|
2024-03-17 17:13:02 +01:00 |
|
Griatch
|
e25ee5d29c
|
Evennia 4.0.0 major release
|
2024-03-17 14:36:20 +01:00 |
|
Griatch
|
5e8a75ac8b
|
Fix context unittest
|
2024-03-17 12:32:01 +01:00 |
|
Griatch
|
abbe52c72c
|
Fix potential security issue with goldenlayout DOM usage
|
2024-03-17 12:29:13 +01:00 |
|
Griatch
|
a24b384e00
|
Fix bug running website with ssh mud connections active
|
2024-03-17 11:08:04 +01:00 |
|