summaryrefslogtreecommitdiffstats
path: root/modules/gdscript
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Added info about operator after bespoke error message.Bil Bas (Spooner)2015-02-191-0/+1
| * Correctly halt on error in sprintf parsing (fixes #1393)Bil Bas (Spooner)2015-02-191-1/+1
* | Merge pull request #1407 from NateWardawg/documentationJuan Linietsky2015-03-221-1/+1
|\ \
| * | Updated the variable in the lerp function to be weight instead of percent.Nathan Warden2015-02-201-1/+1
* | | support for 2D shadow castersJuan Linietsky2015-03-021-1/+4
|/ /
* / restored @ for nodepaths/stringnamesJuan Linietsky2015-02-191-2/+5
|/
* begin new serialization frameworkJuan Linietsky2015-02-152-3/+31
* fix typo in script templateHinsbart2015-02-101-1/+1
* Cleaned up formating in gd_compiler.hWim Vander Schelden2015-01-141-69/+53
* fixesJuan Linietsky2015-01-131-1/+1