Rémi Verschelde
|
0819657c3b
|
Merge pull request #41954 from Calinou/raycast-rename-cast-to
Rename RayCast's `cast_to` property to `target_position`
|
2020-09-10 19:19:59 +02:00 |
Hugo Locurcio
|
a706c22db7
|
Rename RayCast's `cast_to` property to `target_position`
`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 19:06:56 +02:00 |
Rémi Verschelde
|
49283cb80d
|
Merge pull request #41795 from Hassan-A/tilemap-rotate-fix
Fix tilemap tile preview on horizontal/vertical flips.
|
2020-09-10 12:02:19 +02:00 |
Rémi Verschelde
|
58dcde344c
|
Merge pull request #41935 from Chaosus/vs_texture3d
Added Texture3D to visual shaders
|
2020-09-10 11:18:37 +02:00 |
Marcel Admiraal
|
a1a2531459
|
Remove duplicate or unnecessary Python definitions.
|
2020-09-10 08:38:07 +01:00 |
Yuri Roubinsky
|
5ba8246cfb
|
Added Texture3D to visual shaders
|
2020-09-10 07:40:06 +03:00 |
Rémi Verschelde
|
ab7e7b8116
|
Merge pull request #41926 from Calinou/rename-shortcut-sentence-case
Rename ShortCut to Shortcut which is more grammatically correct
|
2020-09-09 22:39:29 +02:00 |
Hugo Locurcio
|
3e0226515e
|
Rename ShortCut to Shortcut which is more grammatically correct
See https://github.com/godotengine/godot/issues/16863#issuecomment-685236980.
|
2020-09-09 21:54:54 +02:00 |
Yuri Roubinsky
|
da488ff041
|
Fix build warning in visual_shader_editor
|
2020-09-09 22:00:21 +03:00 |
Juan Linietsky
|
1ce46f2a3f
|
Merge pull request #41918 from reduz/implement-3d-textures
Implement 3D textures as import and resource format.
|
2020-09-09 14:40:22 -03:00 |
reduz
|
a674da4eec
|
Implement 3D textures as import and resource format.
|
2020-09-09 13:50:21 -03:00 |
Yuri Roubinsky
|
14a24fa19c
|
Improve performance for Show/Hide port preview in visual shaders
|
2020-09-09 19:24:55 +03:00 |
Yuri Roubinsky
|
ea49d8b9d5
|
Improve performance of Undo:change node position in visual shader
|
2020-09-09 11:29:40 +03:00 |
Rémi Verschelde
|
9568bcf166
|
i18n: Sync translations with Weblate
Add translators comment for the two 'Project Manager' strings,
and fix some of the translations.
(cherry picked from commit c5f6d2097b )
|
2020-09-08 15:18:17 +02:00 |
Rémi Verschelde
|
3c42d5789f
|
Merge pull request #38308 from bruvzg/sad_security_circus
Adds PCK encryption support (using script encryption key for export).
|
2020-09-07 17:12:01 +02:00 |
Juan Linietsky
|
82efb06aaa
|
Merge pull request #41840 from Chaosus/vs_particles
[WIP] Remakes particles in visual shaders
|
2020-09-07 10:43:03 -03:00 |
Rémi Verschelde
|
5bf28c735d
|
Merge pull request #41510 from SkyLucilfer/TranslatorComment
Add translators comments extraction for Editor
|
2020-09-07 14:41:49 +02:00 |
Eric M
|
54bef223fd
|
Fixed expand/collapse folder option not showing in FileSystemDock
|
2020-09-07 22:09:53 +10:00 |
Yuri Roubinsky
|
dc6685d28f
|
Remakes particles in visual shaders
|
2020-09-07 13:33:51 +03:00 |
Haz
|
3f5413693c
|
Fix tilemap tiles on horizontal/vertical flips
|
2020-09-06 16:00:36 -04:00 |
Yuri Roubinsky
|
de097b9327
|
Removes redundant code & fix documentation for VisualShaderNodeCustom
|
2020-09-06 12:09:15 +03:00 |
Yuri Roubinsky
|
004d8e86a6
|
Use flags instead TYPE_ enum in visual shaders editor
|
2020-09-06 10:43:14 +03:00 |
bruvzg
|
f043eabdd8
|
Adds PCK encryption support (using script encryption key for export).
Change default encryption mode from ECB to CFB.
|
2020-09-05 14:53:39 +03:00 |
Marcel Admiraal
|
879390680b
|
Make PosVertex to Vertex slicing explicit.
|
2020-09-04 13:22:20 +01:00 |
Rémi Verschelde
|
44e89cb88f
|
Merge pull request #41758 from akien-mga/classref-sync
doc: Sync classref with current source
|
2020-09-04 13:23:20 +02:00 |
Rémi Verschelde
|
696849f73a
|
Merge pull request #41761 from madmiraal/fix-assignment-operators
Ensure assignment operators return by reference to avoid unnecessary copies.
|
2020-09-04 13:00:17 +02:00 |
Rémi Verschelde
|
de284f931d
|
doc: Sync classref with current source
|
2020-09-04 10:43:11 +02:00 |
Marcel Admiraal
|
ce263c4ff6
|
Ensure assignment operators return by reference to avoid unnecessary copies.
|
2020-09-04 09:18:19 +01:00 |
Rémi Verschelde
|
dc8d8d1b5d
|
Merge pull request #40996 from Calinou/improve-debug-editor-tooltips
Improve editor tooltips related to debugging
|
2020-09-04 10:07:21 +02:00 |
Rémi Verschelde
|
5c0fabd314
|
i18n: Sync translations with Weblate
(cherry picked from commit 41b9e1d7ea )
|
2020-09-04 08:56:38 +02:00 |
bruvzg
|
80b8eff6aa
|
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
|
2020-09-03 19:56:24 +03:00 |
Rémi Verschelde
|
be7601c94e
|
Merge pull request #41022 from qarmin/fixes_leak_with_creating_settings
Fixes leak with creating editor settings
|
2020-09-03 14:51:45 +02:00 |
Rémi Verschelde
|
2da7d2c172
|
Merge pull request #41050 from Calinou/spriteframes-editor-compact
Make the SpriteFrames animation speed SpinBox take less vertical space
|
2020-09-03 14:40:45 +02:00 |
Rémi Verschelde
|
a77106bf7e
|
Merge pull request #41332 from bruvzg/win_subsys_option
Revert #41164, add subsystem build option.
|
2020-09-03 11:52:29 +02:00 |
Rémi Verschelde
|
cb20d2bc1d
|
Merge pull request #41702 from kotelifelif/37424
Update search function in project settings
|
2020-09-03 11:20:02 +02:00 |
Yuri Roubinsky
|
58f0aa44d1
|
Merge pull request #41724 from Chaosus/vs_fix_particles
Restore Particles functionality in visual shader
|
2020-09-03 11:18:09 +03:00 |
Yuri Roubinsky
|
c291b1d23c
|
Restore Particles functionality in visual shader
|
2020-09-03 10:22:00 +03:00 |
Rémi Verschelde
|
71833520da
|
Merge pull request #41589 from sburris0/master
Make blank project name create an error, not a warning
|
2020-09-03 00:27:57 +02:00 |
booer
|
7f226d0a85
|
Fix filtering of search results in SectionedInspector
|
2020-09-02 17:11:13 +07:00 |
Eric M
|
5612770cea
|
Fix editor inspector refresh not working
|
2020-09-02 14:03:23 +10:00 |
Rémi Verschelde
|
23ce1dbfd5
|
Merge pull request #41668 from clayjohn/GLOW-HQ
Add high quality glow mode
|
2020-09-01 21:04:07 +02:00 |
Rémi Verschelde
|
9be18addb1
|
Merge pull request #37022 from aaronfranke/editor-plugin-iter-back
Iterate backwards over EditorPlugin's list of plugins in get_editor etc
|
2020-09-01 19:49:29 +02:00 |
Rémi Verschelde
|
ac3046682a
|
Merge pull request #37240 from aaronfranke/pm-min-size
Change the "remove missing" button to disabled rather than hidden
|
2020-09-01 10:46:13 +02:00 |
Rémi Verschelde
|
eac32f082a
|
Merge pull request #40868 from aaronfranke/color-html-rgba
Change Color HTML conversion from ARGB to RGBA
|
2020-09-01 10:44:36 +02:00 |
clayjohn
|
8da3c739bf
|
Add high quality glow mode
|
2020-08-31 23:16:41 -07:00 |
Aaron Franke
|
ecd6a893b4
|
Change Color HTML conversion from ARGB to RGBA
Also add support for 3 and 4 digit values in C#. Now it actually matches the HTML/CSS spec.
|
2020-09-01 02:07:35 -04:00 |
Michael Alexsander
|
fb17743ecc
|
Fix being able to create invalid scripts by pressing enter inside "Path"
|
2020-08-31 22:24:09 -03:00 |
Aaron Franke
|
0b6326c79a
|
Change the "remove missing" button to disabled rather than hidden
Also set a minimum size
|
2020-08-31 11:40:06 -04:00 |
Rémi Verschelde
|
96e257b272
|
Merge pull request #41601 from hinlopen/remember-last-filter-order
Fix not saving new filter order in project manager
|
2020-08-31 14:18:32 +02:00 |
Rémi Verschelde
|
74dbcf1e4d
|
Merge pull request #30148 from zaksnet/fix-texture-editor
Adds automatic update for StyleBoxTexture > region_rect
|
2020-08-31 13:25:28 +02:00 |