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

427 commits

Author SHA1 Message Date
OverloadedOrama eb8ce5c2e9 v0.6 - Palettes, random brushes, multiple themes, image menu and many more! 2020-01-06 14:55:05 +02:00
Manolis Papadeas bdfcb44633
Merge pull request #107 from Calinou/use-2d-framebuffer-allocation
Use the `2D` framebuffer allocation
2020-01-06 01:39:09 +02:00
Hugo Locurcio 085b42a036
Use the 2D framebuffer allocation
This results in slightly increased performance and decreased
CPU/GPU usage.

This also prevents the "Directional shadow buffer status invalid" error
message from appearing in the console output when using a very old
graphics card.
2020-01-06 00:35:42 +01:00
OverloadedOrama 42c202d395 Make sure string "Layer" is translated on startup 2020-01-06 00:17:59 +02:00
OverloadedOrama b0e9870d54 Update "Don't show again" button's pressed status based on what the user has selected 2020-01-06 00:15:16 +02:00
OverloadedOrama 46e4ea15ad Fixed issue with line_2d in Canvas.gd where it wasn't being freed when releasing shift 2020-01-05 22:40:07 +02:00
OverloadedOrama a04e179611 Changed "become a patron" button on the splash screen 2020-01-05 20:13:55 +02:00
OverloadedOrama 1b57c4ee22 Made 2 more strings in the About window translatable 2020-01-05 20:03:46 +02:00
OverloadedOrama 3626d4281b Update Changelog.md 2020-01-05 19:17:17 +02:00
OverloadedOrama 9370ace104 Update Changelog.md 2020-01-05 19:12:20 +02:00
OverloadedOrama d7134dc616 Made strings "Patrons" and "Changes" translatable
Not sure if you'd want to translate them, but now you can if you want to.
2020-01-05 16:09:50 +02:00
OverloadedOrama b1d84042b1 Big splash screen update & new translatable strings 2020-01-05 16:03:04 +02:00
OverloadedOrama f57ea4d64f Made "TimelineSeconds" update when FPS value changes
Also made it a bit smaller
2020-01-04 04:16:50 +02:00
OverloadedOrama 9838a94f83 Fixed outlines inside image to work when the nearby pixels are the canvas borders 2020-01-04 01:38:53 +02:00
OverloadedOrama eb28fd3d14 Added "Place inside image" option for outline generation
And this concludes outlines for v0.6
2020-01-04 01:22:23 +02:00
OverloadedOrama bd9c2c6dd0 Fixed layer opacity not working when merging layers 2020-01-03 02:44:37 +02:00
OverloadedOrama cf8229a4ae Fixed Noto font not being used for Chinese characters, when the user's System Language is not "zh_TW" 2020-01-02 16:46:31 +02:00
Manolis Papadeas 1e58fb6911
Merge pull request #105 from JunYouIntrovert/patch-3
Update zh_TW.po
2020-01-02 16:24:14 +02:00
Manolis Papadeas ac8d258f06
Removed "#, fuzzy" comments 2020-01-02 16:24:02 +02:00
JunYouIntrovert 314aecdb39
Update zh_TW.po 2020-01-02 22:18:12 +08:00
Manolis Papadeas cc49a63e96
Merge pull request #104 from Schweini07/master
A few corrections and removed the ``#, fuzzy`` comments in the German translation
2020-01-02 14:29:00 +02:00
Schweini07 7f9d2777bf
Update German Translation 2020-01-02 13:21:41 +01:00
Schweini07 978c11431e
Merge pull request #2 from Orama-Interactive/master
Update from Origin
2020-01-02 13:20:45 +01:00
OverloadedOrama 78609a86fb Put default value for "show on startup" in config_cache file
Also put the checkbutton's string on the translation files
2020-01-01 20:04:13 +02:00
Manolis Papadeas 9e9dbcb920
Merge pull request #103 from Schweini07/master
Make the Splash Screen popup optional and German localization UPDATE
2020-01-01 19:54:15 +02:00
Schweini07 413794bb43
German localization UPDATE 2020-01-01 16:45:03 +01:00
Schweini07 4356263aec
Update SplashDialog.gd 2020-01-01 16:33:32 +01:00
Schweini07 13fa0bbc54
Destroyed the bug 2020-01-01 16:26:58 +01:00
Schweini07 6025271e29
Make the Splash Screen popup optional 2020-01-01 16:00:28 +01:00
Schweini07 e61fea32bc
Merge pull request #1 from Orama-Interactive/master
Updated fix for #53 to only work on 3.1.x
2020-01-01 15:58:52 +01:00
OverloadedOrama d917eb06de Updated fix for #53 to only work on 3.1.x
As of 3.2.x, the fix has been implemented to Godot itself. See https://github.com/godotengine/godot/pull/34654
2020-01-01 15:00:46 +02:00
Manolis Papadeas f7ba68b5fc
Merge pull request #102 from YeldhamDev/pt_br_update
Update Brazilian Portuguese translation
2020-01-01 11:03:49 +02:00
Michael Alexsander 784ecac474 Update Brazilian Portuguese translation 2020-01-01 00:30:07 -03:00
OverloadedOrama 079600501f Added more Palette strings to be translated
English and Greek strings are already translated.
2020-01-01 03:28:53 +02:00
OverloadedOrama 29baf3dcc0 Made About & Preferences update translations every time you open them
Also fixed "Grey" string, it was supposed to be "Gray"
2020-01-01 01:27:34 +02:00
Manolis Papadeas c873e50d50
Merge pull request #101 from huskeee/master
Update el.po
2020-01-01 01:04:35 +02:00
huskee 031472002f Update el.po
Fixed up most (if not all) of the Greek translations
2019-12-31 23:02:05 +02:00
OverloadedOrama 830ae623d2 Added new strings to be translated
Greek translation is still in progress
2019-12-31 20:10:10 +02:00
OverloadedOrama 2be469ec22 Using metadata for TreeItems in Preferences & About
To avoid issues with the TreeItem strings being translated. Starting to get more translation-friendly again, will commit changes to Translations.pot, en.po and el.po soon.
2019-12-31 19:04:54 +02:00
OverloadedOrama 6beb4eed07 Added "View Splash Screen", "Issue Tracker" and "Changelog" as Help menu options 2019-12-31 18:36:57 +02:00
OverloadedOrama d42648efe1 Added a Splash Screen popup window
Re-organized transparent backgrounds, removed the Timer from Canvas nodes.
2019-12-31 18:04:00 +02:00
OverloadedOrama d1ef5c17e9 Added "Issue Tracker" to the Help menu 2019-12-31 14:40:44 +02:00
OverloadedOrama 810cd5ec88 Disconnected palette button signals from Main.gd and connected them to PaletteContainer.gd 2019-12-31 03:44:27 +02:00
OverloadedOrama ff47ae26c0 Small UI changes 2019-12-31 03:02:53 +02:00
OverloadedOrama 20d643b4ca Rename palettes on EditPalettePopup, removed "Custom" subfolder 2019-12-31 01:24:56 +02:00
OverloadedOrama 129885ddfc Cloning layers now adds "(copy") to the layer name
So if you clone "Layer 0", the cloned layer's name will be "Layer 0 (copy)"
2019-12-30 22:05:09 +02:00
OverloadedOrama 9ba5f6b023 Removed the Remove Palette button
Users can now just delete the .json files if they want to remove a palette.
2019-12-30 20:29:46 +02:00
OverloadedOrama 870cf8940d Palettes now get loaded from the root directory instead of user://
Folders "Brushes", "Palette" and "Palette/Custom" now get created if they don't exist (tested on Windows export).

Also, the palettes don't need the Default palette to work anymore, and Default along with bubblegum16 aren't copied to the Palette folder now.
2019-12-30 20:03:22 +02:00
Manolis Papadeas ef879882d6
Update FUNDING.yml
Added patreon link
2019-12-30 17:13:52 +02:00
OverloadedOrama be91e65c55 Import as new frame on ImportSprites dialog now ticked on by default 2019-12-30 04:06:37 +02:00