Manolis Papadeas
6dfa3ac9b7
Fixed issue where the size wouldn't change if the user modified only the width or the height
2020-01-11 00:08:24 +02:00
Manolis Papadeas
518ba2b176
Update project.godot
...
For some reason space was removed
2020-01-11 00:02:22 +02:00
Manolis Papadeas
783026bacc
Update Main.tscn
2020-01-11 00:00:55 +02:00
OverloadedOrama
5cce9d3180
Changes to the tool options UI
...
New option for the color picker tool (closes #115 - also includes new translatable strings), VSplitContainer for the tools and their options and a ScrollContainer for the tool options.
2020-01-10 22:44:29 +02:00
Marco
b341e19325
Merge branch 'master' of https://github.com/Orama-Interactive/Pixelorama
2020-01-10 20:49:18 +01:00
Marco
a34c163cdb
Add fill color
2020-01-10 20:47:44 +01:00
Marco
5e49c3eae8
Fix
2020-01-10 20:32:31 +01:00
Marco
7b0251fdfa
Image preferences and its translations
2020-01-10 20:24:07 +01:00
OverloadedOrama
60422c0133
Fixed bug where, if you had a random brush selected and then selected the pencil tool, "brush color from" did not appear
...
Also added our first patron, Mike King, to the donors name, in the "About" dialog. Thank you Mike!
2020-01-10 19:11:10 +02:00
OverloadedOrama
d72bda71ad
Closes #114
2020-01-10 16:21:46 +02:00
Manolis Papadeas
65f9aa353c
Merge pull request #117 from YeldhamDev/update_pt_br
...
Update Brazilian Portuguese translation
2020-01-10 15:52:46 +02:00
Michael Alexsander
3ca3ffbec6
Update Brazilian Portuguese translation
2020-01-10 10:52:16 -03:00
Marco
cd3814736d
Image preferences
2020-01-10 09:06:03 +01:00
OverloadedOrama
cc03b35650
Grid & Guides preferences now get saved in the config cache file
2020-01-10 00:12:36 +02:00
OverloadedOrama
16e92b0e9f
Removed uneccesary code from Canvas.gd that prevented _input() from executing if Space was being pressed
2020-01-09 20:51:03 +02:00
OverloadedOrama
48e871586c
Added space for panning - Closes #110
2020-01-09 20:49:27 +02:00
Manolis Papadeas
a4886a2ee7
Update Changelog.md
2020-01-08 17:40:38 +02:00
OverloadedOrama
83641ecc9a
Added 3 palette error strings for translation
2020-01-08 17:31:56 +02:00
Manolis Papadeas
ddd14997d6
Merge pull request #113 from Gaarco/master
...
Added Italian translation
2020-01-08 17:02:17 +02:00
Manolis Papadeas
77a55f2495
Merge branch 'master' into master
2020-01-08 17:01:59 +02:00
OverloadedOrama
f83b2311c7
Revert "Delete Main.tscn"
...
This reverts commit b78adee373
.
2020-01-08 17:00:41 +02:00
Manolis Papadeas
b78adee373
Delete Main.tscn
...
Not necessary for the translation, plus it causes conflicts
2020-01-08 16:52:25 +02:00
Marco
ad17173e6f
Removed Fuzzy
2020-01-08 14:54:33 +01:00
Marco
fc1a30f12a
Italian translation
2020-01-08 14:45:50 +01:00
OverloadedOrama
c04dbc937b
Update the canvas when grid options are changed
2020-01-08 03:48:01 +02:00
OverloadedOrama
2e7b32095b
Closes #111
2020-01-08 03:27:27 +02:00
Manolis Papadeas
b7d5ca63a8
Update README.md
2020-01-08 02:48:51 +02:00
OverloadedOrama
63254258d0
Added a ScrollContainer for the palette buttons in EditPalettePopup
2020-01-08 02:16:48 +02:00
OverloadedOrama
5a43bf33ee
Added a VSplitContainer for Palettes and Layers
2020-01-08 01:41:46 +02:00
OverloadedOrama
c6e18fe902
Made "comments" be on top of "colors" in the JSON palette files
2020-01-08 01:09:35 +02:00
OverloadedOrama
d52e1937f5
Made Palette .json files more readable
2020-01-08 01:02:38 +02:00
OverloadedOrama
99a45275ff
Closes #112
2020-01-08 00:52:25 +02:00
OverloadedOrama
7ee6e4715d
Update el.po
2020-01-07 22:11:16 +02:00
OverloadedOrama
db29c1af67
Fixed crash that occured when trying to delete contents of a selection that were outside the canvas' borders
2020-01-07 17:20:25 +02:00
OverloadedOrama
ff3b5e321b
Have the Dark theme button pressed by default if the user hasn't saved any preferences
2020-01-07 02:37:47 +02:00
Manolis Papadeas
d72c79b349
Merge pull request #108 from YeldhamDev/update_pt_br
...
Update Brazilian Portuguese translation
2020-01-06 19:31:07 +02:00
Michael Alexsander
37c2050022
Update Brazilian Portuguese translation
2020-01-06 14:28:58 -03:00
OverloadedOrama
eb8ce5c2e9
v0.6 - Palettes, random brushes, multiple themes, image menu and many more!
2020-01-06 14:55:05 +02:00
Manolis Papadeas
bdfcb44633
Merge pull request #107 from Calinou/use-2d-framebuffer-allocation
...
Use the `2D` framebuffer allocation
2020-01-06 01:39:09 +02:00
Hugo Locurcio
085b42a036
Use the 2D
framebuffer allocation
...
This results in slightly increased performance and decreased
CPU/GPU usage.
This also prevents the "Directional shadow buffer status invalid" error
message from appearing in the console output when using a very old
graphics card.
2020-01-06 00:35:42 +01:00
OverloadedOrama
42c202d395
Make sure string "Layer" is translated on startup
2020-01-06 00:17:59 +02:00
OverloadedOrama
b0e9870d54
Update "Don't show again" button's pressed status based on what the user has selected
2020-01-06 00:15:16 +02:00
OverloadedOrama
46e4ea15ad
Fixed issue with line_2d in Canvas.gd where it wasn't being freed when releasing shift
2020-01-05 22:40:07 +02:00
OverloadedOrama
a04e179611
Changed "become a patron" button on the splash screen
2020-01-05 20:13:55 +02:00
OverloadedOrama
1b57c4ee22
Made 2 more strings in the About window translatable
2020-01-05 20:03:46 +02:00
OverloadedOrama
3626d4281b
Update Changelog.md
2020-01-05 19:17:17 +02:00
OverloadedOrama
9370ace104
Update Changelog.md
2020-01-05 19:12:20 +02:00
OverloadedOrama
d7134dc616
Made strings "Patrons" and "Changes" translatable
...
Not sure if you'd want to translate them, but now you can if you want to.
2020-01-05 16:09:50 +02:00
OverloadedOrama
b1d84042b1
Big splash screen update & new translatable strings
2020-01-05 16:03:04 +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