Michael Alexsander
f808614384
Hide presets in ColorPickers
2020-02-15 02:34:42 -03:00
OverloadedOrama
3eaeef0f58
palettes_path is always the root directory plus the "Palettes" subdirectory
...
Also updated Agnis Aldiņš (NeZvers)'s name in the translators
2020-02-12 15:54:24 +02:00
OverloadedOrama
8ff917111c
Changes to better follow GDScript style guide
...
Nothing new is being added in this commit, just code re-ordering & re-naming to better follow the recommended GDScript style guide.
http://docs.godotengine.org/en/3.2/getting_started/scripting/gdscript/gdscript_styleguide.html
And
https://www.gdquest.com/docs/guidelines/best-practices/godot-gdscript/
2020-02-11 00:06:24 +02:00
OverloadedOrama
5fe4b74a39
New alpha blend behavior now works on circle brushes
2020-02-10 02:39:36 +02:00
OverloadedOrama
a6d129526c
Fixed issue where Brushes and Palettes wouldn't load if you opened Pixelorama from a file
...
It now uses "OS.get_executable_path().get_base_dir()" to find the root directory of Pixelorama, instead of just "."
2020-02-10 01:23:33 +02:00
OverloadedOrama
f8ee851a6f
Fixes #141
...
This commit will be reverted when the actual problem is fixed in Godot itself.
2020-02-04 17:33:34 +02:00
OverloadedOrama
97dad3ef10
v0.6.1 release
2020-01-13 14:50:57 +02:00
OverloadedOrama
340a885cd7
Fixed crash on Godot 3.2.beta6 when pressing the Edit Palette button
...
Oddly enough, this crash did not occur on Godot 3.1.2 or even Godot 3.2.beta5
2020-01-12 02:22:37 +02:00
OverloadedOrama
83641ecc9a
Added 3 palette error strings for translation
2020-01-08 17:31:56 +02:00
OverloadedOrama
63254258d0
Added a ScrollContainer for the palette buttons in EditPalettePopup
2020-01-08 02:16:48 +02:00
OverloadedOrama
c6e18fe902
Made "comments" be on top of "colors" in the JSON palette files
2020-01-08 01:09:35 +02:00
OverloadedOrama
d52e1937f5
Made Palette .json files more readable
2020-01-08 01:02:38 +02:00
OverloadedOrama
99a45275ff
Closes #112
2020-01-08 00:52:25 +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
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
Michael Alexsander
a1ed703b56
Fix multiple inferring errors
2019-12-27 19:00:45 -03:00
OverloadedOrama
abc622d08e
Fixed issue when removing palette buttons
...
Also, when adding a new palette color, the new button gets automatically selected.
2019-12-27 20:49:12 +02:00
Hugo Locurcio
386473845e
Fix GDScript warnings pertaining to unused arguments
...
Those warnings can be ignored by prefixing the argument with an
underscore.
2019-12-27 16:14:01 +01:00
OverloadedOrama
f0feb2f024
Fixed issues when removing a palette color in EditPalettePopup
...
Also updated _on_AddSwatchButton_pressed() to pass the button itself instead of its index, on new_button.connect()
2019-12-26 02:28:47 +02:00
OverloadedOrama
9b73e4f661
Edit palette fixes
...
- If the palette has colors, automatically select the first one
- When adding a new color button, take the color currently selected on the picker instead of white
- Fixes issues with drag&dropping color buttons. The color that was dragged remains selected.
2019-12-26 02:01:04 +02:00
OverloadedOrama
014afc47fb
Fixed variable shadowing warnings in some palette scripts
2019-12-24 04:08:16 +02:00
OverloadedOrama
ba9ee9bdd8
Changed normal textures of light theme UI buttons
2019-12-22 20:50:37 +02:00
OverloadedOrama
2ea71475ea
Fixed crash in Palette.gd where json files for palettes may not have had "comments" and "editable"
...
Also updated com.orama_interactive.Pixelorama.appdata.xml
2019-12-21 22:24:39 +02:00
CheetoHead
770c633db2
Added GPL importer, new palette classes for clarification
2019-12-20 15:22:52 -05:00