summaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_script.cpp
AgeCommit message (Expand)Author
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