Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Added Line numbers to CodeEdit | 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 | Merge pull request #41795 from Hassan-A/tilemap-rotate-fix | Rémi Verschelde | |
Fix tilemap tile preview on horizontal/vertical flips. | |||
2020-09-10 | Merge pull request #41935 from Chaosus/vs_texture3d | Rémi Verschelde | |
Added Texture3D to visual shaders | |||
2020-09-10 | Remove duplicate or unnecessary Python definitions. | Marcel Admiraal | |
2020-09-10 | Added Texture3D to visual shaders | Yuri Roubinsky | |
2020-09-09 | Merge pull request #41926 from Calinou/rename-shortcut-sentence-case | Rémi Verschelde | |
Rename ShortCut to Shortcut which is more grammatically correct | |||
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 build warning in visual_shader_editor | 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 | i18n: Sync translations with Weblate | Rémi Verschelde | |
Add translators comment for the two 'Project Manager' strings, and fix some of the translations. (cherry picked from commit c5f6d2097bcbe1826b9111774ed0f8deb5839060) | |||
2020-09-07 | Merge pull request #38308 from bruvzg/sad_security_circus | Rémi Verschelde | |
Adds PCK encryption support (using script encryption key for export). | |||
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 #41510 from SkyLucilfer/TranslatorComment | Rémi Verschelde | |
Add translators comments extraction for Editor | |||
2020-09-07 | Fixed expand/collapse folder option not showing in FileSystemDock | Eric M | |
2020-09-07 | Remakes particles in visual shaders | Yuri Roubinsky | |
2020-09-06 | Fix tilemap tiles on horizontal/vertical flips | Haz | |
2020-09-06 | Removes redundant code & fix documentation for VisualShaderNodeCustom | Yuri Roubinsky | |
2020-09-06 | Use flags instead TYPE_ enum in visual shaders editor | Yuri Roubinsky | |
2020-09-05 | Adds PCK encryption support (using script encryption key for export). | bruvzg | |
Change default encryption mode from ECB to CFB. | |||
2020-09-04 | Make PosVertex to Vertex slicing explicit. | Marcel Admiraal | |
2020-09-04 | Merge pull request #41758 from akien-mga/classref-sync | Rémi Verschelde | |
doc: Sync classref with current source | |||
2020-09-04 | Merge pull request #41761 from madmiraal/fix-assignment-operators | Rémi Verschelde | |
Ensure assignment operators return by reference to avoid unnecessary copies. | |||
2020-09-04 | doc: Sync classref with current source | Rémi Verschelde | |
2020-09-04 | Ensure assignment operators return by reference to avoid unnecessary copies. | Marcel Admiraal | |
2020-09-04 | Merge pull request #40996 from Calinou/improve-debug-editor-tooltips | Rémi Verschelde | |
Improve editor tooltips related to debugging | |||
2020-09-04 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 41b9e1d7ea6241114babf0681c4e25400230ecfc) | |||
2020-09-03 | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg | |
2020-09-03 | Merge pull request #41022 from qarmin/fixes_leak_with_creating_settings | Rémi Verschelde | |
Fixes leak with creating editor settings | |||
2020-09-03 | Merge pull request #41050 from Calinou/spriteframes-editor-compact | Rémi Verschelde | |
Make the SpriteFrames animation speed SpinBox take less vertical space | |||
2020-09-03 | Merge pull request #41332 from bruvzg/win_subsys_option | Rémi Verschelde | |
Revert #41164, add subsystem build option. | |||
2020-09-03 | Merge pull request #41702 from kotelifelif/37424 | Rémi Verschelde | |
Update search function in project settings | |||
2020-09-03 | Merge pull request #41724 from Chaosus/vs_fix_particles | Yuri Roubinsky | |
Restore Particles functionality in visual shader | |||
2020-09-03 | Restore Particles functionality in visual shader | Yuri Roubinsky | |
2020-09-03 | Merge pull request #41589 from sburris0/master | Rémi Verschelde | |
Make blank project name create an error, not a warning | |||
2020-09-02 | Fix filtering of search results in SectionedInspector | booer | |
2020-09-02 | Fix editor inspector refresh not working | Eric M | |
2020-09-01 | Merge pull request #41668 from clayjohn/GLOW-HQ | Rémi Verschelde | |
Add high quality glow mode | |||
2020-09-01 | Merge pull request #37022 from aaronfranke/editor-plugin-iter-back | Rémi Verschelde | |
Iterate backwards over EditorPlugin's list of plugins in get_editor etc | |||
2020-09-01 | Merge pull request #37240 from aaronfranke/pm-min-size | Rémi Verschelde | |
Change the "remove missing" button to disabled rather than hidden | |||
2020-09-01 | Merge pull request #40868 from aaronfranke/color-html-rgba | Rémi Verschelde | |
Change Color HTML conversion from ARGB to RGBA |