OverloadedOrama
a4014e5842
Pixelorama's version number now appears on the window title
2020-05-04 00:04:00 +03:00
OverloadedOrama
5a54235604
Changes to scripts to follow GDScript style guide
...
Please read here for more info: https://docs.godotengine.org/en/latest/getting_started/scripting/gdscript/gdscript_styleguide.html
This commit does not add/change any new/existing features.
2020-05-01 20:47:10 +03:00
OverloadedOrama
0ad8cc64cc
Added timeline button events to the input map & some dark theme changes
...
You currently cannot change the bindings of the timeline buttons, but now that they are in the input map, it should prevent the shortcuts from being bound elsewhere.
2020-05-01 18:40:16 +03:00
OverloadedOrama
460f86ff8e
Fixed issue with open last image and turned off pixel perfect drawing by default
2020-05-01 00:02:52 +03:00
OverloadedOrama
4b2930fe67
Don't set Global.saved = true, change the window title and show a notification if a .pxo failed to get saved
2020-04-28 01:22:45 +03:00
OverloadedOrama
eab57cf327
Added dragonfi to the list of contributors & updated Changelog.md
2020-04-27 18:17:06 +03:00
OverloadedOrama
768a1e7b8f
Added Patterns for the bucket tool
...
The bucket tool can now use Patterns instead of colors to fill areas. They get loaded from the "Patterns" folder, similar to how Brushes and Palletes work. You can no longer use brushes for the bucket tool.
2020-04-25 00:42:02 +03:00
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
1f16e6b747
Changed focus mode of some buttons to None
...
This fixes unwanted behavior when using Space to move the canvas around, it acted as a button press on the last pressed button.
2020-04-19 05:03:40 +03:00
OverloadedOrama
b6c7ad4d1c
Small UI & translation fixes
...
Made the right panel in Main.tscn and CreateNewImage.tscn a little bigger, changed some labels, translations and some Global.can_draws. Also added a temporary fix for a issue where Space is being treated as a mouse press, for FrameButton.gd
2020-04-19 02:27:23 +03:00
OverloadedOrama
cba301f911
Zoom label now shows the correct zoom value on smooth zoom
2020-04-18 20:38:59 +03:00
OverloadedOrama
53a9719230
Removed old transparent background & made some tooltip changes
...
The transparent background has been removed both from code and its files. Changed some hint_tooltips and put them in Translations.pot too.
2020-04-18 18:36:29 +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
10280f25f9
Added checkbox to toggle if the animation will play only on the frames of the same tag
2020-04-15 16:25:58 +03:00
OverloadedOrama
dddccc4a11
Update README and Changelog
...
Replaced "Dependencies" with "Cloning Instructions" in README.md, to add more info on how to clone the repo and get the gif exporter submodule.
2020-04-13 21:24:00 +03:00
OverloadedOrama
c63fd85659
Changed some mouse_default_cursor_shapes
...
Also renamed "OptionButton" to "PresetOptionButton" in PreferencesDialog, and changed "sapient-cogbag" to "sapient_cogbag" in the contributors list.
2020-04-13 05:31:44 +03:00
OverloadedOrama
21dd3f2e2d
Added a zoom tool
...
Makes it easier to zoom for people with tablets and touch screens in general
2020-04-13 05:07:52 +03:00
Manolis Papadeas
d7e7f7e46d
Update Changelog.md
...
Moved the contributor names away from each specific new feature, and added them on the top of each update list, only for v0.7 now. I may do the same for the past versions too.
2020-04-11 17:44:41 +03:00
OverloadedOrama
b202bc5c5a
ShortcutSelector popup theme is now affected by the chosen theme
2020-04-08 21:43:55 +03:00
OverloadedOrama
9e0c62773c
Fixed issue with cel opacity affecting the actual image pixels on export
2020-04-07 18:52:23 +03:00
OverloadedOrama
83188a54d9
When the palette, outline and rotate image dialogs are open, the user can't zoom in the canvas anymore.
2020-04-07 18:13:35 +03:00
OverloadedOrama
4bfe199cf0
Changed default and min window sizes
...
The new default window size is 1280x720, and the new minimum window size is 1024x576.
2020-04-05 00:45:19 +03:00
OverloadedOrama
d55216a834
Update Changelog.md
2020-04-04 14:40:24 +03:00
OverloadedOrama
53338e4310
Basic UI for animation frame tags
...
You can add tags by right clicking on a cel and selecting "Add Frame Tag". No tag modifying and deletion is implemented yet.
I'm using a different ScrollContainer for the tags, which gets updated everytime the main timeline ScrollContainer gets updated. I hide its sliders from its theme, wish there was a more straightforward way.
2020-04-02 03:29:14 +03:00
OverloadedOrama
25f74a136d
The splash screen is no longer purple, it changes depending on the theme
...
Also fixed issue with Chinese characters not being rendered for Platinum & Gold Sponsor Placeholder labels
2020-04-01 20:38:40 +03:00
OverloadedOrama
b62d961e1e
Onion skinning settings have been moved to a popup window
...
You can open the settings from a new button next to the onion settings button.
2020-03-31 19:14:13 +03:00
OverloadedOrama
81f5fd52f4
You can now zoom in with the +
key, and zoom out with -
.
2020-03-29 18:26:02 +03:00
OverloadedOrama
34a923f92a
Added a VSplitContainer between the tool options and palettes
2020-03-28 05:18:05 +02:00
OverloadedOrama
9bf1660d18
ExportDialog visual changes
...
Tabs are now included as Class items in all themes, the OK button in ExportDialog appears on the left on Windows machines, and on the right in all other operating systems. Also added border outlines to all window dialogs.
2020-03-25 18:22:29 +02:00
OverloadedOrama
9ca564cfe1
Cel unlinking now works properly
...
Undo/redo can have some weird behavior right now
2020-03-21 22:55:36 +02:00
OverloadedOrama
0ec3af30f4
Layer visibility is taken into account when exporting the drawing as a .png file
...
This means that invisible layers will not be included in the final .png file.
2020-03-19 19:28:05 +02:00
OverloadedOrama
41d80d503a
Ability to get color for palette buttons, when editing a palette, from the currently selected left and right colors
2020-03-13 02:04:40 +02:00
OverloadedOrama
87b22e7d6d
Fixed crash when loading a .pxo file from an earlier version
2020-03-09 21:22:25 +02:00
OverloadedOrama
f4dbd2aadb
Add a VSplitContainer between the canvas and the timeline
2020-03-09 01:53:20 +02:00
OverloadedOrama
57d3050a67
Added novhack to the list of contributors & updated changelog
2020-03-03 15:16:08 +02:00
OverloadedOrama
02b91479ad
Should fix #162
2020-02-17 18:28:55 +02:00
OverloadedOrama
e4aa12ff1d
Update Changelog.md
2020-02-17 16:22:40 +02:00
OverloadedOrama
3776ef73b5
Added new translatable string & changelog update
2020-02-15 15:19:11 +02:00
OverloadedOrama
543e9d9008
Hide pressure sensitivity settings
...
Due to complications and priority shifts, tablet pen pressure sensitivity will not be included in v0.6.2
2020-02-14 18:26:03 +02:00
OverloadedOrama
ef9e906f19
Added Latvian translation
...
Closes #150
2020-02-11 16:03:25 +02:00
OverloadedOrama
9e7a3059f2
Opening .pxo files directly with Pixelorama is now also supported
...
Also added "-> void" to the methods that did not already have it
2020-02-09 18:06:03 +02:00
OverloadedOrama
45a31faa7b
You can now drag and drop/"open with" image files
...
Thanks to OS.get_cmdline_args(). Support for .pxo files will be coming soon.
2020-02-09 03:13:12 +02:00
OverloadedOrama
3fbd1d35eb
The camera now zooms at the mouse's position.
2020-02-09 02:16:14 +02:00
OverloadedOrama
f28a3a4405
Basic tablet pen pressure sensitivity, brush alpha now gets blended
...
Instead of replacing the pixels with the new color's alpha value, the alpha values of the selected color and the current pixel color get blended together. This means that, if you have a pixel with 50% alpha and you draw a color over it with 25% alpha, the final result will have 75% alpha, instead of 25% as it used to be.
The pressure sensitivity is still experimental and may not work properly. Works only with Godot 3.2 and above.
draw_pixel() has also been renamed to draw_brush()
2020-02-09 01:34:37 +02:00
OverloadedOrama
92cd06207c
Changing the language does not change Preferences tab to General
...
Also updated translatable strings
2020-02-07 23:27:05 +02:00
OverloadedOrama
e677824f48
Added smooth zooming
...
Camera zooming with the help of a Tween node, toggle-able in the Preferences
2020-02-07 03:27:11 +02:00
OverloadedOrama
12fb8b02c8
The language buttons in the preferences have their localized names in their hint tooltips
...
For example, if you hover over the "English" button while the language is Greek, the hint tooltip will be "Αγγλικά", which is the Greek word for English.
2020-02-07 02:40:53 +02:00
OverloadedOrama
49005e7425
Added Lanczos scaling interpolation
...
Only works with Godot 3.2. If you're using 3.1.x and below this will NOT work!
2020-02-07 02:30:43 +02:00
OverloadedOrama
8b5f505a1f
Update Changelog.md
2020-02-04 18:31:30 +02:00
OverloadedOrama
df085175ac
Pixelorama now uses Godot 3.2
...
There shouldn't be any compatibility issues with 3.1 right now. This commit also closes #26
2020-01-29 19:03:26 +02:00