1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-19 09:39:48 +00:00
Commit graph

2675 commits

Author SHA1 Message Date
Emmanouil Papadeas d744a3f06c New translations translations.pot (Serbian (Cyrillic)) 2023-12-16 22:27:07 +02:00
Emmanouil Papadeas c6af0860e4 New translations translations.pot (Albanian) 2023-12-16 22:27:06 +02:00
Emmanouil Papadeas 9e3bdf1e0a New translations translations.pot (Russian) 2023-12-16 22:27:04 +02:00
Emmanouil Papadeas fd299c0e43 New translations translations.pot (Portuguese) 2023-12-16 22:27:03 +02:00
Emmanouil Papadeas 4fec1729bc New translations translations.pot (Polish) 2023-12-16 22:27:02 +02:00
Emmanouil Papadeas a40307d408 New translations translations.pot (Dutch) 2023-12-16 22:27:01 +02:00
Emmanouil Papadeas 7c64bf94f1 New translations translations.pot (Korean) 2023-12-16 22:27:00 +02:00
Emmanouil Papadeas 24c6f655a2 New translations translations.pot (Japanese) 2023-12-16 22:26:59 +02:00
Emmanouil Papadeas 065902d088 New translations translations.pot (Italian) 2023-12-16 22:26:58 +02:00
Emmanouil Papadeas 282ff47683 New translations translations.pot (Hungarian) 2023-12-16 22:26:57 +02:00
Emmanouil Papadeas a2cf589c0c New translations translations.pot (Hebrew) 2023-12-16 22:26:56 +02:00
Emmanouil Papadeas 8af7626e77 New translations translations.pot (Finnish) 2023-12-16 22:26:55 +02:00
Emmanouil Papadeas a75c19e57d New translations translations.pot (Greek) 2023-12-16 22:26:54 +02:00
Emmanouil Papadeas 8a0a7f4648 New translations translations.pot (German) 2023-12-16 22:26:52 +02:00
Emmanouil Papadeas 4cbb094147 New translations translations.pot (Danish) 2023-12-16 22:26:51 +02:00
Emmanouil Papadeas cf3546fa1b New translations translations.pot (Czech) 2023-12-16 22:26:50 +02:00
Emmanouil Papadeas aeb4c8ca7b New translations translations.pot (Catalan) 2023-12-16 22:26:49 +02:00
Emmanouil Papadeas c228989481 New translations translations.pot (Belarusian) 2023-12-16 22:26:48 +02:00
Emmanouil Papadeas ebd963208a New translations translations.pot (Arabic) 2023-12-16 22:26:47 +02:00
Emmanouil Papadeas ac57133f38 New translations translations.pot (Afrikaans) 2023-12-16 22:26:46 +02:00
Emmanouil Papadeas b08fdeae8d New translations translations.pot (Spanish) 2023-12-16 22:26:45 +02:00
Emmanouil Papadeas a109eae113 New translations translations.pot (French) 2023-12-16 22:26:44 +02:00
Emmanouil Papadeas 303ba37b8e New translations translations.pot (Romanian) 2023-12-16 22:26:43 +02:00
Emmanouil Papadeas 9034b32d44 Use a MenuBar node in the top menu container
I didn't know this was a new node in Godot 4, very cool
2023-12-16 22:25:06 +02:00
Emmanouil Papadeas 0996d0405e Fix create and edit palette dialogs being very long 2023-12-16 22:07:11 +02:00
Emmanouil Papadeas b42c2d4cae Fix crash reported in #960 2023-12-15 18:54:10 +02:00
Variable 8d09713774
ExtensionApi Improvements (#959)
* Improved signal api

* added two more signals

* Improved debug messaging system

* fix typo
2023-12-14 03:44:50 +02:00
Variable 17ee10a131
[ExtensionsAPI] Implement an Import API (#957)
* Added ImportAPI

* Delete src/UI/Dialogs/PreviewDialog.gd

* Delete src/UI/Dialogs/PreviewDialog.tscn
2023-12-12 16:04:49 +02:00
Emmanouil Papadeas 8e1d949e08
New Crowdin updates (#909) 2023-12-11 03:47:55 +02:00
Emmanouil Papadeas 6b5ba2bf0f Fix brush and palette importing not working 2023-12-10 14:23:14 +02:00
Emmanouil Papadeas a5e73e1fcd Fix layers not being rendered on certain devices
Looks like some kind of textureSize() bug with sampler2DArrays when accessing the z member. I have only confirmed this bug on an AMD GPU. Nevertheless, it should be fixed now with this workaround.
2023-12-10 02:59:30 +02:00
Emmanouil Papadeas 495c3b8ebe Don't call project_changed() whenever a reference image gets imported 2023-12-07 16:09:00 +02:00
Emmanouil Papadeas e4f7995b08 Update all themes 2023-12-07 03:45:13 +02:00
Emmanouil Papadeas 91bf44c4fb Make the RGB buttons pressed by default in Invert Colors & Desaturate dialogs 2023-12-07 00:21:58 +02:00
Emmanouil Papadeas 0a57690099 Change the unpressed textures for checkbox & radio buttons to be like they used to in Godot 3.x 2023-12-07 00:21:39 +02:00
Emmanouil Papadeas df0cbe0bc2 Add margins to the palette container 2023-12-06 22:32:24 +02:00
Emmanouil Papadeas acbfb82793 Update the dark theme to fix CheckButtons & CheckBoxes 2023-12-06 22:30:42 +02:00
Emmanouil Papadeas 30827461fd Add margins to the tool options 2023-12-06 21:55:13 +02:00
Emmanouil Papadeas dc06e3aa06 Change dark theme colors and remove unneeded items 2023-12-06 20:34:50 +02:00
Emmanouil Papadeas f801b5bc07 Minor UI improvements
Replaced the "FX" text with a texture in the timeline's FX button, added left and right margins in the DockableContainer
2023-12-06 17:34:03 +02:00
Emmanouil Papadeas aacd41f2e5 More z-index layer ordering fixes 2023-12-06 15:11:04 +02:00
Emmanouil Papadeas b40fef2c97 Fix the layer order being wrong 2023-12-06 04:29:35 +02:00
Emmanouil Papadeas 8ca0e12b90 Attempt to fix the "add layer" button not working when pressed 2023-12-06 04:16:53 +02:00
Emmanouil Papadeas a0868aa4a9 Add Linux ARM32 and Android in the export templates
This doesn't affect the GitHub Actions workflow
2023-12-06 04:00:28 +02:00
Emmanouil Papadeas c8bead14b2 Fix crash when the palette directory doesn't exist 2023-12-06 03:57:26 +02:00
Emmanouil Papadeas 359f509d57 Make the opacity slider affect layer opacity instead of cel opacity
And move cel opacity inside the cel properties.
2023-12-06 03:44:55 +02:00
Emmanouil Papadeas c0a8202145 Add cel properties and z-index to individual cels 2023-12-06 03:22:33 +02:00
Emmanouil Papadeas f893e68d59 Move even more code away from Global and Project to AnimationTimeline
This time related to layer buttons
2023-12-05 02:04:34 +02:00
Emmanouil Papadeas 80e351a2a1 Move some code away from Global and Project to AnimationTimeline 2023-12-05 01:46:42 +02:00
Emmanouil Papadeas d60c686368 Fix typo 2023-12-05 01:13:46 +02:00