summaryrefslogtreecommitdiffstats
path: root/modules/enet/doc_classes
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix ENet max clients highest value.Fabio Alessandrelli2020-01-031-1/+1
| | | | | Was 4096, while actually it's 4095. Fixed now in both docs and `create_server` check.
* Add ENet option to disable server relaying.Fabio Alessandrelli2019-11-271-0/+3
| | | | | It's useless when building fully authoritative servers, and prevents various kinds of abuse.
* doc: Fix parsing of self-closing XML tagsRémi Verschelde2019-09-241-2/+2
| | | | | | | Follow-up to #31925, `<member />` tags just before `</members>` would cause a parsing issue, and we'd never notice that we're no longer parsing members. Also added space before closing `/>`.
* Run doctool after overridden properties changesBojidar Marinov2019-09-041-0/+2
|
* doc: Remove hardcoded default values from descriptionsRémi Verschelde2019-06-301-2/+2
| | | | They are now generated automatically by doctool.
* doc: Add default values to all propertiesRémi Verschelde2019-06-301-4/+4
| | | | Thanks to @bojidar-bg's impressive work in #29380.
* Proofread and improve the whole class referenceHugo Locurcio2019-06-271-11/+11
| | | | | | | | | | | | | - Document a few more properties and methods - Add more information to many classes - Fix lots of typos and gramar mistakes - Use [code] tags for parameters consistently - Use [b] and [i] tags consistently - Put "Warning:" and "Note:" on their own line to be more visible, and make them always bold - Tweak formatting in code examples to be more readable - Use double quotes consistently - Add more links to third-party technologies
* doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinksRémi Verschelde2019-06-271-3/+3
|
* Fix typos with codespellRémi Verschelde2019-05-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using codespell 1.15.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang curvelinear doubleclick leapyear lod merchantibility nd numer ois ony que seeked synching te uint unselect webp EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ```
* Merge pull request #28125 from KoBeWi/code_true_codeRémi Verschelde2019-04-221-1/+1
|\ | | | | Consistently wrap booleans in [code]
| * Consistently wrap booleans in [code]Tomasz Chabora2019-04-171-1/+1
| |
* | doc: Drop unused <demos> tagRémi Verschelde2019-04-191-2/+0
|/
* doc: Bump version to 3.2Rémi Verschelde2019-04-011-1/+1
|
* doc: Sync classref with current sourceRémi Verschelde2019-02-181-1/+1
|
* doc: Fix wrong references found by Sphinx and new makerst.pyRémi Verschelde2019-01-071-1/+1
|
* doc: Use HTTPS for docs.godotengine.org and point to latest branchRémi Verschelde2018-11-051-1/+1
| | | | Fixes #23509.
* [Docs] Fix some broken linksKelly Thomas2018-10-061-1/+1
|
* Misc. typosluz.paz2018-09-121-1/+1
| | | Found via `codespell -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"`
* Add support for tutorial links to makerst.pyrobojumper2018-06-121-2/+2
| | | | Also change the <tutorials> structure to make use of individual <link> tags
* Expose channels in NetworkedMultiplayerENetFabio Alessandrelli2018-05-121-0/+23
|
* Document websocket module, further document enetFabio Alessandrelli2018-05-081-2/+35
|
* [DOCS] Net.MultiplayerEnet: List returned errorsMax Hilbrunner2018-03-131-2/+2
|
* [DOCS] NetworkedMultiplayerENetMax Hilbrunner2018-03-021-3/+13
|
* doc: Remove status from hardcoded version stringRémi Verschelde2018-02-271-1/+1
| | | | It has no practical use case and just generates noise for each alpha, beta, etc.
* doc: Update version string in headerRémi Verschelde2018-02-191-1/+1
|
* doc: Sync with current sourceRémi Verschelde2018-01-251-1/+1
| | | | | | Also enhance RigidBody docs as per https://github.com/godotengine/godot-docs/pull/1018 and fix the version tag in all files (not really stable yet, but it makes no sense to hardcode rc3 at this stage).
* doc: Update version string in XMLRémi Verschelde2018-01-131-1/+1
|
* Update docsBojidar Marinov2018-01-121-14/+4
| | | | [ci skip]
* doc: Fix enum tags thanks to 2bc6db6Rémi Verschelde2017-11-241-5/+5
|
* doc: Update header version for 3.0-betaRémi Verschelde2017-11-241-1/+1
|
* doc: Make all module docs self-containedRémi Verschelde2017-11-151-0/+85