aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2707 from akien-mga/masterJuan Linietsky2015-11-181-2/+0
|\
| * Cosmetic fixes to SCons buildsystemRémi Verschelde2015-11-011-2/+0
* | Merge pull request #2632 from firefly2442/duplicate-inherited-varsJuan Linietsky2015-11-181-1/+0
|\ \
| * | remove child variable that is duplicated from parent classfirefly24422015-10-181-1/+0
| |/
* / Allow extending from Object in GDScripteska2015-11-121-1/+7
|/
* Merge pull request #2497 from vnen/fix-2490Juan Linietsky2015-10-171-0/+9
|\
| * Make dict2inst set internal members of instanceGeorge Marques2015-09-201-0/+9
* | Add GDScript export hint for real numbers with easing `export(float, EASE)`eska2015-10-161-0/+10
* | Add multiline string GDScript export hint `export(String, MULTILINE)`eska2015-10-161-0/+11
* | Revert "add flag and multiline hits in GDScript"eska2015-10-161-16/+9
|/
* Fixes editor freezecrr00042015-09-021-1/+5
* detect node and variable assignments in _ready, _init, etc for further code c...Juan Linietsky2015-08-303-11/+127
* Ability to edit all kinds of arrays from the property editor.Juan Linietsky2015-08-251-3/+3
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-08-232-9/+28
|\
| * Merge pull request #2282 from Ovnuniarchos/masterJuan Linietsky2015-08-081-0/+11
| |\
| | * Added FLAGS to int hint to make an int a bitmask on the editor.Ovnuniarchos2015-07-201-0/+11
| * | Merge pull request #2323 from dbsGen/patch-2Juan Linietsky2015-08-081-9/+16
| |\ \
| | * | add flag and multiline hits in GDScriptGen2015-08-011-9/+16
| | |/
| * | Add missing token name for signal. closes #2201neikeq2015-08-071-0/+1
* | | **WARNING BEFORE PULLING**Juan Linietsky2015-08-232-2/+7
|/ /
* | more debugger fixesJuan Linietsky2015-08-041-0/+5
* | error debuggerJuan Linietsky2015-08-041-0/+13
|/
* -some changes by okamJuan Linietsky2015-06-302-0/+10
* Several performance improvements, mainly in loading and instancing scenes and...Juan Linietsky2015-06-291-2/+2
* more code completion improvementsJuan Linietsky2015-06-272-83/+465
* improved get_node(), connect(), etc code completion.Juan Linietsky2015-06-264-20/+63
* added ability to define signals in scriptJuan Linietsky2015-06-247-18/+154
* Merge pull request #2088 from KillerJaguar/setter-fixJuan Linietsky2015-06-221-1/+2
|\
| * Fixed variables being set before calling the setter methodJaguar2015-06-131-1/+2
* | Multiple scene editing *POTENTIALLY UNSTABLE*Juan Linietsky2015-06-221-1/+1
|/
* -Rename unexisting by nonexistant, closes #1940Juan Linietsky2015-05-181-1/+1
* properly save external resources, fixes #1924Juan Linietsky2015-05-171-0/+4
* -bit slower execution in debug, but proper error reporting for get index and ...Juan Linietsky2015-05-161-3/+28
* -Added prints() function, fixes #1132, #1859Juan Linietsky2015-05-093-1/+26
* made parser accept EOF after "pass", fixes #1488Juan Linietsky2015-04-261-1/+1
* -Throw error if setter and getter reference their member variable with self. ...Juan Linietsky2015-04-181-0/+29
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-04-181-1/+1
|\
| * Merge pull request #1667 from TheHX/fix_multiline_stringsJuan Linietsky2015-04-181-1/+1
| |\
| | * Now the script editor highlight all lines of a multiline stringFranklin Sobrinho2015-04-091-1/+1
* | | -try to avoid errors when path using ".." is present in script include, fixes...Juan Linietsky2015-04-181-1/+1
|/ /
* | Updated copyright year in all headersJuan Linietsky2015-04-1814-14/+14
* | -renamed function to get object from instance idJuan Linietsky2015-04-182-5/+5
|/
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-04-073-2/+38
|\
| * Merge pull request #1567 from sanikoyes/Pr-GDScript-seed-get-instJuan Linietsky2015-04-072-0/+36
| |\
| | * Add seed/get_inst function for GDScriptsanikoyes2015-03-252-0/+36
| * | Merge pull request #1591 from MostafaHassan/pr_FixCrashInVisualShaderJuan Linietsky2015-04-071-1/+1
| |\ \
| | * | (Fix) script will not be able to extend itselfmostafahassan2015-03-311-1/+1
| | |/
| * / fix printraw to make it actually print rawyg2f2015-04-061-1/+1
| |/
* / -Concatenating arrays keeps the shared property if any of the arrays is share...Juan Linietsky2015-04-071-0/+1
|/
* Merge pull request #1396 from Spooner/fix_sprintf_errorsJuan Linietsky2015-03-221-1/+2
|\