aboutsummaryrefslogtreecommitdiff
path: root/modules/visual_script (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con...Juan Linietsky2017-01-101-2/+2
* -All types have editable script now in propertiesJuan Linietsky2017-01-092-4/+0
* PopupMenu now emits both index_pressed and id_pressed instead of item_pressed...Juan Linietsky2017-01-081-3/+3
* renamed joystick to joypad everywhere around source code!Juan Linietsky2017-01-083-23/+23
* Editor settings categories are now tidy and beautiful!Juan Linietsky2017-01-051-8/+8
* -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-054-18/+18
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-0216-383/+383
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-012-2/+2
* Add "Positive" operator to VisualScriptGeorge Marques2016-11-111-1/+6
* style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-011-3/+0
* style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-011-2/+2
* Merge pull request #6850 from akien-mga/pr-scsub-shebangRémi Verschelde2016-10-171-0/+2
|\
| * SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-171-0/+2
* | Merge pull request #6692 from bojidar-bg/add-char-to-gd-vs-scriptRémi Verschelde2016-10-172-0/+18
|\ \ | |/ |/|
| * Add `String char(int ascii)` function to GDScript and Visual ScriptBojidar Marinov2016-10-032-0/+18
* | modules: Clone env in each moduleRémi Verschelde2016-10-151-1/+1
|/
* -Cleaned up find/replace bar for replace (made selection only default if sele...Juan Linietsky2016-09-111-0/+1
* Merge pull request #6436 from djrm/iconsRémi Verschelde2016-09-091-1/+1
|\
| * Tweaked some icons, including xform oneDaniel J. Ramirez2016-09-081-1/+1
* | Renamed the bind_native functions to bind_vararg, should make it show the doc...Juan Linietsky2016-09-072-1/+9
|/
* -Added diectly editable expressions on node to VSEditor, closes #6392Juan Linietsky2016-09-063-5/+39
* Changed Vector3.snap from fmod to stepify, which makes more sense, fixes #6399Juan Linietsky2016-09-065-376/+504
* Should Fix Compiling Export TemplatesISylvox2016-09-063-2/+5
* Removed script_variables/ prefix to VS properties, made them easier to access...Juan Linietsky2016-09-042-27/+12
* Added expression nodes to visual script, please test.Juan Linietsky2016-09-046-6/+1727
* small fixJuan Linietsky2016-09-031-0/+1
* Connection hints when connecting to empty space.Juan Linietsky2016-09-038-3/+491
* Made basic call nodes unsequenced, since they are like gdscript and most retu...Juan Linietsky2016-09-031-2/+2
* Basic type constants for visual scriptJuan Linietsky2016-09-023-0/+189
* made visual script switch more flexibleJuan Linietsky2016-09-014-53/+53
* -Modified Input and added is_action_just_pressed() as well as is_action_just_...Juan Linietsky2016-09-012-3/+67
* More improvements to visual script..Juan Linietsky2016-08-319-24/+96
* -Reworked constant nodes betterJuan Linietsky2016-08-317-52/+340
* More visual script improvementsJuan Linietsky2016-08-309-276/+509
* VisualScript: Fixed VariableGet vs VariableSet node names, fixes #6325J08nY2016-08-301-3/+3
* Fixed compilationDaniel J. Ramirez2016-08-291-1/+1
* Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2016-08-291-2/+38
|\
| * Colors for VS sockets and iconsDaniel J. Ramirez2016-08-281-2/+38
* | Several all around fixes to visual scripting (in the process of creating demos)Juan Linietsky2016-08-289-129/+1174
|/
* Merge pull request #6108 from djrm/vs_type_icons_2Rémi Verschelde2016-08-271-2/+2
|\
| * Icons for VScript typesDaniel J. Ramirez2016-08-231-2/+2
* | Even more work on visual script editor:Juan Linietsky2016-08-265-47/+410
* | More visual script workJuan Linietsky2016-08-2513-210/+1419
|/
* Proper function/property selection in visual script editing for property.Juan Linietsky2016-08-238-676/+91
* Brand new networked multiplayerJuan Linietsky2016-08-193-6/+18
* VisualScript: Adding TOOLS_ENABLED flag where needed (#6144)vkbsb2016-08-153-1/+6
* -Show proper node name in subcallJuan Linietsky2016-08-083-1/+17
* Added a simpler way to do sub-functions in both visual and gdscript with the ...Juan Linietsky2016-08-086-1/+202
* Added ability to create custom nodes from script.Juan Linietsky2016-08-075-0/+320
* Automatically turn on process callbacks if relevant callbacks in node existsJuan Linietsky2016-08-071-0/+17