Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-26 | [macOS] Add methods to modify global and dock menus. Add ability to open ↵ | bruvzg | |
multiple editor/project manager instances, recent/favourite project list to project manager dock menu and opened scene list to editor dock menu. | |||
2019-08-26 | Merge pull request #31481 from Calinou/generate-gdnative-use-gles2 | Rémi Verschelde | |
Always use the GLES2 backend when generating the GDNative API JSON | |||
2019-08-26 | Merge pull request #31556 from Chaosus/gles2_inverse | Rémi Verschelde | |
Implemented inverse shader function to GLES2 | |||
2019-08-26 | Merge pull request #31585 from 2shady4u/removeguides | Rémi Verschelde | |
Added button/shortcut for removing all guides | |||
2019-08-26 | Merge pull request #31615 from Calinou/assetlib-improve-loading | Rémi Verschelde | |
Improve loading UX in the asset library | |||
2019-08-26 | Merge pull request #31652 from Calinou/csharp-alpha-dialog-android | Rémi Verschelde | |
Mention Android support in the C# alpha dialog message | |||
2019-08-25 | Merge pull request #31496 from nekomatata/fix-text-edit-insert-selection | Rémi Verschelde | |
Update TextEdit selection when inserting line | |||
2019-08-25 | Merge pull request #31654 from Paulb23/minimap_fixes | Rémi Verschelde | |
Viewport highlight, colour cache and minimap scrolling fixes. | |||
2019-08-25 | Merge pull request #31653 from neikeq/enforce-cs7.0-in-csproj | Ignacio Roldán Etcheverry | |
Set C# 7 as LangVersion for GodotTools and Godot API projects | |||
2019-08-25 | Set C# 7 as LangVersion for GodotTools and Godot API projects | Ignacio Etcheverry | |
This will make it harder for someone to accidentally commit code that requires a newer version. | |||
2019-08-25 | Refactor TextEdit control height calculations | Paulb23 | |
2019-08-25 | Update TextEdit selection & cursor when inserting line | PouleyKetchoupp | |
Fixes #31458 | |||
2019-08-25 | Minimap scroll now acts similar to scrollbar | Paulb23 | |
2019-08-25 | Mention Android support in the C# alpha dialog message | Hugo Locurcio | |
2019-08-25 | Merge pull request #31649 from exts/revert_notifyawaiter | Rémi Verschelde | |
reverted NotifyAwaiter<T> Reset() to support c#7.0 | |||
2019-08-25 | Merge pull request #31650 from Chaosus/fix_shader_hint_range | Yuri Roubinsky | |
Fix hint range step for integer in shaders | |||
2019-08-25 | Fix hint range step for integer in shaders | Yuri Roubinski | |
2019-08-25 | default is only supported by 7.1, reverted to support 7.0 out of the box (no ↵ | lamonte | |
conflict) | |||
2019-08-25 | Fix _get_description param name (visual shaders) (#31647) | Yuri Roubinsky | |
Fix _get_description param name (visual shaders) | |||
2019-08-25 | Fix _get_description param name (visual shaders) | Yuri Roubinski | |
2019-08-25 | Merge pull request #31628 from merumelu/treeitem-icon-modulate | Rémi Verschelde | |
Tree: fix and expose icon modulation | |||
2019-08-25 | Merge pull request #31642 from Chaosus/fix_textedit | Rémi Verschelde | |
Disallow undo/redo by user input in readonly TextEdit's | |||
2019-08-25 | Fixes for visual shader member filter (#31643) | Yuri Roubinsky | |
Fixes for visual shader member filter | |||
2019-08-25 | Fixes for visual shader member filter | Yuri Roubinski | |
2019-08-25 | Disallow undo/redo in readonly TextEdit's | Yuri Roubinski | |
2019-08-25 | Merge pull request #31641 from Chaosus/vs_fix_preview2 | Yuri Roubinsky | |
Small performance fix for preview in visual shader | |||
2019-08-25 | Small performance fix for preview in visual shader | Yuri Roubinski | |
2019-08-25 | Merge pull request #31640 from Chaosus/vs_mark_error | Yuri Roubinsky | |
Enhanced preview for a visual shader to show errors | |||
2019-08-25 | Enhanced preview for a visual shader to show errors | Yuri Roubinski | |
2019-08-24 | Added button/shortcut for removing all guides | shaderbeast | |
Added undo/redo Correctly added has_meta | |||
2019-08-24 | Tree: fix and expose icon modulation | merumelu | |
2019-08-24 | Fixed syntax highlighting cache not clearing final line | Paulb23 | |
2019-08-24 | Adjust viewport colour based on background colour | Paulb23 | |
2019-08-24 | Merge pull request #31596 from Chaosus/shader_switch | Rémi Verschelde | |
Implements switch flow control operator in shaders | |||
2019-08-24 | Merge pull request #31624 from qarmin/add_forgotten_checking | Rémi Verschelde | |
Add forgotten pointer checking | |||
2019-08-24 | Add forgotten pointer checking | qarmin | |
2019-08-24 | Merge pull request #31604 from Xrayez/fix-inertia-2d | Rémi Verschelde | |
Fix uninitialized inertia value in Body2DSW | |||
2019-08-24 | Improve loading UX in the asset library | Hugo Locurcio | |
The asset library will now fade when loading pages instead of displaying a progress bar, which is a more common design pattern when browsing an online resource's pages. A "Loading..." text will be displayed before the first page loads. | |||
2019-08-24 | Register as an editor instance when generating the GDNative API JSON | Hugo Locurcio | |
This enables the automatic GLES2 fallback if the hardware doesn't support the GLES3 backend. This closes #27768. | |||
2019-08-23 | Fix uninitialized inertia value in Body2DSW | Andrii Doroshenko (Xrayez) | |
2019-08-23 | Implements switch to shaders | Yuri Roubinski | |
2019-08-23 | Merge pull request #31593 from SaracenOne/project_theme_shutdown_fix | Rémi Verschelde | |
Fixes issue with project_default_theme not being cleaned up | |||
2019-08-23 | Merge pull request #31590 from karroffel/codeowners-update | Rémi Verschelde | |
remove karroffel from CODEOWNERS file | |||
2019-08-23 | Fixes issue with project_default_theme not being dereferenced on cleanup. | Saracen | |
2019-08-23 | Merge pull request #31589 from Chaosus/minimap_enabled | Rémi Verschelde | |
Make code minimap to be visible by default | |||
2019-08-23 | Merge pull request #31588 from Calinou/editor-help-add-horizontal-margins | Rémi Verschelde | |
Add horizontal margins to the editor help based on width | |||
2019-08-23 | remove karroffel from CODEOWNERS file | karroffel | |
2019-08-23 | Merge pull request #30398 from tomasantunes/master2 | Rémi Verschelde | |
Increase color preset slots | |||
2019-08-23 | Merge pull request #30833 from sparkart/fix_inspector_clear_remote_node | Rémi Verschelde | |
Fix Clearing Inspector for Remote Node | |||
2019-08-23 | Merge pull request #31014 from DavidSichma/kinematic_angle | Rémi Verschelde | |
Fix floor_max_angle comparison for impossible angles |