Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-07 | Increase grid size limit | Gilles Roudière | |
2019-10-07 | Merge pull request #32523 from hbina/hbina_fix_method_ordering | Rémi Verschelde | |
Applied the same kind of ordering to methods description | |||
2019-10-07 | Merge pull request #32567 from Calinou/increase-about-dialog-size | Rémi Verschelde | |
Increase the size of the About dialog | |||
2019-10-07 | Merge pull request #32594 from Calinou/project-editor-settings-search-shortcut | Rémi Verschelde | |
Focus the search box when pressing Ctrl+F in Project/Editor Settings | |||
2019-10-07 | Merge pull request #32589 from OsamaElHariri/add_angle_to_ruler | Rémi Verschelde | |
Add angle to ruler tool | |||
2019-10-06 | Set tooltip to an empty string when clearing | Joe Morton | |
Format Remove string conversion | |||
2019-10-06 | Focus the search box when pressing Ctrl+F in Project/Editor Settings | Hugo Locurcio | |
2019-10-06 | Add angle to ruler tool | Osama El Hariri | |
2019-10-05 | Increase the size of the About dialog | Hugo Locurcio | |
This makes third-party license texts display without any soft wrapping. The About dialog still fits in the editor when using the smallest window size permitted (1024x600). | |||
2019-10-05 | Document the ability to include/exclude non-resource export folders | Hugo Locurcio | |
This closes #3646. | |||
2019-10-04 | Fix calculate_spatial_bounds for selection display | jfons | |
Fixes `SpatialEditorPlugin::_calculate_spatial_bounds` so the displayed selection doesn't break with transformed scenes. | |||
2019-10-04 | Merge pull request #32528 from hbina/hbina_fix_font_override | Rémi Verschelde | |
Fixed warnings text using custom font and color setting. | |||
2019-10-04 | Fixed warnings text using custom font and color setting. | Hanif Bin Ariffin | |
Fixes #31917 Added missing font and color override. | |||
2019-10-04 | Merge pull request #32543 from Chaosus/vs_fix_input | Yuri Roubinsky | |
Fix VisualShaderInput (if compiled with MinGW) (correct, tested version) | |||
2019-10-04 | Merge pull request #32540 from codecustard/fix_show_bounds_for_scenes | Rémi Verschelde | |
Fixes scene instances not displaying bounds when selected | |||
2019-10-04 | Fix VisualShaderInput if compiled with MinGW | Yuri Roubinsky | |
2019-10-04 | Fix VisualShaderInput (if compiled with MinGW) (correct, tested version) | Yuri Roubinsky | |
2019-10-03 | Fixes scene instances not displaying bounds when selected | Emmanuel Barroga | |
When selecting instances of a scene file, it doesn't display the bounding box which makes it difficult to visually see that it is selected. | |||
2019-10-03 | Fix potential crash in AnimationPlayer. | Relintai | |
2019-10-03 | Applied the same kind of ordering to methods description | Hanif Bin Ariffin | |
Previously, the ordering did not match. This could be improved by doing the filtering behorehand, then we simply access them. This will make sure that future changes to one is reflected to the other (because we are only doing it once) | |||
2019-10-03 | Makes Texture and TextureUniform in visual shaders to use UV by default | Yuri Roubinsky | |
2019-10-03 | Merge pull request #32491 from lupoDharkael/inspector-frame | Rémi Verschelde | |
Inspector: select self object after selecting a stack frame | |||
2019-10-03 | Merge pull request #32504 from Relintai/fix_empty_animatin_player_crash | Rémi Verschelde | |
Fix crash in #32473. (Automatically seek timeline in selected animation) | |||
2019-10-03 | Fix crash in #32473. (Automatically seek timeline in selected animation) | Relintai | |
2019-10-02 | Drag&drop custom nodes from filesystem to visual shader | Yuri Roubinsky | |
+ better loading of custom nodes | |||
2019-10-02 | Merge pull request #32498 from godotengine/revert-32434-script-class-no-plugins | Rémi Verschelde | |
Revert "Fix plugin script classes defined even if inactive." | |||
2019-10-02 | Merge pull request #32484 from Chaosus/shader_fix | Rémi Verschelde | |
Removed unnecessary shader error log messages | |||
2019-10-02 | Revert "Fix plugin script classes defined even if inactive." | Rémi Verschelde | |
2019-10-02 | Inspector: select self object after selecting a stack frame | lupoDharkael | |
2019-10-02 | Merge pull request #32473 from KoBeWi/seaking_ani | Rémi Verschelde | |
Automatically seek timeline in selected animation | |||
2019-10-02 | Removed unnecessary shader error log messages | Yuri Roubinsky | |
2019-10-02 | Update ScriptEditor and ShaderEditor Tooltip | Alexander Holland | |
fix #32417 | |||
2019-10-01 | Merge pull request #32468 from YeldhamDev/code_replace_hide_fix | Rémi Verschelde | |
Fix text search bar not correctly switching from replacing to just searching | |||
2019-10-01 | Automatically seek timeline in selected animation | Tomasz Chabora | |
2019-10-01 | Fix text search bar not correctly switching from replacing to just searching | Michael Alexsander | |
2019-10-01 | Added sampler port type for visual shaders | Chaosus | |
2019-10-01 | Merge pull request #32442 from Chaosus/vs_textures_drop | Rémi Verschelde | |
Drag&drop textures from filesystem to visual shader | |||
2019-10-01 | Added drag&drop possibility for textures from filesystem to visual shader | Chaosus | |
2019-09-30 | Minor visual adjustment in drag preview of the scene and file tree editors | Michael Alexsander Silva Dias | |
2019-09-30 | Merge pull request #32434 from willnationsdev/script-class-no-plugins | Rémi Verschelde | |
Fix plugin script classes defined even if inactive. | |||
2019-09-30 | Merge pull request #32431 from lupoDharkael/checks | Rémi Verschelde | |
Add checks after ResourceLoader::load() | |||
2019-09-30 | Fix plugin script classes defined even if inactive. | willnationsdev | |
2019-09-29 | Merge pull request #32412 from bojidar-bg/27222-make-scene-root-destructive | Rémi Verschelde | |
Fix "Make Scene Root" deleting previous root whenever focusing another scene | |||
2019-09-29 | Merge pull request #32402 from YeldhamDev/fix_vs_add_function | Rémi Verschelde | |
Fix VS editor's "Create Function" dialog | |||
2019-09-29 | Add checks after ResourceLoader::load() | lupoDharkael | |
2019-09-29 | Merge pull request #32410 from bojidar-bg/5739-highlight-singletons | Rémi Verschelde | |
Highlight singletons and class_names in GDScript | |||
2019-09-28 | Fix VS editor's "Create Function" dialog | Michael Alexsander Silva Dias | |
2019-09-28 | Fix "Make Scene Root" deleting previous root whenever focusing another scene | Bojidar Marinov | |
Hopefully fixes #24484 and fixes #27222. | |||
2019-09-28 | Highlight singletons and class_names in GDScript | Bojidar Marinov | |
Also, implement a small QoL change for auto-typed variables. Closes #5739 | |||
2019-09-28 | Fix crash in ~EditorSpatialGizmoPlugin when generating documentation data | Bojidar Marinov | |