aboutsummaryrefslogtreecommitdiff
path: root/modules/visual_script (follow)
Commit message (Expand)AuthorAgeFilesLines
* Overloaded basic math funcs (double and float variants). Use real_t rather th...Ferenc Arn2017-01-161-31/+31
* Merge pull request #7532 from tagcup/pcg_prngRémi Verschelde2017-01-161-2/+2
|\
| * Replace the existing PRNG (Xorshift31) with (minimal) PCG (XSH-RR variant wit...Ferenc Arn2017-01-151-2/+2
* | Style: Fix statements ending with ';;'Rémi Verschelde2017-01-162-3/+3
* | Style: Cleanups, added headers, renamed filesRémi Verschelde2017-01-161-1/+1
|/
* Style: Fix whole-line commented codeRémi Verschelde2017-01-144-8/+10
* rename Input.get_mouse_speed() to Input.get_last_mouse_speed()Juan Linietsky2017-01-131-2/+2
* some class renamesJuan Linietsky2017-01-122-7/+7
* Both Array and Dictionary are always in shared mode (removed copy on write).Juan Linietsky2017-01-111-3/+3
* Merge pull request #7093 from bojidar-bg/named-colorsRémi Verschelde2017-01-112-2/+25
|\
| * Add named colors to GDScript/Visual Script/core.Bojidar Marinov2016-12-172-2/+25
* | Type renames:Juan Linietsky2017-01-115-25/+25
* | 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