1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 09:09:47 +00:00
Commit graph

44 commits

Author SHA1 Message Date
Manolis Papadeas d584ae0839 Launch of version 0.9 - selections & shapes update 2021-09-18 18:59:15 +03:00
Manolis Papadeas 9fb2d0ea3d Update README & CHANGELOG 2020-11-27 22:00:05 +02:00
Manolis Papadeas 22f4796251 Fix LightenDarken's Hue Shifting colors
- All colors move towards yellow when lighting, and purple when darkening. The logic has become more complex, so it doesn't just increase (or decrease) the hue when lighting (or darkening). This solves issues with green and blue.

- Added limits to the hue when lighting and darkening, limits to the value when darkening, and to the saturation when lighting.

This behavior should eventually be documented to explain how it works to the users.
2020-11-17 04:18:36 +02:00
Manolis Papadeas 4e14c999d3 Update README.md 2020-10-28 23:39:15 +02:00
OverloadedOrama 1fc7cc151d v0.8 - The multiple project & Web update! 2020-09-23 16:51:08 +03:00
Manolis Papadeas 434c5ca0c7
Update README.md 2020-09-04 21:00:43 +03:00
OverloadedOrama 05184f9c3d Update README and CHANGELOG 2020-09-01 20:10:15 +03:00
OverloadedOrama 1d7fa1ce8e Updated README & CHANGELOG 2020-08-29 00:16:15 +03:00
Igor Santarek 07ec18efa8
Update README.md (#297)
Old gifexporter submodule is no longer present, so I removed information about initing it in repo.
2020-08-08 00:50:03 +03:00
Manolis Papadeas 5612064533
Update README.md 2020-07-23 18:04:39 +03:00
OverloadedOrama e1724148fc Updated translations, Readme & Changelog 2020-07-05 02:24:07 +03:00
Manolis Papadeas e080e99caa
Update README.md 2020-06-26 00:08:21 +03:00
Manolis Papadeas 66feec8f21
Update README.md 2020-06-08 23:48:31 +03:00
Manolis Papadeas 7a8ae9428b
Update README.md
Link novhack/godot-gifexporter repository inside the README file
2020-06-01 00:43:11 +03:00
Manolis Papadeas 3b8a790cfb
Update README.md 2020-05-16 15:17:21 +03:00
OverloadedOrama d0825495d1 v0.7 - The Timeline Update! 2020-05-16 14:48:13 +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
Manolis Papadeas 7c408731b8
Update README.md 2020-03-05 02:23:07 +02:00
Manolis Papadeas 8634385b66
Update README.md 2020-02-17 16:46:38 +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
Manolis Papadeas d7f0e11866
Added Crowdin badge to README.md 2020-01-22 19:52:41 +02:00
Manolis Papadeas c512a85153
Centered top text with HTML formatting 2020-01-18 19:28:03 +02:00
Manolis Papadeas 2a6e0fe4ef
HTML formatting for the button icons to center them
Also added code size and license icons
2020-01-18 19:24:02 +02:00
Manolis Papadeas b85241a9fb
Update README.md 2020-01-18 15:18:54 +02:00
Manolis Papadeas b25c2af5d6
Added "repo size" and "mentioned in awesome" icons 2020-01-18 15:14:58 +02:00
OverloadedOrama 97dad3ef10 v0.6.1 release 2020-01-13 14:50:57 +02:00
Manolis Papadeas b7d5ca63a8
Update README.md 2020-01-08 02:48:51 +02:00
OverloadedOrama eb8ce5c2e9 v0.6 - Palettes, random brushes, multiple themes, image menu and many more! 2020-01-06 14:55:05 +02:00
OverloadedOrama f3ab5960ba Imported German translation in the Project Settings 2019-12-15 13:44:53 +02:00
OverloadedOrama a4b7fe2205 Implemented a fix for UndoRedo leak (#34) - Thanks to qarmin! 2019-12-13 00:19:28 +02:00
OverloadedOrama 634c459d08 v0.5 - The UI update
This commit fixes a bug with graphics tablets not being able to use undo and redo. v0.5 will be built from this commit.
2019-12-12 17:20:17 +02:00
OverloadedOrama e895e82a95 Added a seconds ruler for the timeline & changed brushes position 2019-11-20 14:41:02 +02:00
OverloadedOrama 22c57a1b36 Backend for rulers
- Added HorizontalRuler.gd and VerticalRuler.gd - UI for the rulers will arrive soon, along with the other UI changes
- Changed transparency background
2019-11-19 03:52:04 +02:00
OverloadedOrama d66c501b5c v0.4 - Undo/Redo, mirrored drawing, lighten/darken tool and more!
In this commit:
- Added notification labels that appear when the user does an action (for undoing, redoing and saving)
- Fixed symmetry with custom brushes.
- In Main.gd, current_save_path and current_export_path get cleared when the user creates a new drawing or opens one.

v0.4 of Pixelorama is out! Check https://functionoverload590613498.wordpress.com/2019/11/13/pixelorama-v0-4-is-out/ for the full changelog.
2019-11-13 15:45:55 +02:00
Hugo Locurcio f407de234b
Remove trailing whitespace and ensure newlines at end of files 2019-10-25 16:39:09 +02:00
OverloadedOrama e18389d8c4 v0.3 - Custom brushes, rectangle selection and .pxo!
v0.3 of Pixelorama is out! Check https://functionoverload590613498.wordpress.com/2019/10/22/pixelorama-v0-3-is-out/ for the full changelog.
2019-10-22 14:27:07 +03:00
Overloaded 7781126162
Update README.md 2019-09-10 16:55:14 +03:00
Overloaded bf91e2ceae
Update README.md 2019-09-10 16:52:58 +03:00
Overloaded b0f8fd931a
Update README.md 2019-09-10 02:29:44 +03:00
Overloaded 35859f948d
Update README.md 2019-09-10 02:15:11 +03:00
Overloaded dce7c4b110
Update README.md 2019-08-18 14:38:41 +03:00
Overloaded 0538d3b0f8
Update README.md 2019-08-18 14:38:28 +03:00
Overloaded 1ed9a295b6
Update README.md 2019-08-18 14:03:53 +03:00
OverloadedOrama f647a42752 Initial commit 2019-08-18 12:28:38 +03:00