OverloadedOrama
1e4a5cff8e
The guides can no longer be undone
...
They were causing issues with UndoRedo, and with the latest changes, even crashes. I decided to remove their UndoRedo behavior, at least for now.
Also put jegor377 to the list of Contributors.
2020-04-21 21:01:45 +03:00
OverloadedOrama
b21455cfd0
Minor guide and rulers performance boost
...
Got rid of their _process methods, Guides have input instead, and the rulers get updated when the camera zoom or offset change.
2020-04-20 18:52:05 +03:00
OverloadedOrama
4e33775c84
Fixed bug where the user could drag the guides when the canvas had no focus
2020-04-15 19:54:59 +03:00
OverloadedOrama
1e5c674673
Fixed spacing between some comments
2020-03-09 02:17:49 +02:00
Michael Alexsander
97b197c41e
Fix ruler markings cutting off before they should
2020-02-16 19:51:46 -03: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
7a3f3eb4f9
Made AnimationTimeline a scene of its own
2020-01-15 22:01:43 +02:00
OverloadedOrama
f57ea4d64f
Made "TimelineSeconds" update when FPS value changes
...
Also made it a bit smaller
2020-01-04 04:16:50 +02:00
Michael Alexsander
a1ed703b56
Fix multiple inferring errors
2019-12-27 19:00:45 -03:00
OverloadedOrama
e06586edce
TimelineSeconds now being re-drawn when scrolling through the frames
...
For some reason, scroll_ended() and scroll_started() signals of the ScrollContainer are not working.
2019-12-27 16:27:39 +02:00
Martin Zabinski
037a797afc
only redraw HorizontalRuler and VerticalRuler when needed
2019-12-27 14:48:37 +01:00
Martin Zabinski
9c7b90bb96
only redraw TimelineSeconds when needed
2019-12-27 14:40:51 +01:00
OverloadedOrama
f81ef37e92
Added guide color in Preferences
2019-12-27 02:28:36 +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
1f2d8406c2
Text under frames and TimelineSeconds color change on different themes
2019-12-24 04:37:17 +02:00