Search found 2558 matches

by AnyOldName3
07 Jun 2018, 23:32
Forum: General Development
Topic: Windows Pre-build Script Documentation Updated
Replies: 41
Views: 19283

Re: Windows Pre-build Script Documentation Updated

If we had a keen developer on any platform and they were to redo the CMake in the style advised by this blog (https://pabloariasal.github.io/2018/02/19/its-time-to-do-cmake-right/) I'm pretty sure it would resolve most of the issues we have on Windows (excluding the bother of actually acquiring the ...
by AnyOldName3
07 Jun 2018, 16:37
Forum: Off Topic
Topic: Microsoft Buys Github for $7.5 Billion
Replies: 131
Views: 63841

Re: Microsoft Buys Github for $7.5 Billion

There are mods for Vanilla MW not running on OpenMW, due to missing binary compatibility, that's what I am addressing here. This kind of mod will literally never be compatible with OpenMW, no matter how much of it you change. If you make a mod that modifies the original engine's executable it's not...
by AnyOldName3
07 Jun 2018, 16:33
Forum: General Development
Topic: AppVeyor isn't doing its thing since Scrawl left GitHub
Replies: 6
Views: 3087

Re: AppVeyor isn't doing its thing since Scrawl left GitHub

One more thing that will need changing is the link at the top of the readme.
by AnyOldName3
07 Jun 2018, 15:42
Forum: General Development
Topic: AppVeyor isn't doing its thing since Scrawl left GitHub
Replies: 6
Views: 3087

Re: AppVeyor isn't doing its thing since Scrawl left GitHub

Existing stuff is still available, but new PRs and new commits to existing PRs aren't triggering a rebuild.
by AnyOldName3
07 Jun 2018, 15:36
Forum: General Development
Topic: Windows Pre-build Script Documentation Updated
Replies: 41
Views: 19283

Re: Windows Pre-build Script Documentation Updated

I've added some error messages to the CI script in this PR: https://github.com/OpenMW/openmw/pull/1731
by AnyOldName3
07 Jun 2018, 15:33
Forum: General Development
Topic: AppVeyor isn't doing its thing since Scrawl left GitHub
Replies: 6
Views: 3087

AppVeyor isn't doing its thing since Scrawl left GitHub

The AppVeyor CI was in Scrawl's name, and it seems to not be happening any more. My guess is that he'd logged in with his GitHub account and now he's got rid of that, it's got rid of AppVeyor, too.

Someone needs to reactivate it.
by AnyOldName3
07 Jun 2018, 15:10
Forum: Off Topic
Topic: Microsoft Buys Github for $7.5 Billion
Replies: 131
Views: 63841

Re: Microsoft Buys Github for $7.5 Billion

Hint: it's going to be exactly the speed that you on your own can proceed.
by AnyOldName3
07 Jun 2018, 14:51
Forum: Off Topic
Topic: Microsoft Buys Github for $7.5 Billion
Replies: 131
Views: 63841

Re: Microsoft Buys Github for $7.5 Billion

Most things that OpenMW needs to do can be done more easily by learning how to use OSG and then doing them in OSG than by knowing how to do them already in Direct3D/OpenGL and doing them there. Software development usually gets easier with abstraction layers, not harder, hence why new programmers ar...
by AnyOldName3
07 Jun 2018, 14:43
Forum: General Development
Topic: Windows Pre-build Script Documentation Updated
Replies: 41
Views: 19283

Re: Windows Pre-build Script Documentation Updated

From the IDE, building is as simple as right-clicking on the project you want to build and choosing build, so I'd imagine building from the command line would require you to use vcvars64.bat to get msbuild on the path and then you could just msbuild whichever project file you wanted.
by AnyOldName3
07 Jun 2018, 14:20
Forum: General Development
Topic: Windows Pre-build Script Documentation Updated
Replies: 41
Views: 19283

Re: Windows Pre-build Script Documentation Updated

The Qt download for the CI script froze for me, the filesize got to 250MB and stopped increasing. I had to stop the script (with ctrl+c), delete the qt archive/executable, and then rerun the script. It's grabbing the official installer from the official download location, so if that happened it sho...