Commit graph

9594 commits

Author SHA1 Message Date
ChrisLR
2ff534c56a Fix ComponentProperty 2024-01-02 10:42:30 -05:00
ChrisLR
74f8715d5a Add cmd_set on load 2024-01-02 10:42:29 -05:00
gas-public-wooden-clean
b6d7c2500a Align character generation tutorial more closely with the code. 2024-01-01 18:22:32 -06:00
gas-public-wooden-clean
ff159e3942 Fix typos. 2024-01-01 18:22:10 -06:00
InspectorCaracal
17d17534a7
Update gitignore 2023-12-27 11:42:07 -07:00
InspectorCaracal
20887ee3a0
start global scripts 2023-12-26 20:11:54 -07:00
homeofpoe
2e4fb69a3d
Update Online-Setup.md
Price changes!  Name changes!

Heficed: https://www.heficed.com/cloud-hosting-pricing/

Chicago IL USA has a 1GB for $5/mo.

Linode pricing based on here: https://www.linode.com/pricing/

Linode is now Akami, and it looks like it will be rolling out more broadly over time: https://www.linode.com/blog/linode/a-bold-new-approach-to-the-cloud/
2023-12-26 12:52:26 -08:00
homeofpoe
7b133e4dbf
Update Installation.md
There were broken links in the code block (```) sections because links aren't processed there.
2023-12-26 12:40:19 -08:00
homeofpoe
9a718c836d
Update Updating-Evennia.md
fix a typo and a link.
2023-12-26 12:32:01 -08:00
alephate
4b4f39d708
Added "where" to stop word filter exceptions. 2023-12-26 14:58:07 -05:00
Cal
7fa0bff98a remove obsolete newline 2023-12-22 12:46:52 -07:00
Cal
4628d86056 update character_creator contrib 2023-12-22 12:32:10 -07:00
InspectorCaracal
8a031192e0
fix _get_cmdset return type 2023-12-21 17:47:42 -07:00
dyfed
4fba0fde64
Add prefix to CmdTunnel implementation
Should fix issue #3374
2023-12-21 16:27:34 -05:00
Cal
e143f47edd fix CmdCreate bugs 2023-12-21 13:07:27 -07:00
iLPdev
7fab91060b
docs(beginner tutorial unit testing): fix typos 2023-12-21 04:35:55 -08:00
Griatch
7a7416b084 Some fixes to doc versioning list, changelog 2023-12-20 23:43:41 +01:00
Griatch
dadc1de6e1 Evennia 3.0.0 major release 2023-12-20 23:02:49 +01:00
Griatch
60b56e6ea6
Merge pull request #3365 from InspectorCaracal/emote-prefix
Add a reference prefix setting to rpsystem
2023-12-20 22:49:19 +01:00
Griatch
833fe5a543
Merge pull request #3353 from InspectorCaracal/webclient-uid
Add a unique ID to each webclient instance
2023-12-20 22:46:27 +01:00
Griatch
c346755d35 Fix typo in legacy doc generator 2023-12-20 20:06:30 +01:00
Griatch
5729fb7c5b Try to fix links to legacy docs 2023-12-20 19:54:15 +01:00
Cal
610e6ad12f cleanup from rebase nightmare 2023-12-20 11:53:50 -07:00
Cal
a0b3b9649b tidy up variable names 2023-12-20 11:22:49 -07:00
InspectorCaracal
96baa05f1d identify cuid in websocket 2023-12-20 11:18:16 -07:00
InspectorCaracal
9a35b269cd make webclient pages unique 2023-12-20 11:18:11 -07:00
Griatch
bbae01d937 Restructure doc versions 2023-12-20 19:13:39 +01:00
Cal
ce04e79d58 fix docstring/help 2023-12-20 10:44:37 -07:00
Griatch
efafbb6342 Update doc version to use "latest" 2023-12-20 18:36:20 +01:00
Griatch
cc82b4659d Update doc release procedure 2023-12-20 17:56:32 +01:00
Griatch
85a0b0940d Add 'building' help-category to building-menu contrib. Resolve #3355 2023-12-20 00:51:22 +01:00
Griatch
255655dffe Use a different base testing class in EvAdventure tutorial. Resolve 2023-12-20 00:44:27 +01:00
Griatch
3727a91c98 Fix web tutorial, outdated mentions of static/template_overrides dir.
Resolve #3368
2023-12-20 00:41:31 +01:00
Griatch
97d908ec55 Fix typo in learnind-typeclasses tutorial. Resolve #3369 2023-12-20 00:23:51 +01:00
Griatch
cd3c5db324 Update CHANGELOG 2023-12-19 23:47:52 +01:00
Griatch
5307a6c547
Merge pull request #3347 from volundmush/generate_default_locks
Improved lock-setting logic
2023-12-19 23:21:59 +01:00
Griatch
51f994a832 More tests with default homes in CI unit tests 2023-12-19 21:46:33 +01:00
Griatch
ea5cd64533 Another test with non-parallel CI unit test builds 2023-12-19 21:40:18 +01:00
Griatch
6d66260aa7 Test with only mysql 2023-12-19 07:39:32 +01:00
Griatch
d34332cd1b Revert CI build changes for more testing 2023-12-19 07:16:02 +01:00
Griatch
20061e9e5c CI build: Different mysql testing db 2023-12-19 00:16:05 +01:00
Griatch
00f70b1eb9 CI build: Different mysql testing db 2023-12-19 00:05:44 +01:00
Griatch
694fe8468d Testing to build an empty mysql db 2023-12-18 23:48:24 +01:00
Griatch
5d580c4c17 More CI testing 2023-12-18 23:34:05 +01:00
Griatch
1a687969c6 Another CI unit test run with no db reuse 2023-12-18 23:07:26 +01:00
Griatch
5d3046942f Test running CI unit tests without parallel running 2023-12-18 21:54:10 +01:00
Griatch
2bed8bdb53 Test with fresh unit test db 2023-12-18 20:51:57 +01:00
Andrew Bastien
b3f4962f7e Added tests for new lock features. 2023-12-16 17:30:44 -05:00
Griatch
9ed810d8ad
Merge pull request #3363 from InspectorCaracal/patch-14
Fix typo in new default AJAX setting
2023-12-16 13:52:28 +01:00
Griatch
268c96130c Fix wrong default path to AJAX client 2023-12-16 13:48:57 +01:00