summaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_script.cpp
AgeCommit message (Expand)Author
2015-12-14replaced :var by :Variant in documentation, fixes #2897Juan Linietsky
2015-12-05-Display on animation editor which keys are invalid and which tracks are unre...Juan Linietsky
2015-11-29Break into GDScript debugger when new() failsadmix
2015-08-23**WARNING BEFORE PULLING**Juan Linietsky
2015-06-30-some changes by okamJuan Linietsky
2015-06-29Several performance improvements, mainly in loading and instancing scenes and...Juan Linietsky
2015-06-24added ability to define signals in scriptJuan Linietsky
2015-06-13Fixed variables being set before calling the setter methodJaguar
2015-05-18-Rename unexisting by nonexistant, closes #1940Juan Linietsky
2015-05-17properly save external resources, fixes #1924Juan Linietsky
2015-05-16-bit slower execution in debug, but proper error reporting for get index and ...Juan Linietsky
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-03-31(Fix) script will not be able to extend itselfmostafahassan
2015-03-22Merge pull request #1396 from Spooner/fix_sprintf_errorsJuan Linietsky
2015-03-02support for 2D shadow castersJuan Linietsky
2015-02-19Added info about operator after bespoke error message.Bil Bas (Spooner)
2015-02-19Correctly halt on error in sprintf parsing (fixes #1393)Bil Bas (Spooner)
2015-01-06-Resolved bug that made yield() not work in some situations, fixes #884Juan Linietsky
2014-12-20FixesJuan Linietsky
2014-12-18Fix crash when gd-script _init failsanikoyes
2014-12-07more bugfixesJuan Linietsky
2014-12-07Batch of BugfixesJuan Linietsky
2014-11-19missing navmesh demo and small fixesJuan Linietsky
2014-11-02Bug FixesJuan Linietsky
2014-10-27-Much improvement to baked light bakerJuan Linietsky
2014-10-12Little BitsJuan Linietsky
2014-10-07Build System ChangesJuan Linietsky
2014-09-22-variables with export in script are now IMMEDIATELY AND ALWAYS visible in pr...Juan Linietsky
2014-09-19- more fixes on #672 on windowsJuan Linietsky
2014-09-153D Physics Rework, Other StuffJuan Linietsky
2014-06-16More 3D WorkJuan Linietsky
2014-06-11Light Baker!Juan Linietsky
2014-05-24-Fixed bug in "extends"Juan Linietsky
2014-05-24Making Godot Easier to Use..Juan Linietsky
2014-05-14A bit of everything:Juan Linietsky
2014-05-02Fixes to constants in scopeJuan Linietsky
2014-05-01-Fixes to OpenSSL compilation (more)Juan Linietsky
2014-04-05-Support for changing fontsJuan Linietsky
2014-02-25-scripts are converted to bytecode on exportJuan Linietsky
2014-02-24-moved script to modulesJuan Linietsky