Age | Commit message (Expand) | Author |
2020-11-20 | doc: Warn about using Node internal processing | Rémi Verschelde |
2020-11-16 | Remove empty lines around braces with the formatting script | Aaron Franke |
2020-11-11 | Refactor variant built-in methods yet again. | reduz |
2020-11-09 | Variant: Sync docs with new constructors, fixups after #43403 | Rémi Verschelde |
2020-11-09 | Variant: Rename Type::_RID to Type::RID | Rémi Verschelde |
2020-11-09 | Refactored variant constructor logic | reduz |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-11-07 | Refactored variant setters/getters | reduz |
2020-11-06 | Refactored Variant Operators. | reduz |
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 |
2020-10-25 | Optimize SVG using `svgcleaner --multipass` | Hugo Locurcio |
2020-10-20 | Removed underscore from GraphEdit begin/end_node_move signals | Yuri Roubinsky |
2020-10-18 | Refactor MethodBind to use variadic templates | reduz |
2020-10-12 | Bind missing constant in VisualScriptPropertyGet | Tomasz Chabora |
2020-10-08 | Merge pull request #42610 from jak6jak/set_values | Rémi Verschelde |
2020-10-06 | added temp variable because *p_inputs[2] is the same as *p_outputs[0] | Jacob Edie |
2020-09-18 | Merge pull request #41861 from Razoric480/fix-vscript-value-by-type | Rémi Verschelde |
2020-09-18 | Add a VScript func to sanitize variant values | Francois Belair |
2020-09-10 | Add main_gutter (breakpoints, bookmarks, execution lines) to code_edit | Paulb23 |
2020-09-03 | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg |
2020-08-31 | Add link titles for all links in the class reference | Hugo Locurcio |
2020-07-27 | Make all String float conversion methods be 64-bit | Aaron Franke |
2020-07-26 | Make unsaved scripts in the script editor more user-friendly | Andrii Doroshenko (Xrayez) |
2020-07-26 | Merge pull request #33760 from nekomatata/script-editor-init-optimization | Rémi Verschelde |
2020-07-22 | VisualScript: Fix -Wduplicate-branches warning | Rémi Verschelde |
2020-07-17 | Optimized ScriptEditor initialization when many scripts are loaded | PouleyKetchoupp |
2020-07-11 | Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter | Paulb23 |
2020-07-11 | Expose Syntax highlighter for editor plugins | Paulb23 |
2020-07-11 | Convert syntax highlighters into a resource | Paulb23 |
2020-07-10 | Add override keywords. | Marcel Admiraal |
2020-06-17 | DocData: Skip language-specific ClassDoc without methods/constants | Rémi Verschelde |
2020-06-04 | Merge pull request #39041 from swarnimarun/patch-1 | Rémi Verschelde |
2020-05-28 | Use translated docs in PropertySelector | Rémi Verschelde |
2020-05-25 | Fix crashing of VisualScript due to... | Swarnim Arun |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-14 | Enforce use of bool literals instead of integers | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine | Rémi Verschelde |
2020-04-28 | Rename InputFilter back to Input | Rémi Verschelde |
2020-04-21 | Add ability to bind typed arrays to script API | Juan Linietsky |
2020-04-14 | Change MATH_POSMOD return type back to INT | Nico Mitchell |
2020-04-13 | Change round return type to float | Nico Mitchell |
2020-04-12 | Merge pull request #37542 from swarnimarun/patch_vs_02 | Rémi Verschelde |
2020-04-10 | Merge pull request #37530 from swarnimarun/patch_vs_01 | Rémi Verschelde |
2020-04-06 | Remove Node.get_position_in_parent() | Tomasz Chabora |
2020-04-03 | Update vsnodes on editing vs variables | Swarnim Arun |
2020-04-03 | VisualScript styling for new Variant Types | Swarnim Arun |
2020-04-02 | Deconstruct VSNodes for new Variant types | Swarnim Arun |