Commit Graph

140 Commits

Author SHA1 Message Date
01a907d9fb Add back in 2025-11-19 22:24:32 -07:00
5da870beab Clarify caller keyword requirement 2025-11-19 01:44:09 -07:00
a00a7503fb Merge pull request #3786 from Problematic/patch-1
Update Locks.md
2025-04-26 13:02:06 +02:00
761886a477 Update Locks.md
Include description of tag lockfuncs
2025-04-10 12:53:07 -06:00
8d7a19136d Resolving Syntax Error in Spawner/Prototypes Doc 2025-03-30 18:51:07 -07:00
a921660fd0 Make tutorial-world buildable by Developer.
Make use of .ndb.batch_batchmode to avoid affecting the builder (document this). Resolve #3688.
Clean up OnDemandTasks' categories before saving, in case it was an object that was deleted
2025-01-18 16:03:20 +01:00
0984fccafb fix: remove erroneous links from the documentation
Sphinx assumes that WORD.py should be a link to https://WORD.py .

This is not a problem in most of the documentation, since Sphinx won't
turn those python filenames into links when they are wrapped in
backticks, like `WORD.py`. Unfortunately, not always that was being
done, and so there were several wrong, broken links in the
documentation.

This patch wraps all the occurrences I've found of this case with
backticks, not only making the documentation more readible and
homogeneous, but more importantly getting rid of those unwanted links
in the generated HTML version of the documentation.
2024-10-26 17:45:14 +01:00
7395d7091d Cleanup in Tags documentation 2024-10-18 14:49:01 +02:00
546d5c9239 Update FuncParser.md 2024-09-05 09:56:00 +02:00
54a0e8c9b1 Typo fix on FuncParser.md 2024-09-05 09:54:25 +02:00
ae14ffb998 Minor typo fixes in documentation 2024-09-05 09:26:45 +02:00
86c65b08d7 Fix default locktype index for help entries in docs. Resolve #3562 2024-06-27 17:30:55 +02:00
7b299f2cad Make all model .created_date properties resolve to TIME_ZONE time zone. Resolve #3522. 2024-06-14 23:44:41 +02:00
Cal
f755f052d3 add mapping support, pronoun conjugation to actor stance callables 2024-04-21 15:18:09 -06:00
505310cf25 Correct help for editor's paste command 2024-03-31 15:42:37 +11:00
34b5f1133c Pass kwargs from get_stages/dt to staging callable in ondemandhandler 2024-03-11 22:09:17 +01:00
6e6ab208a6 Start implementing ai-states for beginner tutorial 2024-03-10 23:18:22 +01:00
cc8584f839 Another typo fix on OnDemandHandler page 2024-02-25 21:49:41 +01:00
1ca384ac60 Fixing typos/expanding on the OnDemandHandler doc page 2024-02-25 21:38:55 +01:00
577f66c3ec Correct django querying example. Resolve #3422 2024-02-25 18:25:57 +01:00
96702e948c Typo correction of OnDemandHandler.md
Small Typo - registes to registers
2024-02-04 12:16:50 +11:00
42aba18ada Add OnDemandHandler to support on-demand timers easier 2024-02-04 00:38:47 +01:00
6764d99455 Merge pull request #3351 from InspectorCaracal/docs-patch-1
Update documentation references to `develop`
2023-12-02 21:33:34 +01:00
3add3168ea Update Lock documentation. Update CHANGELOG 2023-12-02 19:19:29 +01:00
7164e689c8 update references to develop 2023-11-29 20:42:22 -07:00
98fa66b419 Spruce up the EvMenu tooltips a bit 2023-08-20 17:24:12 +02:00
22424d3dc5 Fix link in spawner doc. Resolve #3183 2023-08-06 17:55:40 +02:00
4a0e71278d Simplify the Funcparser page (mostly done already). Resolve #3152. 2023-08-06 16:49:27 +02:00
f78d4abcdd Fix unit tests. Make TagCategoryProperty return tags set by other means. 2023-06-04 22:19:57 +02:00
030887dd21 Add TagCategoryProperty. 2023-05-21 21:02:38 +02:00
474e848433 Merge pull request #3169 from Dpeta/docs
Fix a few documentation typos
2023-04-29 07:52:20 +02:00
b65827c827 Fix a few docs typos. 2023-04-16 22:50:33 +02:00
d47e0e057d Removes extra whitespace 2023-04-10 12:18:30 +02:00
112880a1c1 Capitalizes 'Room' 2023-04-10 12:18:01 +02:00
3d214609fc Adds some notes and a cross-reference in Rooms documentaion. 2023-04-10 12:14:39 +02:00
0749c3aa80 Add example diagram to Evmenu doc 2023-03-27 08:04:20 +02:00
e492a92b61 Some cleanup in the beginner tutorial's first lessons 2023-03-24 22:46:37 +01:00
cd7f34ee14 Fix mention of guest in permission docs. Resolve #3141 2023-03-23 23:40:34 +01:00
2f14b978b6 Update tickerhandler docs. Resolve #3148 2023-03-19 23:13:46 +01:00
965e2f7ce7 Split Exit/Rooms/Characters into seaprate doc pages. Describe desc templating. Resolve #3134 2023-03-18 12:09:42 +01:00
596a081a64 Fix evmenu doc example 2023-03-17 22:19:09 +01:00
fe546c888d Auto-remapped old django docs to new version. Resolve #3126 2023-03-04 19:49:23 +01:00
0e71e00fae Elaborate more on protfunc usage. Resolve #3108 2023-02-26 10:42:39 +01:00
a0133e4286 Explain in docs why AttributePropety.at_get/set are not called if accessing attribute from AttributeHandler. Resolve #3034. 2023-02-25 20:23:29 +01:00
00c2c92472 Fix various typos 2023-01-30 16:53:32 +13:00
5d0db7fb3b Add note about NAttribute and lingering database object references. Resolve #3087 2023-01-28 22:57:07 +01:00
3ba6bc5468 Add attr= support to create_channel. Resolve #3078 2023-01-15 14:26:31 +01:00
35beeb2ae7 Minor grammar error fix 2022-12-30 14:54:50 +01:00
f468005a34 Prep docs for branch move 2022-12-03 13:44:11 +01:00
c6e3ee7589 Update and link new discord docs; reformat code for PEP8 2022-12-01 00:20:26 +01:00