| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #41971 from nekomatata/richtextlabel-align-pointer | Rémi Verschelde | 2020-09-11 | 1 | -1/+1 |
| |\ | | | | | Fix RichTextLabel alignment for clickable regions | ||||
| | * | Fix RichTextLabel alignment for clickable regions | PouleyKetchoupp | 2020-09-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | 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. | ||||
| * | | Merge pull request #40973 from Paulb23/code_edit | Rémi Verschelde | 2020-09-10 | 25 | -972/+1512 |
| |\ \ | | | | | | | Add CodeEdit and TextEdit gutter system | ||||
| | * | | Remove breakpoints from editor settings | Paulb23 | 2020-09-10 | 4 | -23/+6 |
| | | | | |||||
| | * | | Move safe line color into editor | Paulb23 | 2020-09-10 | 6 | -30/+31 |
| | | | | |||||
| | * | | Move ConnectionGutter to editor code_editor | Paulb23 | 2020-09-10 | 5 | -150/+67 |
| | | | | |||||
| | * | | Add folding gutter to code_edit | Paulb23 | 2020-09-10 | 6 | -127/+103 |
| | | | | |||||
| | * | | Add main_gutter (breakpoints, bookmarks, execution lines) to code_edit | Paulb23 | 2020-09-10 | 19 | -376/+402 |
| | | | | |||||
| | * | | Changed line_edited_from(from) to lines_edit_from(from, to) | Paulb23 | 2020-09-10 | 6 | -14/+11 |
| | | | | |||||
| | * | | Added Line numbers to CodeEdit | Paulb23 | 2020-09-10 | 8 | -135/+173 |
| | | | | |||||
| | * | | Added gutter system to TextEdit | Paulb23 | 2020-09-10 | 2 | -24/+473 |
| | | | | |||||
| | * | | Add and convert editor to use CodeEdit | Paulb23 | 2020-09-10 | 12 | -247/+400 |
| |/ / | |||||
| * | | Merge pull request #41957 from skyace65/SpriteFrames | Rémi Verschelde | 2020-09-10 | 1 | -1/+1 |
| |\ \ | | | | | | | Improve SpriteFrames get_animation_loop description | ||||
| | * | | Improve SpriteFrames get_animation_loop description | skyace65 | 2020-09-10 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #41954 from Calinou/raycast-rename-cast-to | Rémi Verschelde | 2020-09-10 | 7 | -35/+35 |
| |\ \ \ | | | | | | | | | Rename RayCast's `cast_to` property to `target_position` | ||||
| | * | | | Rename RayCast's `cast_to` property to `target_position` | Hugo Locurcio | 2020-09-10 | 7 | -35/+35 |
| | | | | | | | | | | | | | | | | | | | | | `cast_to` is sometimes mistaken as a method rather than a property. `target_position` makes it more obvious that it's a property. | ||||
| * | | | | Merge pull request #41806 from AndreaCatania/AndreaCatania-patch-4 | Rémi Verschelde | 2020-09-10 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | Avoid adding margin twice along capsule Y axis | ||||
| | * | | | | Avoid adding margin twice along capsule Y axis | Andrea Catania | 2020-09-06 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Merge pull request #41951 from Yetizone/update_header_guard | Rémi Verschelde | 2020-09-10 | 1 | -3/+3 |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | scene_tree.h: Update header guard | ||||
| | * | | | | scene_tree.h: Update header guard | Yetizone | 2020-09-10 | 1 | -3/+3 |
| |/ / / / | |||||
| * | | | | Merge pull request #41945 from capnm/upstream-prs | Rémi Verschelde | 2020-09-10 | 1 | -0/+3 |
| |\ \ \ \ | | | | | | | | | | | git: Ignore clangd cache folder | ||||
| | * | | | | git: Ignore clangd cache folder | Martin Capitanio | 2020-09-10 | 1 | -0/+3 |
| | | | | | | |||||
| * | | | | | Merge pull request #41944 from madmiraal/remove-unused-imports | Rémi Verschelde | 2020-09-10 | 7 | -9/+0 |
| |\ \ \ \ \ | |/ / / / |/| | | | | Remove unused Python imports. | ||||
| | * | | | | Remove unused Python imports. | Marcel Admiraal | 2020-09-10 | 7 | -9/+0 |
| | | |_|/ | |/| | | |||||
| * | | | | Merge pull request #41795 from Hassan-A/tilemap-rotate-fix | Rémi Verschelde | 2020-09-10 | 1 | -3/+2 |
| |\ \ \ \ | | | | | | | | | | | Fix tilemap tile preview on horizontal/vertical flips. | ||||
| | * | | | | Fix tilemap tiles on horizontal/vertical flips | Haz | 2020-09-06 | 1 | -3/+2 |
| | | | | | | |||||
| * | | | | | Merge pull request #41890 from YeldhamDev/tabs_previous | Rémi Verschelde | 2020-09-10 | 3 | -0/+18 |
| |\ \ \ \ \ | | | | | | | | | | | | | Add 'get_previous_tab()' to 'Tabs' | ||||
| | * | | | | | Add 'get_previous_tab()' to 'Tabs' | Michael Alexsander | 2020-09-08 | 3 | -0/+18 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #41935 from Chaosus/vs_texture3d | Rémi Verschelde | 2020-09-10 | 8 | -3/+264 |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Added Texture3D to visual shaders | ||||
| | * | | | | | Added Texture3D to visual shaders | Yuri Roubinsky | 2020-09-10 | 8 | -3/+264 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #41940 from madmiraal/remove-duplicate-definitions | Rémi Verschelde | 2020-09-10 | 2 | -7/+0 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Remove duplicate or unnecessary Python definitions. | ||||
| | * | | | | | | Remove duplicate or unnecessary Python definitions. | Marcel Admiraal | 2020-09-10 | 2 | -7/+0 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #41920 from Chaosus/fix_colorpicker | Rémi Verschelde | 2020-09-10 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix ColorPickerButton to apply changes after picker popup closed | ||||
| | * | | | | | | | Fix ColorPickerButton to apply changes after picker popup closed | Yuri Roubinsky | 2020-09-09 | 1 | -2/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #41937 from madmiraal/remove-unused-variable | Rémi Verschelde | 2020-09-10 | 1 | -1/+0 |
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | Remove unused variable in fixed-size.html. | ||||
| | * | | | | | | | Remove unused variable in fixed-size.html. | Marcel Admiraal | 2020-09-10 | 1 | -1/+0 |
| |/ / / / / / / | |||||
| * | | | | | | | Merge pull request #41928 from akien-mga/tinyexr-1.0.0 | Rémi Verschelde | 2020-09-10 | 4 | -251/+469 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | tinyexr: Sync with upstream 1.0.0 | ||||
| | * | | | | | | | tinyexr: Sync with upstream 1.0.0 | Rémi Verschelde | 2020-09-09 | 4 | -251/+469 |
| | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | | Merge pull request #41932 from clayjohn/VULKAN-3dtexture-repeat | Rémi Verschelde | 2020-09-10 | 1 | -0/+3 |
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Set repeat in all 3 dimensions in 3d textures | ||||
| | * | | | | | | Set repeat in all 3 dimensions in 3d textures | clayjohn | 2020-09-09 | 1 | -0/+3 |
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #41926 from Calinou/rename-shortcut-sentence-case | Rémi Verschelde | 2020-09-09 | 17 | -98/+99 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Rename ShortCut to Shortcut which is more grammatically correct | ||||
| | * | | | | | | Rename ShortCut to Shortcut which is more grammatically correct | Hugo Locurcio | 2020-09-09 | 17 | -98/+99 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/godotengine/godot/issues/16863#issuecomment-685236980. | ||||
| * | | | | | | | Merge pull request #41925 from reduz/improve-exr-loading | Juan Linietsky | 2020-09-09 | 1 | -53/+105 |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Make EXR import format support all depths and channel configurations | ||||
| | * | | | | | | Make EXR import format support all depths and channel configurations | reduz | 2020-09-09 | 1 | -53/+105 |
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #41922 from Chaosus/fix_build_warning | Rémi Verschelde | 2020-09-09 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | Fix build warning in visual_shader_editor | ||||
| | * | | | | | Fix build warning in visual_shader_editor | Yuri Roubinsky | 2020-09-09 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #41921 from akien-mga/stb_vorbis-increase-max-alloc | Rémi Verschelde | 2020-09-09 | 1 | -2/+6 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | stb_vorbis: Increase max alloc buffer size for big Vorbis comments | ||||
| | * | | | | | stb_vorbis: Increase max alloc buffer size for big Vorbis comments | Rémi Verschelde | 2020-09-09 | 1 | -2/+6 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous max worked OK for audio data, but stb_vorbis recently gained support for Vorbis comments, which can embed up to 2^32-1 bytes of data (e.g. cover art encoded as base64). We use 2^30 as max which should be sufficient for most files. Fixes #41913. | ||||
| * | | | | | Merge pull request #41918 from reduz/implement-3d-textures | Juan Linietsky | 2020-09-09 | 16 | -39/+1173 |
| |\ \ \ \ \ | |/ / / / |/| | | | | Implement 3D textures as import and resource format. | ||||
| | * | | | | Implement 3D textures as import and resource format. | reduz | 2020-09-09 | 16 | -39/+1173 |
| | | | | | | |||||
