Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-29 | Remove some redundant lines | James Buck | |
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 | |||
2019-03-04 | calculate inputs count from arg types instead of names | Marcin Zawiejski | |
2019-03-04 | Fix default values not being read correctly in VisualScript | Bojidar Marinov | |
Fixes #25889 | |||
2019-02-27 | Fix -Wsign-compare warnings. | marxin | |
I decided to modify code in a defensive way. Ideally functions like size() or length() should return an unsigned type. | |||
2019-02-21 | Make translatable some undo/redo operations in the editor | Michael Alexsander Silva Dias | |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin | |
Fixes #25316. | |||
2019-02-10 | doc: Misc formatting fixes | Rémi Verschelde | |
2019-01-07 | doc: Fix wrong references found by new makerst.py | Rémi Verschelde | |
Thanks @PJB3005 | |||
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2018-12-27 | doc: Sync classref with current source | Rémi Verschelde | |
Fix various code formatting issues and argument names. | |||
2018-12-20 | doc: Add missing commas after "If true/false" | Rémi Verschelde | |
2018-12-09 | Merge pull request #20609 from YeldhamDev/menu_hover_explicit | Rémi Verschelde | |
Make opening menus with the same parent on mouse focus explicit | |||
2018-11-27 | Allow signal connecting even if script is invalid (only when compiled with ↵ | Juan Linietsky | |
tools), fixes #17070 | |||
2018-11-21 | add undeclared function params of VisualScriptEditor::_selected_method , ↵ | Liangdi | |
Fixes #23475 | |||
2018-11-20 | Make opening menus with the same parent on mouse focus explicit | Michael Alexsander Silva Dias | |
2018-11-20 | doc: Another indentation fixup | Rémi Verschelde | |
2018-11-06 | Merge pull request #23537 from fire/visualscript-virtual-_function-crash-23536 | Rémi Verschelde | |
Fix creating a visual script virtual function after minimizing crashes #23536 and misc vs warning | |||
2018-11-06 | Fix empty script interface crash on tscn load. | K. S. Ernest (iFire) Lee | |
Add fail conditions to protect the visual script function and also fix the initiating cause. | |||
2018-11-05 | On virtual method creation cancel don't do anything. | K. S. Ernest (iFire) Lee | |
2018-11-05 | doc: Use HTTPS for docs.godotengine.org and point to latest branch | Rémi Verschelde | |
Fixes #23509. | |||
2018-10-28 | Updates visualscript editor when theme is changed | Chaosus | |