Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the Unicode "multiply" sign for the "A x B" visual script node | Hugo Locurcio | 2019-11-15 | 1 | -1/+1 |
| | |||||
* | Merge pull request #32853 from OsamaElHariri/visual_script_setter_props_fix | Rémi Verschelde | 2019-11-07 | 1 | -1/+5 |
|\ | | | | | Set the properties of a Set node after add_node | ||||
| * | Set the properties of a Set node after add_node | Osama El Hariri | 2019-10-28 | 1 | -1/+5 |
| | | |||||
* | | Merge pull request #33238 from qarmin/other_fixes | Rémi Verschelde | 2019-11-01 | 1 | -0/+1 |
|\ \ | | | | | | | Fix some crashes, overflows and using variables without values | ||||
| * | | Fix some crashes, overflows and using variables without values | Rafał Mikrut | 2019-11-01 | 1 | -0/+1 |
| | | | |||||
* | | | Fix: typo atleast -> at least | Omicron | 2019-11-01 | 1 | -2/+2 |
|/ / | | | | | Typo found in source string, reported by linux-man on weblate | ||||
* / | i18n: Sync translation template with current source | Rémi Verschelde | 2019-10-29 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #32830 from ↵ | Rémi Verschelde | 2019-10-15 | 1 | -8/+0 |
|\ | | | | | | | | | timoschwarzer/remove-redundant-compiler-directives Remove redundant compiler directives | ||||
| * | Remove redundant compiler directives | Timo Schwarzer | 2019-10-14 | 1 | -8/+0 |
| | | | | | | | | Closes #32817 | ||||
* | | Small fixes to redundand code, copy paste bugs | qarmin | 2019-10-14 | 2 | -2/+2 |
|/ | |||||
* | Remove dependency on the editor directory being in the build's include path. | Marcel Admiraal | 2019-10-10 | 2 | -2/+2 |
| | | | | | | | - Add or remove the necessary subdirectorires to the includes to remove dependency on the editor directory being in the build's include path. - Ensure includes in modified files conform to style guideline. - Remove editor from the build include path. | ||||
* | Make VisualScript check inheritance for port info | Aaron Franke | 2019-10-09 | 1 | -2/+2 |
| | |||||
* | Fix theme in visual script dialogs (at startup) | Chaosus | 2019-09-30 | 1 | -0/+2 |
| | |||||
* | Merge pull request #32402 from YeldhamDev/fix_vs_add_function | Rémi Verschelde | 2019-09-29 | 2 | -47/+56 |
|\ | | | | | Fix VS editor's "Create Function" dialog | ||||
| * | Fix VS editor's "Create Function" dialog | Michael Alexsander Silva Dias | 2019-09-28 | 2 | -47/+56 |
| | | |||||
* | | Deconstruct node for Visualscript | Swarnim Arun | 2019-09-29 | 3 | -16/+48 |
|/ | | | | Adds deconstruct nodes for the built-in types and adds default text to function rename_input_box for the visualscript. | ||||
* | Merge pull request #32398 from YeldhamDev/cleanup_vs_editor_left | Rémi Verschelde | 2019-09-28 | 2 | -26/+17 |
|\ | | | | | Cleanup VS editor's left menu | ||||
| * | Cleanup VS editor's left menu | Michael Alexsander Silva Dias | 2019-09-27 | 2 | -26/+17 |
| | | |||||
* | | Fix Edit function button | Swarnim Arun | 2019-09-28 | 1 | -1/+1 |
| | | |||||
* | | doc: Sync classref with current source | Rémi Verschelde | 2019-09-27 | 3 | -25/+27 |
|/ | | | | And various fixes to bindings, hyperlinks and an uninitialized variable. | ||||
* | Visualscript editor graph unification & refactoring | Swarnim Arun | 2019-09-26 | 12 | -682/+2660 |
| | | | | 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. | ||||
* | Merge pull request #30852 from swarnimarun/vs_tools_script | Rémi Verschelde | 2019-09-22 | 4 | -2/+27 |
|\ | | | | | Tool Mode for Visualscript | ||||
| * | Tool Mode for Visualscript | Swarnim Arun | 2019-09-21 | 4 | -2/+27 |
| | | | | | | | | Add the ability to VisualScript to function in Tool mode aka the Editor itself similar to GDScript or Mono | ||||
* | | Merge pull request #30982 from iwek7/feature/skip_breakpoints | Rémi Verschelde | 2019-09-04 | 1 | -2/+2 |
|\ \ | | | | | | | Adds skip-breakpoints feature | ||||
| * | | Adds skip-breakpoints feature | iwek7 | 2019-09-03 | 1 | -2/+2 |
| | | | |||||
* | | | Implemented `ord` function in VisualScript | 64epicks | 2019-09-03 | 2 | -0/+33 |
|/ / | |||||
* | | Fix resizer icon visiblity on light theme in GraphNode | Chaosus89 | 2019-09-01 | 1 | -0/+1 |
| | | |||||
* | | Plugin support for visual shaders | Yuri Roubinski | 2019-08-14 | 1 | -1/+1 |
| | | |||||
* | | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/' | Robin Hübner | 2019-08-12 | 1 | -22/+9 |
| | | |||||
* | | Add some code changes/fixes proposed by Coverity and Clang Tidy | qarmin | 2019-08-07 | 1 | -6/+8 |
| | | |||||
* | | Add descriptive tooltips in VS editor | Emmanuel Barroga | 2019-07-31 | 1 | -4/+4 |
|/ | | | | | | | | | In the Visual Script editor, the override icon is not very clear what it's intended purpose is for. Currently, its tooltip just says: "Function:" which is the same tooltip as the "add new function" icon. To resolve this issue, this PR adds descriptive tooltips to the following icons in the Visual Script editor: -Override Function -Add Function -Add Variable -Add Signal | ||||
* | doc: Sync classref with current source | Rémi Verschelde | 2019-07-22 | 2 | -1/+2 |
| | |||||
* | Merge pull request #30693 from Chaosus/lerp_angle | Rémi Verschelde | 2019-07-20 | 3 | -10/+20 |
|\ | | | | | Added lerp_angle built-in function | ||||
| * | Added lerp_angles built-in function | Chaosus | 2019-07-20 | 3 | -10/+20 |
| | | | | | | | | | | Co-authored-by: Xrayez <https://github.com/Xrayez> Co-authored-by: DleanJeans <https://github.com/DleanJeans> | ||||
* | | Merge pull request #30576 from qarmin/lgtm_coverage | Rémi Verschelde | 2019-07-20 | 4 | -6/+2 |
|\ \ | |/ |/| | Changed some code reported by LGTM and Coverity | ||||
| * | Changed some code showed in LGTM and Coverage | qarmin | 2019-07-20 | 4 | -6/+2 |
| | | |||||
* | | Merge pull request #23310 from aaronfranke/posmod-int | Rémi Verschelde | 2019-07-19 | 2 | -89/+43 |
|\ \ | | | | | | | Add integer posmod and rename default arg names | ||||
| * | | Add integer posmod and rename default arg names | Aaron Franke | 2019-07-18 | 2 | -89/+43 |
| | | | | | | | | | | | | | | | "posmod" is the integer version of "fposmod". We do not need a "mod" because of the % operator. I changed the default arg names from "x" and "y" to "a" and "b" because they are not coordinates. I also changed pow's arg names to "base" and "exp". Also, I reorganized the code in the VS built-in funcs switch statement. | ||||
* | | | Visualscript: Add types for base type get and set. | K. S. Ernest (iFIre) Lee | 2019-07-19 | 1 | -9/+23 |
|/ / | |||||
* / | doc: Sync classref with current source | Rémi Verschelde | 2019-07-15 | 1 | -1/+1 |
|/ | |||||
* | Use base `Color()` constructors instead of `Color::html()` | Hugo Locurcio | 2019-07-08 | 1 | -74/+74 |
| | | | | | This results in slightly smaller binaries (-17 KB for an editor binary) as no strings need to be allocated. | ||||
* | Fixes minor issues found by static analyzer | qarmin | 2019-07-07 | 3 | -10/+2 |
| | |||||
* | Merge pull request #29333 from hbina/fix_double_click_when_no_edited_func | Rémi Verschelde | 2019-07-01 | 1 | -1/+3 |
|\ | | | | | fixed an issue with double clicking available node in VisualScriptEditor | ||||
| * | fixed an issue where there is no edited function but user double clicks on ↵ | hbina085 | 2019-05-30 | 1 | -1/+3 |
| | | | | | | | | an available functions | ||||
* | | 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. | ||||
* | | Add support for creating editor icons per module | Andrii Doroshenko (Xrayez) | 2019-06-28 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | The functionality is similar to how `doc_classes` are retrieved per module. The build system will search for custom icons path defined per module via `get_icons_path()` method in `config.py` or default icons path. If such paths don't exist, only the editor's own icons will be built. Most module icons were moved from editor/icons to respective modules. | ||||
* | | 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 |
| | |