summaryrefslogtreecommitdiffstats
path: root/editor
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | Merge pull request #88530 from davthedev/tree-hover-itemsThaddeus Crews2024-10-212-2/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Add hover state to Tree items displayDavid Giardi2024-10-172-2/+10
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #98237 from dustdfg/os_transitive_image_headers_refactorThaddeus Crews2024-10-214-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Don't include `core/io/image.h` in `core/os/os.h`Yevhen Babiichuk (DustDFG)2024-10-184-0/+4
| | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #97205 from tetrapod00/inspect-native-shader-codeThaddeus Crews2024-10-212-0/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Add "Inspect Native Shader Code" to shader resource and shader editortetrapod002024-10-082-0/+9
* | | | | | | | | | | | | | | Merge pull request #97707 from Sauermann/fix-input-device-clashThaddeus Crews2024-10-212-8/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Fix InputEvent device id clashMarkus Sauermann2024-10-202-8/+9
| | |_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #97706 from lalitshankarchowdhury/fix-create-folderThaddeus Crews2024-10-211-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Display proper message on invalid folder pathLalit Shankar Chowdhury2024-10-171-0/+7
* | | | | | | | | | | | | | | | Merge pull request #97542 from AThousandShips/dict_sort_fixThaddeus Crews2024-10-211-5/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | [Core] Fix sorting of `Dictionary` keysA Thousand Ships2024-10-181-5/+4
| |/ / / / / / / / / / / / / /
* | | | / / / / / / / / / / / Improve display for lightmap probes in the editorHugo Locurcio2024-10-181-1/+4
| |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #98254 from timothyqiu/marker-typosClay John2024-10-171-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fix typos in `AnimationMarkerEdit`Haoyu Qiu2024-10-171-2/+2
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #98222 from timothyqiu/media-control-rtlClay John2024-10-174-16/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Don't flip playback control buttons in RTL layoutHaoyu Qiu2024-10-164-16/+13
* | | | | | | | | | | | | | | Merge pull request #97885 from timothyqiu/useful-tooltipClay John2024-10-171-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Make EditorFileDialog's Recent and Fav list show full path in tooltipHaoyu Qiu2024-10-061-0/+2
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #97564 from kitbdev/animation-bezier-editor-fix-box-select...Thaddeus Crews2024-10-161-5/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fix mouse clamping in Animation Bezier box selectkit2024-09-271-5/+0
* | | | | | | | | | | | | | | Merge pull request #98196 from bruvzg/u16_listThaddeus Crews2024-10-161-1/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | [Font Importer] Update Unicode block list to Unicode 16.0bruvzg2024-10-151-1/+12
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #98156 from jaydensipe/show-custom-icons-in-remote-scene-viewThaddeus Crews2024-10-161-0/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Show correct icons in EditorDebuggerRemoteObjectJayden Sipe2024-10-151-0/+14
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #88427 from CrayolaEater/fix-no-icons-on-remote-nodesThaddeus Crews2024-10-162-2/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Fixed Remote Nodes missing custom iconsBogdan Inculet2024-10-152-2/+13
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* / | | | | | | | | | | | | | Fix `CONTAINER_PROJECT_SETTING_TAB_RIGHT` option of `EditorPlugin` to add to ...Allen Pestaluky2024-10-151-1/+0
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #97560 from SaracenOne/fix_anim_library_popupThaddeus Crews2024-10-141-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fix positioning of popup menu in AnimationLibrary editor.Saracen2024-09-281-2/+2
* | | | | | | | | | | | | | | Merge pull request #97582 from BlueCube3310/basisu-hdrThaddeus Crews2024-10-142-10/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | BasisU: Update to 1.50.0 and add HDR supportBlueCube33102024-10-122-10/+0
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #97833 from AtlaStar/Fix-issue-97832Thaddeus Crews2024-10-141-5/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Allow seconds snapping to use minimum intervals of 0.0001 once moreDerrick Melton2024-10-101-5/+7
| | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #97996 from timothyqiu/rtl-arrowThaddeus Crews2024-10-141-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Fix ControlEditorPopupButton arrow position in RTL languageHaoyu Qiu2024-10-091-1/+3
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #97929 from timothyqiu/rtl-checkbuttonThaddeus Crews2024-10-141-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Fix CheckButton mirrored icon in editor themeHaoyu Qiu2024-10-071-1/+1
| | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #97830 from BlueCube3310/teximport-hdr-losslessThaddeus Crews2024-10-142-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Fix 3D HDR texture import with lossless compressionBlueCube33102024-10-042-1/+5
* | | | | | | | | | | | | | | | Merge pull request #96740 from ryevdokimov/collision_repositionThaddeus Crews2024-10-142-17/+72
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Use collision detection ray to reposition an object already in the sceneRobert Yevdokimov2024-10-042-17/+72
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #94371 from KoBeWi/insane_particle_unification_😱Thaddeus Crews2024-10-1412-1820/+1185
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Unify particle editorskobewi2024-10-0412-1820/+1185
* | | | | | | | | | | | | | | | Merge pull request #97979 from BlueCube3310/fix-thumb-genThaddeus Crews2024-10-101-2/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Fix crash when creating thumbnails for 3d texturesBlueCube33102024-10-091-2/+7
| | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #97940 from syntaxerror247/a_refreshing_bugThaddeus Crews2024-10-101-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Refresh Filesystem Dock after android build template is createdAnish Mishra2024-10-081-1/+2
| | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #97563 from SaracenOne/key_sub_pathsThaddeus Crews2024-10-101-1/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Fix keying of property subpaths.Saracen2024-09-281-1/+12
| | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | |