summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gd_compiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* -All variables from script are visible through get_property_list(), not just ...Juan Linietsky2016-06-111-0/+3
* Revert "Fix implicit GDScript Reference inheritance"punto-2016-06-061-6/+0
* Fix implicit GDScript Reference inheritanceeska2016-06-051-0/+6
* missed ifdef that broke android buildJuan Linietsky2016-06-011-1/+3
* Ability to reload scripts on running gameJuan Linietsky2016-06-011-7/+69
* First version of ProfilerJuan Linietsky2016-05-211-6/+35
* Subclasses can now extend from other subclasses contained in scripts derived ...Saracen2016-04-091-1/+16
* remove trailing whitespaceHubert Jarosz2016-03-091-2/+2
* -wip on addon editorJuan Linietsky2016-02-291-0/+2
* Fixed bug with default arguments in gdscript, closes #2024Juan Linietsky2016-01-031-1/+2
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* added missing null checkZher Huei Lee2015-12-301-1/+1
* -add breakpoint statement to ease with debugging, closes #3165reduz2015-12-291-0/+4
* - added 'onready' keyword to gdscript. Defers initialization of member variab...reduz2015-12-281-4/+29
* added ability to define signals in scriptJuan Linietsky2015-06-241-10/+30
* -Throw error if setter and getter reference their member variable with self. ...Juan Linietsky2015-04-181-0/+29
* -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-181-1/+1
* -Resolved bug that made yield() not work in some situations, fixes #884Juan Linietsky2015-01-061-1/+1
* -added a check for setget while running the game , closes #1009Juan Linietsky2015-01-031-3/+50
* New Code CompletionJuan Linietsky2014-12-161-0/+7
* Bug FixesJuan Linietsky2014-11-021-10/+14
* -Much improvement to baked light bakerJuan Linietsky2014-10-271-3/+7
* -variables with export in script are now IMMEDIATELY AND ALWAYS visible in pr...Juan Linietsky2014-09-221-4/+17
* 3D Physics Rework, Other StuffJuan Linietsky2014-09-151-3/+32
* Little BitsJuan Linietsky2014-08-141-1/+1
* More 3D WorkJuan Linietsky2014-06-161-1/+9
* -Fixed bug in "extends"Juan Linietsky2014-05-241-0/+10
* Making Godot Easier to Use..Juan Linietsky2014-05-241-0/+10
* Fixes to constants in scopeJuan Linietsky2014-05-021-26/+36
* -Fixes to OpenSSL compilation (more)Juan Linietsky2014-05-011-1/+6
* -moved script to modulesJuan Linietsky2014-02-241-0/+1531