Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-19 | thumbnail preview for AtlasTextures | hondres | |
2016-01-18 | -fixed bug related to mouse cursor changes, fixes #3366 | Juan Linietsky | |
2016-01-18 | New shader nodes are now created under (more or less) the cursor. | Ovnuniarchos | |
2016-01-18 | Merge pull request #3358 from neikeq/issue_1123 | Rémi Verschelde | |
F5 hotkey to refresh FileDialog/EditorFileDialog | |||
2016-01-18 | Merge pull request #2854 from MarianoGnu/color_picker | Rémi Verschelde | |
new ColorPicker | |||
2016-01-17 | small fix | Juan Linietsky | |
2016-01-17 | fixes to keying updating | Juan Linietsky | |
2016-01-17 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | |
2016-01-17 | -Massive editor dialog cleanup | Juan Linietsky | |
-Added a bottom menu list | |||
2016-01-17 | Improved "Qucik Open" dialog navigation | Franklin Sobrinho | |
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-15 | Add a visual editor to color picker. | MarianoGNU | |
2016-01-15 | F5 hotkey to refresh FileDialog/EditorFileDialog | Ignacio Etcheverry | |
2016-01-15 | Merge pull request #3204 from neikeq/fix_3153 | Rémi Verschelde | |
Consider texture offset when rotating tiles | |||
2016-01-15 | Merge pull request #2928 from akien-mga/pr-subscene-icon-in-dock | Rémi Verschelde | |
Moved subscene creation from scene menu to an icon on the scene dock | |||
2016-01-15 | Merge pull request #3324 from TheHX/pr-property-editor | Rémi Verschelde | |
Better search for SectionedPropertyEditor, added "All" section | |||
2016-01-15 | Merge pull request #3329 from SaracenOne/color_ramp_fix | Rémi Verschelde | |
Color Ramp Editor Plugin Fix | |||
2016-01-15 | Merge pull request #3338 from godotengine/kubecz3k-patch-1 | Rémi Verschelde | |
Ability to hide panel with scripts | |||
2016-01-15 | Merge pull request #3356 from neikeq/qwe_dialog | Rémi Verschelde | |
Spatial/Canvas Editor: Ignore unhandled input if there is a dialog | |||
2016-01-15 | Spatial/Canvas Editor: Ignore unhandled input if there is a dialog | Ignacio Etcheverry | |
2016-01-14 | properly export sample compression type option | Juan Linietsky | |
2016-01-14 | -Make sure scenes properly update when switching tabs, even if sub-instances ↵ | Juan Linietsky | |
changed. Fixes #3201 | |||
2016-01-14 | sample convert option was not being saved | Juan Linietsky | |
2016-01-13 | Ability to hide panel with scripts | kubecz3k | |
Minimal horizontal size for panel with scripts was = 70, changed it to 0. It's especially helpful if someone is working on a laptop, or just don't like to have anything on the left side of the screen. Video that shows how it's working after the change: https://www.youtube.com/watch?v=Y_o4pOpjyhY&feature=youtu.be | |||
2016-01-13 | Properly fix tab scrolling, fixes #3128, fixes #3314 | Juan Linietsky | |
2016-01-12 | Fixed color ramp editor plugin to allow editing color ramps while in the ↵ | Saracen | |
spatial editor. | |||
2016-01-12 | Better search for SectionedPropertyEditor, added "All" section | Franklin Sobrinho | |
2016-01-12 | Merge pull request #3310 from eska014/export-zip | Rémi Verschelde | |
Replace export pack mode "Copy" with "Exec+Zip" | |||
2016-01-12 | small hack to make collisionobjects work with replace, fixes #2992 | Juan Linietsky | |
2016-01-11 | Merge pull request #3320 from neikeq/ed_layouts_default | Rémi Verschelde | |
Allow to override the default editor layout | |||
2016-01-11 | Allow to override the default editor layout | Ignacio Etcheverry | |
2016-01-11 | Update copyright in remaining files + prints in the UI | Rémi Verschelde | |
2016-01-11 | Merge pull request #3308 from neikeq/keep_xform_settings | Rémi Verschelde | |
Remember Transform menu settings for the Spatial Editor | |||
2016-01-11 | Remove unnecessary fail conditions when loading SpatialEditor state | Ignacio Etcheverry | |
2016-01-11 | Remember Transform menu settings for the Spatial Editor | Ignacio Etcheverry | |
2016-01-11 | Merge pull request #3276 from TheHX/pr-quick-open | Rémi Verschelde | |
Quick open now can open multiple scenes and scripts | |||
2016-01-11 | Merge pull request #3309 from MarianoGnu/bug_fixing3 | Rémi Verschelde | |
Make SpriteRegionEditor remember state when switching scenes (fixes #3245) | |||
2016-01-11 | Merge pull request #3302 from MarianoGnu/bug_fixing2 | Rémi Verschelde | |
Allow to paste resources in inspector when text_hint indicates multip… | |||
2016-01-11 | Merge pull request #3303 from TheHX/pr-script-editor | Rémi Verschelde | |
Fix script highlighting for classes that begin with "_" | |||
2016-01-10 | -Make a rare corner case where disabling/reenabling mipmaps causes invalid ↵ | Juan Linietsky | |
texture state. Fixes #3102 | |||
2016-01-10 | Replace export pack mode "Copy" with "Exec+Zip" | eska | |
- Make "Bundle" a separate option - Change pack mode property hint to be more expressive | |||
2016-01-10 | Make SpriteRegionEditor remember state beatwhen setions (fixes #3245) | MarianoGNU | |
2016-01-10 | -Project settings can properly add/remove properties again, fixes #3177 | Juan Linietsky | |
2016-01-10 | restored quit to project list keybinding, but kept change for OSX, closes #3185 | Juan Linietsky | |
2016-01-10 | wrong extensions shown when saving resources fixed | Juan Linietsky | |
2016-01-10 | forgot initialization of path in filesystem dock, fixes #3295 | Juan Linietsky | |
2016-01-10 | Fix script highlighting for classes that begin with "_" | Franklin Sobrinho | |
2016-01-10 | Make sure variant parser actually writes floats when float property is ↵ | Juan Linietsky | |
requested, closes #3301 | |||
2016-01-10 | Allow to paste resources in inspector when text_hint indicates multiple types | MarianoGNU | |
2016-01-09 | Fix some error messages | Franklin Sobrinho | |