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

2479 commits

Author SHA1 Message Date
Emmanouil Papadeas b0d4b30fbf Fix the same frames being exported multiple times when "Selected frames" is selected, and multiple cels of the same frames are currently selected on the timeline - Fixes #1001 2024-03-31 01:00:57 +02:00
Emmanouil Papadeas fb958065f5 Fix color picker selecting fully transparent pixels that are not black - Fix #999 2024-03-26 02:14:30 +02:00
Emmanouil Papadeas 3b8c63c4a6 Fix crash due to division by zero when locking two or three ValueSliders and one of them has the value of 0 and the user attempts to change it 2024-03-16 19:03:41 +02:00
Emmanouil Papadeas 9a5eb9720d Fix size label not being updated on the Export dialog's spritesheet tab when the direction changes 2024-03-15 02:45:18 +02:00
Emmanouil Papadeas 324e21776d Fix exporting selected layers not including the non-selected frames
Backport from 55df23e400.
2024-03-07 16:38:19 +02:00
Emmanouil Papadeas 1caa2c647e [skip ci] Update CHANGELOG.md 2024-02-20 15:47:57 +02:00
Emmanouil Papadeas 21cd02deaf Revert "Update to Godot 3.5.3"
This reverts commit 6492705d8a.
2024-02-20 15:46:50 +02:00
Emmanouil Papadeas 6492705d8a Update to Godot 3.5.3 2024-02-20 15:44:30 +02:00
Emmanouil Papadeas 3f6e1385e0 Fix crashes when attempting to import invalid pxo files 2024-02-20 15:42:27 +02:00
Emmanouil Papadeas b2f511c45b Fix memory leak when previewing layouts in the ManageLayouts dialog 2024-02-12 00:37:23 +02:00
Emmanouil Papadeas d7c356f1d4 Update CHANGELOG.md 2024-01-30 21:27:33 +02:00
Emmanouil Papadeas 3dcc51705a Load pxo files from the Web version - Fixes #820 2024-01-30 21:26:07 +02:00
Emmanouil Papadeas 41922c1261 Revert #928 as 1.0 pxos can no longer be imported in 0.x 2024-01-24 17:51:39 +02:00
Emmanouil Papadeas e84e08bf21 Bump version to v0.11.4-rc1 2024-01-24 16:04:57 +02:00
Emmanouil Papadeas eff79337e0 Fix selection being incorrect when the image is being scaled (mostly when being made smaller). 2024-01-23 19:54:23 +02:00
Emmanouil Papadeas aca4c0bd14 Refactor scale methods of DrawingAlgos 2024-01-23 19:52:18 +02:00
Variable 8fb29f13f1
Fixed rotation gixmo (#977) 2024-01-20 02:07:02 +02:00
Emmanouil Papadeas 426e350a6d Update CHANGELOG.md 2024-01-04 15:58:07 +02:00
Emmanouil Papadeas d76dcd0fe9 Enable PWA in Web exports 2024-01-04 15:56:50 +02:00
Emmanouil Papadeas 8333b93664 Export palettes as images on the Web version 2024-01-04 15:55:30 +02:00
Emmanouil Papadeas 802c06cd6b When exporting a palette as an image, automatically set the file name to the palette name 2023-12-21 21:54:20 +02:00
Emmanouil Papadeas ed1b5168f9 Exporting palettes to png files is now possible 2023-12-21 21:48:11 +02:00
Emmanouil Papadeas 87f7780af5
[skip ci] Update CHANGELOG.md 2023-12-18 21:34:54 +02:00
Emmanouil Papadeas b12f064c76
[skip ci] Update CHANGELOG.md 2023-12-18 21:31:58 +02:00
Emmanouil Papadeas 4c0245f68e [skip ci] Update CHANGELOG.md 2023-12-18 21:28:40 +02:00
Emmanouil Papadeas 75d13a0dd9 When saving, don't include ".pxo" in the project name 2023-12-18 21:27:01 +02:00
Emmanouil Papadeas 2b2a65e791 Show multiple save confirmation dialogs on quit for each project that has changes 2023-12-18 21:25:31 +02:00
Emmanouil Papadeas 7afc4d20bb Loop through frames when clicking on go to previous/next frame buttons on the timeline 2023-12-18 21:02:30 +02:00
Emmanouil Papadeas 8135346f3f Make timeline buttons be the same size 2023-12-18 21:00:40 +02:00
Emmanouil Papadeas 42b0f4f0c1 Fix bug where using shortcuts to switch between frames also moved the selection, causing deletions 2023-11-26 14:06:02 +02:00
Emmanouil Papadeas 83871a5c93 Update CHANGELOG.md 2023-11-25 00:36:56 +02:00
Emmanouil Papadeas f10c89ace5 Fix not being able to transform if the selection size is bigger than the project size 2023-11-25 00:32:05 +02:00
Emmanouil Papadeas 5277895f7f [skip ci] Update CHANGELOG.md 2023-11-25 00:25:13 +02:00
Emmanouil Papadeas a1efb1e2e3 [skip ci] Update CHANGELOG.md 2023-11-25 00:23:08 +02:00
Emmanouil Papadeas 346d1f071a Fix visible layers being wrong when exporting 2023-11-25 00:20:54 +02:00
Variable 8784427c72
[0.x] Make cloned frames only select a cel if it's coresponding original cel was selected as well (#941)
* Don't select new cels

* sync with 1.x version
2023-11-21 16:49:13 +02:00
Emmanouil Papadeas f70f3d3458 Fix frame and layer clamping in ExtensionsAPI's get_cel_at() 2023-11-20 15:05:35 +02:00
Emmanouil Papadeas e14a506d2c [Undo/Redo] Compress SelectionMaps stored in memory, get rid of a lot of selection_map_copy instances 2023-11-17 19:41:09 +02:00
Emmanouil Papadeas 39bac838c5 Slightly optimize the start of transformations with selections 2023-11-17 18:25:29 +02:00
Emmanouil Papadeas 4707fd5da7 Fix formatting 2023-11-16 21:01:35 +02:00
Emmanouil Papadeas e0bd25c374 [Undo/Redo] Compress most of the images stored in memory
Combines e62548517f, 4f5f37a522, e22794e611, 9279a8e0ab and 2c5ece53dd from the master branch.
2023-11-16 20:59:48 +02:00
Emmanouil Papadeas 6473febe78 Fix shader-based rotation not working 2023-11-16 15:51:08 +02:00
Emmanouil Papadeas fc33ee1da7 Resize image effect preview images to (1, 1) when the dialogs are being hidden
So that they do not waste RAM for no reason anymore
2023-11-11 00:25:30 +02:00
Emmanouil Papadeas 7235617db7 Fix memory leak when applying image effects 2023-11-11 00:20:56 +02:00
Emmanouil Papadeas 39c88ceb9d Enable high res display on macOS
Addresses #936 on 0.x
2023-11-10 02:55:45 +02:00
Emmanouil Papadeas ae058d1a64 Bump version to v0.11.4-dev 2023-11-06 02:53:44 +02:00
Emmanouil Papadeas 7c0de64b92 Fix tool shortcuts not working with Control
Addresses #935
2023-11-06 02:34:53 +02:00
Emmanouil Papadeas 1317e40ffa Fix random brushes not working 2023-11-06 02:32:35 +02:00
Emmanouil Papadeas 4f3a7a305a Fix ellipse tool producing gaps with large sizes 2023-11-06 02:29:48 +02:00
Emmanouil Papadeas ac6a4db43d Optimize canvas drawing by only calling update when the image has changed 2023-11-06 02:27:45 +02:00