Cory F. Cohen
|
a05ec09f51
|
Fix various typos in several files.
All are in comments and docstrings, and none should be controversial
in any way (e.g. British versus American spelling).
|
2022-06-21 21:12:45 -04:00 |
|
Griatch
|
421229d280
|
Merge pull request #2775 from hellgheast/beginner-tutorial-typos
Beginner tutorial typos
|
2022-06-21 08:10:56 +02:00 |
|
Griatch
|
1d8fa44418
|
Merge pull request #2773 from InspectorCaracal/links-doc-update
Update the Links page
|
2022-06-20 21:48:42 +02:00 |
|
InspectorCaracal
|
c10121bde2
|
remove IRC, update docker-compose
|
2022-06-20 13:32:33 -06:00 |
|
Griatch
|
ba2319c19f
|
Merge pull request #2772 from avalonhope/develop
Adding unit tests for script search
|
2022-06-20 21:12:01 +02:00 |
|
Hellgheast
|
ac3830fdf8
|
doc : sethelp removed the /add switch
|
2022-06-20 19:38:20 +02:00 |
|
Hellgheast
|
87402e1c8a
|
doc: Correction of red_button calls
|
2022-06-20 19:18:16 +02:00 |
|
Hellgheast
|
4fdbae04c2
|
doc: Fixing bodyfunctions script call
|
2022-06-20 19:05:18 +02:00 |
|
Hellgheast
|
1e66de58ab
|
Update Building-Quickstart.md
Changing the description command to desc (which exist in dev-1.0)
|
2022-06-20 18:45:20 +02:00 |
|
InspectorCaracal
|
8c612fd3e3
|
add discord relay
|
2022-06-17 13:25:09 -06:00 |
|
InspectorCaracal
|
342c8a6218
|
match line-item syntax, alphabetize
|
2022-06-17 13:22:32 -06:00 |
|
InspectorCaracal
|
ef6080ea43
|
Update and reorganize Links
|
2022-06-17 13:17:36 -06:00 |
|
Avalon Hope
|
87d77c6105
|
Adding unit tests for script search
|
2022-06-17 09:35:02 +01:00 |
|
Griatch
|
a83f21ef2f
|
Apply black to cleanup code
|
2022-06-12 09:46:48 +02:00 |
|
Griatch
|
45ed27c7f1
|
Another update to the readme
|
2022-06-12 01:05:00 +02:00 |
|
Griatch
|
9c09d3a893
|
Update to readme
|
2022-06-12 00:56:01 +02:00 |
|
Griatch
|
b1d611c6ca
|
Merge pull request #2764 from InspectorCaracal/fix-text2html-normal
Fix ANSI_NORMAL override in text2html
|
2022-06-12 00:48:28 +02:00 |
|
Griatch
|
517ec5d4d5
|
Update FuncParser docs
|
2022-06-12 00:40:36 +02:00 |
|
Griatch
|
f5d0018c8e
|
Merge branch 'funcparser-fix-2737' of https://github.com/ChrisLR/evennia into ChrisLR-funcparser-fix-2737
|
2022-06-12 00:01:13 +02:00 |
|
Griatch
|
ff877b9671
|
Fix bug in 'Attribute-with-hidden-object' deserializer
|
2022-06-12 00:00:12 +02:00 |
|
InspectorCaracal
|
f676a7aac9
|
fix ANSI_NORMAL override in text2html
resets states on ANSI_NORMAL flag regardless of `clean` status
|
2022-06-09 15:50:16 -06:00 |
|
ChrisLR
|
f47beb6751
|
Changed parser to escape properly using alternating " or '
|
2022-06-06 16:23:36 -04:00 |
|
Griatch
|
f8e29f6f10
|
Updated CHANGELOG
|
2022-06-04 13:24:06 +02:00 |
|
Griatch
|
1fc5b36dcd
|
Merge branch 'options_formatter' of https://github.com/InspectorCaracal/evennia into InspectorCaracal-options_formatter
|
2022-06-04 13:21:17 +02:00 |
|
Griatch
|
e752db07d2
|
Update CHANGELOG
|
2022-06-04 13:15:44 +02:00 |
|
Griatch
|
cd503cd9fd
|
Ran black on text2html file for PEP8 cleanup
|
2022-06-04 13:14:37 +02:00 |
|
Griatch
|
5df72530c6
|
Merge branch 'text2html_rewrite' of https://github.com/InspectorCaracal/evennia into InspectorCaracal-text2html_rewrite
|
2022-06-04 13:04:30 +02:00 |
|
Griatch
|
379f2b63ab
|
Update CHANGELOG
|
2022-06-04 13:03:42 +02:00 |
|
Griatch
|
62bfa3e8f4
|
Merge pull request #2728 from InspectorCaracal/rpsystem-sdesc
Streamline `rpsystem` sdesc processing
|
2022-06-04 13:01:34 +02:00 |
|
Griatch
|
044ca714a6
|
Merge pull request #2750 from InspectorCaracal/fix-webclient-server-echo
Fix webclient error on server-side echo
|
2022-06-02 08:35:05 +02:00 |
|
Bruno Briante
|
8f0329fbaf
|
fix google style URL on CODING_STYLE.md
|
2022-06-02 08:30:53 +02:00 |
|
Griatch
|
c39845c43b
|
Fix doc build for no-db case
|
2022-06-02 00:10:57 +02:00 |
|
Griatch
|
d9cd9e59f3
|
Update changelog with pickle improvement; update Attribute docs
|
2022-06-01 22:35:17 +02:00 |
|
Griatch
|
825d5d49e7
|
Merge branch 'develop' of github.com:evennia/evennia into develop
|
2022-06-01 22:04:57 +02:00 |
|
Griatch
|
2269a9b1ef
|
Add custom de/serializer methods for embedded dbobjs in Attribute pickling
|
2022-06-01 22:04:54 +02:00 |
|
InspectorCaracal
|
232d80041a
|
check if cmdid has callback
|
2022-06-01 12:48:18 -06:00 |
|
InspectorCaracal
|
a5c6a3ece7
|
update and simplify options_formatter
|
2022-05-31 23:23:59 -06:00 |
|
Griatch
|
04cd67459b
|
Merge pull request #2748 from ChrisLR/bugfix-2747-get-by-tag
Bugfix 2747 get_by_tag category list fails on None
|
2022-05-31 21:21:26 +02:00 |
|
ChrisLR
|
f961db6e29
|
Remove sorted from unique categories as the order is not important
|
2022-05-31 12:08:50 -04:00 |
|
ChrisLR
|
796d12a906
|
Add failing test case about searching with none categories
|
2022-05-31 12:08:16 -04:00 |
|
Griatch
|
668720a4c4
|
Merge pull request #2745 from InspectorCaracal/schedule-script-fixes
Schedule and Global Script fixes
|
2022-05-27 10:58:55 +02:00 |
|
Griatch
|
6dc361ecf2
|
Merge pull request #2743 from owllex/dict_merge
Implement dict update operator (|) for _SaverDict
|
2022-05-27 10:57:09 +02:00 |
|
Griatch
|
a39472476e
|
Update Link page (sync from master pages)
|
2022-05-27 10:49:46 +02:00 |
|
Griatch
|
abe350cfc2
|
Merge pull request #2735 from InspectorCaracal/fix_nattr_indent
Fix NAttr indents on examine
|
2022-05-27 10:45:48 +02:00 |
|
InspectorCaracal
|
44a53e3750
|
start all global scripts
|
2022-05-25 21:10:53 -06:00 |
|
InspectorCaracal
|
96835fa445
|
fix obsolete .restart calls
|
2022-05-25 21:09:00 -06:00 |
|
Owllex
|
97c0d7eb30
|
Implement dict update operator (|) for savers.
|
2022-05-22 00:22:12 -07:00 |
|
InspectorCaracal
|
4db12d15c0
|
don't need logger anymore
|
2022-05-09 16:57:46 -06:00 |
|
InspectorCaracal
|
6046f279eb
|
updat text2html tests
|
2022-05-09 16:22:16 -06:00 |
|
InspectorCaracal
|
684e80bca0
|
rewrite color/style replacement
|
2022-05-09 16:20:34 -06:00 |
|