Results 83 comments of Hansem Ro

Merged in godot master/4: https://github.com/godotengine/godot/commit/6dcc9d11319ddb59089fb54551f852249081e027 Do I need to create another PR to backport it to 3.x?

Took some time, but PR for 3.x got merged: https://github.com/godotengine/godot/commit/101cbe5d5bbb6454867756152210f2b33b9877e0 Now, we wait for 3.5 stable to land...

I'll leave it to @mbrlabs to implement the feature more sanely.

Sorry for the delay, but I finally got around to setup CI infrastructure for GDClip. Let me know if there is a change you want me to make.

I had forgotten to update interaction with (super) EraserTool on ImageStroke. Should be fixed now.

@MrApplejuice SVG export support is already in v0.5.0 and accessible from hamburger menu -> Export. fad4ea9 just embeds images in the svg file.

I started working on adding image-paste support via external C++ library [clip](https://github.com/dacap/clip) since Godot can only retrieve text from clipboard. Currently, I have only tested on Linux since I do...

I am nearly finished with clipboard support using GDClip (which is ready). Current status: https://github.com/hansemro/Lorien/issues/1 Let me know if you are interested in a merge request (without super-eraser + debug...

Works for artix7, kintex7, and zynq7 targets, but not for spartan7. Need to look deeper. ``` Synthesis finished with 0 errors, 0 critical warnings and 2 warnings. Synthesis Optimization Runtime...

No, this is not caused by this commit, but because I sourced kintex7.sh before spartan7.sh. Yup. Refreshed my environment variables and now there is no error.