summaryrefslogtreecommitdiffstats
path: root/modules/visual_script
Commit message (Expand)AuthorAgeFilesLines
...
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-2010-304/+160
* Merge pull request #8631 from volzhs/editor-theme-customRémi Verschelde2017-05-201-2/+2
|\
| * Revert "Add new editor and default theme (WIP)"volzhs2017-05-031-2/+2
* | Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-171-3/+0
|/
* Add new editor and default theme (WIP)Daniel J. Ramirez2017-04-271-2/+2
* Merge pull request #8417 from neikeq/hello-thereRémi Verschelde2017-04-204-14/+15
|\
| * External editor improvements and fixesIgnacio Etcheverry2017-04-174-14/+15
* | Convert indent on savePaulb232017-04-182-0/+8
* | Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-101-3/+3
|/
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-0818-0/+18
* Fix typos in source code using codespellRémi Verschelde2017-03-242-2/+2
* Make Create New Node dialog resizable and burninate old dialogRay Koopa2017-03-181-1/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-0517-7166/+5686
* Add a bunch of missing Godot headers in own filesRémi Verschelde2017-03-0516-3/+458
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-052-6/+6
* Added missing FIXMEs in PR #7878Ferenc Arn2017-03-021-1/+1
* Merge pull request #7878 from RebelliousX/elseRémi Verschelde2017-02-281-1/+1
|\
| * Various fixes detected using PVS-Studio static analyzer.Thaer Razeq2017-02-281-1/+1
* | Inf and NaN support added to GDScript.Saracen2017-02-283-2/+14
|/
* -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-214-4/+4
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-136-205/+205
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-136-72/+72
* 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-409/+409
* | 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
|/