Oliver Stevns

Results 129 comments of Oliver Stevns

I'm seeing the same and the issue seems to be introduced with 0.43.2, since i'm able to compile, link and run 0.43.1 Here's the stacktrace: ``` ------------------------------------- Translated Report (Full...

I traced the problem back to 676e7988fb5176ca4ed45dc13ba80f08e3d8ceca, still not sure what's causing it precisely but it should hopefully make it easier to find the root cause and make a fix.

I've nailed the problem down to being the "delete event" in PoxisCommon.cpp. Although the solution is of course not, to not delete the event but i've gotten as far as...

> Have you ever tried valgrind? You could try that. In the 'dist' directory: valgrind --leak-check=yes --error-exitcode=1 ./BeefBuild -workspace=../../BeefBuild I know valgrind although I haven't used it in years, Afaik...

Hi and thanks for taking interest You're absolutely right, a lot of the icons are old and hasn't been updated. The newest icons are the toolbox icons, which are available...

The "new" folder contains the most recent toolbox icons, the ones we use currently has "_detailed" behind its name. If you're referring to the svg files that are named "detailed"...

The resources we use are more or less this ``` icons/clear.png icons/remove.png icons/add.png icons/magnify.png icons/layer-vector.png icons/layer-bitmap.png icons/layer-sound.png icons/layer-camera.png icons/controls/play.png icons/controls/loop.png icons/controls/sound.png icons/prefspencil.png icons/prefstimeline.png icons/prefs-files.png background/weave.jpg background/dots.png background/grid.jpg icons/logo.png icons/icon.png icons/open.png...

It comes down to the specific widget. In some widgets, you will find the icon specified in the .cpp file, pointing to a resource like I posted earlier, while in...

I disagree, the pull request should be made when it's done, discussion about the designs should be made here, before the pull request is made. That is how we usually...

While I can't speak for all of us, I will say that integrating such a tool is not something i'm interested in before our own tools has been fixed. Right...