Emmanouil Papadeas
b4a5bf4dd0
Update web workflows deploy step, second attempt
...
This is where the fun begins
2022-08-07 19:22:31 +03:00
Emmanouil Papadeas
a329298fc5
Update web workflows deploy step
...
I suppose this counts as a second attempt to update to Godot 3.5? Only Web builds failed in the last commit, and I'm not sure if this will fix anything
2022-08-07 19:19:33 +03:00
Emmanouil Papadeas
c4c1bfda35
Update workflows to Godot 3.5, first attempt
...
First and hopefully final attempt, but I'm almost sure I have done something stupid
2022-08-07 19:09:37 +03:00
Emmanouil Papadeas
7165f352b0
Make GradientEdit's color picker popup not get in the way of the preview
2022-08-04 17:14:43 +03:00
Variable
57387f3530
Change tilemask loading ( #731 )
...
* Load tilemask from current frame...
...instead of selecting from FileDialog
* Delete the FileDialog
* Added the reset button
every good loader needs a reset button, Cheers!!!
2022-08-03 00:42:54 +03:00
Variable
8803acd105
Tile mode fixes (Heavy testing required) ( #723 )
...
* Hide/Show options based on current tile option
* Changed a condition for tile mode
* Simplified tile detection code
* Priortize main tile as nearest if mouse is in it
* make tile mode draw behind canvas
* Changed a condition
* Tiles on top gets detected first...
...in case of overlap
* Only display relavant options
according to current mode
* Update preview according to..
..current mode
* removed print()
* Added tile masking
* Added tile masking
* Compare mask with project size
only masks with same size as project are accepted
* Formatting
* Added the suggestions
* Some minor modifications
* detect if a mask is loaded or not
* Added tile_mask to project
* Cosmetics
* added path detection
* added option to emit signal instead of loading...
... image directly through OpenSave
* Added a way to load mask for HTML5
* formatting
* formatting
* Formatting
* set proper way for saving tile_mask
* Formatting
* removed whitespace
2022-08-02 18:57:06 +03:00
Emmanouil Papadeas
b7e6a183a6
Add dockable container methods to ExtensionsAPI
2022-07-31 16:06:26 +03:00
Emmanouil Papadeas
273f7f2569
Update AboutDialog.gd
2022-07-30 22:11:29 +03:00
Emmanouil Papadeas
c5e2e1ce4c
Change badly named variable in ExtensionsAPI
2022-07-29 20:51:45 +03:00
Emmanouil Papadeas
acebbdf031
Update ExtensionsAPI.gd
2022-07-29 20:41:39 +03:00
Emmanouil Papadeas
c9e5c97214
Fix wrong order of undoredo properties in open_image_as_spritesheet_layer
2022-07-29 19:23:32 +03:00
Emmanouil Papadeas
dcebf894bf
Fix crash when importing a spritesheet as a new layer, undoing and then exporting
...
Thanks to @Variable-ind for the fix.
2022-07-29 17:41:38 +03:00
Variable
937e895aef
Fix (slightly) wrong color being drawn when selected from palette ( #729 )
...
* fixed the bug for simle and pixel perfect
* fix wrong color drawn for bucket tool
* fixed an accidental change
2022-07-29 15:31:06 +03:00
Variable
9d71c7e6bc
removed initial angle quick rotation buttons ( #728 )
2022-07-29 12:38:25 +03:00
Emmanouil Papadeas
1350720a8f
Fix Rotxel with Smear producing wrong alpha values for pixels outside the selection
2022-07-28 12:18:49 +03:00
Emmanouil Papadeas
559da5414b
Implement @azagaya's rotation with smear shader
2022-07-28 01:04:24 +03:00
Emmanouil Papadeas
b424319746
[skip ci] Update CHANGELOG.md
2022-07-27 17:15:35 +03:00
Emmanouil Papadeas
8945f55734
[skip ci] Update CHANGELOG.md
2022-07-26 23:44:10 +03:00
Emmanouil Papadeas
68ad07572a
Some more minor changes in rotate image dialog and script
2022-07-25 17:47:01 +03:00
Emmanouil Papadeas
42942d2c0a
Fix pivot drag not working in the Web version
2022-07-25 14:58:17 +03:00
Emmanouil Papadeas
dfc8499d06
Changes in the Rotate image dialog and script
2022-07-25 14:39:23 +03:00
Variable
7381311e71
Pivot remembering and algorithm re-arrangement ( #724 )
...
* Make pivot remember it's last position
* formatting
* Re-arranged algorithms
According to their speed
* Accidentally left popup visible
2022-07-25 03:01:23 +03:00
Variable
cca36b52e4
Upgrade current_cel to selected_cel for Preview Display ( #722 )
...
* 1 of 3
* 2 of 3
* 3 of 3
2022-07-24 02:20:58 +03:00
Variable
43a8a04704
Expose pivot Option ( #720 )
...
* Added the pivot system
* Some re-arrangement
* a bug-fix
* fixed a conversion scale bug
The problem was the conversion from rect to pixel scale was not properly done, i changed it so that it sets conversion factor of shorter side according to the longer side
* Fix to allow manual pivoting
* remove an update()
i may have added it my self but i think its not needed now
* made shader pivot consistent with gd script
by doing `pivot + Vector2(0.5, 0.5)` for "Nearest neighbour (Shader)"
* Cosmetics
* Formatting
* more formatting
* an optimization
2022-07-23 23:31:39 +03:00
Emmanouil Papadeas
388c121520
Make the canvas preview play button respect frame tags
2022-07-21 22:26:01 +03:00
Variable
d7065ad6ae
Handle extension improvements ( #715 )
...
* Added crash protection
* removed an empty line
* Formatting
* more Formatting
2022-07-20 15:22:43 +03:00
Emmanouil Papadeas
69f25d398e
Update Main.gd
2022-07-18 22:12:17 +03:00
Emmanouil Papadeas
0b1ea0d680
Made Guide.gd a bit easier to read
2022-07-15 21:13:46 +03:00
Emmanouil Papadeas
95cf6afb47
Added a get_global()
method in ExtensionsAPI
...
In case an extension needs to use properties that can only be found in Global, such as a setting in the Preferences.
2022-07-14 18:22:19 +03:00
Emmanouil Papadeas
28d178c8d6
Change ifs to elifs in PreferencesDialog.gd's preference_update
method
2022-07-10 02:55:18 +03:00
Emmanouil Papadeas
a3c9dc8976
Load and save metadata from pxo files
...
Useful for certain extensions that want to save data in pxo files
2022-07-09 01:08:27 +03:00
Emmanouil Papadeas
29d590f2c2
Let users change left and right tool colors
2022-07-08 03:25:17 +03:00
Emmanouil Papadeas
a705f848c9
Change the background left & right colors of tool buttons in code
2022-07-08 02:54:31 +03:00
Emmanouil Papadeas
cb4c54617a
Make the right tool indicator enabled by default and orange, closes #691
2022-07-08 02:49:40 +03:00
Emmanouil Papadeas
7bcae8e743
Remove duplicated lines from TopMenuContainer.gd
...
And add another idle_frame yield to _save_project_file_as()
2022-07-08 02:22:06 +03:00
Emmanouil Papadeas
d33095c9eb
[skip ci] Update CHANGELOG.md
2022-07-08 01:53:18 +03:00
Emmanouil Papadeas
5d65e82070
Fix issue with save file dialog taking the name of the first file it sees
...
Instead of using the project's name. This could've caused issues if the user accidentally replaced the previous file.
2022-07-07 17:39:16 +03:00
Emmanouil Papadeas
f8c74948b3
[Keychain] Fix issue with menu events being triggered by actions that are not exact matches
2022-07-07 15:54:39 +03:00
Emmanouil Papadeas
a368ea500a
Add more methods to ExtensionsAPI
2022-07-07 01:37:04 +03:00
Emmanouil Papadeas
b5d268e7e1
Reload extension if the user is trying to add it and it already exists
...
Restarting Pixelorama to reload an extension should no longer be required
2022-07-06 00:12:38 +03:00
Emmanouil Papadeas
694c6c7509
[skip ci] Fix typos
2022-07-05 00:31:57 +03:00
Emmanouil Papadeas
f432defd1f
Fix symmetry points being wrong on project initialization
...
The symmetry points were wrong if the "Show Guides" option in the View menu is toggled off, and mirroring was enabled.
2022-07-04 21:36:19 +03:00
Emmanouil Papadeas
23f591a862
Support even-numbered rectangle and ellipse sizes in the shape tools
...
Needs testing.
2022-07-04 20:44:23 +03:00
Emmanouil Papadeas
55935bcfd2
Fix wrong color picker shortcut in shape tools and remove unneeded method
2022-07-04 03:09:43 +03:00
Variable
feb68a21a5
Fixed move offsets ( #713 )
...
* Fixed move offsets
* Formatting
* More formatting
* Some more Formatting
2022-07-04 02:41:26 +03:00
Emmanouil Papadeas
8a922a255c
Fix move tool grid offset snapping, follow-up to #712
...
Also re-formatted SelectionTool's draw_move()
2022-07-03 00:04:01 +03:00
Emmanouil Papadeas
dcb963d733
[Experimental] Add a basic ExtensionsAPI autoload
...
This is still experimental, it is not recommended to start actually using it yet.
2022-07-02 19:24:44 +03:00
Variable
9805af36b0
offset corrections ( #712 )
...
* offset corrections
* formatting
2022-07-02 16:26:53 +03:00
Variable
b95d884dcc
Onion icon change ( #711 )
...
* aspect changes for changed icon
* New "expandable" icon
2022-07-01 14:48:10 +03:00
Emmanouil Papadeas
90d2473f52
Fix macOS crash
2022-06-29 23:41:53 +03:00