Emmanouil Papadeas
9f251c9e85
Merge 67434cbe80
into 3f2245cd9b
2025-01-11 11:23:38 -05:00
Emmanouil Papadeas
3f2245cd9b
Fix color picker changing hue when modifying the saturation and value inside the color picker shape
2025-01-10 17:30:44 +02:00
Emmanouil Papadeas
89de8ab461
Fix add_new_layer() in ExtensionsAPI
2025-01-09 23:05:55 +02:00
Emmanouil Papadeas
67434cbe80
New translations translations.pot (Malay)
2025-01-08 06:00:21 +02:00
Emmanouil Papadeas
c4d3e66370
New translations translations.pot (Malay)
2025-01-08 04:54:20 +02:00
Emmanouil Papadeas
c1ed6b53ed
New translations translations.pot (Danish)
2025-01-06 23:11:52 +02:00
Variable
60c54601ce
fix crash when importing (not-yet) supported layers from one project to the other ( #1161 )
2025-01-05 20:46:30 +02:00
Variable
d3f287347a
add api 5 to the list of legacy versions ( #1162 )
2025-01-04 23:12:03 +02:00
Emmanouil Papadeas
6207365e40
New translations translations.pot (Danish)
2025-01-03 21:19:36 +02:00
Emmanouil Papadeas
1972993fce
New translations translations.pot (Malay)
2025-01-03 20:16:47 +02:00
Emmanouil Papadeas
bb1e5f40c3
New translations translations.pot (Greek)
2025-01-02 23:12:39 +02:00
Emmanouil Papadeas
bd17ce8559
New translations translations.pot (French)
2025-01-01 20:26:26 +02:00
Emmanouil Papadeas
6afdb372b3
[skip ci] Hide the Brightness/Contrast dialog
2024-12-31 19:34:17 +02:00
Emmanouil Papadeas
e98d481a19
[skip ci] Raise the Extensions API version to 6
2024-12-29 22:24:15 +02:00
Emmanouil Papadeas
6c3fc95099
[skip ci] Update CHANGELOG.md
2024-12-28 22:54:04 +02:00
Emmanouil Papadeas
63f3fa8e0c
New translations translations.pot (Chinese Simplified)
2024-12-27 09:28:56 +02:00
Emmanouil Papadeas
c60c62f476
Fix tileset being completely cleared when resizing a project
...
Now only remove the tiles that are used so they can be remade as resized tiles. Unused tiles remain in the tileset as is.
2024-12-27 03:30:56 +02:00
Emmanouil Papadeas
4a6ed3103f
New translations translations.pot (Persian)
2024-12-26 20:29:12 +02:00
Emmanouil Papadeas
616bd91c49
Mirror image image effect now works with indexed mode
2024-12-22 02:40:05 +02:00
Emmanouil Papadeas
a698668930
Fix #1157 for the polygon select and the curve tool as well
2024-12-21 03:52:33 +02:00
Emmanouil Papadeas
59254b943f
Attempt to fix left tool preview not being shown when a right tool with a preview is selected
...
Maybe fixes #1157
2024-12-21 03:44:54 +02:00
Emmanouil Papadeas
033238b787
Fix the gradient of the noise generator's color ramp not updating properly
2024-12-21 00:32:56 +02:00
Emmanouil Papadeas
d4c3ae3dc6
Change PXO_frame and PXO_layer to PXO_frame_index and PXO_layer_index
2024-12-21 00:31:51 +02:00
Emmanouil Papadeas
b4fbb1df75
Set input as handled when dragging on a ValueSlider
2024-12-20 00:20:37 +02:00
Emmanouil Papadeas
360aa250c4
Hide the horizontal alignment option from the text tool
...
It's not doing anything at the moment and I am unsure why. We could expose it again if we figure it out.
2024-12-18 23:21:28 +02:00
Emmanouil Papadeas
de6a30e85d
New translations translations.pot (Romanian)
2024-12-18 12:46:55 +02:00
Emmanouil Papadeas
f834ff2653
New translations translations.pot (Italian)
2024-12-18 05:12:47 +02:00
Emmanouil Papadeas
eab8da4838
New translations translations.pot (Indonesian)
2024-12-17 22:36:01 +02:00
Emmanouil Papadeas
7ccfafbd92
New translations translations.pot (Portuguese, Brazilian)
2024-12-17 20:41:13 +02:00
Emmanouil Papadeas
3ec8b55e2d
New translations translations.pot (Spanish)
2024-12-17 20:41:12 +02:00
Emmanouil Papadeas
5d059126dd
New translations translations.pot (Portuguese, Brazilian)
2024-12-17 19:39:37 +02:00
Emmanouil Papadeas
0fe1eb5dda
New translations translations.pot (German)
2024-12-17 19:39:36 +02:00
Emmanouil Papadeas
80e93629d1
Add PXO_frame and PXO_layer as special loaded shader uniforms
2024-12-17 19:36:01 +02:00
Emmanouil Papadeas
5a17117d59
Improve support for visual shader loading
...
ShaderLoader now gets the VisualShaderNodeTextures of the VisualShader into account, allowing for visual shaders that are being loaded to have default textures.
2024-12-17 18:11:36 +02:00
Emmanouil Papadeas
e3fc230994
New translations translations.pot (Japanese)
2024-12-17 13:57:16 +02:00
Emmanouil Papadeas
3edb37168c
Fix issues with the noise generator node
...
Its nodes now get updated when changing the noise texture, and it waits for `noise_texture.changed` to emit before emitting the `value_changed` signal. See https://docs.godotengine.org/en/stable/classes/class_noisetexture2d.html for the explanation.
2024-12-17 13:38:18 +02:00
Emmanouil Papadeas
c2272e5fac
New translations translations.pot (Spanish)
2024-12-17 03:58:16 +02:00
Emmanouil Papadeas
0f53fc32fe
Start working on a noise generator node
...
Used for shaders that need noise textures.
Still WIP. needs the nodes to set their appropriate values when setting a noise texture. Which means I'll probably have to re-write the whole thing, yay :D
2024-12-17 03:21:23 +02:00
Emmanouil Papadeas
d87636e32a
New translations translations.pot (Indonesian)
2024-12-17 02:52:26 +02:00
Emmanouil Papadeas
618d5f4916
Fix bug with ValueSliderV3 where the grid_columns variable was setting the ratio's visibility instead
2024-12-17 02:31:21 +02:00
Emmanouil Papadeas
a8392fb14f
[skip ci] Update bug_report.md
2024-12-17 01:43:43 +02:00
Emmanouil Papadeas
8025e3f0ec
New translations translations.pot (Persian)
2024-12-17 01:12:18 +02:00
Emmanouil Papadeas
01c9ad9a5c
New translations translations.pot (Ancient Greek)
2024-12-17 01:12:17 +02:00
Emmanouil Papadeas
566a53f3f8
New translations translations.pot (Norwegian Bokmal)
2024-12-17 01:12:15 +02:00
Emmanouil Papadeas
e76ab53e44
New translations translations.pot (Swahili)
2024-12-17 01:12:14 +02:00
Emmanouil Papadeas
b75977d8e4
New translations translations.pot (Sinhala)
2024-12-17 01:12:13 +02:00
Emmanouil Papadeas
80b58cef8c
New translations translations.pot (Latin)
2024-12-17 01:12:12 +02:00
Emmanouil Papadeas
a976cd3d9b
New translations translations.pot (Malayalam)
2024-12-17 01:12:10 +02:00
Emmanouil Papadeas
2cc2314f00
New translations translations.pot (Filipino)
2024-12-17 01:12:09 +02:00
Emmanouil Papadeas
288dbbc37e
New translations translations.pot (Esperanto)
2024-12-17 01:12:08 +02:00