summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2015-12-14Merge pull request #3051 from eska014/add-export-hintsRémi Verschelde
2015-12-14Add GDScript export hint for named bit flagseska
2015-12-14replaced :var by :Variant in documentation, fixes #2897Juan Linietsky
2015-12-11Add GDScript export hints for global filesystem and exponential rangeseska
2015-12-08Merge pull request #2877 from eska014/remove-builtin-aliasesJuan Linietsky
2015-12-05-Display on animation editor which keys are invalid and which tracks are unre...Juan Linietsky
2015-11-30Merge pull request #2938 from koalefant/masterRémi Verschelde
2015-11-29GDScript: fixed highlighting of the next line when colon is missingkoalefant
2015-11-29Break into GDScript debugger when new() failsadmix
2015-11-26Add script auto-completion for function parametersFranklin Sobrinho
2015-11-23Remove unexpected GDScript built-in type aliaseseska
2015-11-18Merge pull request #2707 from akien-mga/masterJuan Linietsky
2015-11-18Merge pull request #2632 from firefly2442/duplicate-inherited-varsJuan Linietsky
2015-11-12Allow extending from Object in GDScripteska
2015-11-01Cosmetic fixes to SCons buildsystemRémi Verschelde
2015-10-18remove child variable that is duplicated from parent classfirefly2442
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