| Commit message (Expand) | Author | Age | Files | Lines |
* | Abstracted the syntax highlighter from text edit | Paulb23 | 2018-04-02 | 1 | -0/+6 |
* | Merge pull request #15379 from ianb96/delete_key_fix | Rémi Verschelde | 2018-02-14 | 1 | -6/+38 |
|\ |
|
| * | Filesystem and Visual Script Members keyboard shortcuts fix | Ian | 2018-01-06 | 1 | -6/+38 |
* | | Make sure PropertyHint matches in the VisualScript editor. | K. S. Ernest (iFire) Lee | 2018-01-15 | 1 | -1/+2 |
* | | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
|/ |
|
* | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
* | Merge pull request #14754 from willnationsdev/dictionary-copy | Rémi Verschelde | 2017-12-17 | 1 | -3/+3 |
|\ |
|
| * | Dictionary::copy -> ::duplicate | Will Nations | 2017-12-17 | 1 | -3/+3 |
* | | Now every variant type has its icon. | Daniel J. Ramirez | 2017-12-17 | 1 | -8/+8 |
* | | General use Variant type icons, plus other icon updates. | Daniel J. Ramirez | 2017-12-17 | 1 | -52/+52 |
|/ |
|
* | Made Vector::ptrw explicit for writing, compiler was sometimes using the wron... | Juan Linietsky | 2017-11-25 | 1 | -1/+1 |
* | Merge pull request #11933 from cxong/master | Juan Linietsky | 2017-11-21 | 1 | -3/+3 |
|\ |
|
| * | Use "Command" for OSX in translation strings (#1619) | Cong | 2017-10-13 | 1 | -3/+3 |
* | | Rename Rect3 to AABB. | Ferenc Arn | 2017-11-17 | 1 | -2/+2 |
* | | Create API to add and remove VisualScript custom nodes | George Marques | 2017-11-15 | 1 | -0/+43 |
* | | Properly fix node path selection in input ports, closes #12152 | Juan Linietsky | 2017-11-12 | 1 | -0/+17 |
* | | (VS) Add space after "=" sign in variable list | homer666 | 2017-10-17 | 1 | -1/+1 |
|/ |
|
* | VS now supports white themes. | Daniel J. Ramirez | 2017-10-02 | 1 | -51/+105 |
* | Added correct initialization for script editor theme. | Daniel J. Ramirez | 2017-10-02 | 1 | -13/+3 |
* | Remove unecessary anchors&margins set causing bad display (sons of containers) | Gilles Roudiere | 2017-09-27 | 1 | -1/+0 |
* | Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres... | Gilles Roudiere | 2017-09-22 | 1 | -1/+1 |
* | Rename pos to position in user facing methods and variables | letheed | 2017-09-20 | 1 | -11/+11 |
* | Improved VisualScriptEditor | Daniel J. Ramirez | 2017-09-14 | 1 | -10/+25 |
* | Merge pull request #11076 from hpvb/fix-10935 | Rémi Verschelde | 2017-09-13 | 1 | -294/+303 |
|\ |
|
| * | Fix crash on wrong type drag into the vs editor | Hein-Pieter van Braam | 2017-09-09 | 1 | -294/+303 |
* | | Improved VS node coloring | Daniel J. Ramirez | 2017-09-12 | 1 | -9/+23 |
* | | Improved theme generation, and other fixes | Daniel J. Ramirez | 2017-09-12 | 1 | -1/+1 |
* | | Many fixes to visual script, changed virtuals override for a proper selector. | Juan Linietsky | 2017-09-12 | 1 | -107/+70 |
|/ |
|
* | Fix. resizeable -> resizable. | Daniel J. Ramirez | 2017-09-03 | 1 | -1/+1 |
* | Fix files header | Poommetee Ketson | 2017-09-01 | 1 | -1/+1 |
* | Renamed 'script_changed' signal in the script editor plugin to 'edited_script... | Wilson E. Alvarez | 2017-08-29 | 1 | -12/+12 |
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
* | Editor: Add some more translatable strings. | Andreas Haas | 2017-08-25 | 1 | -18/+18 |
* | Convert Object::cast_to() to the static version | Hein-Pieter van Braam | 2017-08-24 | 1 | -34/+27 |
* | VisualScriptEditor: Remove Node when canceling PropertySelector. | Andreas Haas | 2017-08-22 | 1 | -0/+8 |
* | Merge pull request #10455 from groud/control_margin_fixes | Rémi Verschelde | 2017-08-20 | 1 | -1/+0 |
|\ |
|
| * | Some control fixes and removed useless lines | Gilles Roudiere | 2017-08-19 | 1 | -1/+0 |
* | | -Volume sliders, mute, solo and fx bypass are functional, closes #9021 | Juan Linietsky | 2017-08-18 | 1 | -1/+1 |
* | | Update script signals in real-time when script changes. Fixes #8980 | Juan Linietsky | 2017-08-18 | 1 | -1/+12 |
|/ |
|
* | Merge pull request #10307 from Rubonnek/update-argument-names | Rémi Verschelde | 2017-08-16 | 1 | -6/+6 |
|\ |
|
| * | Updated function argument names | Wilson E. Alvarez | 2017-08-12 | 1 | -6/+6 |
* | | Replace GUI anchor type by a float between 0 and 1 | Gilles Roudiere | 2017-08-13 | 1 | -1/+1 |
|/ |
|
* | Properly rename visual script functions, fixed #6076 | Juan Linietsky | 2017-08-08 | 1 | -2/+14 |
* | Makes all Godot API's methods Lower Case | Indah Sylvia | 2017-08-07 | 1 | -2/+2 |
* | Do not allow multiple data connections to the same data input slot, fixes #63... | Daniel J. Ramirez | 2017-07-27 | 1 | -0/+10 |
* | Icons can now be added inside line edits (Search icon). | Daniel J. Ramirez | 2017-07-19 | 1 | -4/+1 |
* | Improvements and fixes for the default theme. | Daniel J. Ramirez | 2017-07-16 | 1 | -3/+4 |
* | -Many fixes to VisualScript, fixed property names, etc. | Juan Linietsky | 2017-06-30 | 1 | -120/+184 |
* | Merge pull request #9038 from AlexHolly/rect2-rename-pos | Rémi Verschelde | 2017-06-05 | 1 | -1/+1 |
|\ |
|
| * | renamed all Rect2.pos to Rect2.position | alexholly | 2017-06-04 | 1 | -1/+1 |