Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-01 | Merge pull request #29333 from hbina/fix_double_click_when_no_edited_func | Rémi Verschelde | |
fixed an issue with double clicking available node in VisualScriptEditor | |||
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-28 | Add support for creating editor icons per module | Andrii Doroshenko (Xrayez) | |
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. | |||
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-26 | Some code changed with Clang-Tidy | qarmin | |
2019-06-20 | Merge pull request #29283 from qarmin/fix_some_always_same_values | Rémi Verschelde | |
Remove always true/false values | |||
2019-06-20 | Fix always true/false values | qarmin | |
2019-06-19 | Made use of semicolons more consitent, fixed formatting | JohnJLight | |
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-06-17 | Merge pull request #28766 from pgoral/editor_validation_issue | Rémi Verschelde | |
Changing method signature in other class in not recognized in working… | |||
2019-06-11 | Merge pull request #29262 from DarknessCatt/issue-27476 | Rémi Verschelde | |
Automatically add new line to scripts | |||
2019-06-01 | Merge pull request #27789 from Giacom/move_towards | Rémi Verschelde | |
Added move_toward functions for float, Vector2 and Vector3 | |||
2019-05-30 | fixed an issue where there is no edited function but user double clicks on ↵ | hbina085 | |
an available functions | |||
2019-05-29 | Automatically add new line to scripts | Matheus Lima Cunha | |
2019-05-29 | Changing method signature in other class in not recognized in working class ↵ | Goral | |
in typed GDScript #28685 | |||
2019-05-29 | Remove some redundant lines | James Buck | |
2019-05-28 | Added move_toward functions for float, Vector2 and Vector3 | Giacom | |
2019-05-28 | Merge pull request #28606 from bojidar-bg/25889-indexed-set-defaults | Rémi Verschelde | |
Fix default values not being read correctly in VS, take two | |||
2019-05-24 | Merge pull request #28836 from Jummit/vs-fix-default-call-modes | Rémi Verschelde | |
Change the call mode to self when adding nodes via the node search | |||
2019-05-24 | Merge pull request #28980 from Jummit/vs-rename-change-base-type | Rémi Verschelde | |
Fix VisualScript Change Base Type title | |||
2019-05-20 | Merge pull request #27886 from LeonardMeagher2/obj_to_string | Rémi Verschelde | |
Allow overriding how scripted objects are converted to strings | |||
2019-05-20 | Fix history state setup in VisualScript | Swarnim Arun | |
2019-05-18 | Fix VisualScript Change Base Type title | Jummit | |
2019-05-12 | change call mode to self when adding nodes with node search | Jummit | |
fixes #28614 | |||
2019-05-03 | Allow overriding how scripted objects are converted to strings | Leonard Meagher | |
solves #26796 - ADD `String to_string()` method to Object which can be overriden by `String _to_string()` in scripts - ADD `String to_string(r_valid)` method to ScriptInstance to allow langauges to control how scripted objects are converted to strings - IMPLEMENT to_string for GDScriptInstance, VisualScriptInstance, and NativeScriptInstance - ADD Documentation about `Object.to_string` and `Object._to_string` - Changed `Variant::operator String` to use `obj->to_string()` | |||
2019-05-02 | Fix default values not being read correctly in VS, take two | Bojidar Marinov | |
Fixes #25889. | |||
2019-05-01 | VS: Give the generic search the current base type. | K. S. Ernest (iFire) Lee | |
2019-05-01 | VS: Better ux | K. S. Ernest (iFire) Lee | |
* In VS functions' put the current node type first. * Cleanup and merge property and method sections. | |||
2019-05-01 | Change order of Visual Script Search. | K. S. Ernest (iFire) Lee | |
Previously: * vs nodes * properties * methods Now: * properties * methods * vs nodes | |||
2019-04-30 | Merge pull request #27707 from Calinou/tweak-message-wording | Rémi Verschelde | |
Improve wording of various messages and make casing more consistent | |||
2019-04-23 | Added a marker in text_edit that tells which row is executing. | Rikhardur Bjarni Einarsson | |
2019-04-22 | Merge pull request #28125 from KoBeWi/code_true_code | Rémi Verschelde | |
Consistently wrap booleans in [code] | |||
2019-04-22 | Merge pull request #28162 from Jummit/vs-new-nodes-at-cursor | Rémi Verschelde | |
Position nodes added from the generic search to the position the cursor was when opening the search | |||
2019-04-21 | Improve wording of various messages and make casing more consistent | Hugo Locurcio | |
This also adds the number of selected projects to the confirmation dialog that appears before removing projects. | |||
2019-04-19 | doc: Drop unused <demos> tag | Rémi Verschelde | |
2019-04-18 | position nodes from the generic search at the cursor | Jummit | |
2019-04-17 | Consistently wrap booleans in [code] | Tomasz Chabora | |
2019-04-09 | Style: Apply new changes from clang-format 8.0 | Rémi Verschelde | |
It seems to stay compatible with formatting done by clang-format 6.0 and 7.0, so contributors can keep using those versions for now (they will not undo those changes). | |||
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-06 | Merge pull request #26609 from nekomatata/shadow_offset | Timo | |
Support for shadow offset in box style | |||
2019-04-01 | Merge pull request #27485 from Faless/io/encode_decode_safety_pr | Rémi Verschelde | |
Safer encode/decode variant. | |||
2019-04-01 | Add object encoding param to serialization methods | Fabio Alessandrelli | |
Network peers get_var/put_var File get_var/store_var GDScript/Mono/VisualScript bytes2var/var2bytes Add MultiplayerAPI.allow_object_decoding member which deprecates PacketPeer.allow_object_decoding. Break ABI compatibaility (API compatibility for GDNative). | |||
2019-04-01 | doc: Bump version to 3.2 | Rémi Verschelde | |
2019-03-19 | Properly handle different border widths in rounded corner aa | PouleyKetchoupp | |
Note: removed (unused and not implemented) support for multiple border colors | |||
2019-03-04 | Merge pull request #26608 from dragmz/fix22231 | Rémi Verschelde | |
Calculate inputs count from arg types instead of names |