summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2015-12-13Merge pull request #3050 from eska014/fix-tree-cell-sliderRémi Verschelde
Fix editor for TreeItem cells in range mode
2015-12-13Merge pull request #3049 from eska014/fix-exp-sliderRémi Verschelde
Fix setting Sliders in exponential mode
2015-12-13ability to export scene to zipJuan Linietsky
2015-12-12ability to get video player textureJuan Linietsky
2015-12-12Merge pull request #2933 from TheHX/pr-shader-loaderJuan Linietsky
Fix shader loading, making possible load .shd and .sgp from editor
2015-12-12-force exporting of original script exported variables on overriden scriptsJuan Linietsky
-this works around the problem of scripts being reloaded and their properties lost -fixes #2958
2015-12-12added rotation and scale support to gui controlsJuan Linietsky
2015-12-12ability to set occluder mask in tilemap, fixes #3025Juan Linietsky
2015-12-12added proper functions to ColorRamp, fixes #3034Juan Linietsky
2015-12-12-make smoothing respect camera limits, fixes #3037Juan Linietsky
2015-12-12make popup emit index when id is not definedJuan Linietsky
2015-12-12-collision debug is shown above all else, fixes #2985Juan Linietsky
2015-12-11Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2015-12-10added fallbacks proprty to fontsJuan Linietsky
2015-12-10Fix editing TreeItem cells in range modeeska
- Show slider when editing range mode tree cells per mouse input - Hide slider after using keyboard controls to edit range mode tree cells
2015-12-10Fix exponential sliderseska
2015-12-10Merge pull request #2306 from dbsGen/patch-1Rémi Verschelde
Fixed the mouse position for control when it is in a canvas_layer.
2015-12-10Merge pull request #3019 from neikeq/spinbox_timerRémi Verschelde
Spinbox update range on mouse held
2015-12-10Spinbox: increase/decrease with mouse heldneikeq
2015-12-10Merge pull request #3029 from neikeq/textedit_select_impRémi Verschelde
TextEdit: Scroll while selecting with mouse idle
2015-12-09TextEdit: Scroll while selecting with mouse idleneikeq
2015-12-09Fix tscn format not being recongnized by EditorFileSystemFranklin Sobrinho
2015-12-08-New mask mode for lights, makes using masks MUCH easier.Juan Linietsky
2015-12-08Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2015-12-08made the exclusion of nodes from joints optional, fixes #3015Juan Linietsky
2015-12-08Merge pull request #2868 from akien-mga/pr-fix-can-move-toJuan Linietsky
Fix can_move_to and rename it for more clarity
2015-12-08Merge pull request #2922 from romulox-x/set_hiddenJuan Linietsky
Added set_hidden method to Spatial and CanvasItem
2015-12-08better unique name resolution, as suggested i #3017Juan Linietsky
2015-12-08Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2015-12-08added option to add_child, to use the same deduplication convention as in ↵Juan Linietsky
the editor, closes #3017
2015-12-07Merge pull request #3005 from TheHX/pr-file-dialogRémi Verschelde
Better hidden folders display preferences for editor file dialogs
2015-12-07Merge pull request #3007 from neikeq/fix_line_editRémi Verschelde
Fix LineEdit cursor
2015-12-07Fix LineEdit cursorneikeq
2015-12-06Better hidden folders display preferences for editor file dialogsFranklin Sobrinho
2015-12-05Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2015-12-05-Display on animation editor which keys are invalid and which tracks are ↵Juan Linietsky
unresolved -Added a tool to clean up unresolved tracks and unused keys
2015-12-04Add refresh button to file dialogsneikeq
2015-12-04missing pngsJuan Linietsky
2015-12-02Merge pull request #2975 from neikeq/help_scroll_topRémi Verschelde
Fix help view not scrolling to the top
2015-12-02Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2015-12-02-several fixes to Android to work better on Tegra 3/4 devices, uses 16 bits ↵Juan Linietsky
FBOs so all 2D shader effects should now work in every single Android device.
2015-12-02Fix help view not scrolling to the topneikeq
2015-12-02Fix RichTextLabel copy never calledneikeq
2015-11-29Script Editor: automatic indentation after a colonkoalefant
2015-11-28Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2015-11-28-Fixed bug with scene inheritance, should work againJuan Linietsky
-Proper .tscn and .tres parsing, should work, please test well!
2015-11-28Add container automatic update when moving a child nodeFranklin Sobrinho
2015-11-27Fix shader loading, making possible load .shd and .sgp from editorFranklin Sobrinho
2015-11-27Fix editor help scroll to resultFranklin Sobrinho
2015-11-26Added set_hidden method to Spatial and CanvasItemromulox_x