Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-15 | Merge pull request #41776 from EricEzaM/PR/tooltip-bugfixes | Rémi Verschelde | |
Tooltip flickering and targeting fixes. | |||
2020-09-15 | Tooltip flickering and targeting fixes. | Eric M | |
2020-09-12 | Merge pull request #41995 from Rubonnek/disconnect-item-rect-changed | Rémi Verschelde | |
Disconnect item_rect_changed removing a child of GraphEdit | |||
2020-09-12 | Merge pull request #41841 from madmiraal/fix-bit-fields | Rémi Verschelde | |
Remove bit fields and use fixed width integers instead. | |||
2020-09-11 | Disconnect item_rect_changed when removing a child of GraphEdit | Wilson E. Alvarez | |
2020-09-11 | Fix triplanar texture code generation in visual shaders | Yuri Roubinsky | |
2020-09-11 | Merge pull request #41955 from Chaosus/vs_performance_fix3 | Yuri Roubinsky | |
Improve performance of Add/Remove/Connect/Change nodes in visual shader | |||
2020-09-11 | Improve performance of Add/Remove/Connect/Change nodes in visual shader | Yuri Roubinsky | |
2020-09-11 | doc: Sync classref with current source | Rémi Verschelde | |
Bind missing enums. | |||
2020-09-11 | Remove bit fields and use fixed width integers instead. | Marcel Admiraal | |
2020-09-11 | Merge pull request #41971 from nekomatata/richtextlabel-align-pointer | Rémi Verschelde | |
Fix RichTextLabel alignment for clickable regions | |||
2020-09-11 | Fix RichTextLabel alignment for clickable regions | PouleyKetchoupp | |
Fixes #41006 (regression from #39164). The original alignment fix was limited to PROCESS_DRAW mode, which caused some discrepancies with PROCESS_POINTER mode. Now only PROCESS_CACHE is excluded with a condition a few lines above. | |||
2020-09-10 | Move safe line color into editor | Paulb23 | |
2020-09-10 | Move ConnectionGutter to editor code_editor | Paulb23 | |
2020-09-10 | Add folding gutter to code_edit | Paulb23 | |
2020-09-10 | Add main_gutter (breakpoints, bookmarks, execution lines) to code_edit | Paulb23 | |
2020-09-10 | Changed line_edited_from(from) to lines_edit_from(from, to) | Paulb23 | |
2020-09-10 | Added Line numbers to CodeEdit | Paulb23 | |
2020-09-10 | Added gutter system to TextEdit | Paulb23 | |
2020-09-10 | Add and convert editor to use CodeEdit | Paulb23 | |
2020-09-10 | Merge pull request #41954 from Calinou/raycast-rename-cast-to | Rémi Verschelde | |
Rename RayCast's `cast_to` property to `target_position` | |||
2020-09-10 | Rename RayCast's `cast_to` property to `target_position` | Hugo Locurcio | |
`cast_to` is sometimes mistaken as a method rather than a property. `target_position` makes it more obvious that it's a property. | |||
2020-09-10 | scene_tree.h: Update header guard | Yetizone | |
2020-09-10 | Merge pull request #41890 from YeldhamDev/tabs_previous | Rémi Verschelde | |
Add 'get_previous_tab()' to 'Tabs' | |||
2020-09-10 | Merge pull request #41935 from Chaosus/vs_texture3d | Rémi Verschelde | |
Added Texture3D to visual shaders | |||
2020-09-10 | Merge pull request #41920 from Chaosus/fix_colorpicker | Rémi Verschelde | |
Fix ColorPickerButton to apply changes after picker popup closed | |||
2020-09-10 | Added Texture3D to visual shaders | Yuri Roubinsky | |
2020-09-09 | Rename ShortCut to Shortcut which is more grammatically correct | Hugo Locurcio | |
See https://github.com/godotengine/godot/issues/16863#issuecomment-685236980. | |||
2020-09-09 | Fix ColorPickerButton to apply changes after picker popup closed | Yuri Roubinsky | |
2020-09-09 | Merge pull request #41918 from reduz/implement-3d-textures | Juan Linietsky | |
Implement 3D textures as import and resource format. | |||
2020-09-09 | Implement 3D textures as import and resource format. | reduz | |
2020-09-09 | Improve performance for Show/Hide port preview in visual shaders | Yuri Roubinsky | |
2020-09-09 | Improve performance of Undo:change node position in visual shader | Yuri Roubinsky | |
2020-09-08 | Add 'get_previous_tab()' to 'Tabs' | Michael Alexsander | |
2020-09-08 | mesh_library.h: Update header guard to reflect file name | Yetizone | |
2020-09-08 | Check if old mouse column is still available. | Marcel Admiraal | |
2020-09-08 | Merge pull request #41870 from nekomatata/fix-line-edit-enter-regression | Rémi Verschelde | |
Fix LineEdit not consuming enter events | |||
2020-09-08 | Fix LineEdit not consuming enter events | PouleyKetchoupp | |
LineEdit should not return early when processing KEY_ENTER, so it can consume the event properly. Regression introduced by mistake while fixing enter events for Android (PR #40487 - c0b394572f35498801571ad7176eb357d5de1bf3) | |||
2020-09-07 | Added `active` boolean to particles mode output in visual shaders | Yuri Roubinsky | |
2020-09-07 | Merge pull request #38944 from Wavesonics/http-gzip | Fabio Alessandrelli | |
HttpRequest now handles gzipping response bodies | |||
2020-09-07 | Merge pull request #41840 from Chaosus/vs_particles | Juan Linietsky | |
[WIP] Remakes particles in visual shaders | |||
2020-09-07 | Merge pull request #41844 from madmiraal/fix-bitwise-sign-check | Rémi Verschelde | |
Use != 0 instead of > 0 when checking bit mask. | |||
2020-09-07 | Remakes particles in visual shaders | Yuri Roubinsky | |
2020-09-07 | Fix some broken visual shader nodes | Yuri Roubinsky | |
2020-09-07 | Use != 0 instead of > 0 when checking bit mask. | Marcel Admiraal | |
2020-09-07 | Merge pull request #41767 from lolleko/patch-1 | Rémi Verschelde | |
Remove ArrayMesh::surface_remove declaration | |||
2020-09-06 | Implement manual particle emission and particle sub emitters. | reduz | |
2020-09-06 | Merge pull request #41801 from EricEzaM/PR/popup-menu-errors-fix | Rémi Verschelde | |
Fixed get_usable_parent_rect() errors when initialising popup menus. | |||
2020-09-06 | Fixed get_usable_parent_rect() errors when initialising popup menus. | Eric M | |
2020-09-05 | Cleanup constructor code in visual shader nodes | Yuri Roubinsky | |