Commit graph

5216 commits

Author SHA1 Message Date
Chiizujin
6782f7d635 Change get and drop to use funcparser embeds 2022-12-15 11:49:46 +11:00
Chiizujin
a331e059be Merge upstream into get_drop_name 2022-12-15 11:34:12 +11:00
Griatch
e15aebdf86 Merge pull request #3028 from InspectorCaracal/discord-bugs
Rework Discord reconnection logic
2022-12-14 22:28:52 +01:00
Griatch
8b37ade957 Merge pull request #3030 from homeofpoe/patch-17
Update README.md
2022-12-14 21:25:22 +01:00
Griatch
1e00068768 Merge pull request #3022 from chiizujin/help_typos
Fix help typos
2022-12-14 21:02:16 +01:00
homeofpoe
cd55e1f3eb Update README.md
Fix a typo
2022-12-14 11:02:45 -08:00
InspectorCaracal
1c6dd6cdc0 run black 2022-12-13 21:16:34 -07:00
InspectorCaracal
f204535baf reset reconnecting factory's internal delay 2022-12-13 21:13:53 -07:00
InspectorCaracal
8a97051218 remove auto-reconnecting logic 2022-12-12 22:35:40 -07:00
Chiizujin
c1e9b5ecbe Update unit tests for get_numbered_name() change 2022-12-10 14:48:54 +11:00
Chiizujin
a6947bfda0 Change get, drop, inv to use get_numbered_name() 2022-12-10 12:48:48 +11:00
Griatch
b637afa8cf Fix puppet me bug. Resolve #3023 2022-12-10 00:12:33 +01:00
Chiizujin
f2a6126438 Fix help typos 2022-12-08 14:12:46 +11:00
Griatch
8122c4f942 Evennia 1.0.1 bug fix release 2022-12-07 20:39:44 +01:00
Griatch
cd07c78240 Ran formatter 2022-12-07 19:35:06 +01:00
Griatch
045a83c6cc Fix justify m_len call. Fixes #3019 2022-12-07 19:34:27 +01:00
InspectorCaracal
eabfede7ec fix excessive Discord reconnects 2022-12-03 10:35:16 -07:00
Griatch
08e80f2739 launcher unit test fix 2022-12-03 16:58:29 +01:00
Griatch
bef46e9983 Evennia 1.0 release 2022-12-03 16:46:51 +01:00
Griatch
8164b75c93 Update the example file-help entries 2022-12-03 16:24:21 +01:00
Griatch
6b82d04a8c Correctly route twisted logs at startup for new game folder 2022-12-03 15:26:01 +01:00
Griatch
e2b4a9cf19 Add missing methods to _SaverSet. Resolve #3007 2022-12-03 13:04:31 +01:00
Griatch
d15b2201a0 Remove game template init file; Run black. Resolve #3014 2022-12-03 12:35:00 +01:00
Griatch
07935f68a3 Version 1.0rc10, py3.10 min 2022-12-03 10:06:25 +01:00
Griatch
d3be746969 Merge pull request #3011 from InspectorCaracal/discord-patch-2
Minor Discord bugfixes and polish
2022-12-02 22:09:28 +01:00
Avalon Hope
f6ffd1b889 Merge pull request #5 from avalonhope/avalonhope-patch-search-object-attribute
Add unit test for seaching for objects by attribute
2022-12-02 15:13:51 +00:00
InspectorCaracal
d483c3d8d3 minor discord bugfixes and polish 2022-12-01 21:50:19 -07:00
Griatch
626f258ecd Add german translation (Zhuraj) 2022-12-02 00:21:49 +01:00
Griatch
cdcafcf14d Merge pull request #2924 from ChrisLR/godot-client
Godot client contrib
2022-12-01 19:07:45 +01:00
ChrisLR
05b5a78a6d Add examples 2022-12-01 12:13:38 -05:00
Avalon Hope
bc2478ca9f Update test_search.py 2022-12-01 14:14:25 +00:00
InspectorCaracal
6874dec2f3 fix breaking kwarg changes 2022-11-30 20:12:41 -07:00
Griatch
c6e3ee7589 Update and link new discord docs; reformat code for PEP8 2022-12-01 00:20:26 +01:00
Griatch
a71534cc3b Merge pull request #3001 from InspectorCaracal/discord-integration
Add discord chat integration
2022-11-30 23:55:39 +01:00
InspectorCaracal
049e40910b update for removal of /name 2022-11-30 15:39:22 -07:00
InspectorCaracal
e8d0754d7d addressing requested changes 2022-11-29 16:33:12 -07:00
Griatch
a31804665c Merge pull request #3004 from InspectorCaracal/InspectorCaracal-patch-1
Fix typo in nick command
2022-11-29 09:00:59 +01:00
InspectorCaracal
87867509cc add retry for discord server error codes 2022-11-28 23:05:26 -07:00
InspectorCaracal
66801c395b Update general.py 2022-11-28 20:18:41 -07:00
InspectorCaracal
9a225c7ad4 add tests for new command 2022-11-28 18:29:58 -07:00
Griatch
8cc13d4cf5 Fix bug in tags= search method 2022-11-28 21:44:59 +01:00
Griatch
caa7347fab Add AT_EXIT_TRAVERSE signal. Resolve #2687 2022-11-28 21:40:20 +01:00
Griatch
3084da788f Add consistent script ordering in script search. Resolve #2045 2022-11-28 21:07:44 +01:00
Griatch
65ec944af0 Add tags= search criterion to DefaultObject.search. Resolve #2142 2022-11-28 20:35:34 +01:00
Griatch
89d1336cda Apply black 2022-11-28 19:55:02 +01:00
InspectorCaracal
4e7222ea7f cleanup and comments 2022-11-27 22:56:13 -07:00
ChrisLR
50f6182770 More docs adjustment 2022-11-27 18:30:44 -05:00
ChrisLR
5b45e40144 Added docstring 2022-11-27 17:08:41 -05:00
ChrisLR
bc825941d8 Rewrote comment to docstring 2022-11-27 16:50:02 -05:00
ChrisLR
b0d0e65b42 Removed explicit inheritance 2022-11-27 16:48:13 -05:00