Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-01 | Added sampler port type for visual shaders | Chaosus | |
2019-10-01 | Added drag&drop possibility for textures from filesystem to visual shader | Chaosus | |
2019-09-30 | Merge pull request #32431 from lupoDharkael/checks | Rémi Verschelde | |
Add checks after ResourceLoader::load() | |||
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 | 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 | |
2019-09-26 | Changed the appearance of the rotation icons in the Tilemap. | dankan1890 | |
Make them more intuitive. | |||
2019-09-25 | Merge pull request #32345 from nekomatata/fix-curve-delete-point-error | Rémi Verschelde | |
Reset hovered point in Curve when deleted to avoid errors on draw | |||
2019-09-25 | Reset hovered point in Curve when deleted to avoid errors on draw | PouleyKetchoupp | |
Fixes #32344 | |||
2019-09-25 | Merge pull request #32341 from KoBeWi/be_gone | Rémi Verschelde | |
Clean snapping lines after resize | |||
2019-09-25 | Replace "GuiMiniTabMenu" with "GuiTabMenu" and tweak it | Michael Alexsander Silva Dias | |
2019-09-25 | Clean snapping lines after resize | Tomasz Chabora | |
2019-09-25 | Merge pull request #32119 from Calinou/unify-axis-colors | Rémi Verschelde | |
Use the same axis colors consistently in the 2D and 3D editors | |||
2019-09-25 | Merge pull request #32051 from qarmin/some_error_explanation | Rémi Verschelde | |
Added some obvious errors explanations | |||
2019-09-25 | Added some obvious errors explanations | qarmin | |
2019-09-24 | Merge pull request #31925 from bojidar-bg/31855-overriden-properties-docs | Rémi Verschelde | |
Add overriden properties to the documentation | |||
2019-09-24 | Merge pull request #31974 from YeldhamDev/tilegrid_map_fixes | Rémi Verschelde | |
Small fixes for the Tile/GridMap editors | |||
2019-09-24 | Merge pull request #32224 from KoBeWi/not_so_smart_lines | Rémi Verschelde | |
Initialize snap_target and make sure it disappears | |||
2019-09-23 | Merge pull request #32275 from godotengine/skin_support | Rémi Verschelde | |
Added skin support and simplified APIs to override bone position + glTF 2.0 import fixes | |||
2019-09-23 | Merge pull request #32258 from Calinou/improve-debugger-shortcut-ux | Rémi Verschelde | |
Improve the debugger shortcut UX | |||
2019-09-23 | Merge pull request #32055 from qarmin/some_code_fixes | Rémi Verschelde | |
Changed some code found by Clang Tidy and Coverity | |||
2019-09-23 | Merge pull request #32000 from codecustard/Add_Reorder_frames_via_dragndrop | Rémi Verschelde | |
Add ability to reorder animation frames via drag and drop | |||
2019-09-23 | Merge pull request #32007 from nekomatata/sprite-frames-editor-delete | Rémi Verschelde | |
SpriteFramesEditor improvements around deleting animations | |||
2019-09-22 | Merge pull request #29895 from ptrojahn/menukey | Rémi Verschelde | |
Support menu key in TextEdit and LineEdit controls | |||
2019-09-22 | Improve the debugger shortcut UX | Hugo Locurcio | |
- Display the shortcut in the button tooltips by defining the shortcut on the buttons as well. - Swap "Step Over" and "Step Into" in the Debug menu to match the button order in the Debugger bottom panel. | |||
2019-09-22 | Changed some code found by Clang Tidy and Coverity | qarmin | |
2019-09-22 | Support menu key in TextEdit and LineEdit controls | Paul Trojahn | |
Related to #15542 | |||
2019-09-20 | Initialize snap_target and make sure it disappears | Tomasz Chabora | |
2019-09-20 | Merge pull request #32137 from Calinou/vcs-error-if-none-available | Rémi Verschelde | |
Display an error message if no version control systems are available | |||
2019-09-20 | Merge pull request #32134 from IronicallySerious/fix-global-class-list | Rémi Verschelde | |
Add correct class selection in Select VCS menu | |||
2019-09-20 | Merge pull request #32180 from KoBeWi/nein_patsch_rekt | Rémi Verschelde | |
Fix region editor for NinePatchRect | |||
2019-09-20 | Merge pull request #32150 from luzpaz/typos | Rémi Verschelde | |
Fix misc. source comment typos | |||
2019-09-19 | Fix misc. source comment typos | luz.paz | |
Found using `codespell -q 3 -S ./thirdparty,*.po -L ang,ba,cas,dof,doubleclick,fave,hist,leapyear,lod,nd,numer,ois,paket,seeked,sinc,switchs,te,uint -D ~/Projects/codespell/codespell_lib/data/dictionary.txt ` | |||
2019-09-19 | Merge pull request #31964 from nekomatata/fix-animation-player-error | Rémi Verschelde | |
Fixed switching back to AnimationPlayerEditor with empty animation list | |||
2019-09-19 | Merge pull request #32174 from Calinou/2d-editor-display-zoom | Rémi Verschelde | |
Display the current zoom percentage in the 2D editor | |||
2019-09-19 | Merge pull request #31985 from nekomatata/fix-builtin-script-resource | Rémi Verschelde | |
Fixed resource loading when editing built-in script from resource | |||
2019-09-19 | Merge pull request #31961 from YeldhamDev/info_messages | Rémi Verschelde | |
Add informational messages to various editors | |||
2019-09-18 | Added skin support and simplified APIs to override bone position. | Juan Linietsky | |
2019-09-17 | Display the current zoom percentage in the 2D editor | Hugo Locurcio | |
This makes it possible for the user to know precisely the current zoom level. The zoom percentage can be clicked to reset it to 100% (similar to Firefox). | |||
2019-09-17 | Fix region editor for NinePatchRect | Tomasz Chabora | |
2019-09-14 | Display an error message if no version control systems are available | Hugo Locurcio | |
This removes the need for a dedicated placeholder entry. This closes #32135. | |||
2019-09-14 | Add correct class selection in Select VCS menu | Twarit | |
2019-09-13 | Use the same axis colors consistently in the 2D and 3D editors | Hugo Locurcio | |
2019-09-07 | Fixed resource loading when editing built-in script from resource | PouleyKetchoupp | |
Fixes #27380 | |||
2019-09-06 | SpriteFramesEditor improvements around deleting animations | PouleyKetchoupp | |
- Reorganized buttons layout to make it clearer between deleting animation & frame - Added a confirmation popup for deleting an animation - Fixed errors on selecting an animation after deleting one | |||
2019-09-05 | Add ability to reorder animation frames via drag and drop | Emmanuel Barroga | |
Allows you to reorder the frames of the animation by dragging the frames around. | |||
2019-09-04 | Small fixes for the Tile/GridMap editors | Michael Alexsander Silva Dias | |