| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove obsolete "dectime" method | Aaron Franke | 2021-07-30 | 1 | -40/+37 |
| | | | | | Replaced by "move_toward" | ||||
| * | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde | 2021-07-30 | 8 | -414/+207 |
| | | | | | | | | | For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there. | ||||
| * | Merge pull request #48972 from ↵ | Rémi Verschelde | 2021-07-21 | 1 | -2/+38 |
| |\ | | | | | | | DavidCambre/Expose_VisualScriptCustomNode_TypeHints_m | ||||
| | * | expose type hints for VisualScriptCustomNode | David Cambré | 2021-07-21 | 1 | -2/+38 |
| | | | | | | | | | Co-Authored-By: Rémi Verschelde <rverschelde@gmail.com> | ||||
| * | | Document remaining Visual Script classes | Tomasz Chabora | 2021-07-13 | 17 | -0/+120 |
| | | | |||||
| * | | Better format arguments in variant parser | Michael Alexsander Silva Dias | 2021-06-18 | 3 | -3/+3 |
| | | | |||||
| * | | Fix default value binding in VisualScriptFunctionState | George Marques | 2021-06-14 | 1 | -1/+1 |
| | | | |||||
| * | | Rename Reference to RefCounted | Pedro J. Estébanez | 2021-06-11 | 1 | -1/+1 |
| | | | |||||
| * | | Let var2str display StringName with correct sigil | Jonathan Gollnick | 2021-06-10 | 12 | -17/+17 |
| | | | |||||
| * | | Style: Cleanup uses of double spaces between words | Rémi Verschelde | 2021-06-07 | 1 | -1/+1 |
| |/ | | | | | Or after punctuation. Tried to leave third-party stuff alone, unless it has been heavily modified for Godot. | ||||
| * | Replace ColorN and from HTML with a string constructor | Aaron Franke | 2021-02-01 | 1 | -9/+5 |
| | | |||||
| * | Merge pull request #44914 from swarnimarun/master-visualscript-refactor | Rémi Verschelde | 2021-01-04 | 1 | -81/+53 |
| |\ | | | | | Fix doc for the VisualScript class after #39649 PR | ||||
| | * | Fix doc for the VisualScript class. | Swarnim Arun | 2021-01-05 | 1 | -81/+53 |
| | | | |||||
| * | | doc: Sync classref with current source | Rémi Verschelde | 2021-01-04 | 1 | -1/+1 |
| |/ | |||||
| * | doc: Warn about using Node internal processing | Rémi Verschelde | 2020-11-20 | 1 | -1/+1 |
| | | | | | | | | | 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.) | ||||
| * | Variant: Sync docs with new constructors, fixups after #43403 | Rémi Verschelde | 2020-11-09 | 1 | -21/+18 |
| | | | | | | Change DocData comparators for MethodDoc and ArgumentDoc to get a better ordering of constructors. | ||||
| * | Exposed randi_range to global funcs + renamed rand_range to randf_range | Yuri Roubinsky | 2020-11-06 | 1 | -36/+39 |
| | | |||||
| * | doc: Sync classref with current source + fixup some bindings | Rémi Verschelde | 2020-11-04 | 1 | -0/+2 |
| | | | | | Includes various changes triggered by the refactoring of method bindings. | ||||
| * | Add link titles for all links in the class reference | Hugo Locurcio | 2020-08-31 | 1 | -1/+1 |
| | | | | | | This makes them display in a nicer way in the editor help. (The title will display instead of the full URL.) | ||||
| * | DocData: Skip language-specific ClassDoc without methods/constants | Rémi Verschelde | 2020-06-17 | 1 | -15/+0 |
| | | | | | Removes the useless `@C#`, `@NativeScript` and `@VisualScript` entries. | ||||
| * | doc: Sync classref with StringName/Callable changes | Rémi Verschelde | 2020-02-22 | 14 | -66/+66 |
| | | |||||
| * | doc: Sync classref with current source | Rémi Verschelde | 2020-02-18 | 1 | -2/+2 |
| | | | | | Handle removal of Pool*Array types and other recent changes. | ||||
| * | Remove deprecated decimals builtin | Rémi Verschelde | 2020-02-12 | 1 | -1/+1 |
| | | | | | Replaced by 'step_decimals' in 3.2 via #21425. | ||||
| * | Update docs to version 4.0 | clayjohn | 2020-01-31 | 48 | -48/+48 |
| | | |||||
| * | doc: Drop unused 'category' property from header | Rémi Verschelde | 2020-01-26 | 48 | -48/+48 |
| | | | | | | | | | | | 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. | ||||
| * | doc: Misc updates for AnimationNode* and others | Rémi Verschelde | 2020-01-23 | 3 | -11/+11 |
| | | | | | | | | | | | | | | - 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`. | ||||
| * | doc: Markup fixes for enums and constants | Rémi Verschelde | 2019-12-06 | 1 | -5/+5 |
| | | |||||
| * | doc: Sync classref with current source | Rémi Verschelde | 2019-09-27 | 1 | -16/+16 |
| | | | | | And various fixes to bindings, hyperlinks and an uninitialized variable. | ||||
| * | Visualscript editor graph unification & refactoring | Swarnim Arun | 2019-09-26 | 2 | -0/+110 |
| | | | | | 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 | ||||
| * | doc: Sync classref with current source | Rémi Verschelde | 2019-09-24 | 1 | -1/+3 |
| | | | | | Fix a few missing bindings or unspecified argument names and default values. | ||||
| * | doc: Sync classref with current source | Rémi Verschelde | 2019-07-22 | 1 | -0/+1 |
| | | |||||
| * | Added lerp_angles built-in function | Chaosus | 2019-07-20 | 1 | -1/+4 |
| | | | | | | Co-authored-by: Xrayez <https://github.com/Xrayez> Co-authored-by: DleanJeans <https://github.com/DleanJeans> | ||||
| * | doc: Sync classref with current source | Rémi Verschelde | 2019-07-15 | 1 | -1/+1 |
| | | |||||
| * | doc: Remove null default values that can't be determined | Rémi Verschelde | 2019-06-30 | 7 | -17/+17 |
| | | | | | Applying #30187. | ||||
| * | doc: Add default values to all properties | Rémi Verschelde | 2019-06-30 | 28 | -65/+65 |
| | | | | | Thanks to @bojidar-bg's impressive work in #29380. | ||||
| * | Proofread and improve the whole class reference | Hugo Locurcio | 2019-06-27 | 4 | -10/+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: Don't use `GlobalScope` scope in hyperlinks, it's automatically inferred | Rémi Verschelde | 2019-06-27 | 1 | -1/+1 |
| | | |||||
| * | doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinks | Rémi Verschelde | 2019-06-27 | 2 | -4/+4 |
| | | |||||
| * | doc: Complete and harmonize all _MAX constant descriptions | Rémi Verschelde | 2019-06-27 | 2 | -1/+2 |
| | | |||||
| * | doc: Improve docs for Resource* classes | Rémi Verschelde | 2019-06-18 | 1 | -0/+15 |
| | | | | | | Also move module-specific classes to their own module's `doc_classes` folder. | ||||
| * | Added move_toward functions for float, Vector2 and Vector3 | Giacom | 2019-05-28 | 1 | -36/+39 |
| | | |||||
| * | 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 | 45 | -90/+0 |
| |/ | |||||
| * | Merge pull request #27231 from Chaosus/smoothstep | Rémi Verschelde | 2019-04-08 | 1 | -1/+8 |
| |\ | | | | | Added smoothstep built-in function | ||||
| | * | Added smoothstep built-in function | Chaosus | 2019-04-07 | 1 | -1/+8 |
| | | | |||||
| * | | doc: Bump version to 3.2 | Rémi Verschelde | 2019-04-01 | 45 | -45/+45 |
| |/ | |||||
| * | doc: Misc formatting fixes | Rémi Verschelde | 2019-02-10 | 1 | -1/+1 |
| | | |||||
| * | doc: Fix wrong references found by new makerst.py | Rémi Verschelde | 2019-01-07 | 3 | -4/+4 |
| | | | | | Thanks @PJB3005 | ||||
| * | doc: Sync classref with current source | Rémi Verschelde | 2018-12-27 | 1 | -1/+1 |
| | | | | | Fix various code formatting issues and argument names. | ||||
