| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add support for tutorial links to makerst.py | robojumper | 2018-06-12 | 1 | -1/+1 |
| | | | | | Also change the <tutorials> structure to make use of individual <link> tags | ||||
| * | Remove incorrect & potentially confusing references to Euler | Will Vincent | 2018-04-15 | 2 | -3/+3 |
| | | | | | | | 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. | ||||
| * | doc: Remove status from hardcoded version string | Rémi Verschelde | 2018-02-27 | 45 | -45/+45 |
| | | | | | 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 | 45 | -45/+45 |
| | | |||||
| * | doc: Fix references to online tutorials after godotengine/godot-docs#1015 | Rémi Verschelde | 2018-01-25 | 1 | -1/+1 |
| | | |||||
| * | doc: Sync with current source | Rémi Verschelde | 2018-01-25 | 45 | -45/+45 |
| | | | | | | | 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: Replace some more "val" with "value" + sync | Rémi Verschelde | 2018-01-17 | 1 | -1/+1 |
| | | |||||
| * | Filled tutorial field in most relevent classes. | Juan Linietsky | 2018-01-15 | 1 | -0/+1 |
| | | | | | Added tutorial display in doc. | ||||
| * | doc: Update version string in XML | Rémi Verschelde | 2018-01-13 | 45 | -45/+45 |
| | | |||||
| * | Update docs | Bojidar Marinov | 2018-01-12 | 1 | -14/+2 |
| | | | | | [ci skip] | ||||
| * | doc: Sync classref after a496dd4d, removing NOEDITOR properties from doc | Rémi Verschelde | 2017-12-07 | 8 | -42/+42 |
| | | |||||
| * | doc: Fix enum tags thanks to 2bc6db6 | Rémi Verschelde | 2017-11-24 | 9 | -119/+119 |
| | | |||||
| * | doc: Remove setters and getters now exposed via properties/members | Rémi Verschelde | 2017-11-24 | 29 | -938/+0 |
| | | |||||
| * | doc: Update header version for 3.0-beta | Rémi Verschelde | 2017-11-24 | 45 | -45/+45 |
| | | |||||
| * | doc: Sync classref with current source | Rémi Verschelde | 2017-11-24 | 2 | -18/+18 |
| | | |||||
| * | Add cartesian to polar conversion functions | pablotato | 2017-11-20 | 1 | -22/+28 |
| | | |||||
| * | doc: Make all module docs self-contained | Rémi Verschelde | 2017-11-15 | 44 | -0/+3005 |
| | | |||||
| * | Create API to add and remove VisualScript custom nodes | George Marques | 2017-11-15 | 1 | -0/+46 |
| This makes a VisualScriptEditor singleton, which gives plugins the ability to register their own custom nodes. Those will be available for insertion in the Visual Script editor, under the "Custom Nodes" category. | |||||
