Aaron

Results 152 comments of Aaron

Hi. I've never used either of those. > Flathub is primarily intended as a service that is used by app developers to distribute their apps. I'd prefer someone with more...

I don't really want to try distributing builds on other services until the engine is playable and/or close to 1.0. Maybe once I can argue it's a 'game'. If you...

@Ragora has been generously volunteering to do the Linux builds so far. I do the Windows builds and I could try doing a 64-bit Ubuntu build but I don't know...

I added a Linux build for 0.11.0. I don't have WildMIDI set up for it though. Hope it works :)

Hmm. I think ArenaAnimUtils appears the first alphabetically, so it is supposedly the first one to get initialized. In that case it's probably a problem with linking or something like...

Okay, so here's what I compiled the Linux64 build with: ```CMake SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -msse4.1") SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mavx") SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Ofast -march=native -ffp-contract=fast -flto=full") ``` I'll assume that your CPU doesn't...

Glad to hear it. I was being a derp by not realizing I made the build with architecture-specific settings. I never have a problem with uncompressing .tar.gz on Windows because...

Hurray! \o/

It's not something I'm currently thinking of doing but it may become more realistic as more UI work is done to support things like this.

Sure! I did some preliminary investigation a few months ago to get an idea of the layout. They are still not completely understood, but I believe they are used for...