summaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_compiler.cpp
AgeCommit message (Expand)Author
2016-07-17Forgot to clear signals on recompile, closes #5729Juan Linietsky
2016-07-07Removed unused variables (first pass)Rémi Verschelde
2016-07-01Merge pull request #5407 from RandomShaper/opt-self-indexingJuan Linietsky
2016-06-28Fix extends issue, closes #4026Juan Linietsky
2016-06-25Optimize member access with selfPedro J. Estébanez
2016-06-11-All variables from script are visible through get_property_list(), not just ...Juan Linietsky
2016-06-06Revert "Fix implicit GDScript Reference inheritance"punto-
2016-06-05Fix implicit GDScript Reference inheritanceeska
2016-06-01missed ifdef that broke android buildJuan Linietsky
2016-06-01Ability to reload scripts on running gameJuan Linietsky
2016-05-21First version of ProfilerJuan Linietsky
2016-04-09Subclasses can now extend from other subclasses contained in scripts derived ...Saracen
2016-03-09remove trailing whitespaceHubert Jarosz
2016-02-29-wip on addon editorJuan Linietsky
2016-01-03Fixed bug with default arguments in gdscript, closes #2024Juan Linietsky
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-30added missing null checkZher Huei Lee
2015-12-29-add breakpoint statement to ease with debugging, closes #3165reduz
2015-12-28- added 'onready' keyword to gdscript. Defers initialization of member variab...reduz
2015-06-24added ability to define signals in scriptJuan Linietsky
2015-04-18-Throw error if setter and getter reference their member variable with self. ...Juan Linietsky
2015-04-18-try to avoid errors when path using ".." is present in script include, fixes...Juan Linietsky
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-01-06-Resolved bug that made yield() not work in some situations, fixes #884Juan Linietsky
2015-01-03-added a check for setget while running the game , closes #1009Juan Linietsky
2014-12-16New Code CompletionJuan Linietsky
2014-11-02Bug FixesJuan Linietsky
2014-10-27-Much improvement to baked light bakerJuan Linietsky
2014-09-22-variables with export in script are now IMMEDIATELY AND ALWAYS visible in pr...Juan Linietsky
2014-09-153D Physics Rework, Other StuffJuan Linietsky
2014-08-14Little BitsJuan Linietsky
2014-06-16More 3D WorkJuan Linietsky
2014-05-24-Fixed bug in "extends"Juan Linietsky
2014-05-24Making Godot Easier to Use..Juan Linietsky
2014-05-02Fixes to constants in scopeJuan Linietsky
2014-05-01-Fixes to OpenSSL compilation (more)Juan Linietsky
2014-02-24-moved script to modulesJuan Linietsky