summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2016-01-24Merge pull request #3434 from TheHX/pr-tscn-dependencyJuan Linietsky
Fix .tscn not raising dependency error
2016-01-24Fix .tscn not raising dependency errorFranklin Sobrinho
2016-01-24Merge pull request #3431 from TheHX/pr-tscn-groupsJuan Linietsky
Fix .tscn format not loading groups
2016-01-24-Take in consideration canvas layers for GUI inputJuan Linietsky
2016-01-24Fix .tscn format not loading groupsFranklin Sobrinho
2016-01-23Merge pull request #2698 from Faless/add_area_fixJuan Linietsky
Fix bug in Body(2D)SW::add_area
2016-01-23-Some changes to how scenes and scripts are overriden in scene instance and ↵Juan Linietsky
inheritance -Fixes #3127 and also properly fixes #2958
2016-01-23-Forgot to add clips input to graphedit, fixes #3420Juan Linietsky
2016-01-23-Added ability to remap dependencies in tscn (forgot to do it..), fixes #3368Juan Linietsky
2016-01-23-Ability to retrieve state data from PackedScene, closes #3413Juan Linietsky
2016-01-23-Added a "modal_close" signal for controlsJuan Linietsky
-Used it to keep changes on lineedit when focused out
2016-01-23Revert "Tree and PropertyEditor confirm value change on focus loss"Juan Linietsky
2016-01-22-Improved tab visibility, fixes #3314Juan Linietsky
2016-01-22-leftover debug code was causing a crash in navigation 2d, removed it and ↵Juan Linietsky
fixes #3374
2016-01-22-make sure instance placeholder works with duplicate(), fixes #3378Juan Linietsky
2016-01-22Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2016-01-22-Fix viewport converting the scren in grayness, fixes #3406Juan Linietsky
2016-01-21Merge pull request #3407 from TheHX/pr-issue-1717Rémi Verschelde
Tree and PropertyEditor confirm value change on focus loss
2016-01-21Tree and PropertyEditor confirm value change on focus lossFranklin Sobrinho
2016-01-21Merge pull request #3403 from neikeq/spinbox_hold_impRémi Verschelde
Fix and improved Spinbox behaviour
2016-01-21Fix wrong local mouse pos when holding spinbox and improve behaviourIgnacio Etcheverry
2016-01-21Documented AudioServserSW, EventPlayer and EventStream*. Corrections on ↵Ovnuniarchos
AudioServer and Sample.
2016-01-20Merge pull request #3381 from MarianoGnu/graph_zoomRémi Verschelde
Add zoom to GraphEdit
2016-01-20Merge pull request #3390 from Hinsbart/duplicate_fixRémi Verschelde
duplicate groups and signals
2016-01-19-Some fixes to drag and drop and canvas offset for GUI that were introduced ↵Juan Linietsky
after rewrite
2016-01-20duplicate groups and signalshondres
2016-01-19Fix build with tools=noRémi Verschelde
Fixes #3384.
2016-01-18Add a slider to handle zoomMarianoGNU
2016-01-18Add zoom to GraphEditMarianoGNU
Also fix some responsiveness issues: -Box selection no longer visible when connecting. -Allow cancel connection with mouse's right button.
2016-01-18-fixed bug related to mouse cursor changes, fixes #3366Juan Linietsky
2016-01-18New shader nodes are now created under (more or less) the cursor.Ovnuniarchos
2016-01-18Merge pull request #3358 from neikeq/issue_1123Rémi Verschelde
F5 hotkey to refresh FileDialog/EditorFileDialog
2016-01-18Merge pull request #2854 from MarianoGnu/color_pickerRémi Verschelde
new ColorPicker
2016-01-17-Massive editor dialog cleanupJuan Linietsky
-Added a bottom menu list
2016-01-16-Moved all the "root" input handling for GUI from individual Controls to ↵Juan Linietsky
Viewport. -Should fix several reported bugs when controls don't have a common parent This may have added new bugs, so please report if so!
2016-01-15Add guide lines to visual editor.MarianoGNU
2016-01-15add screen color pickingMarianoGNU
2016-01-15Add presets.MarianoGNU
Also fix some bugs. Fix a crash and a minor bug
2016-01-15Move shaders to default theme and add shader_override related methods to ↵MarianoGNU
Control class
2016-01-15Add a visual editor to color picker.MarianoGNU
2016-01-15F5 hotkey to refresh FileDialog/EditorFileDialogIgnacio Etcheverry
2016-01-15Merge pull request #3204 from neikeq/fix_3153Rémi Verschelde
Consider texture offset when rotating tiles
2016-01-14Merge pull request #3351 from neikeq/issue_3348Rémi Verschelde
Fix LineEdit not capturing text input events
2016-01-14Fix LineEdit not capturing text input eventsIgnacio Etcheverry
2016-01-14-Make sure scenes properly update when switching tabs, even if sub-instances ↵Juan Linietsky
changed. Fixes #3201
2016-01-13Properly fix tab scrolling, fixes #3128, fixes #3314Juan Linietsky
2016-01-12Fix situation where TSCN format might crash, closes #3062Juan Linietsky
2016-01-12-Properly lock and and warn about switching off contact monitoring, fixes #3041Juan Linietsky
2016-01-11Merge pull request #3257 from TheHX/pr-range-propertiesRémi Verschelde
Fix error caused by dragging a Range property
2016-01-11Merge pull request #3300 from MarianoGnu/bug_fixingRémi Verschelde
fix: TouchScreenButton should stop propagating action when button is …