summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2020-09-10Move safe line color into editorPaulb23
2020-09-10Move ConnectionGutter to editor code_editorPaulb23
2020-09-10Add folding gutter to code_editPaulb23
2020-09-10Add main_gutter (breakpoints, bookmarks, execution lines) to code_editPaulb23
2020-09-10Added Line numbers to CodeEditPaulb23
2020-09-10Add and convert editor to use CodeEditPaulb23
2020-09-10Merge pull request #41954 from Calinou/raycast-rename-cast-toRémi Verschelde
Rename RayCast's `cast_to` property to `target_position`
2020-09-10Rename 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-10Merge pull request #41795 from Hassan-A/tilemap-rotate-fixRémi Verschelde
Fix tilemap tile preview on horizontal/vertical flips.
2020-09-10Merge pull request #41935 from Chaosus/vs_texture3dRémi Verschelde
Added Texture3D to visual shaders
2020-09-10Remove duplicate or unnecessary Python definitions.Marcel Admiraal
2020-09-10Added Texture3D to visual shadersYuri Roubinsky
2020-09-09Merge pull request #41926 from Calinou/rename-shortcut-sentence-caseRémi Verschelde
Rename ShortCut to Shortcut which is more grammatically correct
2020-09-09Rename ShortCut to Shortcut which is more grammatically correctHugo Locurcio
See https://github.com/godotengine/godot/issues/16863#issuecomment-685236980.
2020-09-09Fix build warning in visual_shader_editorYuri Roubinsky
2020-09-09Merge pull request #41918 from reduz/implement-3d-texturesJuan Linietsky
Implement 3D textures as import and resource format.
2020-09-09Implement 3D textures as import and resource format.reduz
2020-09-09Improve performance for Show/Hide port preview in visual shadersYuri Roubinsky
2020-09-09Improve performance of Undo:change node position in visual shaderYuri Roubinsky
2020-09-08i18n: Sync translations with WeblateRémi Verschelde
Add translators comment for the two 'Project Manager' strings, and fix some of the translations. (cherry picked from commit c5f6d2097bcbe1826b9111774ed0f8deb5839060)
2020-09-07Merge pull request #38308 from bruvzg/sad_security_circusRémi Verschelde
Adds PCK encryption support (using script encryption key for export).
2020-09-07Merge pull request #41840 from Chaosus/vs_particlesJuan Linietsky
[WIP] Remakes particles in visual shaders
2020-09-07Merge pull request #41510 from SkyLucilfer/TranslatorCommentRémi Verschelde
Add translators comments extraction for Editor
2020-09-07Fixed expand/collapse folder option not showing in FileSystemDockEric M
2020-09-07Remakes particles in visual shadersYuri Roubinsky
2020-09-06Fix tilemap tiles on horizontal/vertical flipsHaz
2020-09-06Removes redundant code & fix documentation for VisualShaderNodeCustomYuri Roubinsky
2020-09-06Use flags instead TYPE_ enum in visual shaders editorYuri Roubinsky
2020-09-05Adds PCK encryption support (using script encryption key for export).bruvzg
Change default encryption mode from ECB to CFB.
2020-09-04Make PosVertex to Vertex slicing explicit.Marcel Admiraal
2020-09-04Merge pull request #41758 from akien-mga/classref-syncRémi Verschelde
doc: Sync classref with current source
2020-09-04Merge pull request #41761 from madmiraal/fix-assignment-operatorsRémi Verschelde
Ensure assignment operators return by reference to avoid unnecessary copies.
2020-09-04doc: Sync classref with current sourceRémi Verschelde
2020-09-04Ensure assignment operators return by reference to avoid unnecessary copies.Marcel Admiraal
2020-09-04Merge pull request #40996 from Calinou/improve-debug-editor-tooltipsRémi Verschelde
Improve editor tooltips related to debugging
2020-09-04i18n: Sync translations with WeblateRé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-03Merge pull request #41022 from qarmin/fixes_leak_with_creating_settingsRémi Verschelde
Fixes leak with creating editor settings
2020-09-03Merge pull request #41050 from Calinou/spriteframes-editor-compactRémi Verschelde
Make the SpriteFrames animation speed SpinBox take less vertical space
2020-09-03Merge pull request #41332 from bruvzg/win_subsys_optionRémi Verschelde
Revert #41164, add subsystem build option.
2020-09-03Merge pull request #41702 from kotelifelif/37424Rémi Verschelde
Update search function in project settings
2020-09-03Merge pull request #41724 from Chaosus/vs_fix_particlesYuri Roubinsky
Restore Particles functionality in visual shader
2020-09-03Restore Particles functionality in visual shaderYuri Roubinsky
2020-09-03Merge pull request #41589 from sburris0/masterRémi Verschelde
Make blank project name create an error, not a warning
2020-09-02Fix filtering of search results in SectionedInspectorbooer
2020-09-02Fix editor inspector refresh not workingEric M
2020-09-01Merge pull request #41668 from clayjohn/GLOW-HQRémi Verschelde
Add high quality glow mode
2020-09-01Merge pull request #37022 from aaronfranke/editor-plugin-iter-backRémi Verschelde
Iterate backwards over EditorPlugin's list of plugins in get_editor etc
2020-09-01Merge pull request #37240 from aaronfranke/pm-min-sizeRémi Verschelde
Change the "remove missing" button to disabled rather than hidden
2020-09-01Merge pull request #40868 from aaronfranke/color-html-rgbaRémi Verschelde
Change Color HTML conversion from ARGB to RGBA