summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2015-10-17Merge pull request #2250 from PeaceSells50/AddedGridMapSettingsJuan Linietsky
2015-10-17Merge pull request #2497 from vnen/fix-2490Juan Linietsky
2015-10-16Add GDScript export hint for real numbers with easing `export(float, EASE)`eska
2015-10-16Add multiline string GDScript export hint `export(String, MULTILINE)`eska
2015-10-16Revert "add flag and multiline hits in GDScript"eska
2015-09-20Make dict2inst set internal members of instanceGeorge Marques
2015-09-20Ability to visually debug geometry visually:Juan Linietsky
2015-09-02Fixes editor freezecrr0004
2015-08-30detect node and variable assignments in _ready, _init, etc for further code c...Juan Linietsky
2015-08-25Ability to edit all kinds of arrays from the property editor.Juan Linietsky
2015-08-23Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-08-23**WARNING BEFORE PULLING**Juan Linietsky
2015-08-08Merge pull request #2282 from Ovnuniarchos/masterJuan Linietsky
2015-08-08Merge pull request #2323 from dbsGen/patch-2Juan Linietsky
2015-08-07Add missing token name for signal. closes #2201neikeq
2015-08-04more debugger fixesJuan Linietsky
2015-08-04error debuggerJuan Linietsky
2015-08-01add flag and multiline hits in GDScriptGen
2015-07-20Added FLAGS to int hint to make an int a bitmask on the editor.Ovnuniarchos
2015-07-09Added GridMap settings which allows the user to enter a pick distance.Peace Sells
2015-06-30-some changes by okamJuan Linietsky
2015-06-29Several performance improvements, mainly in loading and instancing scenes and...Juan Linietsky
2015-06-27more code completion improvementsJuan Linietsky
2015-06-26improved get_node(), connect(), etc code completion.Juan Linietsky
2015-06-24added ability to define signals in scriptJuan Linietsky
2015-06-23Fix for issue related to GridMap editorFranklin Sobrinho
2015-06-22Merge pull request #2088 from KillerJaguar/setter-fixJuan Linietsky
2015-06-22Small fixes for Grid/Tile map editor paletteFranklin Sobrinho
2015-06-22Grid/Tile map editor new item paletteFranklin Sobrinho
2015-06-22Multiple scene editing *POTENTIALLY UNSTABLE*Juan 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-05-09-Added prints() function, fixes #1132, #1859Juan Linietsky
2015-04-26made parser accept EOF after "pass", fixes #1488Juan Linietsky
2015-04-20-Changed Godot exit to be clean.Juan Linietsky
2015-04-18-Throw error if setter and getter reference their member variable with self. ...Juan Linietsky
2015-04-18Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-04-18-try to avoid errors when path using ".." is present in script include, fixes...Juan Linietsky
2015-04-18Merge pull request #1667 from TheHX/fix_multiline_stringsJuan Linietsky
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-04-18-renamed function to get object from instance idJuan Linietsky
2015-04-09Now the script editor highlight all lines of a multiline stringFranklin Sobrinho
2015-04-07Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-04-07-Concatenating arrays keeps the shared property if any of the arrays is share...Juan Linietsky
2015-04-07Merge pull request #1567 from sanikoyes/Pr-GDScript-seed-get-instJuan Linietsky
2015-04-07Merge pull request #1591 from MostafaHassan/pr_FixCrashInVisualShaderJuan Linietsky
2015-04-06fix printraw to make it actually print rawyg2f
2015-03-31(Fix) script will not be able to extend itselfmostafahassan