1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-03-14 23:35:17 +00:00
Commit graph

2738 commits

Author SHA1 Message Date
Emmanouil Papadeas
b02fc9c08a New translations translations.pot (Italian) 2024-04-04 02:49:58 +03:00
Emmanouil Papadeas
dd905cac34 New translations translations.pot (Hungarian) 2024-04-04 02:49:57 +03:00
Emmanouil Papadeas
309ab42f09 New translations translations.pot (Hebrew) 2024-04-04 02:49:56 +03:00
Emmanouil Papadeas
1c4449da30 New translations translations.pot (Finnish) 2024-04-04 02:49:55 +03:00
Emmanouil Papadeas
abbdf5552d New translations translations.pot (Greek) 2024-04-04 02:49:54 +03:00
Emmanouil Papadeas
0ecc2480c2 New translations translations.pot (German) 2024-04-04 02:49:53 +03:00
Emmanouil Papadeas
4eb170d54c New translations translations.pot (Czech) 2024-04-04 02:49:52 +03:00
Emmanouil Papadeas
102fcf59e9 New translations translations.pot (Catalan) 2024-04-04 02:49:51 +03:00
Emmanouil Papadeas
b59672cf26 New translations translations.pot (Belarusian) 2024-04-04 02:49:50 +03:00
Emmanouil Papadeas
d6cf2bb628 New translations translations.pot (Arabic) 2024-04-04 02:49:49 +03:00
Emmanouil Papadeas
18d65698c1 New translations translations.pot (Afrikaans) 2024-04-04 02:49:48 +03:00
Emmanouil Papadeas
040a8431b4 New translations translations.pot (Spanish) 2024-04-04 02:49:47 +03:00
Emmanouil Papadeas
99dd8bd5a7 New translations translations.pot (French) 2024-04-04 02:49:47 +03:00
Emmanouil Papadeas
27d25cb590 New translations translations.pot (Romanian) 2024-04-04 02:49:45 +03:00
Emmanouil Papadeas
7cfb87509b New translations translations.pot (Russian) 2024-04-04 02:49:45 +03:00
Emmanouil Papadeas
df3d2da3e4 New translations translations.pot (Danish) 2024-04-04 02:49:44 +03:00
Emmanouil Papadeas
9f7ba57f0b New translations translations.pot (Danish) 2024-03-21 14:14:59 +02:00
Emmanouil Papadeas
2a21aba263 New translations translations.pot (Russian) 2024-03-20 13:40:34 +02:00
Emmanouil Papadeas
0a824058e3 New translations translations.pot (Russian) 2024-03-19 18:12:11 +02:00
Emmanouil Papadeas
c355a30efa New translations translations.pot (Russian) 2024-03-19 12:04:12 +02:00
Emmanouil Papadeas
18b0888059 New translations translations.pot (Russian) 2024-03-19 10:33:18 +02:00
Emmanouil Papadeas
7988a337b4 New translations translations.pot (Russian) 2024-03-19 08:48:42 +02:00
Emmanouil Papadeas
b7bd27eda1 New translations translations.pot (Russian) 2024-03-18 10:01:02 +02:00
Emmanouil Papadeas
caec4fc919 New translations translations.pot (Russian) 2024-03-18 08:36:04 +02:00
Emmanouil Papadeas
63469e9c78
New Crowdin updates (#987) 2024-03-17 22:15:06 +02:00
Emmanouil Papadeas
9fa90ab3b1 Set license text in the About dialog to be uneditable 2024-03-16 22:49:22 +02:00
Emmanouil Papadeas
03b173b76e Optimize cel switching by avoiding changing the stylebox of every CelButton 2024-03-15 01:31:12 +02:00
Emmanouil Papadeas
d3be746290 Change UI of layer buttons - bring the small buttons out of the main button
This makes the visible/lock/linked/expand buttons more clear that they are indeed buttons. This commit also slightly changes the look of child layers, as they only appear intended and they no longer change color.
2024-03-14 20:13:42 +02:00
Emmanouil Papadeas
c1b78e4c01 Implement basic clipping masks
A very simple implementation, not as complex as something like #768 yet, but it can be done in the future.

The main current limitation is that it doesn't work with group layers as of right now.
2024-03-14 01:08:57 +02:00
Emmanouil Papadeas
fdc92ccfc3 Fix group layer expand button not working 2024-03-13 01:22:46 +02:00
Emmanouil Papadeas
3c5c659f01 Disable 3D for the SubViewports
This doesn't affect 3D layers, as they are being rendered on another Viewport
2024-03-12 22:18:15 +02:00
Emmanouil Papadeas
6ea6df0e26 Fix size label not being updated on the Export dialog's spritesheet tab when the direction changes 2024-03-11 19:19:27 +02:00
Emmanouil Papadeas
3fb2877b73 Fix pattern sampler2D in shaders not repeating
When using the Bucket tool to fill with pattern in "Similar colors" and "Whole selection" modes, the pattern was not being repeated.
2024-03-10 14:59:55 +02:00
Emmanouil Papadeas
4614a648d1 Update hint tooltip of the alpha lock button 2024-03-09 02:51:29 +02:00
Emmanouil Papadeas
dc9ba6dd9c Implement alpha lock as a global tool option 2024-03-09 02:47:13 +02:00
Emmanouil Papadeas
c225553042 Fix linked cels not working when importing a pxo file
Godot 4 has changed how ImageTexture works, as now it doesn't work when the Image is empty. Thus, we need to add Images to PixelCels right when they are created, before the linked cel logic is being handled.
2024-03-08 02:15:58 +02:00
Emmanouil Papadeas
90f7df0f5d Exporting each layer as a different file is now possible 2024-03-07 16:08:20 +02:00
Emmanouil Papadeas
cb58cf7163 Minor refactor of Export & ExportDialog to combine processed_images and durations into a single ProcessedImage class 2024-03-07 02:10:21 +02:00
Emmanouil Papadeas
cd2787b373 Set opacity of multiple layers at once 2024-03-07 01:16:43 +02:00
Emmanouil Papadeas
d17a151f8d Delete and change properties of multiple cels at once 2024-03-07 01:06:46 +02:00
Emmanouil Papadeas
20fecc5a7a Export spritesheets based on animation tags 2024-03-06 19:49:05 +02:00
Emmanouil Papadeas
55df23e400 Fix exporting not including the last frame of a tag and "Selected layers" not including the non-selected frames 2024-03-06 01:47:00 +02:00
Emmanouil Papadeas
36d4b0fa18 Fix crash when importing a corrupt pxo 2024-03-05 16:05:13 +02:00
Emmanouil Papadeas
e726dcfc09 Fix static typing 2024-03-04 18:27:58 +02:00
Emmanouil Papadeas
2e9c4eb1b9 Add a timeline_updated() signal in Project
Used by https://github.com/Orama-Interactive/TeledrawingPixelorama extension
2024-03-04 18:25:03 +02:00
Emmanouil Papadeas
b0a8ad17d4 Revert using Image.rotate_90() from the previous commit
Image.rotate_90() is also changing the size of the image, which we don't want to, at least not yet
2024-03-02 18:03:06 +02:00
Emmanouil Papadeas
4a404b2883 Use Image.rotate_90() and Image.rotate_180() on CPU rotation algorithms when the angle is 90, 180 or 270 degrees 2024-03-01 20:25:37 +02:00
Emmanouil Papadeas
57856ed327 Update ExtensionsApi.gd 2024-02-29 23:54:19 +02:00
Emmanouil Papadeas
693ca36b26
New Crowdin updates (#964) 2024-02-27 17:26:55 +02:00
OverloadedOrama
b388b9328a [skip ci] Update Translations.pot 2024-02-26 20:17:47 +02:00