Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix ENet max clients highest value. | Fabio Alessandrelli | 2020-01-03 | 1 | -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 Alessandrelli | 2019-11-27 | 1 | -0/+3 | |
| | | | | | It's useless when building fully authoritative servers, and prevents various kinds of abuse. | |||||
* | doc: Fix parsing of self-closing XML tags | Rémi Verschelde | 2019-09-24 | 1 | -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 changes | Bojidar Marinov | 2019-09-04 | 1 | -0/+2 | |
| | ||||||
* | doc: Remove hardcoded default values from descriptions | Rémi Verschelde | 2019-06-30 | 1 | -2/+2 | |
| | | | | They are now generated automatically by doctool. | |||||
* | doc: Add default values to all properties | Rémi Verschelde | 2019-06-30 | 1 | -4/+4 | |
| | | | | Thanks to @bojidar-bg's impressive work in #29380. | |||||
* | Proofread and improve the whole class reference | Hugo Locurcio | 2019-06-27 | 1 | -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] hyperlinks | Rémi Verschelde | 2019-06-27 | 1 | -3/+3 | |
| | ||||||
* | Fix typos with codespell | Rémi Verschelde | 2019-05-19 | 1 | -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_code | Rémi Verschelde | 2019-04-22 | 1 | -1/+1 | |
|\ | | | | | Consistently wrap booleans in [code] | |||||
| * | Consistently wrap booleans in [code] | Tomasz Chabora | 2019-04-17 | 1 | -1/+1 | |
| | | ||||||
* | | doc: Drop unused <demos> tag | Rémi Verschelde | 2019-04-19 | 1 | -2/+0 | |
|/ | ||||||
* | doc: Bump version to 3.2 | Rémi Verschelde | 2019-04-01 | 1 | -1/+1 | |
| | ||||||
* | doc: Sync classref with current source | Rémi Verschelde | 2019-02-18 | 1 | -1/+1 | |
| | ||||||
* | doc: Fix wrong references found by Sphinx and new makerst.py | Rémi Verschelde | 2019-01-07 | 1 | -1/+1 | |
| | ||||||
* | doc: Use HTTPS for docs.godotengine.org and point to latest branch | Rémi Verschelde | 2018-11-05 | 1 | -1/+1 | |
| | | | | Fixes #23509. | |||||
* | [Docs] Fix some broken links | Kelly Thomas | 2018-10-06 | 1 | -1/+1 | |
| | ||||||
* | Misc. typos | luz.paz | 2018-09-12 | 1 | -1/+1 | |
| | | | Found via `codespell -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"` | |||||
* | Add support for tutorial links to makerst.py | robojumper | 2018-06-12 | 1 | -2/+2 | |
| | | | | Also change the <tutorials> structure to make use of individual <link> tags | |||||
* | Expose channels in NetworkedMultiplayerENet | Fabio Alessandrelli | 2018-05-12 | 1 | -0/+23 | |
| | ||||||
* | Document websocket module, further document enet | Fabio Alessandrelli | 2018-05-08 | 1 | -2/+35 | |
| | ||||||
* | [DOCS] Net.MultiplayerEnet: List returned errors | Max Hilbrunner | 2018-03-13 | 1 | -2/+2 | |
| | ||||||
* | [DOCS] NetworkedMultiplayerENet | Max Hilbrunner | 2018-03-02 | 1 | -3/+13 | |
| | ||||||
* | doc: Remove status from hardcoded version string | Rémi Verschelde | 2018-02-27 | 1 | -1/+1 | |
| | | | | It has no practical use case and just generates noise for each alpha, beta, etc. | |||||
* | doc: Update version string in header | Rémi Verschelde | 2018-02-19 | 1 | -1/+1 | |
| | ||||||
* | doc: Sync with current source | Rémi Verschelde | 2018-01-25 | 1 | -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 XML | Rémi Verschelde | 2018-01-13 | 1 | -1/+1 | |
| | ||||||
* | Update docs | Bojidar Marinov | 2018-01-12 | 1 | -14/+4 | |
| | | | | [ci skip] | |||||
* | doc: Fix enum tags thanks to 2bc6db6 | Rémi Verschelde | 2017-11-24 | 1 | -5/+5 | |
| | ||||||
* | doc: Update header version for 3.0-beta | Rémi Verschelde | 2017-11-24 | 1 | -1/+1 | |
| | ||||||
* | doc: Make all module docs self-contained | Rémi Verschelde | 2017-11-15 | 1 | -0/+85 | |