Emmanouil Papadeas
3ef74ae58e
New translations translations.pot (Korean)
2025-03-13 18:37:15 +02:00
Emmanouil Papadeas
a58363053c
New translations translations.pot (Japanese)
2025-03-13 18:37:09 +02:00
Emmanouil Papadeas
830c66f587
New translations translations.pot (Italian)
2025-03-13 18:37:06 +02:00
Emmanouil Papadeas
9ef1b6d758
New translations translations.pot (Hungarian)
2025-03-13 18:37:04 +02:00
Emmanouil Papadeas
29075c7334
New translations translations.pot (Hebrew)
2025-03-13 18:37:02 +02:00
Emmanouil Papadeas
36d0de7507
New translations translations.pot (Irish)
2025-03-13 18:37:00 +02:00
Emmanouil Papadeas
d2c7f66593
New translations translations.pot (Finnish)
2025-03-13 18:36:59 +02:00
Emmanouil Papadeas
3b767eb060
New translations translations.pot (Greek)
2025-03-13 18:36:57 +02:00
Emmanouil Papadeas
0f47906582
New translations translations.pot (German)
2025-03-13 18:36:55 +02:00
Emmanouil Papadeas
28a1382c07
New translations translations.pot (Czech)
2025-03-13 18:36:53 +02:00
Emmanouil Papadeas
1ac0a875ad
New translations translations.pot (Catalan)
2025-03-13 18:36:47 +02:00
Emmanouil Papadeas
98e7c7cd04
New translations translations.pot (Bulgarian)
2025-03-13 18:36:37 +02:00
Emmanouil Papadeas
4faae76ef9
New translations translations.pot (Belarusian)
2025-03-13 18:36:34 +02:00
Emmanouil Papadeas
9b1c69cfce
New translations translations.pot (Arabic)
2025-03-13 18:36:30 +02:00
Emmanouil Papadeas
e697ff3701
New translations translations.pot (Afrikaans)
2025-03-13 18:36:25 +02:00
Emmanouil Papadeas
0cbbd190a9
New translations translations.pot (Spanish)
2025-03-13 18:36:22 +02:00
Emmanouil Papadeas
ed589b837a
New translations translations.pot (French)
2025-03-13 18:36:12 +02:00
Emmanouil Papadeas
2b0a163524
New translations translations.pot (Romanian)
2025-03-13 18:36:09 +02:00
Emmanouil Papadeas
ce011e2c88
New translations translations.pot (Danish)
2025-03-13 18:36:05 +02:00
Emmanouil Papadeas
f9a8b985dc
Allow users to hide the notification labels from the Preferences
2025-03-13 17:34:32 +02:00
Emmanouil Papadeas
54cd89c92f
Fix the children of audio layer property's FileDialog window hiding behind it
2025-03-13 17:33:51 +02:00
Emmanouil Papadeas
5856316852
Rename "File autosaved" to "Backup saved"
2025-03-13 17:29:38 +02:00
Emmanouil Papadeas
a4973acc68
Support WAV files in audio layers
...
Now possible thanks to Godot 4.4
2025-03-13 16:58:58 +02:00
Emmanouil Papadeas
ec37e6df43
Bump version to v1.1
2025-03-13 14:22:23 +02:00
Emmanouil Papadeas
9cb9e0d14f
New Crowdin updates ( #1175 )
2025-03-13 13:23:52 +02:00
Emmanouil Papadeas
065c8d4821
Do not modify the tileset when resizing the canvas, if the tilemap cel content has not been offset
2025-03-12 16:02:04 +02:00
Emmanouil Papadeas
2f4567068a
[skip ci] Update CHANGELOG.md
2025-03-11 14:08:38 +02:00
João Vitor
6b6c45a781
Fix Multi Screen Bug ( #1189 )
...
* fix the bug that will open the window in a non-available screen if previously saved on cache
* Fix formatting
---------
Co-authored-by: Emmanouil Papadeas <35376950+OverloadedOrama@users.noreply.github.com>
2025-03-11 14:02:51 +02:00
Emmanouil Papadeas
5ab6cc289d
Fix image export with split layers ignoring layer effects
2025-03-11 01:55:55 +02:00
Variable
9860f08d56
[bugfix + Gizmo] Improve the look of 3d movement gizmos ( #1194 )
...
* Improve the look of 3d movement gizmos
* use camera's right basis as a reference
2025-03-10 22:09:17 +02:00
Emmanouil Papadeas
b924a775aa
Add typed dictionaries in 3DShapeEdit
2025-03-09 21:12:18 +02:00
Emmanouil Papadeas
aaebe33d5b
Fix 3DShapeEdit's property sliders not updating when modifying an object through gizmos
2025-03-09 21:11:38 +02:00
Emmanouil Papadeas
1d44c3d0df
Ensure that the text field grabs focus and fix alpha issue when using antialiasing in the text
2025-03-09 03:25:37 +02:00
Emmanouil Papadeas
38444cb916
Rename "Image" menu to "Project"
...
This name should be more accurate, since this menu now has project properties. Having project properties be under a menu named Image doesn't make much sense. This menu contains options that affect the entire project, such as properties, color mode and resizing.
2025-03-09 02:00:38 +02:00
Emmanouil Papadeas
131f91e7af
Update to Godot 4.4
...
Everything seems to be working on my end, but further testing is required. I also added static typing to some dictionaries.
2025-03-08 16:32:49 +02:00
Emmanouil Papadeas
f03338479f
Fix loading pxo files with tilemaps that don't have offset
2025-03-08 01:07:25 +02:00
Emmanouil Papadeas
7f047e8894
Fix selection transformations not respecting transformed tiles in tilemap cels when draw tiles mode is active
2025-03-08 00:59:37 +02:00
Emmanouil Papadeas
50a7767e47
[skip ci] Fix some typos
2025-03-07 21:53:43 +02:00
Emmanouil Papadeas
50cc83f8ea
Change tilemap offset with the move tool ( #1192 )
...
* Begin replacing the cells array with a dictionary
* Get rid of some old code and fix selections
* Fix selection tools
* Create Cells in the cells dictionary when resizing
* Initial work for offset
* Make the move tool change the tilemap offset
When draw tiles mode is active
* Fix drawing on negative tile coords
* Fixes in the bucket tool
* Bucket and magic wand should work properly now with offset
* Delete get_cell_index_at_coords_in_tilemap_space()
* Format
* Fix manual mode not working with offsets
* Fix draw tile preview offset snapping
* Ignore manual mode if draw tiles mode is active
* Remove unused parameter in apply_resizing_to_image()
* Offset fixes when using selection tools
Resizing not fixed yet
* Ignore selection when using the move tool and draw tiles mode is active
* Fix resizing selections with offset
* Rename "cells_dict" to "cells"
* Add some docstrings
* Fix pxo save/load
* Fix cells not being added when moving up or to the left
* Copy tilemap offset when copying frames and layers
* Fix frame/layer cloning breaking the tileset when the cloned cels are being edited
2025-03-06 01:20:24 +02:00
Emmanouil Papadeas
273b125f82
Fix crash when cloning layers
2025-03-05 02:07:53 +02:00
Emmanouil Papadeas
16e7d8abfd
Change the splash screen version number to 1.1
2025-03-03 17:58:27 +02:00
Emmanouil Papadeas
faae4648f0
Fix not being able to change the name of pxo files when saving them in the Web version
2025-03-01 18:53:27 +02:00
Emmanouil Papadeas
d0fef33231
Fix a curve tool preview bug where the preview was changing when the cursor was moving, but the end point was staying the same
...
Fix by @Variable-ind
2025-03-01 14:57:01 +02:00
Emmanouil Papadeas
66b3aa950f
Mention what double clicking does in the curve's tool tooltip
2025-03-01 14:15:05 +02:00
Emmanouil Papadeas
42a00fd91a
Add a "Select pixels" option in the right click popup menu button of cel buttons
2025-02-25 01:01:35 +02:00
Emmanouil Papadeas
9fe0f2e2b0
[skip ci] Update CHANGELOG.md
2025-02-23 20:12:17 +02:00
Emmanouil Papadeas
c0fe9fdec2
Add missing groups to some shortcuts
2025-02-22 00:16:37 +02:00
Emmanouil Papadeas
42aa60a817
Control + T to quickly select the used area of a cel
2025-02-22 00:13:37 +02:00
Emmanouil Papadeas
46958273ac
Simplify the change layer automatically shortcut to just Control + Alt
...
And ensure that Alt + Control also works
2025-02-21 22:02:24 +02:00
Emmanouil Papadeas
999c6742a9
Users can now color code their layers in the timeline
2025-02-21 18:11:58 +02:00