Manolis Papadeas
0893a5b481
Added frame duration appear in the frame button tooltips
...
Code provided by @Variable-ind
2022-02-02 18:14:16 +02:00
Manolis Papadeas
67ec887ad1
Just one method for undo/redo in Global.gd
2021-12-02 02:22:32 +02:00
Manolis Papadeas
c6b9a1fb82
Format code and add static checks ( #599 )
...
* gdformat .
* Lint code - Part 1
* Format code - Part 2
* Lint code - Part 2
Trying to fix the max allowed line length errors
* Add normal_map_invert_y to the image .import files
Because of Godot 3.4
* Do not call private methods outside of the script's scope
Lint code - Part 3
* Format code - Part 3
* Fixed more line length exceeded errors - Lint code Part 3
* Export array of licenses - Lint code part 4
* Clean hint_tooltip code from Global
Removes a lot of lines of code
* Create static-checks.yml
* Fix FreeType's license
2021-11-25 14:48:30 +02:00
Manolis Papadeas
536250f517
Moved some variables away from Global
2021-11-23 02:36:22 +02:00
Manolis Papadeas
2760049cfd
Fix content transformation not getting confirmed when changes were done to frames and layers
...
Also fixes issue where frame/layer copying does not copy the transformed data
2021-07-08 20:46:56 +03:00
Manolis Papadeas
21e2cd6bd0
Dragging and dropping frames to re-arrange them no longer makes selected_cels empty
2021-06-27 18:15:06 +03:00
Manolis Papadeas
de850ce8a1
Ability to select multiple cels and edit them all at once
...
A rather significant change, so, while I have tested it, it might still be buggy. Implements a part of #306 .
2021-06-12 01:06:13 +03:00
Manolis Papadeas
e9bf310934
Implement layer and frame dragging and dropping to re-arrange them in the timeline
...
Part of #306
2021-06-06 02:19:34 +03:00
Manolis Papadeas
ecd08ce132
Add a right click popup menu on the frame buttons and move most of the frame related options there
...
These options used to be on the right click popup menu of the cel buttons. Now, cel options only contain Link/Unlink Cel, for now.
2021-06-05 02:37:33 +03:00
Manolis Papadeas
39b0baca84
Frame numbers in the timeline above the cels are now clickable buttons
2021-06-05 02:11:22 +03:00