Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-20 | doc: Warn about using Node internal processing | Rémi Verschelde | |
See #43689. Also 'fixed' some spelling for behavior in publicly visible strings. (Sorry en_GB, en_CA, en_AU, and more... Silicon Valley won the tech spelling war.) | |||
2020-11-09 | Variant: Sync docs with new constructors, fixups after #43403 | Rémi Verschelde | |
Change DocData comparators for MethodDoc and ArgumentDoc to get a better ordering of constructors. | |||
2020-11-06 | Exposed randi_range to global funcs + renamed rand_range to randf_range | Yuri Roubinsky | |
2020-11-04 | doc: Sync classref with current source + fixup some bindings | Rémi Verschelde | |
Includes various changes triggered by the refactoring of method bindings. | |||
2020-08-31 | Add link titles for all links in the class reference | Hugo Locurcio | |
This makes them display in a nicer way in the editor help. (The title will display instead of the full URL.) | |||
2020-06-17 | DocData: Skip language-specific ClassDoc without methods/constants | Rémi Verschelde | |
Removes the useless `@C#`, `@NativeScript` and `@VisualScript` entries. | |||
2020-02-22 | doc: Sync classref with StringName/Callable changes | Rémi Verschelde | |
2020-02-18 | doc: Sync classref with current source | Rémi Verschelde | |
Handle removal of Pool*Array types and other recent changes. | |||
2020-02-12 | Remove deprecated decimals builtin | Rémi Verschelde | |
Replaced by 'step_decimals' in 3.2 via #21425. | |||
2020-01-31 | Update docs to version 4.0 | clayjohn | |
2020-01-26 | doc: Drop unused 'category' property from header | Rémi Verschelde | |
We already removed it from the online docs with #35132. Currently it can only be "Built-In Types" (Variant types) or "Core" (everything else), which is of limited use. We might also want to consider dropping it from `ClassDB` altogether in Godot 4.0. | |||
2020-01-23 | doc: Misc updates for AnimationNode* and others | Rémi Verschelde | |
- Add some missing descriptions. - Add links to tutorials for ARVR and AnimationTree. - Style fixes. - Engine changes: * Make `AnimationNodeTransition.input_<number>` properties internal so that they don't appear in the docs. They still appear in the inspector based on the actual number of inputs requested. * Drop unimplemented `CPUParticles.flatness`. It's only used for 3D particles in `ParticlesMaterial`, and thus only relevant for `CPUParticles3D`. | |||
2019-12-06 | doc: Markup fixes for enums and constants | Rémi Verschelde | |
2019-09-27 | doc: Sync classref with current source | Rémi Verschelde | |
And various fixes to bindings, hyperlinks and an uninitialized variable. | |||
2019-09-26 | Visualscript editor graph unification & refactoring | Swarnim Arun | |
Removes the need to have separate graphs per function for the VisualScript Nodes, and refactoring UI and other improvements such as fuzzy search, right click search boxes and in-graph editable nodes | |||
2019-09-24 | doc: Sync classref with current source | Rémi Verschelde | |
Fix a few missing bindings or unspecified argument names and default values. | |||
2019-07-22 | doc: Sync classref with current source | Rémi Verschelde | |
2019-07-20 | Added lerp_angles built-in function | Chaosus | |
Co-authored-by: Xrayez <https://github.com/Xrayez> Co-authored-by: DleanJeans <https://github.com/DleanJeans> | |||
2019-07-15 | doc: Sync classref with current source | Rémi Verschelde | |
2019-06-30 | doc: Remove null default values that can't be determined | Rémi Verschelde | |
Applying #30187. | |||
2019-06-30 | doc: Add default values to all properties | Rémi Verschelde | |
Thanks to @bojidar-bg's impressive work in #29380. | |||
2019-06-27 | Proofread and improve the whole class reference | Hugo Locurcio | |
- 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 | |||
2019-06-27 | doc: Don't use `GlobalScope` scope in hyperlinks, it's automatically inferred | Rémi Verschelde | |
2019-06-27 | doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinks | Rémi Verschelde | |
2019-06-27 | doc: Complete and harmonize all _MAX constant descriptions | Rémi Verschelde | |
2019-06-18 | doc: Improve docs for Resource* classes | Rémi Verschelde | |
Also move module-specific classes to their own module's `doc_classes` folder. | |||
2019-05-28 | Added move_toward functions for float, Vector2 and Vector3 | Giacom | |
2019-04-22 | Merge pull request #28125 from KoBeWi/code_true_code | Rémi Verschelde | |
Consistently wrap booleans in [code] | |||
2019-04-19 | doc: Drop unused <demos> tag | Rémi Verschelde | |
2019-04-17 | Consistently wrap booleans in [code] | Tomasz Chabora | |
2019-04-08 | Merge pull request #27231 from Chaosus/smoothstep | Rémi Verschelde | |
Added smoothstep built-in function | |||
2019-04-07 | Added smoothstep built-in function | Chaosus | |
2019-04-01 | doc: Bump version to 3.2 | Rémi Verschelde | |
2019-02-10 | doc: Misc formatting fixes | Rémi Verschelde | |
2019-01-07 | doc: Fix wrong references found by new makerst.py | Rémi Verschelde | |
Thanks @PJB3005 | |||
2018-12-27 | doc: Sync classref with current source | Rémi Verschelde | |
Fix various code formatting issues and argument names. | |||
2018-12-20 | doc: Add missing commas after "If true/false" | Rémi Verschelde | |
2018-11-20 | doc: Another indentation fixup | Rémi Verschelde | |
2018-11-05 | doc: Use HTTPS for docs.godotengine.org and point to latest branch | Rémi Verschelde | |
Fixes #23509. | |||
2018-06-12 | Add support for tutorial links to makerst.py | robojumper | |
Also change the <tutorials> structure to make use of individual <link> tags | |||
2018-04-15 | Remove incorrect & potentially confusing references to Euler | Will Vincent | |
e is referred to as Euler’s number, so technically the MATH_EXP description in VisualScript doc was not incorrect, though could potentially lead to confusion. e is different from Euler’s constant however, making the existing GDScript exp & VisualScriptMathConstant descriptions nvalid. | |||
2018-02-27 | doc: Remove status from hardcoded version string | Rémi Verschelde | |
It has no practical use case and just generates noise for each alpha, beta, etc. | |||
2018-02-19 | doc: Update version string in header | Rémi Verschelde | |
2018-01-25 | doc: Fix references to online tutorials after godotengine/godot-docs#1015 | Rémi Verschelde | |
2018-01-25 | doc: Sync with current source | Rémi Verschelde | |
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). | |||
2018-01-17 | doc: Replace some more "val" with "value" + sync | Rémi Verschelde | |
2018-01-15 | Filled tutorial field in most relevent classes. | Juan Linietsky | |
Added tutorial display in doc. | |||
2018-01-13 | doc: Update version string in XML | Rémi Verschelde | |
2018-01-12 | Update docs | Bojidar Marinov | |
[ci skip] | |||
2017-12-07 | doc: Sync classref after a496dd4d, removing NOEDITOR properties from doc | Rémi Verschelde | |